* [parisc-linux] glibc + SuSE (When email becomes to much)
@ 2002-11-20 19:49 Carlos O'Donell
2002-11-21 6:53 ` jsoe0708
0 siblings, 1 reply; 8+ messages in thread
From: Carlos O'Donell @ 2002-11-20 19:49 UTC (permalink / raw)
To: parisc-linux
pa,
I remember someone posting an email about trying
to build an unpatched version of glibc 2.3.1 :)
I have the patches required to build glibc 2.3.1,
if this person is still interested, please email
me or the list.
Actually, 5 of the 8 patches I have are now in upstream
glibc... so you need very little to get upstream
building (gcc-3.2 and new binutils).
My incoming email gets very filtered these days,
and if you're in the queue for more than 30 days
it's likely that I'll forget... unless you have
physical presence in my life or frequent IRC
(e.g. Red haired vixens (real life), or Tausq (IRC) :)
c.
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [parisc-linux] glibc + SuSE (When email becomes to much)
2002-11-20 19:49 [parisc-linux] glibc + SuSE (When email becomes to much) Carlos O'Donell
@ 2002-11-21 6:53 ` jsoe0708
2002-11-21 7:39 ` jsoe0708
0 siblings, 1 reply; 8+ messages in thread
From: jsoe0708 @ 2002-11-21 6:53 UTC (permalink / raw)
To: Carlos O'Donell, parisc-linux
Hi Carlos,
>pa,
>
>I remember someone posting an email about trying
>to build an unpatched version of glibc 2.3.1 :)
I am not this one but to build toolchain I used the last glibc-2.3.1-5 dpkg
sources and the build of glibc was successfully completed this night :)
Congratulation,
Joel
PS1: gcc-3.3 (let say phase 2) failled but I still have a look
>
>I have the patches required to build glibc 2.3.1,
>if this person is still interested, please email
>me or the list.
>
>Actually, 5 of the 8 patches I have are now in upstream
>glibc... so you need very little to get upstream
>building (gcc-3.2 and new binutils).
>
>My incoming email gets very filtered these days,
>and if you're in the queue for more than 30 days
>it's likely that I'll forget... unless you have
>physical presence in my life or frequent IRC
>(e.g. Red haired vixens (real life), or Tausq (IRC) :)
>
ps2: Do you get my last mail about trap 17 investigation results
-----------------------------------------------------
ADSL Advantage...L'activation et le 1er mois sont GRATUITS...http://adsl.tiscali.be
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [parisc-linux] glibc + SuSE (When email becomes to much)
2002-11-21 6:53 ` jsoe0708
@ 2002-11-21 7:39 ` jsoe0708
2002-11-21 16:05 ` John David Anglin
0 siblings, 1 reply; 8+ messages in thread
From: jsoe0708 @ 2002-11-21 7:39 UTC (permalink / raw)
To: Carlos O'Donell, parisc-linux
>-- Original Message --
>From: jsoe0708@tiscali.be
>Subject: RE: [parisc-linux] glibc + SuSE (When email becomes to much)
>To: "Carlos O'Donell" <carlos@baldric.uwo.ca>,
> parisc-linux@lists.parisc-linux.org
>Date: Thu, 21 Nov 2002 07:53:21 +0100
>
>
>Hi Carlos,
>
>>pa,
>>
>>I remember someone posting an email about trying
>>to build an unpatched version of glibc 2.3.1 :)
>
>I am not this one but to build toolchain I used the last glibc-2.3.1-5 dpkg
>sources and the build of glibc was successfully completed this night :)
>
>Congratulation,
> Joel
>
>PS1: gcc-3.3 (let say phase 2) failled but I still have a look
>
Here is the error message:
mkdir libgcc
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/Develop/parisc-linux/build/gcc/gcc/xgcc -B/Develop/parisc-linux/build/gcc/gcc/
-B/Develop/parisc-linux/parisc-SN33/hppa-linux/bin/ -B/Develop/parisc-linux/parisc-SN33/hppa-linux/lib/
-isystem /Develop/parisc-linux/parisc-SN33/hppa-linux/include -O2 -DIN_GCC
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include -fPIC -DELF=1 -DLINUX=1 -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-I. -I. -I/Develop/parisc-linux/src/gcc/gcc -I/Develop/parisc-linux/src/gcc/gcc/.
-I/Develop/parisc-linux/src/gcc/gcc/config -I/Develop/parisc-linux/src/gcc/gcc/../include
-DL_divI -xassembler-with-cpp -c /Develop/parisc-linux/src/gcc/gcc/config/pa/milli64.S
-o libgcc/./_divI.o
/Develop/parisc-linux/build/gcc/gcc/collect2: /lib/libc.so.6: version `GLIBC_2.3'
not found (required by /Develop/parisc-linux/build/gcc/gcc/collect2)
make[2]: *** [libgcc/./_divI.oS] Error 1
make[2]: Leaving directory `/Develop/parisc-linux/build/gcc/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory `/Develop/parisc-linux/build/gcc/gcc'
make: *** [all-gcc] Error 2
### Wed Nov 20 18:54:33 2002 ###
So it seems that it did not get the right path to the libc.so?
Thanks in advance for help,
Joel
-----------------------------------------------------
ADSL Advantage...L'activation et le 1er mois sont GRATUITS...http://adsl.tiscali.be
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [parisc-linux] glibc + SuSE (When email becomes to much)
2002-11-21 7:39 ` jsoe0708
@ 2002-11-21 16:05 ` John David Anglin
2002-11-22 17:00 ` jsoe0708
0 siblings, 1 reply; 8+ messages in thread
From: John David Anglin @ 2002-11-21 16:05 UTC (permalink / raw)
To: jsoe0708; +Cc: carlos, parisc-linux
> -DL_divI -xassembler-with-cpp -c /Develop/parisc-linux/src/gcc/gcc/config/pa/milli64.S
> -o libgcc/./_divI.o
> /Develop/parisc-linux/build/gcc/gcc/collect2: /lib/libc.so.6: version `GLIBC_2.3'
> not found (required by /Develop/parisc-linux/build/gcc/gcc/collect2)
> make[2]: *** [libgcc/./_divI.oS] Error 1
> make[2]: Leaving directory `/Develop/parisc-linux/build/gcc/gcc'
> make[1]: *** [libgcc.a] Error 2
> make[1]: Leaving directory `/Develop/parisc-linux/build/gcc/gcc'
> make: *** [all-gcc] Error 2
>
> ### Wed Nov 20 18:54:33 2002 ###
>
> So it seems that it did not get the right path to the libc.so?
Set LD_LIBRARY_PATH to include the directory where your new libc is.
You may also want to set the GCC LIBRARY_PATH environment variable.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [parisc-linux] glibc + SuSE (When email becomes to much)
2002-11-21 16:05 ` John David Anglin
@ 2002-11-22 17:00 ` jsoe0708
2002-11-22 17:30 ` John David Anglin
2002-11-25 2:55 ` Carlos O'Donell
0 siblings, 2 replies; 8+ messages in thread
From: jsoe0708 @ 2002-11-22 17:00 UTC (permalink / raw)
To: John David Anglin; +Cc: carlos, parisc-linux
Hello Dave,
>> -DL_divI -xassembler-with-cpp -c /Develop/parisc-linux/src/gcc/gcc/config/pa/milli64.S
>> -o libgcc/./_divI.o
>> /Develop/parisc-linux/build/gcc/gcc/collect2: /lib/libc.so.6: version
`GLIBC_2.3'
>> not found (required by /Develop/parisc-linux/build/gcc/gcc/collect2)
>> make[2]: *** [libgcc/./_divI.oS] Error 1
>> make[2]: Leaving directory `/Develop/parisc-linux/build/gcc/gcc'
>> make[1]: *** [libgcc.a] Error 2
>> make[1]: Leaving directory `/Develop/parisc-linux/build/gcc/gcc'
>> make: *** [all-gcc] Error 2
>>
>> ### Wed Nov 20 18:54:33 2002 ###
>>
>> So it seems that it did not get the right path to the libc.so?
>
>Set LD_LIBRARY_PATH to include the directory where your new libc is.
>You may also want to set the GCC LIBRARY_PATH environment variable.
>
[Sorry I was cut from Internet for a long time]
But I also thought to add "LD_LIBRARY_PATH=$DEST/hppa-linux/lib" where is
located the new libc-2.3.1 and export but now the problem is into make:
make: /lib/ld.so.1: version 'GLIBC_PRIVATE' not found (required by /MyPath2/libc.so.6)
Do I wrongly build glibc or install?
Thanks again,
Joel
********************************************************************************
Controlez mieux votre consommation Internet...surfez Tiscali Complete...http://tiscali.complete.be
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [parisc-linux] glibc + SuSE (When email becomes to much)
2002-11-22 17:00 ` jsoe0708
@ 2002-11-22 17:30 ` John David Anglin
2002-11-25 2:55 ` Carlos O'Donell
1 sibling, 0 replies; 8+ messages in thread
From: John David Anglin @ 2002-11-22 17:30 UTC (permalink / raw)
To: jsoe0708; +Cc: carlos, parisc-linux
> But I also thought to add "LD_LIBRARY_PATH=$DEST/hppa-linux/lib" where is
> located the new libc-2.3.1 and export but now the problem is into make:
>
> make: /lib/ld.so.1: version 'GLIBC_PRIVATE' not found (required by /MyPath2/libc.so.6)
I seem to be using a non-dynamic version of make to avoid problems like
this. I will leave it to others to comment on the compatibility of 2.3.1
with previous versions of glibc.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [parisc-linux] glibc + SuSE (When email becomes to much)
2002-11-22 17:00 ` jsoe0708
2002-11-22 17:30 ` John David Anglin
@ 2002-11-25 2:55 ` Carlos O'Donell
2002-11-25 7:45 ` jsoe0708
1 sibling, 1 reply; 8+ messages in thread
From: Carlos O'Donell @ 2002-11-25 2:55 UTC (permalink / raw)
To: jsoe0708; +Cc: John David Anglin, parisc-linux
>
> Do I wrongly build glibc or install?
apt-get update; apt-get upgrade;
And you hppa box should have 2.3.1-5 :)
c.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [parisc-linux] glibc + SuSE (When email becomes to much)
2002-11-25 2:55 ` Carlos O'Donell
@ 2002-11-25 7:45 ` jsoe0708
0 siblings, 0 replies; 8+ messages in thread
From: jsoe0708 @ 2002-11-25 7:45 UTC (permalink / raw)
To: Carlos O'Donell; +Cc: John David Anglin, parisc-linux
>> Do I wrongly build glibc or install?
>
>apt-get update; apt-get upgrade;
>
>And you hppa box should have 2.3.1-5 :)
>
Well Ok (I would just figure out how to complete toolchain before installing
glibc-2.3.1 :()
Thanks,
Joel
********************************************************************************
Controlez mieux votre consommation Internet...surfez Tiscali Complete...http://tiscali.complete.be
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2002-11-25 7:45 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-20 19:49 [parisc-linux] glibc + SuSE (When email becomes to much) Carlos O'Donell
2002-11-21 6:53 ` jsoe0708
2002-11-21 7:39 ` jsoe0708
2002-11-21 16:05 ` John David Anglin
2002-11-22 17:00 ` jsoe0708
2002-11-22 17:30 ` John David Anglin
2002-11-25 2:55 ` Carlos O'Donell
2002-11-25 7:45 ` jsoe0708
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox