Hide Forgot
Created attachment 534671 [details] use archive_version_string() instead of ARCHIVE_LIBRARY_VERSION Description of problem: libarchive was updated and tuxcmd needs a rebuild to satisfy the dependencies. Unfortnately tuxcmd can not be built in Rawhide, the two attached patches are required. Version-Release number of selected component (if applicable): tuxcmd-0.6.70-2.fc17 How reproducible: 100% Steps to Reproduce: 1. fedpkg clone tuxcmd 2. cd tuxcmd 3. fedpkg build --scratch Actual results: tuxcmd fails to built due to 1. libarchive 3.x provides the libarchive-version-string in a different way 2. glib/gunicode.h may not be included directly any more Expected results: tuxcmd rebuilds without issue Additional info: A rebuilt with the two patches was done in a local mock environment. A build in koji failed (http://koji.fedoraproject.org/koji/taskinfo?taskID=3527538) due to some gvfs/libcdio_cdda dependency issues. The local mock (with yesterdays Rawhide) finished successfully.
Created attachment 534672 [details] fix to include only glib.h
Thanks for the patches, built as tuxcmd-0.6.70-3.fc17 I'll keep this bugreport open until I fix the upstream git repository and commit your patches there.
Interesting enough, the upstream sources have these issues fixed (without knowing of them!), I've fixed another issue. Anyway, all fixed now, closing.