#17033 closed defect (duplicate)
gnustep-back: 0.12.0 - segmentation fault during build
Reported by: | stig@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | gnustep-back |
Description
Not sure what happens here. If I try it a second time it will sometimes appear to succeed. But later on all gnustep apps I've tried crash on startup with a memory allocation error.
gcc-mp-4.2 -fgnu-runtime -bundle -L/opt/local/lib -flat_namespace -undefined warning -o ./libgnustep-back-012.bundle/./libgnustep-back-012 ./obj/GSBackend.o ./gsc/obj/subproject.o ./x11/obj/subproject.o ./art/obj/subproject.o -L/opt/local/lib -L/opt/local/GNUstep/System/Library/Libraries/ -L/opt/local/lib -lart_lgpl_2 -lm -L/opt/local/lib -lfreetype -lz -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices -L/usr/X11/lib -lXmu -lXext -lX11 -lGL -lgnustep-gui -lgnustep-base -lobjc -lm ld warning: duplicate dylib /opt/local/lib/gcc42/libgcc_s.1.dylib ld warning: duplicate dylib /opt/local/lib/libxml2.2.dylib ld warning: duplicate dylib /opt/local/lib/libxslt.1.dylib ld warning: duplicate dylib /opt/local/lib/libz.1.dylib /opt/local/GNUstep/System/Library/Makefiles/mkinstalldirs libgnustep-back-012.bundle/Resources echo "OLD_GNUSTEP_STAMP_ASTRING = _GSBackend-" > ./libgnustep-back-012.bundle/stamp.make (echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ echo " NSExecutable = \"libgnustep-back-012\";"; \ echo " NSMainNibFile = \"\";"; \ echo " NSPrincipalClass = \"GSBackend\";"; \ echo "}") >libgnustep-back-012.bundle/Resources/Info-gnustep.plist if [ -r "libgnustep-back-012Info.plist" ]; then \ plmerge libgnustep-back-012.bundle/Resources/Info-gnustep.plist libgnustep-back-012Info.plist; \ fi /bin/sh: line 1: 48882 Segmentation fault plmerge libgnustep-back-012.bundle/Resources/Info-gnustep.plist libgnustep-back-012Info.plist gnumake[2]: *** [libgnustep-back-012.bundle/Resources/Info-gnustep.plist] Error 139 gnumake[1]: *** [libgnustep-back-012.all.bundle.variables] Error 2 gnumake: *** [internal-all] Error 2 Error: The following dependencies failed to build: gnustep-core gnustep-back Error: Status 1 encountered during processing.
Change History (2)
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #16425.