[MacPorts] #40447: graphite2 @1.2.3 org.macports.build for port graphite2 returned: command execution failed
#40447: graphite2 @1.2.3 org.macports.build for port graphite2 returned: command execution failed ----------------------------------+-------------------------------- Reporter: benfeakins@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.2.0 Keywords: graphite2 build fail | Port: graphite2 ----------------------------------+-------------------------------- Hi, I'm trying to install R on my G5 PPC Mac running OS X 10.5.8. Xcode is v3.1.4. All the packages install apart from graphite2, and two other packages that have it as a dependency. It appears to fail at the build stage. I have tried cleaning the port and re-installing, but the same problem occurs. Kind regards, Ben -- Ticket URL: <https://trac.macports.org/ticket/40447> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+-------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: graphite2 | ---------------------------+-------------------------- Changes (by larryv@…): * keywords: graphite2 build fail => * owner: macports-tickets@… => ryandesign@… Comment: Thanks for the ticket. In the future, please Cc relevant port maintainers (`port info --maintainers`). {{{ :info:build Undefined symbols: :info:build "saveFP", referenced from: :info:build graphite2::Segment::justify(graphite2::Slot*, graphite2::Font const*, float, graphite2::justFlags, graphite2::Slot*, graphite2::Slot*)in Justifier.cpp.o :info:build graphite2::Slot::finalise(graphite2::Segment const*, graphite2::Font const*, graphite2::Position&, graphite2::Rect&, unsigned char, float&)in Slot.cpp.o :info:build "restFP", referenced from: :info:build graphite2::Segment::justify(graphite2::Slot*, graphite2::Font const*, float, graphite2::justFlags, graphite2::Slot*, graphite2::Slot*)in Justifier.cpp.o :info:build graphite2::Slot::finalise(graphite2::Segment const*, graphite2::Font const*, graphite2::Position&, graphite2::Rect&, unsigned char, float&)in Slot.cpp.o :info:build ld: symbol(s) not found :info:build collect2: ld returned 1 exit status }}} -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+-------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: graphite2 | ---------------------------+-------------------------- Changes (by larryv@…): * priority: High => Normal Comment: As per the [http://guide.macports.org/#project.tickets.guidelines Trac Ticket Guidelines], do not set the Priority field. -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+-------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: graphite2 | ---------------------------+-------------------------- Comment (by ryandesign@…): It builds fine for me on all OS X versions so I suspect something unusual about your setup. Can we verify that your compilers are the correct version? What do you get when you run: {{{ /usr/bin/gcc-4.2 -v /usr/bin/g++-4.2 -v }}} -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+-------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: graphite2 | ---------------------------+-------------------------- Comment (by benfeakins@…): Hi, "/usr/bin/gcc-4.2 -v" gives: "Using built-in specs. Target: powerpc-apple-darwin9 Configured with: /var/tmp/gcc_42/gcc_42-5577~1/src/configure --disable- checking --prefix=/usr --mandir=/usr/share/man --enable- languages=c,objc,c++,obj-c++ --program-transform- name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple- darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9 Thread model: posix gcc version 4.2.1 (Apple Inc. build 5577)" ... & "/usr/bin/g++-4.2 -v" gives: "Using built-in specs. Target: powerpc-apple-darwin9 Configured with: /var/tmp/gcc_42/gcc_42-5577~1/src/configure --disable- checking --prefix=/usr --mandir=/usr/share/man --enable- languages=c,objc,c++,obj-c++ --program-transform- name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple- darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9 Thread model: posix gcc version 4.2.1 (Apple Inc. build 5577)" Many thanks. -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+-------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: graphite2 | ---------------------------+-------------------------- Comment (by silverdr@…): Replying to [ticket:40447 benfeakins@…]:
All the packages install apart from graphite2, and two other packages that have it as a dependency. It appears to fail at the build stage. I have tried cleaning the port and re-installing, but the same problem occurs.
The very same situation here. The same compiler versions too. -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+-------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: graphite2 | ---------------------------+-------------------------- Comment (by spellbindings@…): Replying to [ticket:40447 benfeakins@…]:
I'm trying to install R on my G5 PPC Mac running OS X 10.5.8. Xcode is v3.1.4.
All the packages install apart from graphite2, and two other packages that have it as a dependency. It appears to fail at the build stage. I have tried cleaning the port and re-installing, but the same problem occurs. [[BR]] I have the exact same configuration, and the commands in comment 3 show the identical results as in comment 4. I installed macports 2 days ago, and the first command i was running after updaten the portlist is:
{{{ sudo port -v install gtk2 +x11 }}} All packages except graphite2 were installed just fine, i get the same error messages as reported in comment 1. Best regards and thanks in advance for suggestions or patches. Fred. -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+----------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: leopard powerpc Port: graphite2 | ---------------------------+----------------------------- Changes (by ryandesign@…): * keywords: => leopard powerpc * cc: silverdr@…, spellbindings@… (added) * status: new => assigned Comment: Replying to [comment:3 ryandesign@…]:
It builds fine for me on all OS X versions so I suspect something unusual about your setup.
I must correct myself. Although graphite2 @1.2.3_0 is already installed on my PowerBook G4 running Leopard, I am unable to rebuild it now; I get the same error. I'm not sure yet what has changed to cause this to break. I will try to find out. Meanwhile if anybody experiencing this problem is not on Leopard, or not on PowerPC, please say so. -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+----------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: leopard powerpc Port: graphite2 | ---------------------------+----------------------------- Comment (by mikeformac@…): PPC/G4 Tiger/10.4.11 [[BR]] Logfile attached. Same error / problem as others here. [[BR]][[BR]] ---> Building graphite2 Error: org.macports.build for port graphite2 returned: command execution failed [[BR]][[BR]] :info:build Undefined symbols: :info:build "saveFP", referenced from: :info:build __ZN9graphite27Segment7justifyEPNS_4SlotEPKNS_4FontEfNS_9justFlagsES2_S2_ in Justifier.cpp.o :info:build __ZN9graphite24Slot8finaliseEPKNS_7SegmentEPKNS_4FontERNS_8PositionERNS_4RectEhRf in Slot.cpp.o :info:build "restFP", referenced from: -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+-------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: powerpc Port: graphite2 | ---------------------------+-------------------------- Changes (by ryandesign@…): * keywords: leopard powerpc => powerpc Comment: graphite2's only dependency is cmake. cmake was recently updated. [wiki:howto/InstallingOlderPort Downgrading] cmake to @2.8.10.2 worked for me so please use that workaround for now. -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+-------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: powerpc Port: graphite2 | ---------------------------+-------------------------- Changes (by ryandesign@…): * cc: mikeformac@… (added) -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+-------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: powerpc Port: graphite2 | ---------------------------+-------------------------- Comment (by mikeformac@…): {{{# port installed cmake The following ports are currently installed: cmake @2.8.9_2 cmake @2.8.10.2_1 (active) # port install graphite2 ---> Computing dependencies for cmake ---> Fetching archive for cmake ---> Attempting to fetch cmake-2.8.11.2_0.darwin_8.ppc.tbz2 from http://packages.macports.org/cmake ---> Attempting to fetch cmake-2.8.11.2_0.darwin_8.ppc.tbz2 from http://lil.fr.packages.macports.org/cmake ---> Attempting to fetch cmake-2.8.11.2_0.darwin_8.ppc.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/cmake ---> Fetching distfiles for cmake ---> Verifying checksums for cmake ---> Extracting cmake ^C}}} -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+-------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: powerpc Port: graphite2 | ---------------------------+-------------------------- Comment (by ryandesign@…): Replying to [comment:11 mikeformac@…]: {{{ sudo port -n install graphite2 }}} -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:12> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+-------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: powerpc Port: graphite2 | ---------------------------+-------------------------- Comment (by mikeformac@…): Doh! Thanks for that. Still throws an error... {{{ :info:build Undefined symbols: :info:build "saveFP", referenced from: :info:build __ZN9graphite27Segment7justifyEPNS_4SlotEPKNS_4FontEfNS_9justFlagsES2_S2_ in Justifier.cpp.o :info:build __ZN9graphite24Slot8finaliseEPKNS_7SegmentEPKNS_4FontERNS_8PositionERNS_4RectEhRf in Slot.cpp.o :info:build "restFP", referenced from: :info:build __ZN9graphite27Segment7justifyEPNS_4SlotEPKNS_4FontEfNS_9justFlagsES2_S2_ in Justifier.cpp.o :info:build __ZN9graphite24Slot8finaliseEPKNS_7SegmentEPKNS_4FontERNS_8PositionERNS_4RectEhRf in Slot.cpp.o :info:build ld: symbol(s) not found :info:build /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/libtool: internal link edit command failed :info:build make[2]: *** [src/libgraphite2.3.0.1.dylib] Error 1 :info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_graphite2/graphite2/work/graphite2-1.2.3' :info:build make[1]: *** [src/CMakeFiles/graphite2.dir/all] Error 2 :info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_graphite2/graphite2/work/graphite2-1.2.3' :info:build make: *** [all] Error 2 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_graphite2/graphite2/work/graphite2-1.2.3' :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_graphite2/graphite2/work/graphite2-1.2.3" && /usr/bin/make -w all :info:build Exit code: 2 :error:build org.macports.build for port graphite2 returned: command execution failed :debug:build Error code: CHILDSTATUS 7688 2 :debug:build Backtrace: command execution failed while executing "system -nice 0 $fullcmdstring" ("eval" body line 1) invoked from within "eval system $notty $nice \$fullcmdstring" invoked from within "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "$procedure $targetname" :info:build Warning: targets not executed for graphite2: org.macports.activate org.macports.build org.macports.destroot org.macports.install }}} -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:13> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+-------------------------- Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: powerpc Port: graphite2 | ---------------------------+-------------------------- Comment (by takanori@…): I caught the same problem on my old Mac mini. (Mac OS X 10.5.8, Xcode 3.1.4, PowerPC) -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:15> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+------------------------------ Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: powerpc haspatch Port: graphite2 | ---------------------------+------------------------------ Changes (by ryandesign@…): * keywords: powerpc => powerpc haspatch Comment: Thanks. I have filed a bug report with the developers: https://sourceforge.net/p/silgraphite/bugs/56/ -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:16> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+------------------------------ Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: powerpc haspatch Port: graphite2 | ---------------------------+------------------------------ Changes (by ryandesign@…): * cc: revast@… (added) Comment: Has duplicate #40679. -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:20> MacPorts <http://www.macports.org/> Ports system for OS X
#40447: graphite2 @1.2.3_0: ld cannot find "saveFP" and "restFP" ---------------------------+------------------------------ Reporter: benfeakins@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: powerpc haspatch Port: graphite2 | ---------------------------+------------------------------ Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: r111913 -- Ticket URL: <https://trac.macports.org/ticket/40447#comment:21> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts