https://bugzilla.novell.com/show_bug.cgi?id=761117 https://bugzilla.novell.com/show_bug.cgi?id=761117#c0 Summary: pkg-config for fuse does not return all required libraries Classification: openSUSE Product: openSUSE 12.2 Version: Factory Platform: All OS/Version: openSUSE 12.2 Status: NEW Severity: Major Priority: P5 - None Component: Development AssignedTo: mszeredi@novell.com ReportedBy: werner@suse.com QAContact: qa-bugs@suse.de CC: rguenther@suse.com Found By: Development Blocker: --- This breaks the build of package archivemount as the required libraries for linkage will not found. IMHO the file /usr/lib(64)/pkgconfig/fuse.pc is wrong prefix=/usr exec_prefix=/ libdir=/lib64 includedir=/usr/include Name: fuse Description: Filesystem in Userspace Version: 2.9.0 Libs: -L${libdir} -lfuse Libs.private: -pthread -lrt -ldl Cflags: -I${includedir}/fuse -D_FILE_OFFSET_BITS=64 as the linker requires on the final linkage all libraries even those of Libs.private. I'm aware this is the problem with the configuration of our linker. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.