Opened 16 years ago

Last modified 11 years ago

#16425 new defect

Problem compiling gnustep-back on Leopard... — at Initial Version

Reported by: tguless@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: gnustep-back

Description

I get the following segmentation fault on Leopard while compiling gnustep-back.

Making all for bundle libgnustep-back-012... (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: 57820 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 (0)

Note: See TracTickets for help on using tickets.