Re: [blfs-support] MesaLib-8.0.4: fatal error: nouveau_device.h: No such file or directory

2012-10-05 Thread Robin
On 5 October 2012 15:30, Feuerbacher, Alan wrote: > Following up here on my first email: > > So, has anyone on this list successfully build MesaLib-8.0.4? > > Alan Yes but in /usr. -- rob -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq

Re: [lfs-support] vi for chapter 6

2012-10-05 Thread Scott
On Fri, Oct 05, 2012 at 03:21:42PM +0100, Ken Moffat wrote: > On Fri, Oct 05, 2012 at 06:50:57AM -0600, Scott wrote: > > On Fri, Oct 05, 2012 at 05:49:27AM -0500, William Harrington wrote: > > > > > > If you do cat << EOF > > > > > > Then any variables or commands in backticks are evaluated > > >

[blfs-support] systemd UDEV-188

2012-10-05 Thread Carl Thorn
When I installed the UDEV extras for systemd I saw that there were three different tar balls for UDEV-188. I started with the first one udev-lfs-188.tar.bz2. and the installation of systemd-188 for gudev failed with configure errors. I tried tarball - 2 and noticed that when it was untarred tha

Re: [blfs-support] MesaLib-8.0.4: fatal error: nouveau_device.h: No such file or directory

2012-10-05 Thread Feuerbacher, Alan
Following up here on my first email: So, has anyone on this list successfully build MesaLib-8.0.4? Alan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [lfs-support] vi for chapter 6

2012-10-05 Thread Ken Moffat
On Fri, Oct 05, 2012 at 06:50:57AM -0600, Scott wrote: > On Fri, Oct 05, 2012 at 05:49:27AM -0500, William Harrington wrote: > > > > If you do cat << EOF > > > > Then any variables or commands in backticks are evaluated > > > > If you do cat << "EOF" > > > > Then variables or commands in backti

Re: [lfs-support] vi for chapter 6

2012-10-05 Thread Scott
On Fri, Oct 05, 2012 at 05:49:27AM -0500, William Harrington wrote: > > If you do cat << EOF > > Then any variables or commands in backticks are evaluated > > If you do cat << "EOF" > > Then variables or commands in backticks are not evaluated. > > Example: > > cat > test << EOF > TEST=$PWD >

Re: [lfs-support] vi for chapter 6

2012-10-05 Thread William Harrington
On Oct 5, 2012, at 4:09 AM, Richard Melville wrote: > > A little off-topic but I've pondered this for a long time: in the > LFS book why is "EOF" always in quotes; I've found EOF without > quotes to work just fine. > > Richard > If you do cat << EOF Then any variables or commands in backtic

Re: [lfs-support] vi for chapter 6

2012-10-05 Thread Richard Melville
> > Or just create your scripts with cat > blah << "EOF" > > Then if you have errors use sed or perl to fix them! > > Sincerely, > > William Harrington > A little off-topic but I've pondered this for a long time: in the LFS book why is "EOF" always in quotes; I've found EOF without quotes to work