autopkgtest regressions due to undefined references to libpng symbols
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ocrad (Debian) |
Fix Released
|
Unknown
|
|||
ocrad (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
autopkgtest log: https:/
The autopkgtest for ocrad builds a binary called ocradcheck, but the test script does not pass the correct linker flags. This results in the following:
autopkgtest [09:07:15]: test tests: - - - - - - - - - - stderr - - - - - - - - - -
/usr/bin/ld: /tmp/ccUepqxI.o: in function `main':
/tmp/autopkgtes
/usr/bin/ld: /usr/lib/
(.text+0x83): undefined reference to `png_sig_cmp'
/usr/bin/ld: /usr/lib/
(.text+0x203): undefined reference to `png_create_
/usr/bin/ld: (.text+0x219): undefined reference to `png_create_
/usr/bin/ld: (.text+0x23d): undefined reference to `png_set_
/usr/bin/ld: (.text+0x263): undefined reference to `png_destroy_
/usr/bin/ld: (.text+0x31b): undefined reference to `png_init_io'
/usr/bin/ld: (.text+0x36b): undefined reference to `png_set_IHDR'
/usr/bin/ld: (.text+0x386): undefined reference to `png_set_rows'
/usr/bin/ld: (.text+0x39c): undefined reference to `png_write_png'
/usr/bin/ld: (.text+0x3ab): undefined reference to `png_destroy_
/usr/bin/ld: (.text+0x458): undefined reference to `png_destroy_
[ ... ]
tags: | added: update-excuse |
Changed in ocrad (Debian): | |
status: | Unknown → New |
Changed in ocrad (Debian): | |
status: | New → Fix Released |