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. 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. -- Thanos
Index: xfce/apps/xfburn.xml =================================================================== --- xfce/apps/xfburn.xml (revision 20075) +++ xfce/apps/xfburn.xml (working copy) @@ -78,8 +78,9 @@ <bridgehead renderas="sect4">Required</bridgehead> <para role="required"> <xref linkend="exo"/>, - <xref linkend="libxfce4util"/>, and - <xref linkend="libisoburn"/> + <xref linkend="libxfce4ui"/>, + <xref linkend="libburn"/>, and + <xref linkend="libisofs"/> </para> <bridgehead renderas="sect4">Optional</bridgehead>
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page