[blfs-support] fcron dependencies

2012-08-11 Thread Gordon Findlay
I'm building from BLFS-svn and had an issue with fcron dependencies. I was using none of them, since all are listed as optional and I only want a simple cron facility. The configure command is  ./configure --prefix=/usr --sysconfdir=/etc \     --localstatedir=/var --without-sendmail --with-boo

Re: [blfs-support] net-tools no longer compiles

2012-08-11 Thread Ken Moffat
On Fri, Aug 10, 2012 at 09:08:46PM -0500, Bruce Dubbs wrote: > Ken Moffat wrote: > >> > > Bruce, I was merely wondering if it would be better to encourage a > > manual configuration in this case. The sed should be good enough. > > > > Looking at the current text, I don't feel any pressing need

[blfs-support] wget-1.13.4 fails to compile

2012-08-11 Thread John Burrell
Building on LFS-SVN-20120806 wget-1.13.4 make gives: In file included from md5.h:26:0, from md5.c:27: ./stdio.h:1012:1: error: 'gets' undeclared here (not in a function) make[4]: *** [md5.o] Error 1 make[4]: Leaving directory `/usr/src/networks/wget/wget-1.13.4/lib' make[3]: ***

Re: [blfs-support] net-tools no longer compiles

2012-08-11 Thread Bruce Dubbs
xinglp wrote: > try > > find -name "*.c" -o -name "*.h"|while read src; do > sed -i "s%%%" $src > sed -i "s%%%" $src > sed -i "s%%%" $src > done if_ether.h and if_fddi.h are still in /usr/include/linux. if_tr.h is only used in lib/tr.c, so the only thing that's needed to to sk

[blfs-support] cpio-2.11 'gets' problem

2012-08-11 Thread John Burrell
 Building on LFS-SVN-20120806 Seem to be a few of these cropping up. To compile cpio-2.11 you need this patch: https://github.com/kylhill/OpenELEC.tv/commit/658af9d4ca19bb469f295fba0e23c0f8bdb362fd or may be easier to use a sed - sed -i -e '/_GL_WARN_ON_USE (gets/ i #if HAVE_RAW_DECL_GETS' -

[blfs-support] udev-extras (from systemd)

2012-08-11 Thread John Burrell
I'm building on LFS-SVN-20120806 which means I'm using udev-lfs-187-2.tar.bz2 When I do: make -f udev-lfs-187/Makefile.lfs keymap I get: CC src/shared/log.c cc1: fatal error: cfg.h: No such file or directory compilation terminated. Assembler messages: Fatal error: can't create build/log.o: No

Re: [blfs-support] udev-extras (from systemd)

2012-08-11 Thread Bruce Dubbs
John Burrell wrote: > > I'm building on LFS-SVN-20120806 > > which means I'm using udev-lfs-187-2.tar.bz2 > > When I do: > > make -f udev-lfs-187/Makefile.lfs keymap > > I get: > > CC src/shared/log.c cc1: fatal error: cfg.h: No such file or > directory compilation terminated. Assembler messages: F

Re: [blfs-support] fcron dependencies

2012-08-11 Thread Bruce Dubbs
Gordon Findlay wrote: > I'm building from BLFS-svn and had an issue with fcron dependencies. > Iwas using none of them, since all are listed as optional and I only want > a simple cron facility. > > > The configure command is > > ./configure --prefix=/usr --sysconfdir=/etc \ > --localstatedir=

Re: [blfs-support] wget-1.13.4 fails to compile

2012-08-11 Thread Bruce Dubbs
John Burrell wrote: > > Building on LFS-SVN-20120806 > > wget-1.13.4 make gives: > > In file included from md5.h:26:0, > from md5.c:27: > ./stdio.h:1012:1: error: 'gets' undeclared here (not in a function) > make[4]: *** [md5.o] Error 1 > make[4]: Leaving directory `/usr/src/netwo

Re: [blfs-support] net-tools no longer compiles

2012-08-11 Thread xinglp
2012/8/12 Bruce Dubbs : > xinglp wrote: > >> try >> >> find -name "*.c" -o -name "*.h"|while read src; do >> sed -i "s%%%" $src >> sed -i "s%%%" $src >> sed -i "s%%%" $src >> done > > if_ether.h and if_fddi.h are still in /usr/include/linux. if_tr.h is > only used in lib/tr.c, so