On Sun, Nov 20, 2011 at 19:33, Steve Grubb <sgrubb@xxxxxxxxxx> wrote: > On Sunday, November 20, 2011 02:14:09 PM drago01 wrote: >> On Sun, Nov 20, 2011 at 8:03 PM, Kevin Kofler <kevin.kofler@xxxxxxxxx> wrote: >> > Steve Grubb wrote: >> >> For example, if a 32 bit library is installed, which application is left >> >> - the 64 or 32 bit one? >> > >> > If you install ONLY the 32-bit multilib, the 32-bit version. >> > If you install BOTH the 64-bit and 32-bit packages, the 64-bit version >> > (on all the platforms where 64-bit is preferred, which includes x86_64 >> > and now also ppc64). >> > If you install ONLY the 64-bit package, the 64-bit version. >> >> Yeah which means there isn't really a problem here. > > Well, yeah there is the other problem of dependencies and getting a smaller minimal > install. For example, libnotify. > > # ldd /usr/bin/notify-send | wc -l > 44 > # ldd /usr/lib64/libnotify.so.1.2.3 | wc -l > 12 > > or how about libmsn > # ldd /usr/bin/msntest | wc -l > 20 > # ldd /usr/lib64/libmsn.so.0.3.0 | wc -l > 9 I am the maintainer of libmsn. msntest probably could be moved to a subpackage but it is a small program. All of the dependencies found by ldd are already required by the applications using libmsn and msntest is also very useful for checking if a problem connecting to msn is caused by libmsn or the settings/applications using it. I would be happy to move msntest into a subpackage if it is specifically requested but under the current circumstances it would gain nothing and just add an extra package to the repos. -- There are 10 kinds of people in the world: Those who understand binary and those who don't... -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel