Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2002 13:31:55 +0000
From:      "Mack Lobell" <macklobell@hotmail.com>
To:        ports@FreeBSD.org
Subject:   jam port doesn't build
Message-ID:  <F221A1IIbF5RAMeJin70000e92b@hotmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

the jam port doesn't build, see log below.

Fix:

--- Makefile.org	Fri Jul 12 15:17:50 2002
+++ Makefile	Fri Jul 12 15:18:03 2002
@@ -65,7 +65,7 @@
	rules.c scan.c search.c timestamp.c variable.c

all: jam0
-	jam0
+	./jam0

jam0:
	$(CC) $(TARGET) $(CFLAGS) $(SOURCES) $(LINKLIBS)


make log when build fails:

===>  Extracting for jam-2.4
>>Checksum OK for jam-2.4.zip.
===>   jam-2.4 depends on executable: unzip - found
===>  Patching for jam-2.4
===>  Configuring for jam-2.4
===>  Building for jam-2.4
cc -o jam0 -pipe  builtins.c  command.c compile.c execunix.c execvms.c 
expand.c  filent.c fileos2.c fileunix.c filevms.c glob.c hash.c  headers.c 
jam.c jambase.c jamgram.c lists.c make.c make1.c  newstr.c option.c parse.c 
pathunix.c pathvms.c regexp.c  rules.c scan.c search.c timestamp.c 
variable.c
jam0
jam0:No such file or directory
*** Error code 1

Stop in /usr/ports/devel/jam/work/jam-2.4.
*** Error code 1

Stop in /usr/ports/devel/jam.



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F221A1IIbF5RAMeJin70000e92b>