Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#14020 closed defect (duplicate)

gcl build failure on Mac OS X 10.5

Reported by: peyroux@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: gcl Cc:
Port:

Description

gcl build failure on Mac OS X 10.5 :

peyroux ~ $ sudo port -d install gcl
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/gcl
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/gcl
DEBUG: Requested variant darwin is not provided by port gcl.
DEBUG: Requested variant i386 is not provided by port gcl.
DEBUG: Requested variant macosx is not provided by port gcl.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext
DEBUG: Requested variant darwin is not provided by port gettext.
DEBUG: Requested variant i386 is not provided by port gettext.
DEBUG: Requested variant macosx is not provided by port gettext.
DEBUG: Searching for dependency: gettext
DEBUG: Found Dependency: receipt exists for gettext
DEBUG: Searching for dependency: gettext
DEBUG: Found Dependency: receipt exists for gettext
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gmp
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gmp
DEBUG: Requested variant darwin is not provided by port gmp.
DEBUG: Requested variant macosx is not provided by port gmp.
DEBUG: Executing variant i386 provides i386
DEBUG: Searching for dependency: gmp
DEBUG: Found Dependency: receipt exists for gmp
DEBUG: Skipping completed org.macports.main (gcl)
DEBUG: Skipping completed org.macports.fetch (gcl)
DEBUG: Skipping completed org.macports.checksum (gcl)
DEBUG: Skipping completed org.macports.extract (gcl)
DEBUG: Skipping completed org.macports.patch (gcl)
DEBUG: Skipping completed org.macports.configure (gcl)
--->  Building gcl with target all
DEBUG: Executing org.macports.build (gcl)
DEBUG: Environment: 
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcl/work/gcl-2.6.7" && make all'
(cd bin; make all)
make[1]: Nothing to be done for `all'.
make mpfiles
make[1]: Nothing to be done for `mpfiles'.
rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
(cd o; make all)
gcc  -c -O2 -no-cpp-precomp -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer  -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcl/work/gcl-2.6.7/o -I../h -I../gcl-tk main.c  
main.c: In function 'main':
main.c:308: error: storage size of 'estack' isn't known
main.c:308: warning: unused variable 'estack'
make[1]: *** [main.o] Error 1
make: *** [unixport/saved_pre_gcl] Error 2
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcl/work/gcl-2.6.7" && make all " returned error 2
Command output: (cd bin; make all)
make[1]: Nothing to be done for `all'.
make mpfiles
make[1]: Nothing to be done for `mpfiles'.
rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
(cd o; make all)
gcc  -c -O2 -no-cpp-precomp -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer  -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcl/work/gcl-2.6.7/o -I../h -I../gcl-tk main.c  
main.c: In function 'main':
main.c:308: error: storage size of 'estack' isn't known
main.c:308: warning: unused variable 'estack'
make[1]: *** [main.o] Error 1
make: *** [unixport/saved_pre_gcl] Error 2

Warning: the following items did not execute (for gcl): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.

Change History (2)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed

Duplicate of #13936.

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.