Description of problem: The latest sane update breaks gnome-color-manager compile by adding -I../_inst/include to the cflags. This is probably because it's expanded out from the sane-backends.pc file which contains: Cflags: -I$(includedir) which is expanded by automake as the destination includedir, not the sane includedir. I think it needs to be "-I${includedir}" rather than "-I$(includedir)" for this to work. Version-Release number of selected component (if applicable): sane-backends-1.0.21-1.fc13.i686 How reproducible: Always. Steps to Reproduce: 1. Try to compile g-c-m (and do make distcheck) with SANE support 2. Watch compile blow up with cc1: error: /home/hughsie/Code/gnome-color-manager/gnome-color-manager-2.31.2/_inst/include: No such file or directory Additional info: This works for me: Libs: -L${libdir} -lsane Libs.private: ${ldflags} ${libs} Cflags: -I${includedir}
Build failure in koji: http://koji.fedoraproject.org/koji/getfile?taskID=2224914&name=build.log
sane-backends-1.0.21-2.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/sane-backends-1.0.21-2.fc13
sane-backends-1.0.21-2.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/sane-backends-1.0.21-2.fc12
sane-backends-1.0.21-2.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update sane-backends'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/sane-backends-1.0.21-2.fc13
sane-backends-1.0.21-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.
sane-backends-1.0.21-2.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.