Opened 16 years ago
Last modified 12 years ago
#16425 new defect
gnustep-back: build failure on Leopard: Segmentation fault — at Version 3
Reported by: | tguless@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | gnustep-back |
Description (last modified by jmpalacios (Juan Manuel Palacios))
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 (3)
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | ticketformatting added |
---|---|
Summary: | Problem compiling gnustep-back on Leopard... → gnustep-back: build failure on Leopard: Segmentation fault |
comment:2 Changed 16 years ago by tguless@…
comment:3 Changed 16 years ago by jmpalacios (Juan Manuel Palacios)
Description: | modified (diff) |
---|---|
Keywords: | ticketformatting removed |
Note: See
TracTickets for help on using
tickets.
According to this posting, the issue might be a fault with the default version of gcc in the macports repository, or a problem with the one being picked to compile gnustep. http://osdir.com/ml/lib.gnustep.user/2002-06/msg00030.html
As far as I can tell, plmerge call that is failing is part of the gnustep package. http://www.gnu.org/software/gnustep/resources/documentation/Developer/Tools/Reference/plmerge.html