----- Original Message ----- From: "Dan Nicholson" <[EMAIL PROTECTED]> To: "LFS Support List" <[email protected]> Sent: Saturday, February 03, 2007 2:07 PM Subject: Re: Udev-103 Error?
> On 2/3/07, Galaxy Travel <[EMAIL PROTECTED]> wrote: >> Im building development LFS and getting this error when I type >> make EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \ >> extras/firmware extras/floppy extras/path_id >> extras/rule_generator \ >> extras/scsi_id extras/usb_id extras/volume_id" >> /bin/sh -c: line 0: unexpected WOF while looking for matching `"' >> /bin/sh -c: line 1: syntax error: unexpected end of file > > It looks like this might not have wrapped correctly and EXTRAS is > being interpreted as having a newline in it. Maybe? I've never seen > that error before. Make sure the command is copied correctly from the > book. Write it to one long line if you have to. > >> Also when I try to create this symlink >> ln -sv /proc/self/fd /lib/udev/devices/fd >> >> says no such file or directory > > Did you create the /lib/udev/devices directory? Do you have proc > mounted at $LFS/proc? > > -- > Dan > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page > I beleive the book is wrong for the symlink: its supposed to be: ln -sv /proc/self/fd /lib/udev/devices the book has it ln -sv /proc/self/fd /lib/udev/devices/fd resulting in No such File or directory /lib/udev/devices/fd/fd Proc is Mounted; Im going to try again here. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
