Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Linux From Scratch | Forum profile

Forum profile page for Linux From Scratch on http://www.linuxquestions.org. This report page is the aggregated overview from a single forum: Linux From Scratch, located on the Message Board at http://www.linuxquestions.org. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Linux From Scratch" on the Message Board at http://www.linuxquestions.org is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: LinuxQuestions.org - where Linux users come for help - Linux From Scratch (site profile, domain info linuxquestions.org)
Title: Linux From Scratch
Url: http://www.linuxquestions.org/questions/linux-f...
Users activity: 21 posts per thread
Forum activity: 32 active threads during last week
 

Posting activity on Linux From Scratch:

  Week Month 3 Months
Threads: 32 72 200
Post: 80 162 413
 

Linux From Scratch Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
exvor
16
user's latest post:
building x86_64 using...
Published (2009-12-14 21:13:00)
Actually in the main book you do a sort of cross compile even on x86 to separate the host system from the one your trying to build. They call this step adjusting the tool-chain but your in essence building a cross compiler for the same arch. In the main book not the CLFS one there are parts that mention if you are building for x64 so I think the document that the live disk is refering to was merged with the main book at some time. Remember the...
druuna
14
user's latest post:
I can not figure out what this...
Published (2009-12-14 14:31:00)
Hi, Like I suggested before: Start from scratch, it is safest. After wiping all LFS related, first make 100% sure your host is up to specs before you start again. BTW: The /tools link (seen from your host that is) should be there, it is/was created in chapter 4.2 together with $LFS/tools.
dvdljns
7
user's latest post:
I can not figure out what this...
Published (2009-12-14 14:09:00)
Quote: Originally Posted by druuna @dvdljns: LFS 6.5 is stable and works. If you follow the on-line book (and do start with the first page...), it should all work. I do advise to use the LFS liveCD as host and not the distro you currently use. Most common starting problems are related to having a host that is not up to specs ( iv. Host System Requirements ). I do believe that the problem you are having is also related to this (missing or...
Mr. Majestic
5
user's latest post:
Stuck on make headers_check
Published (2009-12-13 15:10:00)
Quote: Originally Posted by druuna Hi, So, your host is _not_ up to specs...... This from the Host System Requirements page: Gcc-3.0.1 (Versions greater than 4.4.1 are not recommended as they have not been tested) Linux Kernel-2.6.18 (having been compiled with GCC-3.0 or greater) This could be the root cause of your problem. I would give it another try if I where you. Maybe with the extra experience you now have, things will fall into place...
moravia
4
user's latest post:
LiveCD or host system?
Published (2009-12-05 22:59:00)
Just a note - Virtualbox and LiveCD is great if you want to keep using your existing system while you build. As alluded by others, the LiveCD is out of date. It's great for a host platform, but you should download the new versions of programs with the wget input file mentioned in the 6.5 book. Also, the book mentions getting the latest kernel in the 2.6.30 series which is not the version in the book, so pay attention to your filenames on...
eshi14
4
user's latest post:
gcc installation error
Published (2009-12-12 07:55:00)
Quote: Originally Posted by druuna Hi, After you execute these commands, there will be no ld-new anymore (it is moved to ld by mv -v /tools/bin/{ld-new,ld} ). The whole block switches the previously used ld (from your host) by the newly created ld (created in chapter 5). The re-adjusting of the toolchain (and the checks that go with it) are crucial. thanx... all went well but i am still getting the same error....what if i try to start again...
soumajit
4
user's latest post:
Error in compiling mpfr-2.3.2
Published (2009-12-12 01:13:00)
hi friends... i am in the chap 6 of LFS v6.4....i got stuck with an error in compiling mpfr-2.3.2... i installed gmp..... while compiling mpfr-2.3.2 it shows error... libgmd not found or using a different ABI. what do i do....
masood24
3
user's latest post:
how to delete all the files in a...
Published (2009-12-11 16:00:00)
Quote: Originally Posted by ghostdog74 after you get your latest file name Code: shopt -s extglob rm !(latest.file) ======================== Thanks to All you guys especially ghostdog74, It really worked, I really appreciate, The only thing that I need to ask you is about "shopt -s extglob" command As i do not want to go blindly... so if you can briefly tell me what " shopt -s extglob " command does , it...
fwmiller
2
user's latest post:
inteldrmfb api
Published (2009-12-06 16:07:00)
Thanks for the reply. What I'm interested in is the API for direct access to the framebuffer itself, i.e. /dev/fb0 or whatever it is. This would be the API that something like DirectFB would make use of. Thanks, FM
dbbolton
2
user's latest post:
Problem with locales
Published (2009-12-07 23:57:00)
Quote: Originally Posted by jhwilliams It may be that localedef is attempting to create a temporary file in /tmp. Do you have a /tmp, yet? Adding a -v flag is always a good next step: Code: localedef -v -i en_US -f UTF-8 en_US.UTF-8 Grepping the verbose output for 'tmp' didn't show anything, but here it is in its entirety: Code: /tools/share/i18n/locales/en_US:7: non-symbolic character value should not be used...
 

Latest active threads on Linux From Scratch::

LinuxQuestions.org - where Linux users come for help
Started 1 day, 4 hours ago (2009-12-14 21:13:00)  by exvor
Actually in the main book you do a sort of cross compile even on x86 to separate the host system from the one your trying to build. They call this step adjusting the tool-chain but your in essence building a cross compiler for the same arch. In the main book not the CLFS one there are parts that mention if you are building for x64 so I think the document that the live disk is refering to was ...
Thread:  Show this thread (2 posts)   Thread info: building x86_64 using lsflivecd-86_64 Size: 1,609 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: building x86_64 using lsflivecd-86_64 :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 2 days, 10 hours ago (2009-12-13 14:35:00)  by dvdljns
Quote: Originally Posted by David1357 It looks like your problem is an incorrect version of GNU MP: Code: | #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1) | choke me | #endif You either have a version less than 4, or less than 4.1. Can you check your version somehow?...
Thread:  Show this thread (14 posts)   Thread info: I can not figure out what this command should be. Size: 1,432 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I can not figure out what this command should be. :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 3 days, 13 hours ago (2009-12-12 12:05:00)  by druuna
Hi, Is your host up to specs to build LFS? iv. Host System Requirements But if I where you I would use the LFS liveCD , it was build for being a stable and suitable host for LFS. BTW: Post a bit more info next time. I started looking at this and assumed the following: - you are building the latest stable LFS (6.5), - you are stuck at chap 5.6, - the previous steps (...
Thread:  Show this thread (7 posts)   Thread info: Stuck on make headers_check Size: 730 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Stuck on make headers_check :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 3 days, 8 hours ago (2009-12-12 17:01:00)  by ozanbaba
Quote: Originally Posted by maaaaarco hi all i'm trying to build my own linux system but have some problem..... when i try to do make bootstrap after comfiguring gcc he tell me /lib64/libc.so.6 file format not recognized why ? thx all i don't know why, but using staticly linked gcc usage would be ...
Thread:  Show this thread (4 posts)   Thread info: prblem with gcc libc.so.6 Size: 943 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: prblem with gcc libc.so.6 :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 3 days, 13 hours ago (2009-12-12 11:31:00)  by Mr. Majestic
I was having a lot of problems with the process of installing mpfr, gmp, and gcc. All I did was I went back and redid the steps for installing gmp. Afterwards run make check. Then go back and try to install mpfr. That worked for me anyway.
Thread:  Show this thread (2 posts)   Thread info: Error in compiling mpfr-2.3.2 Size: 239 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Error in compiling mpfr-2.3.2 :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 3 days, 19 hours ago (2009-12-12 05:29:00)  by druuna
Hi, Gcc cannot be found. - Are you sure chapter 5 went ok (especially the gcc and the toolchain parts)? - Is your current chroot environment (especially the path setting) correct? - Is gcc present in either of these dirs: /bin /usr/bin /sbin /usr/sbin /tools/bin ? - Did you have any problems with Re-adjusting the Toolchain in chap 6? I cannot point to anything specific for ...
Thread:  Show this thread (6 posts)   Thread info: gcc installation error Size: 558 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: gcc installation error :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 4 days, 20 hours ago (2009-12-11 05:17:00)  by ghostdog74
after you get your latest file name Code: shopt -s extglob rm !(latest.file)
Thread:  Show this thread (6 posts)   Thread info: how to delete all the files in a directory except one file Size: 401 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to delete all the files in a directory except one file :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 6 days, 4 hours ago (2009-12-09 20:53:00)  by exvor
Do a echo $PATH and make sure that /tools/bin is before anything else. Looks like its trying to use something from the hosts binutils instead of the one you should have just compiled. Also make sure when installing binutils that you do not do the instructions for x86_64 if your not building for that platform shown below. Code: case $(uname -m) in x86_64) mkdir -v /tools/lib && ln -...
Thread:  Show this thread (3 posts)   Thread info: Chapter 5 glibc configure: as and ld too old? Size: 749 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Chapter 5 glibc configure: as and ld too old? :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 6 days, 2 hours ago (2009-12-09 22:44:00)  by exvor
If you are using any compiler flags try removing any customizations you have done. Also you may wanna try re-downloading that package and re-extracting it just in case something went bad.
Thread:  Show this thread (2 posts)   Thread info: problem at gcc-4.4.1 Size: 187 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: problem at gcc-4.4.1 :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
Started 1 week ago (2009-12-08 22:52:00)  by salemboot
See that error about checksum? Quote: Comparing stages 2 and 3 warning: ./cc1-checksum.o differs Bootstrap comparison failure! try make clean or make distclean then rebuild with make
Thread:  Show this thread (2 posts)   Thread info: gcc-4.3.2 make error...... Size: 597 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: gcc-4.3.2 make error...... :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
 

Hot threads for last week on Linux From Scratch::

Linux From Scratch
Started 2 days, 10 hours ago (2009-12-13 14:35:00)  by dvdljns
Quote: Originally Posted by David1357 It looks like your problem is an incorrect version of GNU MP: Code: | #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1) | choke me | #endif You either have a version less than 4, or less than 4.1. Can you check your version somehow?...
Thread:  Show this thread (14 posts)   Thread info: I can not figure out what this command should be. Size: 1,432 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I can not figure out what this command should be. :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
Linux From Scratch
Started 3 days, 13 hours ago (2009-12-12 12:05:00)  by druuna
Hi, Is your host up to specs to build LFS? iv. Host System Requirements But if I where you I would use the LFS liveCD , it was build for being a stable and suitable host for LFS. BTW: Post a bit more info next time. I started looking at this and assumed the following: - you are building the latest stable LFS (6.5), - you are stuck at chap 5.6, - the previous steps (...
Thread:  Show this thread (7 posts)   Thread info: Stuck on make headers_check Size: 730 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Stuck on make headers_check :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
Linux From Scratch
Started 1 week, 1 day ago (2009-12-07 08:20:00)  by druuna
Hi, You need to do the patch command from the packet source directory. Code: tar jxf binutils-2.18.tar.bz2 cd binutils-2.18 mkdir -v ../binutils-build cd ../binutils-build patch -Np1 -i binutils-2.18-configure-1.patch ../binutils-2.18/configure <options> Hope this helps.
Thread:  Show this thread (6 posts)   Thread info: binutils patch error Size: 647 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: binutils patch error :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
Linux From Scratch
Started 4 days, 20 hours ago (2009-12-11 05:17:00)  by ghostdog74
after you get your latest file name Code: shopt -s extglob rm !(latest.file)
Thread:  Show this thread (6 posts)   Thread info: how to delete all the files in a directory except one file Size: 401 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to delete all the files in a directory except one file :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
Linux From Scratch
Started 3 days, 19 hours ago (2009-12-12 05:29:00)  by druuna
Hi, Gcc cannot be found. - Are you sure chapter 5 went ok (especially the gcc and the toolchain parts)? - Is your current chroot environment (especially the path setting) correct? - Is gcc present in either of these dirs: /bin /usr/bin /sbin /usr/sbin /tools/bin ? - Did you have any problems with Re-adjusting the Toolchain in chap 6? I cannot point to anything specific for ...
Thread:  Show this thread (6 posts)   Thread info: gcc installation error Size: 558 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: gcc installation error :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
Linux From Scratch
Started 1 week, 2 days ago (2009-12-06 21:42:00)  by exvor
I checked the source file for nsAppRunner.cpp at line 1373 and found a orphan elif statement with no expression. A quick lookup of the #elif preprocessor statement showed that it should have something to check. a quick comment and Im testing to see if I have a successful compile. Now its time to write a bug to the Thunderbird folks.
Thread:  Show this thread (5 posts)   Thread info: Thunderbird - Compile errors Size: 334 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Thunderbird - Compile errors :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
Linux From Scratch
Started 3 days, 8 hours ago (2009-12-12 17:01:00)  by ozanbaba
Quote: Originally Posted by maaaaarco hi all i'm trying to build my own linux system but have some problem..... when i try to do make bootstrap after comfiguring gcc he tell me /lib64/libc.so.6 file format not recognized why ? thx all i don't know why, but using staticly linked gcc usage would be ...
Thread:  Show this thread (4 posts)   Thread info: prblem with gcc libc.so.6 Size: 943 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: prblem with gcc libc.so.6 :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
Linux From Scratch
Started 1 week, 1 day ago (2009-12-07 23:08:00)  by jhwilliams
It may be that localedef is attempting to create a temporary file in /tmp. Do you have a /tmp, yet? Adding a -v flag is always a good next step: Code: localedef -v -i en_US -f UTF-8 en_US.UTF-8
Thread:  Show this thread (3 posts)   Thread info: Problem with locales Size: 526 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Problem with locales :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
Linux From Scratch
Started 6 days, 4 hours ago (2009-12-09 20:53:00)  by exvor
Do a echo $PATH and make sure that /tools/bin is before anything else. Looks like its trying to use something from the hosts binutils instead of the one you should have just compiled. Also make sure when installing binutils that you do not do the instructions for x86_64 if your not building for that platform shown below. Code: case $(uname -m) in x86_64) mkdir -v /tools/lib && ln -...
Thread:  Show this thread (3 posts)   Thread info: Chapter 5 glibc configure: as and ld too old? Size: 749 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Chapter 5 glibc configure: as and ld too old? :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."
Linux From Scratch
Started 1 week, 1 day ago (2009-12-07 08:58:00)  by soumajit
friends.... i found the mistake....it was really stupid....
Thread:  Show this thread (2 posts)   Thread info: binutils configure error Size: 67 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: he he....stupid mistake :: Linux From Scratch :: LinuxQuestions.org - where Linux users come for he..."

This page was found by:   ../misc/syslog.c:123: sorry, unimplemented: inlining failed in call to ‘syslog’: function body not available   ../misc/syslog.c:123: sorry, unimplemented: inlining failed in call to 'syslog': function body not available  sorry, unimplemented: inlining failed in call to ‘syslog’: function body not available