Fedora Account System
Red Hat Associate
Red Hat Customer
Created attachment 1162627 [details] failed build of openrave due to a wrong link flag Description of problem: These are two separate but related problems: 1. The pkgconfig file assimp.pc contains /usr/usr/ as prefix for libdir and includedir. 2. The cmake config provides the flag '-lassimpd' instead of '-lassimp', which makes it impossible to link against assimp (there is no libassimpd.so). Version-Release number of selected component (if applicable): 3.2.0-1 How reproducible: always Steps to Reproduce: pkgconfig: run `pkg-config --libs assimp` cmake: link against assimp in a cmake project Actual results: $ pkg-config --libs assimp -L/usr//usr/lib64 -lassimp Linking against libassimp fails with /usr/bin/ld: cannot find -lassimpd See attachment for an example. Expected results: pkgconfig should return -L/usr/lib64 Linking against assimp should work in a cmake project. Additional info: Rawhide is affected, too.
Sorry about that, I'll try to fix this in the next couple days.
assimp-3.2.0-2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-d0febaacf2
assimp-3.2.0-2.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-d0febaacf2
assimp-3.2.0-3.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-ca92b91dd5
assimp-3.2.0-3.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-ca92b91dd5
assimp-3.2.0-3.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.