Re: Error at 7.13. Configuring the network Script ( Book 6.6 )

2010-08-14 Thread Suraj Linux
...@linuxfromscratch.org When replying, please edit your Subject line so it is more specific than Re: Contents of lfs-support digest... Today's Topics:   1. Error at 7.13. Configuring the network Script ( Book 6.6 )      (Suraj Linux)   2. Re: Error at 7.13. Configuring the network Script

Error at 7.13. Configuring the network Script ( Book 6.6 )

2010-08-13 Thread Suraj Linux
Hi, I have a doubt at section 7.13.1. Then I run the following command for NIC in /sys/class/net/* ; do INTERFACE=${NIC##*/} udevadm test --action=add $NIC done I get the below output. The file /etc/udev/rules.d/70-persistent-net.rules is missing from it. Hence I guess I am stuck.

Error at 6.16. GCC-4.4.3

2010-08-11 Thread Suraj Linux
Hi, I have got stuck at section 6.16 GCC-4.4.3. I am getting error at test suite for GCC at the command make -k check on page 101. .. .. .. === libgomp tests === Schedule of variations: unix Running target unix Using

Host requirement package version difference

2010-03-30 Thread Suraj Linux
Hi, I just checked my system's packages and the version on it. The version of binutils and GCC is higher than recommended. Binutils: (GNU Binutils for Ubuntu) 2.20 gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1 One option is that I uninstall them and reinstall the earlier version. But as I am not very

Re: 5.7. Glibc-2.10.1

2010-03-06 Thread Suraj Linux
-ID: 4b90e683.9060...@gmail.com Content-Type: text/plain; charset=UTF-8; format=flowed On 05/03/10 04:07, Suraj Linux wrote: Hi, These are the output I am getting the following output. lfs_su...@robot-laptop:~$ echo $PATH /tools/bin:/bin:/usr/bin lfs_su...@robot-laptop:~$ ld -v GNU ld (GNU

Re: 5.7. Glibc-2.10.1

2010-03-04 Thread Suraj Linux
...@sbcglobal.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Suraj Linux wrote: Hi, I have installed and linked gawk. But now I am not able to configure glibc-2.10.1. I get the following error. lfs_su...@robot-laptop:/home/disk3/sources/glibc-build $ ../glibc-2.10.1/configure checking

Re: 5.7. Glibc-2.10.1

2010-03-03 Thread Suraj Linux
-8; format=flowed On 02/03/10 06:59, Suraj Linux wrote: Hi, Thanks for the help. I guess the problem is because I had not installed GAWK-3.0 on my system. But now I have installed it.But I am not able to link /usr/bin/awk to gawk. How do I link it ? As root: ln -sf gawk /usr/bin

Re: 5.6. Linux-2.6.30.2 API Headers

2010-03-01 Thread Suraj Linux
Hi, Thank you for the help. I was able to find my problem. That is, I had extracted it as the different user. Hence I did not have access to the files. Thank you. -Suraj -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe:

5.7. Glibc-2.10.1

2010-03-01 Thread Suraj Linux
Hi, I have getting error while executing *make* command for 5.7. Glibc-2.10.1. I did give all the above command. I was even able to configure with out errors. I get the following error. ( See at the end ) mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ] mawk:

Re: 5.6. Linux-2.6.30.2 API Headers

2010-02-28 Thread Suraj Linux
...@linuxfromscratch.orgwrote: Send lfs-support mailing list submissions to lfs-support@linuxfromscratch.org Message: 1 Date: Sat, 27 Feb 2010 02:57:13 -0500 From: Suraj Linux suraj.embedded.li...@gmail.com Subject: 5.6. Linux-2.6.30.2 API Headers To: lfs-support@linuxfromscratch.org

5.6. Linux-2.6.30.2 API Headers

2010-02-27 Thread Suraj Linux
Hi, I have got a bit confused at this step. 5.6. Linux-2.6.30.2 API Headers . I am not sure in which I must run the following commands make mrproper make headers_check make INSTALL_HDR_PATH=dest headers_install cp -rv dest/include/* /tools/include I down any file named