Opened 20 years ago
Closed 20 years ago
#2352 closed defect (worksforme)
BUG: gcl
Reported by: | ghenshaw@… | Owned by: | waqar@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Using MacOSX10.3.5 and most current version of DarwinPorts.
sudo port install gcl
returns the following error:
Error: Target com.apple.build returned: shell command "cd "/darwinports/dports/lang/gcl/work/gcl -2.6.5" && make all" returned error 2 Command output: from ../h/include.h:37,
from guis.h:6, from guis.c:77:
../h/bsd.h:1:1: warning: "BSD" redefined In file included from /usr/include/netdb.h:84,
from guis.c:39:
/usr/include/sys/param.h:66:1: warning: this is the location of the previous definition
gcc -c -no-cpp-precomp -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/
darwinports/dports/lang/gcl/work/gcl-2.6.5/o -I../o -I../h -I/opt/local/lib/../include -I/opt/local/lib/
../include -I/usr/X11R6/include tkAppInit.c
gcc -c -no-cpp-precomp -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/
darwinports/dports/lang/gcl/work/gcl-2.6.5/o -I../o -I../h -I/opt/local/lib/../include -I/opt/local/lib/
../include -I/usr/X11R6/include tkMain.c
gcc guis.o tkAppInit.o tkMain.o -o gcltkaux -L/opt/local/lib -ltk8.4 -L/darwinports/dports/x11/tk/
work/tk8.4.6/unix -ltk8.4 -L/usr/X11R6/lib -lX11 -I/usr/X11R6/include -L/opt/local/lib -ltcl8.4
echo -framework CoreFoundation | sed -e s:-lieee::g
echo -lm | sed -e 's/-lncurses/ /'
/opt/
local/lib/libintl.dylib ../o/gcllib.a
ld: warning multiple definitions of symbol _tclPlatStubsPtr
/opt/local/lib/libtk8.4.dylib(tclStubLib.o) definition of _tclPlatStubsPtr
/opt/local/lib/libtcl8.4.dylib(tclStubLib.o) definition of _tclPlatStubsPtr
ld: warning multiple definitions of symbol _tclIntStubsPtr
/opt/local/lib/libtk8.4.dylib(tclStubLib.o) definition of _tclIntStubsPtr
/opt/local/lib/libtcl8.4.dylib(tclStubLib.o) definition of _tclIntStubsPtr
ld: warning multiple definitions of symbol _Tcl_InitStubs
/opt/local/lib/libtk8.4.dylib(tclStubLib.o) definition of _Tcl_InitStubs
/opt/local/lib/libtcl8.4.dylib(tclStubLib.o) definition of _Tcl_InitStubs
ld: warning multiple definitions of symbol _tclStubsPtr
/opt/local/lib/libtk8.4.dylib(tclStubLib.o) definition of _tclStubsPtr
/opt/local/lib/libtcl8.4.dylib(tclStubLib.o) definition of _tclStubsPtr
ld: warning multiple definitions of symbol _tclIntPlatStubsPtr
/opt/local/lib/libtk8.4.dylib(tclStubLib.o) definition of _tclIntPlatStubsPtr
/opt/local/lib/libtcl8.4.dylib(tclStubLib.o) definition of _tclIntPlatStubsPtr
ld: Undefined symbols:
_my_free
_my_malloc
make[1]: * [gcltkaux] Error 1
make: * [do-gcl-tk] Error 2
Change History (5)
comment:1 Changed 20 years ago by snu@…
Owner: | changed from darwinports-bugs@… to waqar@… |
---|---|
Summary: | gcl does not compile → BUG: gcl |
comment:2 Changed 20 years ago by waqar@…
Status: | new → assigned |
---|
comment:3 Changed 20 years ago by waqar@…
[waqar@morphine gcl]$ uname -a Darwin morphine.local 7.7.0 Darwin Kernel Version 7.7.0: Sun Nov 7 16:06:51 PST 2004; root:xnu/ xnu-517.9.5.obj~1/RELEASE_PPC Power Macintosh powerpc [waqar@morphine gcl]$ port install ---> Fetching gcl ---> Attempting to fetch gcl-2.6.5.tar.gz from ftp://ftp.gnu.org/gnu/gcl ---> Verifying checksum(s) for gcl ---> Extracting gcl ---> Configuring gcl ---> Building gcl with target all ---> Staging gcl into destroot ---> Packaging cpgz archive for gcl 2.6.5_0 ---> Installing gcl 2.6.5_0 ---> Activating gcl 2.6.5_0 ---> Cleaning gcl [waqar@morphine gcl]$ which gcl /opt/local/bin/gcl [waqar@morphine gcl]$ gcl GCL (GNU Common Lisp) 2.6.5 ANSI Jan 30 2005 22:53:10 Source License: LGPL(gcl,gmp), GPL(unexec,bfd) Binary License: GPL due to GPL'ed components: (UNEXEC) Modifications of this banner must retain notice of a compatible license Dedicated to the memory of W. Schelter
Use (help) to get some basic information on how to use GCL.
(quit)
comment:4 Changed 20 years ago by waqar@…
I just checked in the latest release, you may want to update the port file and try again,
comment:5 Changed 20 years ago by waqar@…
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
What version of dev tools? What compiler version? Have you tried to compile on the latet version of the OS?