From foxfair@mail.progolf2.com.tw Sun Mar  7 21:02:36 1999
Return-Path: <foxfair@mail.progolf2.com.tw>
Received: from mail.progolf2.com.tw (mail.progolf2.com.tw [210.61.29.13])
	by hub.freebsd.org (Postfix) with ESMTP id 83CEB14D40
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Mar 1999 21:01:54 -0800 (PST)
	(envelope-from foxfair@mail.progolf2.com.tw)
Received: (from foxfair@localhost)
	by mail.progolf2.com.tw (8.9.0/8.8.6) id NAA10420;
	Mon, 8 Mar 1999 13:10:22 +0800 (CST)
Message-Id: <199903080510.NAA10420@mail.progolf2.com.tw>
Date: Mon, 8 Mar 1999 13:10:22 +0800 (CST)
From: Foxfair Hu <foxfair@mail.progolf2.com.tw>
Reply-To: foxfair@mail.progolf2.com.tw
To: FreeBSD-gnats-submit@freebsd.org
Subject: ports/sysutil/mkisofs Makefile error.
X-Send-Pr-Version: 3.2

>Number:         10479
>Category:       ports
>Synopsis:       ports/sysutil/mkisofs Makefile error.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dirk
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar  7 21:10:00 PST 1999
>Closed-Date:    Fri Mar 19 12:05:58 PST 1999
>Last-Modified:  Fri Mar 19 12:06:36 PST 1999
>Originator:     Foxfair Hu
>Release:        
>Organization:
>Environment:
all FreeBSD follow fresh ports tree.
>Description:
The Makefile of mkisofo has a wrong tag :

ALL_TARGET=     World

Error message is as the following lines:
checking for unistd.h... yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
updating cache ./config.cache
creating ./config.status
creating Makefile
creating diag/Makefile
creating config.h
===>  Building for mkisofs-1.11.3
make: don't know how to make World. Stop
*** Error code 2

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.


>How-To-Repeat:
cd /usr/ports/sysutils/mkisofs ; make install.

>Fix:
apply the following diff or just comment the ALL_TARGET out.
	
--- Makefile.org        Mon Mar  8 13:04:15 1999
+++ Makefile    Mon Mar  8 12:59:08 1999
@@ -15,7 +15,7 @@

 GNU_CONFIGURE= yes
 MAKE_FLAGS=    XCFLAGS='-c -I. ${CFLAGS} -DSYSTEM_ID_DEFAULT=\"FREEBSD\"' -f
-ALL_TARGET=    World
+ALL_TARGET=    all
 MAN8=          mkisofs.8

 .include <bsd.port.mk>



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->dirk 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sun Mar 14 17:20:51 PST 1999 
Responsible-Changed-Why:  
Over to port's maintainer. 
State-Changed-From-To: open->feedback 
State-Changed-By: dirk 
State-Changed-When: Mon Mar 15 04:59:27 PST 1999 
State-Changed-Why:  
Hmm, strange... 
Works for me. It also doesn't show up on asami's errorlogs on bento. 

Perhaps there is another .tar.gz flying around. Did you change the 
checksum or override the checksum? 

Please check this again on your system. 
State-Changed-From-To: feedback->closed 
State-Changed-By: dirk 
State-Changed-When: Fri Mar 19 12:05:58 PST 1999 
State-Changed-Why:  
No feedback! 
Can't reproduce the problem. 
>Unformatted:
