Re: [blfs-support] Automount of NFS fails

2013-04-04 Thread Niels Terp
-Oprindelig meddelelse- Fra: blfs-support-boun...@linuxfromscratch.org [mailto:blfs-support-boun...@linuxfromscratch.org] På vegne af Ken Moffat Sendt: 4. april 2013 22:36 Til: BLFS Support List Emne: Re: [blfs-support] Automount of NFS fails On Thu, Apr 04, 2013 at 08:48:22PM +0200, Ni

Re: [blfs-support] Automount of NFS fails

2013-04-04 Thread Ken Moffat
On Thu, Apr 04, 2013 at 08:48:22PM +0200, Niels Terp wrote: > I have a NAS with a NFS server, and I want to access it from my LFS machine. > > I have followed the instructions in BLFS Version 2013-03-27: > > -I configured the kernel > - I installed NFS Utilities 1.2.6 > -I modified my /etc/fstab

[blfs-support] Automount of NFS fails

2013-04-04 Thread Niels Terp
I have a NAS with a NFS server, and I want to access it from my LFS machine. I have followed the instructions in BLFS Version 2013-03-27: -I configured the kernel - I installed NFS Utilities 1.2.6 -I modified my /etc/fstab to: /dev/sda1 /ext3defaults,acl,user_xattr

Re: [blfs-support] Can not compile WebKitGTK+-1.10.2

2013-04-04 Thread Matt Burgess
On Thu, 2013-04-04 at 18:37 +0200, Armin K. wrote: > I believe the more correct term is "autotools variables" since CMake > also produces Makefiles :) The Autotools don't actually have anything to do with them, other than the fact that I think they can be used to override them at configure time.

Re: [blfs-support] Can not compile WebKitGTK+-1.10.2

2013-04-04 Thread Armin K.
On 04/04/2013 06:35 PM, Matt Burgess wrote: > On Thu, 2013-04-04 at 09:26 -0700, James Richard Tyrer wrote: >> On 04/02/2013 04:20 AM, James Richard Tyrer wrote: >> >> >>> export CXX_FLAGS="-L/lib -lrt" >> >> >> This should be CXXFLAGS. >> >> Obviously I must have used the correct variable sinc

Re: [blfs-support] Can not compile WebKitGTK+-1.10.2

2013-04-04 Thread Matt Burgess
On Thu, 2013-04-04 at 09:26 -0700, James Richard Tyrer wrote: > On 04/02/2013 04:20 AM, James Richard Tyrer wrote: > > > > export CXX_FLAGS="-L/lib -lrt" > > > This should be CXXFLAGS. > > Obviously I must have used the correct variable since I got it to > compile but my memory seems to b

Re: [blfs-support] Can not compile WebKitGTK+-1.10.2

2013-04-04 Thread James Richard Tyrer
On 04/02/2013 04:20 AM, James Richard Tyrer wrote: > export CXX_FLAGS="-L/lib -lrt" This should be CXXFLAGS. Obviously I must have used the correct variable since I got it to compile but my memory seems to be failing me lately; am I confusing this with CMake, or has this variable been

Re: [blfs-support] Solved: kernel panic when booting with connected external disk

2013-04-04 Thread Michael Shell
On Wed, 03 Apr 2013 13:11:58 +0200 "Dr.-Ing. Edgar Alwers" wrote: > We changed grub.cfg to partuuid (by the way, fstab did not accept it). In order for mount to be able to use PARTUUID, it must be version 2.22 or later: mount --version http://karelzak.blogspot.com/2012/09/util-linux-222.html