[blfs-support] iptables

2013-01-06 Thread Richard Coffee
I couldn't access the archives, so I thought I would go ahead and ask. Why did the iptables bindir get changed from /sbin to /usr/bin? It sure seemed to add quite a bit to the install step. Also, I didn't need the LDFLAGS doing an upgrade. I suspect that was just because the libraries alrea

Re: [blfs-support] systemd - udev - bewilderment

2013-01-06 Thread Bruce Dubbs
Ken Moffat wrote: > On Sun, Jan 06, 2013 at 06:58:12PM -0500, Jim Michmerhuizen wrote: >> I'm in the same position as Ken Moffatt was on 2012.08.21. "Problems >> with gudev in udev-lfs-188", and for the same reason: I'm trying to >> build gudev so I can build colord for cups. >> > The systemd/ude

Re: [blfs-support] systemd - udev - bewilderment

2013-01-06 Thread Ken Moffat
On Mon, Jan 07, 2013 at 01:15:33AM +, Ken Moffat wrote: > The systemd/udev build appears to be sorted now - I think Armin has > debugged all the various problems in the LFS Makefiles. The main > thing is that there is no good reason to use a different version of > systemd/udev in BLFS than wh

Re: [blfs-support] systemd - udev - bewilderment

2013-01-06 Thread Ken Moffat
On Sun, Jan 06, 2013 at 06:58:12PM -0500, Jim Michmerhuizen wrote: > I'm in the same position as Ken Moffatt was on 2012.08.21. "Problems > with gudev in udev-lfs-188", and for the same reason: I'm trying to > build gudev so I can build colord for cups. > The systemd/udev build appears to be so

Re: [blfs-support] systemd - udev - bewilderment

2013-01-06 Thread Jim Michmerhuizen
On 01/06/2013 07:46 PM, Randy McMurchy wrote: > > I built LFS-SVN-20121208 using systemd-196. Later I used the same systemd > package to build gudev during BLFS stuff. The build was fine. No issues. Yep, that's what I needed to hear. I'll get to it tomorrow then -- and report back to the list. -

Re: [blfs-support] systemd - udev - bewilderment

2013-01-06 Thread Randy McMurchy
On 1/6/2013 5:58 PM, Jim Michmerhuizen wrote: > I'm in the same position as Ken Moffatt was on 2012.08.21. "Problems > with gudev in udev-lfs-188", and for the same reason: I'm trying to > build gudev so I can build colord for cups. > > Well, I'm getting different error messages: > [snip] I built

Re: [blfs-support] systemd - udev - bewilderment

2013-01-06 Thread Armin K.
On 01/07/2013 12:58 AM, Jim Michmerhuizen wrote: > I'm in the same position as Ken Moffatt was on 2012.08.21. "Problems > with gudev in udev-lfs-188", and for the same reason: I'm trying to > build gudev so I can build colord for cups. > > Well, I'm getting different error messages: > >>>

[blfs-support] systemd - udev - bewilderment

2013-01-06 Thread Jim Michmerhuizen
I'm in the same position as Ken Moffatt was on 2012.08.21. "Problems with gudev in udev-lfs-188", and for the same reason: I'm trying to build gudev so I can build colord for cups. Well, I'm getting different error messages: > begin excerpted text lfsdev@holland: /so

Re: [blfs-support] CPU frequency control

2013-01-06 Thread Bruce Dubbs
Baho Utot wrote: > Bruce Dubbs wrote: >> Baho Utot wrote: >> >>> I was looking for the edguide as a pdf, not the BLFS. I would be nice >>> to known if the ebook reader could handle the BLFS.pdf though. >> Here you go: >> >> >> http://anduin.linuxfromscratch.org/~bdubbs/ >> >> There are lots of war

Re: [blfs-support] CPU frequency control

2013-01-06 Thread Baho Utot
Bruce Dubbs wrote: > Baho Utot wrote: > >> I was looking for the edguide as a pdf, not the BLFS. I would be nice >> to known if the ebook reader could handle the BLFS.pdf though. > Here you go: > > > http://anduin.linuxfromscratch.org/~bdubbs/ > > There are lots of warnings for line or page overfl

Re: [blfs-support] CPU frequency control

2013-01-06 Thread Baho Utot
Ken Moffat wrote: > On Sat, Jan 05, 2013 at 05:30:43PM -0500, Baho Utot wrote: >>> As for cpu frequency, I think that mine is by default set to "ondemand" >>> on this machine. >> Just loading the module or building it into the kernel won't suffice. >> > Please note that I don't build the driver a

Re: [blfs-support] LLVM lib path

2013-01-06 Thread Armin K.
On 01/06/2013 08:51 AM, Simon Geard wrote: > A curious question, for anyone who might know. > > Why, in the LLVM instructions, do we go to such lengths to put all the > libraries in a subdirectory of /usr/lib, only to add an entry to > ld.so.conf to ensure everything can find them? > > I ask becaus