After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735118 - 3.13.90: undefined reference to archive_read_next_header, archive_error_string, archive_error_string
3.13.90: undefined reference to archive_read_next_header, archive_error_strin...
Status: RESOLVED DUPLICATE of bug 735114
Product: gnome-boxes
Classification: Applications
Component: general
3.13.x
Other Linux
: Normal critical
: 3.22
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-08-20 19:08 UTC by Olav Vitters
Modified: 2016-03-31 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olav Vitters 2014-08-20 19:08:20 UTC
Mageia links using --as-needed and --no-undefined

Full build output at:
http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20140820190346.ovitters.valstar.17335/log/gnome-boxes-3.13.90-1.mga5/build.0.20140820190404.log


  CCLD     gnome-boxes-search-provider
libcommon.a(libcommon_a-util.o): In function `___lambda8_':
/home/zeenix/checkout/gnome/gnome-boxes/src/util.vala:400: undefined reference to `archive_read_next_header'
libcommon.a(libcommon_a-util.o): In function `boxes_execute_libarchive_function':
/home/zeenix/checkout/gnome/gnome-boxes/src/util.vala:378: undefined reference to `archive_error_string'
/home/zeenix/checkout/gnome/gnome-boxes/src/util.vala:385: undefined reference to `archive_error_string'
collect2: error: ld returned 1 exit status
Makefile:719: recipe for target 'gnome-boxes-search-provider' failed
make[3]: *** [gnome-boxes-search-provider] Error 1
Comment 1 Lasse Schuirmann 2014-08-21 07:41:59 UTC
Thanks for the bug report. This bug was actually reported one hour before you did this. Would you mind testing the patch given there if it works for you?

*** This bug has been marked as a duplicate of bug 735114 ***