[Bug 719910] New: libext2fs-devel and libcom_err-devel miss the static libraries
https://bugzilla.novell.com/show_bug.cgi?id=719910 https://bugzilla.novell.com/show_bug.cgi?id=719910#c0 Summary: libext2fs-devel and libcom_err-devel miss the static libraries Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@suse.com ReportedBy: ensonic@sonicpulse.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.163 Safari/535.1
rpm -ql libcom_err-devel | grep /usr/lib/libcom_err /usr/lib/libcom_err.so
-> /usr/lib/libcom_err.a is missing
rpm -ql libext2fs-devel | grep /usr/lib/libext2fs /usr/lib/libext2fs.so
-> /usr/lib/libext2fs.a is missing Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=719910 https://bugzilla.novell.com/show_bug.cgi?id=719910#c1 --- Comment #1 from Stefan Kost <ensonic@sonicpulse.de> 2011-09-22 19:27:46 UTC --- For weird reasons, the source packages are missing too:
zypper search ext2fs com_err Daten des Repositorys laden ... Installierte Pakete lesen ...
S | Name | Zusammenfassung | Typ --+-----------------------+-------------------------------------------+------ i | libcom_err-devel | Development files for libcom_err | Paket i | libcom_err2 | E2fsprogs error reporting library | Paket | libcom_err2-debuginfo | Debug information for package libcom_err2 | Paket i | libext2fs-devel | Development files for libext2fs | Paket i | libext2fs2 | Ext2fs libray | Paket | libext2fs2-debuginfo | Debug information for package libext2fs2 | Paket -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=719910 https://bugzilla.novell.com/show_bug.cgi?id=719910#c2 Philipp Thomas <pth@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pth@suse.com AssignedTo|pth@suse.com |jack@suse.com --- Comment #2 from Philipp Thomas <pth@suse.com> 2011-10-10 12:47:36 CEST --- The static libraries are missing on purpose. We are striving to eliminate them where ever possible. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=719910 https://bugzilla.novell.com/show_bug.cgi?id=719910#c3 --- Comment #3 from Stefan Kost <ensonic@sonicpulse.de> 2011-10-10 13:48:16 UTC --- I don't think its worth to eliminate them in devel packages. The motivation should be to make life easy for developers and not harder. I need them for: http://people.gnome.org/~alexl/glick/ Right now I just hacked the packages and rebuild it locally. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=719910 https://bugzilla.novell.com/show_bug.cgi?id=719910#c4 Philipp Thomas <pth@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #4 from Philipp Thomas <pth@suse.com> 2011-10-12 11:25:15 CEST --- Believe me, it *is* worth it as it eases maintenance significantly. That's why fedora does the same. Besides that, since glibc adopted SUN's plugable name resolution (i.e. libnss*) scheme, static binaries are only possible when none of the name resolution functions like gethostbyname(3) are used. If they are used, glibc dynamically loads the libnss* library, even from a static glibc! It would be far easier to modify glick to use dynamic libraries. -- 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.
participants (1)
-
bugzilla_noreply@novell.com