* [parisc-linux] Re: hppa-linux gcc-3.0.3:
@ 2002-02-18 10:19 Joël Soete
2002-02-18 11:03 ` [parisc-linux] MySQL Tilo Jandt
` (2 more replies)
0 siblings, 3 replies; 17+ messages in thread
From: Joël Soete @ 2002-02-18 10:19 UTC (permalink / raw)
To: dave; +Cc: parisc-linux
Hi Dave,
I read your mail
:http://lists.parisc-linux.org/pipermail/parisc-linux/2002-February/015456.html
So I try to figure out how to get sources but even on
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/ (no more chance on the ftp site) I
do not find 3.1 branch.
Can you explain me how to get those sources.
Hmm... If I also read well
'http://www.parisc-linux.org/toolchain/index.html', I would also need
corresponding binutils and glibc sources?
Which release do I have do use to rebuild gcc-3.1 and how to get their src
(if requested)?
Thanks in advance for help,
Joel
**********************************************************************
This e-mail and any attachments to it may contain confidential information which is strictly intended for the use of the authorised recipient. If you have received this e-mail in error, please delete it and notify the sender by replying to this e-mail.
Thank you for your co-operation.
**********************************************************************
^ permalink raw reply [flat|nested] 17+ messages in thread* [parisc-linux] MySQL
2002-02-18 10:19 [parisc-linux] Re: hppa-linux gcc-3.0.3: Joël Soete
@ 2002-02-18 11:03 ` Tilo Jandt
2002-02-21 5:15 ` Andrew Shugg
2002-02-18 14:29 ` [parisc-linux] Re: hppa-linux gcc-3.0.3: Carlos O'Donell Jr.
2002-02-18 16:25 ` John David Anglin
2 siblings, 1 reply; 17+ messages in thread
From: Tilo Jandt @ 2002-02-18 11:03 UTC (permalink / raw)
To: parisc-linux
Hi,
I've got a problem running MySQL.
After a complete new installation of Debian HPPA 0.9.3 I installed=20
Mysql-server with apt-get an it works fine.
After an update to libc6_2.2.5-3 and an mysql-sever upgrade the=20
configuration of mysql hangs.
I downgraded to libc6_2.2.4-7 an then the installation passed but I can't=20
start mysql server
I get the following log files:
beta:/var/lib/mysql# vim beta.err
020218 11:57:49 mysqld started
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add for example,
innodb_data_file_path =3D ibdata1:30M
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at
http://www.innodb.com/ibman.html
020218 11:57:51 /usr/sbin/mysqld: Can't find file: './mysql/host.frm'=20
(errno: 13)
020218 11:57:51 mysqld ended
and:
beta:/var/log# vim mysql.err
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
020218 11:57:41 /usr/sbin/mysqld: Shutdown Complete
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
/usr/bin/mysqladmin -u root -p password 'new-password'
/usr/bin/mysqladmin -u root -h beta -p password 'new-password'
See the manual for more instructions.
Please report any problems with the /usr/bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com
ERROR: 1017 Can't find file: './mysql/user.frm' (errno: 13)
020218 11:57:42 /usr/sbin/mysqld: Shutdown Complete
ERROR: 1017 Can't find file: './mysql/db.frm' (errno: 13)
ERROR: 1017 Can't find file: './mysql/db.frm' (errno: 13)
020218 11:57:44 /usr/sbin/mysqld: Shutdown Complete
But these files (db.frm and user.frm) exists in /var/lib/mysql.
Does anyone have an idea how to get mysql work?
cya,
Tilo
Student of Computer Science at Chemnitz University of Technology
|[ Tilo Jandt, Vetterstra=DFe 70, Zi. 330, D-09126 Chemnitz ]|
|[ mailto:tija@hrz.tu-chemnitz.de ] [ ICQ: 73832493 ]|
|[ Phone: +49 179 5333 255 ] [ Fax: +49 89 2443 25531 ]|
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [parisc-linux] MySQL
2002-02-18 11:03 ` [parisc-linux] MySQL Tilo Jandt
@ 2002-02-21 5:15 ` Andrew Shugg
0 siblings, 0 replies; 17+ messages in thread
From: Andrew Shugg @ 2002-02-21 5:15 UTC (permalink / raw)
To: parisc-linux
Quoth Tilo Jandt:
> 020218 11:57:49 mysqld started
> Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
> If you do not want to use transactional InnoDB tables, add a line
> skip-innodb
> to the [mysqld] section of init parameters in your my.cnf
> or my.ini. If you want to use InnoDB tables, add for example,
> innodb_data_file_path = ibdata1:30M
> But to get good performance you should adjust for your hardware
> the InnoDB startup options listed in section 2 at
> http://www.innodb.com/ibman.html
> 020218 11:57:51 /usr/sbin/mysqld: Can't find file: './mysql/host.frm'
> (errno: 13)
> 020218 11:57:51 mysqld ended
The innodb warning you can easily fix by adding the 'skip-innodb' line
as the text there suggests.
> Preparing db table
> Preparing host table
> Preparing user table
> Preparing func table
> Preparing tables_priv table
> Preparing columns_priv table
> Installing all prepared tables
> 020218 11:57:41 /usr/sbin/mysqld: Shutdown Complete
>
>
> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
> This is done with:
> /usr/bin/mysqladmin -u root -p password 'new-password'
> /usr/bin/mysqladmin -u root -h beta -p password 'new-password'
> See the manual for more instructions.
>
> Please report any problems with the /usr/bin/mysqlbug script!
>
> The latest information about MySQL is available on the web at
> http://www.mysql.com
> Support MySQL by buying support/licenses at https://order.mysql.com
>
> ERROR: 1017 Can't find file: './mysql/user.frm' (errno: 13)
> 020218 11:57:42 /usr/sbin/mysqld: Shutdown Complete
>
> ERROR: 1017 Can't find file: './mysql/db.frm' (errno: 13)
> ERROR: 1017 Can't find file: './mysql/db.frm' (errno: 13)
> 020218 11:57:44 /usr/sbin/mysqld: Shutdown Complete
>
> But these files (db.frm and user.frm) exists in /var/lib/mysql.
>
> Does anyone have an idea how to get mysql work?
This probably isn't a linux-hppa problem. Check:
- does /etc/mysql/my.cnf have the line "datadir = /var/lib/mysql"?
- are /var/lib/mysql and /var/lib/mysql/mysql owned by "mysql.mysql"?
- are the files in /var/lib/mysql/mysql mode 0660? (-rw-rw----)
If your mysqld is telling us the truth, then it's just having trouble
getting to the files, either because it doesn't know where they are, it
doesn't have permission to read them, or because on of the directories
higher up the tree (eg /var/lib or /var/lib/mysql) is not accessable
for the mysql user (+x).
Try this if you have sudo installed:
beta# sudo -u mysql ls -laR /var/lib/mysql
If the output all looks kosher then it's not an access and permissions
problem, and you'll have to think of something else ...
Andrew.
--
Andrew Shugg <andrew@neep.com.au> http://www.neep.com.au/
"Just remember, Mr Fawlty, there's always someone worse off than yourself."
"Is there? Well I'd like to meet him. I could do with a good laugh."
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [parisc-linux] Re: hppa-linux gcc-3.0.3:
2002-02-18 10:19 [parisc-linux] Re: hppa-linux gcc-3.0.3: Joël Soete
2002-02-18 11:03 ` [parisc-linux] MySQL Tilo Jandt
@ 2002-02-18 14:29 ` Carlos O'Donell Jr.
2002-02-18 16:25 ` John David Anglin
2 siblings, 0 replies; 17+ messages in thread
From: Carlos O'Donell Jr. @ 2002-02-18 14:29 UTC (permalink / raw)
To: Joël Soete; +Cc: dave, parisc-linux
> Hi Dave,
>
> Can you explain me how to get those sources.
> 'http://www.parisc-linux.org/toolchain/index.html', I would also need
> corresponding binutils and glibc sources?
> Which release do I have do use to rebuild gcc-3.1 and how to get their src
> (if requested)?
J,
[Re: Numbers]
I think you might mean rebuilding gcc-3.0.1?
[Re: How to build]
You can take a look at:
http://www.parisc-linux.org/toolchain/PARISC-Linux-XC-HOWTO.html
Which has the detail for building binutils, gcc, glibc as a XC,
but in general it's pretty much the same for most situations.
[Re: Locations]
binutils, glibc, gcc:
ftp://ftp.debian.org/debian/pool/main/b/binutils/
ftp://ftp.debian.org/debian/pool/main/g/glibc/
ftp://ftp.debian.org/debian/pool/main/g/gcc-3.0/ (New)
ftp://ftp.debian.org/debian/pool/main/g/gcc-snapshot/ (VERY New)
You can change ftp.debian.org to match the closest mirror.
Get the latest source for everything and start compiling!
/me smiles
c.
^ permalink raw reply [flat|nested] 17+ messages in thread
* [parisc-linux] Re: hppa-linux gcc-3.0.3:
2002-02-18 10:19 [parisc-linux] Re: hppa-linux gcc-3.0.3: Joël Soete
2002-02-18 11:03 ` [parisc-linux] MySQL Tilo Jandt
2002-02-18 14:29 ` [parisc-linux] Re: hppa-linux gcc-3.0.3: Carlos O'Donell Jr.
@ 2002-02-18 16:25 ` John David Anglin
2 siblings, 0 replies; 17+ messages in thread
From: John David Anglin @ 2002-02-18 16:25 UTC (permalink / raw)
To: Joël Soete; +Cc: parisc-linux
> So I try to figure out how to get sources but even on
> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/ (no more chance on the ftp site) I
> do not find 3.1 branch.
There isn't a 3.1 branch yet. Just follow the instructions to checkout
the main branch and you will get the latest approved code.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [parisc-linux] Re: hppa-linux gcc-3.0.3:
@ 2002-02-18 14:54 Joël Soete
2002-02-18 16:41 ` John David Anglin
0 siblings, 1 reply; 17+ messages in thread
From: Joël Soete @ 2002-02-18 14:54 UTC (permalink / raw)
To: Carlos O'Donell Jr.; +Cc: dave, parisc-linux
Carlos,
Thanks for advise but I speek well about the new (annonced on
http://www.gnu.org/software/gcc/gcc.html: ...The next major release, GCC
3.1,...) gcc release 3.1.
Thanks any way for attention,
Joel
=
=20
"Carlos =
=20
O'Donell Jr." To: Jo=EBl Soete <jso@europay.=
com> =20
<carlos@baldr cc: dave@hiauly1.hia.nrc.ca, p=
arisc-linux@lists.parisc-linux.org =20
ic.uwo.ca> Subject: Re: [parisc-linux] Re=
: hppa-linux gcc-3.0.3: =20
=
=20
18-02-02 =
=20
03:29 PM =
=20
=
=20
=
=20
> Hi Dave,
>
> Can you explain me how to get those sources.
> 'http://www.parisc-linux.org/toolchain/index.html', I would also need
> corresponding binutils and glibc sources?
> Which release do I have do use to rebuild gcc-3.1 and how to get their
src
> (if requested)?
J,
[Re: Numbers]
I think you might mean rebuilding gcc-3.0.1?
[Re: How to build]
You can take a look at:
http://www.parisc-linux.org/toolchain/PARISC-Linux-XC-HOWTO.html
Which has the detail for building binutils, gcc, glibc as a XC,
but in general it's pretty much the same for most situations.
[Re: Locations]
binutils, glibc, gcc:
ftp://ftp.debian.org/debian/pool/main/b/binutils/
ftp://ftp.debian.org/debian/pool/main/g/glibc/
ftp://ftp.debian.org/debian/pool/main/g/gcc-3.0/ (New)
ftp://ftp.debian.org/debian/pool/main/g/gcc-snapshot/ (VERY New)
You can change ftp.debian.org to match the closest mirror.
Get the latest source for everything and start compiling!
/me smiles
c.
**********************************************************************
This e-mail and any attachments to it may contain confidential information =
which is strictly intended for the use of the authorised recipient. If you=
have received this e-mail in error, please delete it and notify the sender=
by replying to this e-mail.
Thank you for your co-operation.
**********************************************************************
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: [parisc-linux] Re: hppa-linux gcc-3.0.3:
2002-02-18 14:54 Joël Soete
@ 2002-02-18 16:41 ` John David Anglin
2002-02-18 21:47 ` Matthias Klose
0 siblings, 1 reply; 17+ messages in thread
From: John David Anglin @ 2002-02-18 16:41 UTC (permalink / raw)
To: Joël Soete; +Cc: carlos, parisc-linux
> Thanks for advise but I speek well about the new (annonced on
> http://www.gnu.org/software/gcc/gcc.html: ...The next major release, GCC
> 3.1,...) gcc release 3.1.
I am building 3.1 experimental regularly from the main gcc cvs source.
I have built glibc with it. You probably should get the cvs binutils
because it contains a long branch related fix which will cause a seg
fault early in the bootstrap. You can avoid it by using "-O2" in
stage1. I have a couple of small fixes that need to go in regarding
linking with milli and pthreads routines. The gcc testsuite (expect)
seems to trigger a parisc-linux bug which fills /var with page fault
error mesages.
I am currently trying to get dw2 unwinding working.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [parisc-linux] Re: hppa-linux gcc-3.0.3:
2002-02-18 16:41 ` John David Anglin
@ 2002-02-18 21:47 ` Matthias Klose
2002-02-18 21:54 ` John David Anglin
0 siblings, 1 reply; 17+ messages in thread
From: Matthias Klose @ 2002-02-18 21:47 UTC (permalink / raw)
To: John David Anglin; +Cc: Joël Soete, carlos, parisc-linux
John David Anglin writes:
> > Thanks for advise but I speek well about the new (annonced on
> > http://www.gnu.org/software/gcc/gcc.html: ...The next major release, GCC
> > 3.1,...) gcc release 3.1.
>
> I am building 3.1 experimental regularly from the main gcc cvs source.
> I have built glibc with it. You probably should get the cvs binutils
> because it contains a long branch related fix which will cause a seg
> fault early in the bootstrap. You can avoid it by using "-O2" in
> stage1. I have a couple of small fixes that need to go in regarding
> linking with milli and pthreads routines. The gcc testsuite (expect)
> seems to trigger a parisc-linux bug which fills /var with page fault
> error mesages.
I just uploaded the gcc-snapshot_20020216 build to incoming (without
any extra patches).
To use this snapshot, you should set the following environment
variables:
LD_LIBRARY_PATH=/usr/lib/gcc-snapshot/lib:$LD_LIBRARY_PATH
PATH=/usr/lib/gcc-snapshot/bin:$PATH
Unset these variables before building Debian packages destined for an
upload to ftp-master.debian.org.
The snapshot packages doesn't build automatically. I had to restart
the build due to bash problems (the same you saw as well).
Matthias
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: [parisc-linux] Re: hppa-linux gcc-3.0.3:
2002-02-18 21:47 ` Matthias Klose
@ 2002-02-18 21:54 ` John David Anglin
0 siblings, 0 replies; 17+ messages in thread
From: John David Anglin @ 2002-02-18 21:54 UTC (permalink / raw)
To: Matthias Klose; +Cc: jso, carlos, parisc-linux
> The snapshot packages doesn't build automatically. I had to restart
> the build due to bash problems (the same you saw as well).
The bash problem can be fixed by building bash with --without-bash-malloc.
Been running that way for more than a week and no more bash problems.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [parisc-linux] Re: hppa-linux gcc-3.0.3:
@ 2002-02-18 17:53 Joël Soete
2002-02-18 18:03 ` John David Anglin
0 siblings, 1 reply; 17+ messages in thread
From: Joël Soete @ 2002-02-18 17:53 UTC (permalink / raw)
To: John David Anglin; +Cc: carlos, jso, parisc-linux
David,
Ok I just launch the download of binutils snapshot dated of today.
I will then follow the 'recipe'.
Than again for all,
Joel
PS: I would try natively (on my palinux box directly) with MACH=3Dhppa-linux
i.e.: ~/source/binutils/configure --host=3Dhppa-linux ... ?
=
=20
"John David =
=20
Anglin" To: jso@europay.com (Jo=EBl =
Soete) =20
<dave@hiauly1.h cc: carlos@baldric.uwo.ca, p=
arisc-linux@lists.parisc-linux.org =20
ia.nrc.ca> Subject: Re: [parisc-linux] =
Re: hppa-linux gcc-3.0.3: =20
=
=20
18-02-02 05:41 =
=20
PM =
=20
=
=20
=
=20
> Thanks for advise but I speek well about the new (annonced on
> http://www.gnu.org/software/gcc/gcc.html: ...The next major release, GCC
> 3.1,...) gcc release 3.1.
I am building 3.1 experimental regularly from the main gcc cvs source.
I have built glibc with it. You probably should get the cvs binutils
because it contains a long branch related fix which will cause a seg
fault early in the bootstrap. You can avoid it by using "-O2" in
stage1. I have a couple of small fixes that need to go in regarding
linking with milli and pthreads routines. The gcc testsuite (expect)
seems to trigger a parisc-linux bug which fills /var with page fault
error mesages.
I am currently trying to get dw2 unwinding working.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX:
952-6605)
**********************************************************************
This e-mail and any attachments to it may contain confidential information =
which is strictly intended for the use of the authorised recipient. If you=
have received this e-mail in error, please delete it and notify the sender=
by replying to this e-mail.
Thank you for your co-operation.
**********************************************************************
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: [parisc-linux] Re: hppa-linux gcc-3.0.3:
2002-02-18 17:53 Joël Soete
@ 2002-02-18 18:03 ` John David Anglin
0 siblings, 0 replies; 17+ messages in thread
From: John David Anglin @ 2002-02-18 18:03 UTC (permalink / raw)
To: Joël Soete; +Cc: carlos, jso, jso, parisc-linux
> PS: I would try natively (on my palinux box directly) with MACH=hppa-linux
> i.e.: ~/source/binutils/configure --host=hppa-linux ... ?
For binutils, I just use from my build directory:
../src/configure --prefix=/where_to_install --host=hppa-linux --disable-nls
make
make -k check
make install
Set CFLAGS if you want.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [parisc-linux] Re: hppa-linux gcc-3.0.3:
@ 2002-02-19 14:43 Joël Soete
2002-02-19 15:58 ` John David Anglin
0 siblings, 1 reply; 17+ messages in thread
From: Joël Soete @ 2002-02-19 14:43 UTC (permalink / raw)
To: John David Anglin; +Cc: carlos, jso, jso, parisc-linux, jso
Hello David,
Just finished to compile binutils. All seems Ok.
I just notice many "WARNING: could not find 'runtest'" when "make -k
check". Is it normal?
Thanks,
Joel
=
=20
"John David =
=20
Anglin" To: jso@europay.com (Jo=EBl =
Soete) =20
<dave@hiauly1.h cc: carlos@baldric.uwo.ca, "=
jso"@hiauly1.hia.nrc.ca, =20
ia.nrc.ca> <jso@europay.com>, parisc-linux@=
lists.parisc-linux.org =20
Subject: Re: [parisc-linux] =
Re: hppa-linux gcc-3.0.3: =20
18-02-02 07:03 =
=20
PM =
=20
=
=20
=
=20
> PS: I would try natively (on my palinux box directly) with
MACH=3Dhppa-linux
> i.e.: ~/source/binutils/configure --host=3Dhppa-linux ... ?
For binutils, I just use from my build directory:
../src/configure --prefix=3D/where_to_install --host=3Dhppa-linux --disable=
-nls
make
make -k check
make install
Set CFLAGS if you want.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX:
952-6605)
**********************************************************************
This e-mail and any attachments to it may contain confidential information =
which is strictly intended for the use of the authorised recipient. If you=
have received this e-mail in error, please delete it and notify the sender=
by replying to this e-mail.
Thank you for your co-operation.
**********************************************************************
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: [parisc-linux] Re: hppa-linux gcc-3.0.3:
2002-02-19 14:43 Joël Soete
@ 2002-02-19 15:58 ` John David Anglin
0 siblings, 0 replies; 17+ messages in thread
From: John David Anglin @ 2002-02-19 15:58 UTC (permalink / raw)
To: Joël Soete; +Cc: carlos, jso, jso, jso, parisc-linux, jso
> Just finished to compile binutils. All seems Ok.
> I just notice many "WARNING: could not find 'runtest'" when "make -k
> check". Is it normal?
This is normal:
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
$runtest --tool libstdc++-v3 --srcdir $srcdir ; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
You can get rid of the "global config" warning by installing a global
config file for dejagnu. There is as sample in the distribution.
If you actually see your warning and not just the Makefile command,
then you have a problem with your dejagnu installation or PATH variable.
In order to run the testsuite, you need dejagnu, expect and tcl
installed. They may require some other packages as well for full
functionality.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [parisc-linux] Re: hppa-linux gcc-3.0.3:
@ 2002-02-19 15:49 Joël Soete
0 siblings, 0 replies; 17+ messages in thread
From: Joël Soete @ 2002-02-19 15:49 UTC (permalink / raw)
To: Matthias Klose; +Cc: carlos, John David Anglin, jso, parisc-linux
Hey Matthias,
Just a stupid question: "/usr/lib/gcc-snapshot/" is there where you put
your sources gcc-snapshot sources?
Thanks for help,
Joel
=
=20
Matthias =
=20
Klose To: "John David Anglin" <dave@=
hiauly1.hia.nrc.ca> =20
<doko@cs.tu-b cc: jso@europay.com (Jo=EBl So=
ete), carlos@baldric.uwo.ca, =20
erlin.de> parisc-linux@lists.parisc-linux.or=
g =20
Subject: Re: [parisc-linux] Re=
: hppa-linux gcc-3.0.3: =20
18-02-02 =
=20
10:47 PM =
=20
=
=20
=
=20
John David Anglin writes:
> > Thanks for advise but I speek well about the new (annonced on
> > http://www.gnu.org/software/gcc/gcc.html: ...The next major release,
GCC
> > 3.1,...) gcc release 3.1.
>
> I am building 3.1 experimental regularly from the main gcc cvs source.
> I have built glibc with it. You probably should get the cvs binutils
> because it contains a long branch related fix which will cause a seg
> fault early in the bootstrap. You can avoid it by using "-O2" in
> stage1. I have a couple of small fixes that need to go in regarding
> linking with milli and pthreads routines. The gcc testsuite (expect)
> seems to trigger a parisc-linux bug which fills /var with page fault
> error mesages.
I just uploaded the gcc-snapshot_20020216 build to incoming (without
any extra patches).
To use this snapshot, you should set the following environment
variables:
LD_LIBRARY_PATH=3D/usr/lib/gcc-snapshot/lib:$LD_LIBRARY_PATH
PATH=3D/usr/lib/gcc-snapshot/bin:$PATH
Unset these variables before building Debian packages destined for an
upload to ftp-master.debian.org.
The snapshot packages doesn't build automatically. I had to restart
the build due to bash problems (the same you saw as well).
Matthias
**********************************************************************
This e-mail and any attachments to it may contain confidential information =
which is strictly intended for the use of the authorised recipient. If you=
have received this e-mail in error, please delete it and notify the sender=
by replying to this e-mail.
Thank you for your co-operation.
**********************************************************************
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: [parisc-linux] Re: hppa-linux gcc-3.0.3:
@ 2002-02-19 17:03 Joël Soete
2002-02-19 21:57 ` Matthias Klose
0 siblings, 1 reply; 17+ messages in thread
From: Joël Soete @ 2002-02-19 17:03 UTC (permalink / raw)
To: John David Anglin; +Cc: carlos, jso, jso, parisc-linux, jso
David,
It seems Ok: just finished the first step of compiling gcc (snapshot dated
020218 from sources.redhat.com because I do not find where Matthias
uploaded its snapshot :( ) with echo $? -> after make :-).
I will continue with glibc.
Thanks for all,
Joel
PS: with gcc snapshot, I also find gcc-core-xxx.bz2. Do know what is it?
(Do I need it?)
=
=20
"John David =
=20
Anglin" To: jso@europay.com (Jo=EBl =
Soete) =20
<dave@hiauly1.h cc: carlos@baldric.uwo.ca, j=
so@europay.com, "jso"@hiauly1.hia.nrc.ca,=20
ia.nrc.ca> <jso@europay.com>, parisc-linux@=
lists.parisc-linux.org, "jso" =20
@hiauly1.hia.nrc.ca =
=20
19-02-02 04:58 Subject: Re: [parisc-linux] =
Re: hppa-linux gcc-3.0.3: =20
PM =
=20
=
=20
=
=20
> Just finished to compile binutils. All seems Ok.
> I just notice many "WARNING: could not find 'runtest'" when "make -k
> check". Is it normal?
This is normal:
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
$runtest --tool libstdc++-v3 --srcdir $srcdir ; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
You can get rid of the "global config" warning by installing a global
config file for dejagnu. There is as sample in the distribution.
If you actually see your warning and not just the Makefile command,
then you have a problem with your dejagnu installation or PATH variable.
In order to run the testsuite, you need dejagnu, expect and tcl
installed. They may require some other packages as well for full
functionality.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX:
952-6605)
**********************************************************************
This e-mail and any attachments to it may contain confidential information =
which is strictly intended for the use of the authorised recipient. If you=
have received this e-mail in error, please delete it and notify the sender=
by replying to this e-mail.
Thank you for your co-operation.
**********************************************************************
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: [parisc-linux] Re: hppa-linux gcc-3.0.3:
2002-02-19 17:03 Joël Soete
@ 2002-02-19 21:57 ` Matthias Klose
0 siblings, 0 replies; 17+ messages in thread
From: Matthias Klose @ 2002-02-19 21:57 UTC (permalink / raw)
To: Joël Soete; +Cc: parisc-linux
Jo=EBl Soete writes:
>=20
> David,
>=20
> It seems Ok: just finished the first step of compiling gcc (snapshot =
dated
> 020218 from sources.redhat.com because I do not find where Matthias
> uploaded its snapshot :( ) with echo $? -> after make :-).
It's now in the unstable/sid distribution.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [parisc-linux] Re: hppa-linux gcc-3.0.3:
@ 2002-02-20 6:36 Joël Soete
0 siblings, 0 replies; 17+ messages in thread
From: Joël Soete @ 2002-02-20 6:36 UTC (permalink / raw)
To: Matthias Klose; +Cc: parisc-linux
Nice (very nice) :-))
Joel
=
=20
Matthias =
=20
Klose To: "Jo=EBl Soete" <jso@europa=
y.com> =20
<doko@cs.tu-b cc: parisc-linux@lists.parisc-=
linux.org =20
erlin.de> Subject: Re: [parisc-linux] Re=
: hppa-linux gcc-3.0.3: =20
=
=20
19-02-02 =
=20
10:57 PM =
=20
=
=20
=
=20
Jo=EBl Soete writes:
>
> David,
>
> It seems Ok: just finished the first step of compiling gcc (snapshot
dated
> 020218 from sources.redhat.com because I do not find where Matthias
> uploaded its snapshot :( ) with echo $? -> after make :-).
It's now in the unstable/sid distribution.
**********************************************************************
This e-mail and any attachments to it may contain confidential information =
which is strictly intended for the use of the authorised recipient. If you=
have received this e-mail in error, please delete it and notify the sender=
by replying to this e-mail.
Thank you for your co-operation.
**********************************************************************
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2002-02-21 5:15 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-18 10:19 [parisc-linux] Re: hppa-linux gcc-3.0.3: Joël Soete
2002-02-18 11:03 ` [parisc-linux] MySQL Tilo Jandt
2002-02-21 5:15 ` Andrew Shugg
2002-02-18 14:29 ` [parisc-linux] Re: hppa-linux gcc-3.0.3: Carlos O'Donell Jr.
2002-02-18 16:25 ` John David Anglin
-- strict thread matches above, loose matches on Subject: below --
2002-02-18 14:54 Joël Soete
2002-02-18 16:41 ` John David Anglin
2002-02-18 21:47 ` Matthias Klose
2002-02-18 21:54 ` John David Anglin
2002-02-18 17:53 Joël Soete
2002-02-18 18:03 ` John David Anglin
2002-02-19 14:43 Joël Soete
2002-02-19 15:58 ` John David Anglin
2002-02-19 15:49 Joël Soete
2002-02-19 17:03 Joël Soete
2002-02-19 21:57 ` Matthias Klose
2002-02-20 6:36 Joël Soete
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.