On Thu, 12 Apr 2018 11:09:10 -0500 Bruce Dubbs <[email protected]> wrote:
> On 04/12/2018 03:52 AM, Thanos Baloukas wrote: > > On 12/04/2018 01:25 πμ, Bruce Dubbs wrote: > >> On 04/11/2018 02:42 PM, Thanos Baloukas wrote: > >>> I remembered that when I was installing 8.2 I had seen some > >>> dependencies' inconsistencies on this package. No linkage with > >>> libisoburn, grepping the headers and the binaries returns nothing, and > >>> finally it works fine on my laptop built without libisoburn. > >>> > >>> It links with libxfce4ui and libxfce4util and the dep chain is > >>> libxfce4ui -> Xfconf -> libxfce4util, so I changed that too. > >>> > > > > Isn't the above a good reason for the libxfce4util dependency to be > > replaced by libxfce4ui as I have in the patch? > > OK. I'll do that. > > >>> I think that no other blfs package needs libisoburn. It is referenced in > >>> > >>> http://www.linuxfromscratch.org/lfs/view/development/chapter08/grub.html > >>> > >>> but there must be other tools in blfs for that, so maybe it can be > >>> archived. > >> > >> brasero references libisoburn > > Xorriso from libisoburn uses it. readelf -d /usr/bin/xorriso | grep NEEDED ========================================================================= 0x0000000000000001 (NEEDED) Shared library: [libisoburn.so.1] ========================================================================= ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 0x0000000000000001 (NEEDED) Shared library: [libisofs.so.6] 0x0000000000000001 (NEEDED) Shared library: [libburn.so.4] 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libz.so.1] 0x0000000000000001 (NEEDED) Shared library: [libacl.so.1] 0x0000000000000001 (NEEDED) Shared library: [libreadline.so.7] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] > > Not really. Brasero references libburn and libisofs. Rethinking that, > > libisoburn has not only libs, so no need to be archived, even if > > it's not used by another package. > > > > I don't use brasero, but occasioned by your reference I downloaded the > > tarball to take a look. By the README: > > > > Brasero default backend is provided by cdrtools/cdrkit but libburn can > > be used as an alternative > > > > The book has recommended libburn and optional runtime cdrtools. > > At the time that was written cdrtools was not in the book. What we have > works and I do not see a need to change. cdrtools is not known as the > most user friendly application. > > -- Bruce > > > -- > http://lists.linuxfromscratch.org/listinfo/blfs-dev > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page -- Berzerkula <[email protected]> -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
