http://bugzilla.novell.com/show_bug.cgi?id=592143 http://bugzilla.novell.com/show_bug.cgi?id=592143#c0 Summary: libsane.la references libgphoto2.la but sane-backends doesn't require libgphoto2-devel Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Printing AssignedTo: jsmeix@novell.com ReportedBy: vuntz@novell.com QAContact: jsmeix@novell.com Found By: --- Blocker: --- /usr/lib/libsane.la contains this line: dependency_libs=' -L/lib -lieee1284 -ljpeg /usr/lib/libgphoto2.la /usr/lib/libgphoto2_port.la /usr/lib/libltdl.la -ldl -lexif -lm -lusb -lpthread' This means that our toolchain will look for libgphoto2.la when trying to build something depending on libsane. However, sane-backends (which contains libsane.la) doesn't depend on libgphoto2-devel, so the build will fail. I don't know if libgphoto2-devel is needed for anything else, but it's possible that it's not. In this case, just removing the .la file would be a simple fix. Btw, is there any reason to not have a libsane-devel subpackage? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.