[MacPorts] #17389: poppler 0.10.1 build failure on PPC
#17389: poppler 0.10.1 build failure on PPC ----------------------------------+----------------------------------------- Reporter: lionteeth@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: FTBFS | Port: poppler ----------------------------------+----------------------------------------- Build failed on OSX 10.4.11 PPC with cairo 1.4.10_0: g++ --version powerpc-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367) {{{ Making all in test /usr/bin/g++-4.0 -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../poppler -I../glib -I../glib -I/opt/local/include -I/opt/local/include -Wall -Wno-write-strings -O2 -MT perf-test.o -MD -MP -MF .deps/perf-test.Tpo -c -o perf-test.o perf-test.cc mv -f .deps/perf-test.Tpo .deps/perf-test.Po /usr/bin/g++-4.0 -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../poppler -I../glib -I../glib -I/opt/local/include -I/opt/local/include -Wall -Wno-write-strings -O2 -MT perf-test-preview-dummy.o -MD -MP -MF .deps /perf-test-preview-dummy.Tpo -c -o perf-test-preview-dummy.o perf-test- preview-dummy.cc mv -f .deps/perf-test-preview-dummy.Tpo .deps/perf-test-preview-dummy.Po /bin/sh ../libtool --tag=CXX --mode=link /usr/bin/g++-4.0 -Wall -Wno- write-strings -O2 -L/opt/local/lib -o perf-test perf-test.o perf-test- preview-dummy.o ../poppler/libpoppler.la -L/opt/local/lib -lfreetype -lz -lz mkdir .libs /usr/bin/g++-4.0 -Wall -Wno-write-strings -O2 -o .libs/perf-test perf- test.o perf-test-preview-dummy.o -Wl,-bind_at_load -L/opt/local/lib ../poppler/.libs/libpoppler.dylib /opt/local/lib/libjpeg.dylib -lopenjpeg /opt/local/lib/libxml2.dylib -lpthread /opt/local/lib/libiconv.dylib -lm /opt/local/lib/libfontconfig.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/libfreetype.dylib -lz /usr/bin/ld: Undefined symbols: fnmatch(char const*, char const*, int) collect2: ld returned 1 exit status make[2]: *** [perf-test] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 }}} It looks like it's just the test suite that fails? The build with cairo-1.8.4 similarly fails: {{{ /usr/bin/g++-4.0 -DHAVE_CONFIG_H -I. -I.. -I../poppler -I.. -I../poppler -I../glib -I../glib -DXTHREADS -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/include/freetype2 -I/opt/local/include -DXTHREADS -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/include/libglade-2.0 -I/opt/local/include/libxml2 -I/opt/local/include -I/opt/local/include -Wall -Wno-write-strings -O2 -MT perf-test-preview-dummy.o -MD -MP -MF .deps/perf-test-preview- dummy.Tpo -c -o perf-test-preview-dummy.o perf-test-preview-dummy.cc mv -f .deps/perf-test-preview-dummy.Tpo .deps/perf-test-preview-dummy.Po /bin/sh ../libtool --tag=CXX --mode=link /usr/bin/g++-4.0 -Wall -Wno- write-strings -O2 -L/opt/local/lib -o perf-test perf-test.o perf-test- preview-dummy.o ../poppler/libpoppler.la -L/opt/local/lib -lfreetype -lz -lz /usr/bin/g++-4.0 -Wall -Wno-write-strings -O2 -o .libs/perf-test perf- test.o perf-test-preview-dummy.o -Wl,-bind_at_load -L/opt/local/lib ../poppler/.libs/libpoppler.dylib /opt/local/lib/libjpeg.dylib -lopenjpeg /opt/local/lib/libxml2.dylib -lpthread /opt/local/lib/libiconv.dylib -lm /opt/local/lib/libfontconfig.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/libfreetype.dylib -lz /usr/bin/ld: Undefined symbols: fnmatch(char const*, char const*, int) collect2: ld returned 1 exit status make[2]: *** [perf-test] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 }}} poppler builds fine on Intel; thanks for packaging! -- Ticket URL: <http://trac.macports.org/ticket/17389> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17389: poppler 0.10.1 build failure on PPC ----------------------------------+----------------------------------------- Reporter: lionteeth@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: FTBFS | Port: poppler ----------------------------------+----------------------------------------- Comment(by jmr@…): Weird, fnmatch is provided by libSystem. Was the Intel machine you tested on also running Tiger? -- Ticket URL: <http://trac.macports.org/ticket/17389#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17389: poppler 0.10.1 build failure on PPC ----------------------------------+----------------------------------------- Reporter: lionteeth@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: FTBFS | Port: poppler ----------------------------------+----------------------------------------- Comment(by ryandesign@…): Poppler has been updated to 0.11.0; do you still see the issue now? -- Ticket URL: <http://trac.macports.org/ticket/17389#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17389: poppler 0.10.1 build failure on PPC ----------------------------------+----------------------------------------- Reporter: lionteeth@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: FTBFS | Port: poppler ----------------------------------+----------------------------------------- Comment(by vinc17@…): I'm not the bug reporter, but the problem had disappeared some time ago (I could build poppler @0.10.5_0 and poppler @0.10.6_0, I haven't tried 0.11.0 yet). -- Ticket URL: <http://trac.macports.org/ticket/17389#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17389: poppler 0.10.1 build failure on PPC ----------------------------------+----------------------------------------- Reporter: lionteeth@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: FTBFS | Port: poppler ----------------------------------+----------------------------------------- Changes (by devans@…): * owner: macports-tickets@… => devans@… * status: new => assigned Comment: Builds for me on tiger ppc (as have several previous) -- Ticket URL: <http://trac.macports.org/ticket/17389#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17389: poppler 0.10.1 build failure on PPC -----------------------------------+---------------------------------------- Reporter: lionteeth@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: worksforme | Keywords: FTBFS Port: poppler | -----------------------------------+---------------------------------------- Changes (by devans@…): * status: assigned => closed * resolution: => worksforme Comment: poppler updated to version 0.11.0 in r50910. Since the problem hsa not been demonstrated in this version and the report is old will close as worksforme. Please file a new ticket against the current version if problems persist. -- Ticket URL: <http://trac.macports.org/ticket/17389#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts