Opened 14 years ago

Closed 14 years ago

#22319 closed defect (worksforme)

Macports building with SVN don't compile under 10.6.1

Reported by: dyp.munoz@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.8.1
Keywords: SVN Macports make Cc:
Port:

Description (last modified by blb@…)

Hello,

I'm trying to install Macport with SVN and during make step, this error occurs:

===> making all in src/registry1.0
===> making all in src/registry2.0
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common registry.c -o registry.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common util.c -o util.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common entry.c -o entry.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common entryobj.c -o entryobj.o
gcc -dynamiclib -g -O2 -W -Wall -pedantic   -Wl,-single_module registry.o util.o entry.o entryobj.o -o registry.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.5 -ltclstub8.5   ../cregistry/cregistry.a -lsqlite3
ld: in ../cregistry/cregistry.a, file too small
collect2: ld returned 1 exit status
make[2]: *** [registry.dylib] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1

Someone have an idea?

Regards,

David

Change History (2)

comment:1 Changed 14 years ago by blb@…

Description: modified (diff)
Type: submissiondefect

Builds okay for me. Some questions:

  • when did you last checkout/update from svn?
  • what configure line did you use?
  • have you done a make distclean if you haven't run configure in a while?
  • what's your system info (OS version, Xcode version)?

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Resolution: worksforme
Status: newclosed

Closing due to lack of response.

Note: See TracTickets for help on using tickets.