Ticket #13936 (reopened defect)

Opened 7 months ago

Last modified 3 months ago

gcl-2.6.7 build failure: "storage size of 'estack' isn't known"

Reported by: eefacm@gmail.com Assigned to: waqar@macports.org
Priority: Normal Milestone: Port Bugs
Component: ports Version: 1.6.0
Keywords: gcl Cc: peyroux@mac.com

Description

I'm trying to install the gcl port on a fresh install of macports on an OS X 10.5.1 MacBook. I've run "sudo port selfupdate" already, as recommended. On the first invocation of "sudo port install gcl", several dependencies were installed before building of gcl itself failed. Here's what I see when I try to install it again:

$ sudo port install gcl
--->  Building gcl with target all
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

Error: Status 1 encountered during processing.

Change History

2008-03-08 03:47:22 changed by jmr@macports.org

  • owner changed from macports-tickets@lists.macosforge.org to waqar@macports.org.

Assigning to maintainer.

2008-03-08 23:13:53 changed by jmr@macports.org

  • cc set to peyroux@mac.com.

Cc reporter of duplicate #14020.

2008-04-10 11:54:37 changed by waqar@macports.org

  • status changed from new to closed.
  • resolution set to duplicate.

2008-05-11 07:15:17 changed by jmr@macports.org

  • status changed from closed to reopened.
  • resolution deleted.

I don't think this is actually a duplicate.