[Poppler-bugs] [Bug 26351] New: Build failure in upgrade to poppler-0.13.0
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Jan 31 10:16:38 PST 2010
http://bugs.freedesktop.org/show_bug.cgi?id=26351
Summary: Build failure in upgrade to poppler-0.13.0
Product: poppler
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: general
AssignedTo: poppler-bugs at lists.freedesktop.org
ReportedBy: David.Ronis at McGill.CA
I just tried upgrading from 0.12.2 to 0.13.3 on a slackware 12.2 box in a
garnome 2.29.6 build environment. The build dies with:
CXXLD pdffonts
../poppler/.libs/libpoppler.so: undefined reference to
`jpeg_destroy_compress(jpeg_compress_struct*)'
../poppler/.libs/libpoppler.so: undefined reference to
`jpeg_start_compress(jpeg_compress_struct*, int)'
../poppler/.libs/libpoppler.so: undefined reference to
`jpeg_stdio_dest(jpeg_compress_struct*, _IO_FILE*)'
../poppler/.libs/libpoppler.so: undefined reference to
`jpeg_finish_compress(jpeg_compress_struct*)'
../poppler/.libs/libpoppler.so: undefined reference to
`jpeg_std_error(jpeg_error_mgr*)'
../poppler/.libs/libpoppler.so: undefined reference to
`jpeg_write_scanlines(jpeg_compress_struct*, unsigned char**, unsigned int)'
../poppler/.libs/libpoppler.so: undefined reference to
`jpeg_set_defaults(jpeg_compress_struct*)'
../poppler/.libs/libpoppler.so: undefined reference to
`jpeg_CreateCompress(jpeg_compress_struct*, int, unsigned int)'
collect2: ld returned 1 exit status
Configure correctly figures out that I have a plain libjpeg and the library
seems to have the missing symbols defined. My bet is that that -ljpeg was
omitted form the ld command.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Poppler-bugs
mailing list