Re: [lfs-dev] version mismatch in udev/Makefile.lfs

2012-12-03 Thread Bruce Dubbs
Pierre Labastie wrote: > Le 03/12/2012 18:29, Bruce Dubbs a écrit : >> Pierre Labastie wrote: >> >>> Well, only changing the 'VERSION' line was enough to achieve the build >>> and to boot a virtual machine. So I thought there was no other issue. >> That makes things like 'udevadmm --version' give t

Re: [lfs-dev] version mismatch in udev/Makefile.lfs

2012-12-03 Thread Pierre Labastie
Le 03/12/2012 18:29, Bruce Dubbs a écrit : > Pierre Labastie wrote: > >> Well, only changing the 'VERSION' line was enough to achieve the build >> and to boot a virtual machine. So I thought there was no other issue. > That makes things like 'udevadmm --version' give the wrong results. The > lfs p

Re: [lfs-dev] version mismatch in udev/Makefile.lfs

2012-12-03 Thread Bruce Dubbs
Pierre Labastie wrote: > Le 02/12/2012 23:35, Bruce Dubbs a écrit : >> Pierre Labastie wrote: >>> It seems that the VERSION=196 instruction should be changed >>> to VERSION=196-2 in udev-lfs-196-2/Makefile.lfs. >>> >>> Otherwise the 'include' instructions fails when running >>> >>> make -f udev-lfs

Re: [lfs-dev] version mismatch in udev/Makefile.lfs

2012-12-03 Thread Pierre Labastie
Le 02/12/2012 23:35, Bruce Dubbs a écrit : > Pierre Labastie wrote: >> It seems that the VERSION=196 instruction should be changed >> to VERSION=196-2 in udev-lfs-196-2/Makefile.lfs. >> >> Otherwise the 'include' instructions fails when running >> >> make -f udev-lfs-196-2/Makefile.lfs > > Humm, th

Re: [lfs-dev] version mismatch in udev/Makefile.lfs

2012-12-02 Thread Bruce Dubbs
Pierre Labastie wrote: It seems that the VERSION=196 instruction should be changed to VERSION=196-2 in udev-lfs-196-2/Makefile.lfs. Otherwise the 'include' instructions fails when running make -f udev-lfs-196-2/Makefile.lfs Humm, thanks Pierre. I'll have to think about how to address that.