GNOME Bugzilla – Bug 632964
Jhbuild should suggest to remove .la files
Last modified: 2011-09-01 06:59:27 UTC
Some distributions still leave .la files everywhere. The GnomeShell wiki page recommends people to remove these files: http://live.gnome.org/GnomeShell/RemovingLaFiles There are instructions for .dpg based systems. I've added instructions for (new) .rpm based systems as well. Though Fedora+RHEL do not need such instructions. Perhaps jhbuild should check for the existance of .la and warn against it?
Sorry for the mark duplicate of newer bug. Removing la files is now implemented in JHBuild. *** This bug has been marked as a duplicate of bug 647231 ***
That bug is really nice, but not what I meant. I meant that jhbuild warns when there are system installed .la files (/usr/*). Maybe that is too much, in which case this should be wontfixed.
If JHBuild suggests the user delete /usr/lib/libblah.la, the distro package manager would resurrect the file. The solution would be to file a bug with the distro not to distribute the .la file. I'm don't think JHBuild should suggest filing bugs though.
This bug is addressed by my comment 3. If not happy, please reopen bug and lets discuss.