Kayo | 1 Nov 2004 08:48

RE: problema with glibc-2.3.3

I got the same error during chapter 6.

I could not solve this problem - had to
restart building from scratch (Ch. 5).

However, I have a hunch that this happens if you
perform the step - "Readjusting the toolchain"
before compiling compiling glibc, while it actually
should be done after.

Not sure, but just thought this might be of some
help.

Kayo.

> -----Original Message-----
> From: lfs-support-bounces <at> linuxfromscratch.org
> [mailto:lfs-support-bounces <at> linuxfromscratch.org]On Behalf Of Robinlinux
> Sent: Wednesday, October 27, 2004 3:21 PM
> To: lfs-support <at> linuxfromscratch.org
> Subject: problema with glibc-2.3.3
> 
> 
> I guys i have a problem with a compilation of glibc-2.3.3.. 
> 
> The error is:
> checking size of long double... configure: error: cannot compute sizeof 
> (long double), 77 
> 
> Attach to this mail the config.log file generated . 
(Continue reading)

Anthony de Almeida Lopes | 1 Nov 2004 09:13
Picon
Picon

problems with glibc-2.3.4-20040701 and gcc-3.4 (undef ref to .LC3)

hi, i'm having trouble building glibc with gcc-3.4 (patch w/ propolice
ssp)  it's not building iconvconfig. i've pasted the output below. i'm
also going to post the contents of crtn.S because mine may differ from
other peoples's because of propolice. (it's breif) this is the
problematic line:

     15         leal    .LC2 <at> GOTOFF(%ebx), %eax

below are my configure options:
        ../configure --prefix=/usr \
        --disable-profile \
        --enable-add-ons=nptl \
        --enable-kernel=2.6.0 \
        --without-cvs \
        --libexecdir=/usr/lib \

Thank you for any support you can provide. 
                     Anthony
---------------------------------------------------------------------------------------------------------------------------------
make  -C iconv others
make[2]: Entering directory `/var/tmp/ports/work/src/glibc-2.3.4-
20040701/iconv'
make[2]: Leaving directory `/var/tmp/ports/work/src/glibc-2.3.4-
20040701/iconv'
make[2]: Entering directory `/var/tmp/ports/work/src/glibc-2.3.4-
20040701/iconv'
.
.
.
/usr/bin/gcc -nostdlib -nostartfiles -o /var/tmp/ports/work/src/glibc-
(Continue reading)

Thomas Hackert | 1 Nov 2004 10:43
Picon

Re: problems with glibc-2.3.4-20040701 and gcc-3.4 (undef ref to .LC3)

Hi Anthony,
On Monday 01 November 2004 09:13, Anthony de Almeida Lopes wrote:
have you read: 
http://www.lfs-matrix.de/lfs/view/stable/chapter01/askforhelp.html?
You missed to mention
a. which host distribution and
b. which book version you are using and
c. in which chapter does your error occur?
I think that would make it easier for us to help you ... ;)

> hi, i'm having trouble building glibc with gcc-3.4 (patch w/
> propolice ssp)  it's not building iconvconfig. i've pasted the
> output below. i'm also going to post the contents of crtn.S
> because mine may differ from other peoples's because of
> propolice. (it's breif) this is the problematic line:
>
>      15         leal    .LC2 <at> GOTOFF(%ebx), %eax
>
>
> below are my configure options:
>         ../configure --prefix=/usr \
>         --disable-profile \
>         --enable-add-ons=nptl \
>         --enable-kernel=2.6.0 \
>         --without-cvs \
>         --libexecdir=/usr/lib \
This seems to be in chapter six, right? Is this the first build or 
the second?
<snip>
HTH
(Continue reading)

Anthony de Almeida Lopes | 1 Nov 2004 18:56
Picon
Picon

Re: problems with glibc-2.3.4-20040701 and gcc-3.4 (undef ref to .LC3)

sorry no, i haven't see that document. my host distribution is another
linux-from-scratch system. and this problem occurs inside the chroot in
chapter 6. unstable LFS 6 "Version SVN-20041017" book.

On Mon, 2004-11-01 at 10:43 +0100, Thomas Hackert wrote:
> Hi Anthony,
> On Monday 01 November 2004 09:13, Anthony de Almeida Lopes wrote:
> have you read: 
> http://www.lfs-matrix.de/lfs/view/stable/chapter01/askforhelp.html?
> You missed to mention
> a. which host distribution and
> b. which book version you are using and
> c. in which chapter does your error occur?
> I think that would make it easier for us to help you ... ;)
> 
> > hi, i'm having trouble building glibc with gcc-3.4 (patch w/
> > propolice ssp)  it's not building iconvconfig. i've pasted the
> > output below. i'm also going to post the contents of crtn.S
> > because mine may differ from other peoples's because of
> > propolice. (it's breif) this is the problematic line:
> >
> >      15         leal    .LC2 <at> GOTOFF(%ebx), %eax
> >
> >
> > below are my configure options:
> >         ../configure --prefix=/usr \
> >         --disable-profile \
> >         --enable-add-ons=nptl \
> >         --enable-kernel=2.6.0 \
> >         --without-cvs \
(Continue reading)

jaca | 1 Nov 2004 20:15
Picon
Favicon

bash - history - 2nd


Hello everyone!

I spent some time reading Your suggestions on the bash 3.0 history
problem. So I've found some patches for readline that helps (in my
case). The patches are available at:
ftp://ftp.cwru.edu/pub/bash/readline-5.0-patches/.

there are 5 patches that solved my problem (i dont know which one is
that particular). So now the history scrolling is like in bash-2.05b.

The other problem is that the history file was not updated while
logout. I solved it by adding the .bash_logout file and the line:

"history > .bash_history" in this file.

Tell me please if this way if correct or no.

PS The problem of history scrolling is in my case from 20040722. Who
can i consult to put some correction to the book?

jaca

----------------------------------------------------------------------
Startuj z INTERIA.PL!!! >>> http://link.interia.pl/f1837

--

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

Matthew Burgess | 1 Nov 2004 20:20
Picon
Favicon

Re: bash - history - 2nd

jaca wrote:
> Hello everyone!
> 
> I spent some time reading Your suggestions on the bash 3.0 history
> problem. So I've found some patches for readline that helps (in my
> case). The patches are available at:
> ftp://ftp.cwru.edu/pub/bash/readline-5.0-patches/.
> <snip>
> PS The problem of history scrolling is in my case from 20040722. Who
> can i consult to put some correction to the book?

Those patches are already in the latest development version of the book. 
  See 
http://www.linuxfromscratch.org/lfs/view/unstable/chapter06/readline.html. 
  Unfortunately, they won't be included in the next release (6.0) due to 
time constraints in getting the instructions finalised and tested.

Regards,

Matt.
--

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

CHEVALIER Maxime | 1 Nov 2004 21:14
Picon

Problem with GCC-CORE 3.3.3

Hi,

(sorry, my english is not very good)
I use a computer with Mandrake Power Pack 10
The book is LFS 5.1.1 and the all sources used is in tarball package on FTP
at FRANCE[Montpellier].
I have two errors at the chapter 5, GCC-3.3.3(core) PASS1

The command is: make BOOT_LDFLAGS="-static" bootstrap

*******End of listing for make BOOT_LDFLAGS="-static" bootstrap*********

Bootstrap complete - make "quickstrap" to redo last build,
"restage1" through "restage3" to rebuild specific stages,
"restrap" to redo the bootstrap from stage1, or
"cleanstrap" to redo the bootstrap from scratch.
make[1]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
Comparing stage2 and stage3 of the compiler
make[1]: Entering directory `/mnt/lfs/sources/gcc-build/gcc'
rm -f .bad_compare
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo
compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
for file in *.o; do \
  tail +16c ./$file > tmp-foo1; \
  tail +16c stage$stage/$file > tmp-foo2 \
    && (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs >>
.bad_compare) || true; \
done
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo
compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
(Continue reading)

jaca | 1 Nov 2004 22:53
Picon
Favicon

Re[2]: bash - history - 2nd

Hello Matthew,

Monday, November 1, 2004, 8:20:14 PM, you wrote:

MB> jaca wrote:
>> Hello everyone!
>> 
>> I spent some time reading Your suggestions on the bash 3.0 history
>> problem. So I've found some patches for readline that helps (in my
>> case). The patches are available at:
>> ftp://ftp.cwru.edu/pub/bash/readline-5.0-patches/.
>> <snip>
>> PS The problem of history scrolling is in my case from 20040722. Who
>> can i consult to put some correction to the book?

MB> Those patches are already in the latest development version of the book. 
MB>   See 
MB> http://www.linuxfromscratch.org/lfs/view/unstable/chapter06/readline.html. 
MB>   Unfortunately, they won't be included in the next release (6.0) due to 
MB> time constraints in getting the instructions finalised and tested.

MB> Regards,

MB> Matt.

Oh I see - sorry to waste Your time. But how about the .bash_history
update? How to make it working?

--

-- 
Best regards,
(Continue reading)

Ken Moffat | 1 Nov 2004 22:59

Re: Problem with GCC-CORE 3.3.3

On Mon, 1 Nov 2004, CHEVALIER Maxime wrote:

> Hi,
>
> (sorry, my english is not very good)
> I use a computer with Mandrake Power Pack 10
> The book is LFS 5.1.1 and the all sources used is in tarball package on FTP
> at FRANCE[Montpellier].
> I have two errors at the chapter 5, GCC-3.3.3(core) PASS1
>

 Actually, it's all one error, but it looks like a showstopper.  I can
remember somebody suggesting 'make bootstrap4' (?) at some time in the
past for a problematic box (the idea being to add an extra stage of
bootstrapping) but I've not seen that recently and I don't remember why
it was recommended.

 I assume this is an x86 box - try running memtest86 to check your
system's memory.  Also, check power supply and cooling - compiling
recent versions of gcc works the cpu hard.

Ken
-- 
 das eine Mal als Tragödie, das andere Mal als Farce

--

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

(Continue reading)

Nguyen Thu Nga | 2 Nov 2004 05:33
Picon
Favicon

Re: EXT2-fs error (device ide(3,5))...

Sorry all,

I have to stop the work because of going on business. 
I'll be back soon and try to do this.
I'll tell you then, ok?

Thank you!
Nga

--- "Matthias B." <msbREMOVE-THIS <at> winterdrache.de>
wrote:

> On Thu, 28 Oct 2004 19:48:00 -0700 (PDT) Nguyen Thu
> Nga
> <nguyenthunga0310 <at> yahoo.com> wrote:
> 
> > Thank you, Kevin
> > 
> > But I'm using with ext2. That's so problem, after
> > stopping I cannot umount the partition 
> 
> What do you mean by "after stopping"?  What are you
> stopping?
> 
> > logout of LFS partition). Then when I start PC,
> mount
> > again, it shows the same error:
> 
> 
> Do NOT mount the LFS partition again. Don't!
(Continue reading)


Gmane