xinglp wrote:
> in lfs-book, do the following job:
>
> local udevlfs=$(grep "udev-lfs-version " packages.ent);
> udevlfs=${udevlfs#*\"}; udevlfs=${udevlfs%\"*}
> local udevlfsver=${udevlfs##*-}
> sed -i "s/VERSION=.*/VERSION=${udevlfsver}/" udev-lfs/Makefile.lfs
> mv udev-lfs ${udevlfs}
> tar -Scaf ${udevlfs}.tar.bz2 ${udevlfs}
>
> http://anduin.linuxfromscratch.org/sources/other/udev-lfs-20140406.tar.bz2
> has wrong version udev-lfs-20140406/Makefile.lfs line:6
> VERSION=20140306I know. It will be fixed tonite. The VERSION in the Makkefile.lfs should be 20140406. For now, make that change manually and continue. Isn't bleeding edge fun? BTW, I don't anticipate udev-lfs changing any more with systemd version. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
