Em 26-09-2012 23:36, Bruce Dubbs escreveu: > Fernando de Oliveira wrote: > >> 6.21.Ncurses-5.9 >> sed -i -e 's/ ; \\//' -e 's/; do \\/; do/' > > I don't see anything like this. I grepped through the entire book. > Or is that your fix? > >> for lib in ncurses form panel menu ; do \ >> rm -vf /usr/lib/lib${lib}.so ; \ >> echo "INPUT(-l${lib}w)" >/usr/lib/lib${lib}.so ; \ >> ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a ; \ > > Yes, that's ugly. I'll remove the unnecessary backslashes and > semicolons. It shouldn't affect execution though. > >> 6.24.E2fsprogs-1.42.5 >> sed -i 's#\.\./##' > > I don't see this in the book either. > >> makeinfo -o doc/com_err.info ../lib/et/com_err.texinfo > > OK. I'll remove the ../ in that line. > >> 6.43.Flex-2.5.37 >> flex-2.5.37-2012.09.23-install.log:configure: WARNING: no indent program >> found: > > make indent target will not function > > Since we don't do 'make indent' it doesn't make any difference. > >> duplicates: >> $ find /media/LFS72/usr/share/ -name flex.pdf | xargs ls -lh >> -rw-r--r-- 1 root root 756K Set 23 11:16 >> /media/LFS72/usr/share/doc/flex-2.5.37/flex.pdf >> -rw-r--r-- 1 root root 756K Set 23 11:16 >> /media/LFS72/usr/share/doc/flex/flex.pdf > > It looks like we need to pass --docdir=/usr/share/doc/flex-2.5.37 > >> 7.2.1. Creating stable names for network interfaces >> In "Note" >> s/envirnment/environment/ > > Fixed. > >> I cannot remember anymore, but think that one of 6.57. Sysklogd-1.5 or >> 6.58. Sysvinit-2.88dsf does not accept DESTDIR. > > OK. There's not much we can do about that. > > Thanks for the review. > > -- Bruce >
Thanks, Bruce. The form I intended was: Fix: ... Where: ... In some, I used sed ... instead of simply s/a/b/, because it needed two sed's or I found it would clarify things. I see you figured out. Sorry about that. Next time I will write more carefully. -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page