Re: Compiling grub-1.98 fails

2011-02-24 Thread Karthik Bhuvanagiri
md5 checksum of grub-1.98 tar ball is matching with the md5 checksum given
in 3.2 section.
What else could be the problem?

2011/2/16 Bruce Dubbs bruce.du...@gmail.com

 Karthik Bhuvanagiri wrote:
  Hi,
 
  Where can I get md5sum of grub-1.98 tar ball?

 All md5sums are in section 3.2. All Packages.

   -- Bruce
 --
 http://linuxfromscratch.org/mailman/listinfo/lfs-support
 FAQ: http://www.linuxfromscratch.org/lfs/faq.html
 Unsubscribe: See the above information page




-- 
Thanks and Regards,
Karthik Bhuvanagiri
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


make fails in section 6.16.1. Installation of GCC

2011-02-24 Thread Ankit Sharma
Hi, I'm trying to build LFS version 6.7
I'm facinf a problem in section 6.16.1. Installation of GCC


make returns the following error.
 Code:

checking for recent GMP... yes
checking for gmp internal files... configure: error: header files
gmp-impl.h and longlong.h not found
make[1]: *** [configure-mpfr] Error 1
make[1]: Leaving directory `/sources/gcc-build'
make: *** [all] Error 2

GMP make check (162 tests passed) and install went fine

please Help
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


glibc make check errors (LFS book v6.7)

2011-02-24 Thread Anand Arumugam
Hello All,

I am following LFS book v6.7. Currently I am trying to build glibc in
chapter 6 and at the step just before Re-adjusting the tool chain.

I apologize if this is a repeat question. I searched in the lfs-support
search page and found few hits but none of the threads seem to provide the
resolution. I also saw issue2683 (
http://community.linuxfromscratch.org/issues/2683) in the lfs community list
and even there it doesn't have any resolution. So I am trying here for some
help.

I will take a look at the tst-* files listed below after I get home. But
here is what I attempted last night.

The build of glibc went through fine. But make check resulted in errors. The
following are errors from the first attempt:

root:/sources/glibc-build$ grep Error glibc-check-log
make[2]: *** [/sources/glibc-build/stdio-common/bug22.out] Error 1
make[1]: *** [stdio-common/tests] Error 2

make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
make[2]: *** [/sources/glibc-build/nptl/tst-attr3.out] Error 1
make[1]: *** [nptl/tests] Error 2
make[2]: *** [/sources/glibc-build/rt/tst-cpuclock2.out] Error 1
make[1]: *** [rt/tests] Error 2

make[2]: *** [/sources/glibc-build/debug/tst-chk3.out] Error 1
make[2]: *** [/sources/glibc-build/debug/tst-lfschk3.out] Error 1
make[2]: *** [/sources/glibc-build/debug/tst-chk6.out] Error 1
make[2]: *** [/sources/glibc-build/debug/tst-lfschk6.out] Error 1
make[1]: *** [debug/tests] Error 2
make[1]: *** [/sources/glibc-build/c++-types-check.out] Error 1
make: *** [check] Error 2

If I do a make check immediately after this with the TIMEOUTFACTOR=16, it
runs without issues. So I tried again by deleting everything under '
/sources/glibc-build' and then did a complete build again.

Running make check with the TIMEOUTFACTOR=16. This time only the items in
blue above (the studio-common) are gone. The book and in the lfs support
forum I read the errors related to nptl tests and the posix/annexc.out (the
ones marked in orange) can be ignored as they are expected.

grep Error glibc-check-log
make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
make[2]: *** [/sources/glibc-build/nptl/tst-attr3.out] Error 1
make[1]: *** [nptl/tests] Error 2
make[2]: *** [/sources/glibc-build/rt/tst-cpuclock2.out] Error 1
make[1]: *** [rt/tests] Error 2

make[2]: *** [/sources/glibc-build/debug/tst-chk3.out] Error 1
make[2]: *** [/sources/glibc-build/debug/tst-lfschk3.out] Error 1
make[2]: *** [/sources/glibc-build/debug/tst-chk6.out] Error 1
make[2]: *** [/sources/glibc-build/debug/tst-lfschk6.out] Error 1
make[1]: *** [debug/tests] Error 2
make[1]: *** [/sources/glibc-build/c++-types-check.out] Error 1
make: *** [check] Error 2

I am wondering what could be causing the ones marked in red.

Looking forward to your suggestions. Thanks in advance.

cheers,
Anand.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Compiling grub-1.98 fails

2011-02-24 Thread bsquared
On Thu, Feb 24, 2011 at 10:11 AM, Karthik Bhuvanagiri
karthik.bhuvanag...@gmail.com wrote:
 md5 checksum of grub-1.98 tar ball is matching with the md5 checksum given
 in 3.2 section.
 What else could be the problem?


You need to describe the problem, provide output from commands etc..

As far as I know,

tar -xavf [sources]/grub*.?z*
cd grub*

and run configure, make etc. as described in book.

I had no issues what so ever

-Brian
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Compiling grub-1.98 fails

2011-02-24 Thread bsquared
On Thu, Feb 24, 2011 at 11:04 AM, bsquared bwcod...@gmail.com wrote:
 You need to describe the problem, provide output from commands etc..

Oh, I see that you had previously.
Are you building on clean source?
make clean

-Brian
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: glibc make check errors (LFS book v6.7)

2011-02-24 Thread bsquared
I recall that I had these errors in one of my failed attempts.  I did
not find a cause, so I reformatted the target partition and started
chapter six over.  I attributed it to user error since I eventually
got past it.

-Brian
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: make fails in section 6.16.1. Installation of GCC

2011-02-24 Thread William Immendorf
On Thu, Feb 24, 2011 at 6:18 PM, Ankit Sharma ankycoo...@gmail.com wrote:
 checking for recent GMP... yes
 checking for gmp internal files... configure: error: header files gmp-impl.h
 and longlong.h not found
 make[1]: *** [configure-mpfr] Error 1
 make[1]: Leaving directory `/sources/gcc-build'
 make: *** [all] Error 2
Try reinstalling GMP, and follow the instructions this time.
Also, build MPFR and MPC if you haven't arleady.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page