Thanks. Changing "Subject", or TB will put in the wrong place.
Em 20-02-2014 12:38, Armin K. escreveu: > On 02/20/2014 01:20 PM, [email protected] wrote: >> Author: fernando >> Date: Thu Feb 20 04:20:28 2014 >> New Revision: 12744 >> >> Log: >> More tags and other fixes. >> > >> Modified: trunk/BOOK/gnome/platform/notification-daemon.xml OK >> > > libexecdir > >> Modified: trunk/BOOK/gnome/platform/vte.xml > > This package or vte2 one should have libexecdir switch, since they would > collide that way. Or the other one can have the pty agent disabled or > whatever. Just removed from vte, as it is expected, I believe, some day vte2 will be removed. > >> Modified: trunk/BOOK/networking/netlibs/glib-networking.xml >> ============================================================================== >> --- trunk/BOOK/networking/netlibs/glib-networking.xml Thu Feb 20 >> 03:30:41 2014 (r12743) >> +++ trunk/BOOK/networking/netlibs/glib-networking.xml Thu Feb 20 >> 04:20:28 2014 (r12744) >> @@ -36,7 +36,7 @@ > > Please try to check if "installed dirs" changed when removing libexec > switch. iirc for this package there is no other directories when you > remove it. Same applies for other packages that used libexecdir. No changes in dirs. > >> Modified: trunk/BOOK/x/lib/qt5.xml >> ============================================================================== >> --- trunk/BOOK/x/lib/qt5.xml Thu Feb 20 03:30:41 2014 (r12743) >> +++ trunk/BOOK/x/lib/qt5.xml Thu Feb 20 04:20:28 2014 (r12744) >> @@ -333,12 +333,13 @@ >> >> <screen role="root"><userinput>make install && >> >> +install -v -dm755 /usr/share/pixmaps/ && > > You shouldn't need this iirc. install -D will create directories if they > are not present. And below install -v -D ... is being used. Yes, that is what I understand. What I do not understand is why I got an error: {{{ $ grep qt4logo.png /home/fernando/Downloads/blfs/qt-4.8.5-2014.02.19-16h53m35s.log install: failed to access “/usr/share/pixmaps/qt4logo.png”: Não é um diretório [=not a directory] removido “/usr/share/pixmaps/qt4logo.png” “src/gui/dialogs/images/qtlogo-64.png” -> “/usr/share/pixmaps/qt4logo.png” }}} The log stopped few lines after the failure, I added removed by hand the directory, then, for some reason, logged the new install with the new instruction, the "removido"(=removed) appeared after make install, before installing the correct thing. Thus, I don't think that including that instruction causes any harm, but may be beneficial. In both versions of qt. > >> install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \ >> /usr/share/pixmaps/assistant-qt5.png && Fixed at revision 12747. -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
