Opened 15 years ago

Closed 15 years ago

#17389 closed defect (worksforme)

poppler 0.10.1 build failure on PPC

Reported by: Liontooth (David Liontooth) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: FTBFS Cc: vinc17@…
Port: poppler

Description

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!

Change History (7)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Weird, fnmatch is provided by libSystem. Was the Intel machine you tested on also running Tiger?

comment:2 Changed 15 years ago by vinc17@…

Cc: vinc17@… added

Cc Me!

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Poppler has been updated to 0.11.0; do you still see the issue now?

comment:5 Changed 15 years ago 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).

comment:6 Changed 15 years ago by dbevans (David B. Evans)

Owner: changed from macports-tickets@… to devans@…
Status: newassigned

Builds for me on tiger ppc (as have several previous)

comment:7 Changed 15 years ago by dbevans (David B. Evans)

Resolution: worksforme
Status: assignedclosed

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.

Note: See TracTickets for help on using tickets.