* Re: /usr/bin/file
[not found] <C1CCF0351229D311BBEB0008C75B9A8A02CAFACE@ntmsg0080.corpmail.telstra.com.au>
@ 2001-08-10 11:20 ` Ralf Baechle
2001-08-10 13:37 ` /usr/bin/file Maciej W. Rozycki
0 siblings, 1 reply; 10+ messages in thread
From: Ralf Baechle @ 2001-08-10 11:20 UTC (permalink / raw)
To: Salisbury, Roger; +Cc: linux-mips, linux-mips
On Fri, Aug 10, 2001 at 01:59:59PM +1000, Salisbury, Roger wrote:
> how would I update /usr/bin/file ??
> ./configure spits this out
>
> *** Warning: the command libtool uses to detect shared libraries,
> *** /usr/bin/file, produces output that libtool cannot recognize.
> *** The result is that libtool may fail to recognize shared libraries
> *** as such. This will affect the creation of libtool libraries that
> *** depend on shared libraries, but programs linked with such libtool
> *** libraries will work regardless of this problem. Nevertheless, you
> *** may want to report the problem to your system manager and/or to
> *** bug-libtool@gnu.org
That's a libtool bug. My RH 7.0 port has the fix.
Ralf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: /usr/bin/file
2001-08-10 11:20 ` /usr/bin/file Ralf Baechle
@ 2001-08-10 13:37 ` Maciej W. Rozycki
2001-08-10 14:49 ` /usr/bin/file Ralf Baechle
0 siblings, 1 reply; 10+ messages in thread
From: Maciej W. Rozycki @ 2001-08-10 13:37 UTC (permalink / raw)
To: Ralf Baechle; +Cc: Salisbury, Roger, linux-mips, linux-mips
On Fri, 10 Aug 2001, Ralf Baechle wrote:
> That's a libtool bug. My RH 7.0 port has the fix.
Libtool doesn't really need the file program for decent shared library
systems. Linux/ELF is one of them and the current CVS version of libtool
shouldn't depend on file for MIPS/Linux anymore.
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: /usr/bin/file
2001-08-10 13:37 ` /usr/bin/file Maciej W. Rozycki
@ 2001-08-10 14:49 ` Ralf Baechle
2001-08-13 11:32 ` /usr/bin/file Maciej W. Rozycki
0 siblings, 1 reply; 10+ messages in thread
From: Ralf Baechle @ 2001-08-10 14:49 UTC (permalink / raw)
To: Maciej W. Rozycki; +Cc: Salisbury, Roger, linux-mips, linux-mips
On Fri, Aug 10, 2001 at 03:37:58PM +0200, Maciej W. Rozycki wrote:
> Libtool doesn't really need the file program for decent shared library
> systems. Linux/ELF is one of them and the current CVS version of libtool
> shouldn't depend on file for MIPS/Linux anymore.
We're talking about old code here.
The fact that each package based on libtool is carrying it's own copy of
libtool around doesn't exactly help to eleminate old libtool copies
quickly either.
Ralf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: /usr/bin/file
2001-08-10 14:49 ` /usr/bin/file Ralf Baechle
@ 2001-08-13 11:32 ` Maciej W. Rozycki
2001-08-13 15:52 ` /usr/bin/file Ralf Baechle
0 siblings, 1 reply; 10+ messages in thread
From: Maciej W. Rozycki @ 2001-08-13 11:32 UTC (permalink / raw)
To: Ralf Baechle; +Cc: Salisbury, Roger, linux-mips, linux-mips
On Fri, 10 Aug 2001, Ralf Baechle wrote:
> The fact that each package based on libtool is carrying it's own copy of
> libtool around doesn't exactly help to eleminate old libtool copies
> quickly either.
It's worth to run `libtoolize -c -f' before building any libtool-based
software.
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: /usr/bin/file
2001-08-13 11:32 ` /usr/bin/file Maciej W. Rozycki
@ 2001-08-13 15:52 ` Ralf Baechle
2001-08-13 16:27 ` /usr/bin/file Maciej W. Rozycki
0 siblings, 1 reply; 10+ messages in thread
From: Ralf Baechle @ 2001-08-13 15:52 UTC (permalink / raw)
To: Maciej W. Rozycki; +Cc: Salisbury, Roger, linux-mips, linux-mips
On Mon, Aug 13, 2001 at 01:32:19PM +0200, Maciej W. Rozycki wrote:
> > The fact that each package based on libtool is carrying it's own copy of
> > libtool around doesn't exactly help to eleminate old libtool copies
> > quickly either.
>
> It's worth to run `libtoolize -c -f' before building any libtool-based
> software.
That results in build failures for a few rpms. Many packages already do
that but unfortunately not all.
Ralf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: /usr/bin/file
2001-08-13 15:52 ` /usr/bin/file Ralf Baechle
@ 2001-08-13 16:27 ` Maciej W. Rozycki
0 siblings, 0 replies; 10+ messages in thread
From: Maciej W. Rozycki @ 2001-08-13 16:27 UTC (permalink / raw)
To: Ralf Baechle; +Cc: Salisbury, Roger, linux-mips, linux-mips
On Mon, 13 Aug 2001, Ralf Baechle wrote:
> > It's worth to run `libtoolize -c -f' before building any libtool-based
> > software.
>
> That results in build failures for a few rpms. Many packages already do
> that but unfortunately not all.
Well, libtool is pretty self-contained, but you may try to regenerate
scripts as well. If that fails, too, the software needs to be fixed
sooner or later. Look at my packages for a number of updates in this
area.
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: /usr/bin/file
@ 2001-08-14 1:40 Salisbury, Roger
2001-08-14 5:26 ` /usr/bin/file Ralf Baechle
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Salisbury, Roger @ 2001-08-14 1:40 UTC (permalink / raw)
To: 'Maciej W. Rozycki', Ralf Baechle; +Cc: linux-mips, linux-mips
where do I get "libtoolize"
Still trying to update everything.
binutils-2.9.5.0.37 seems ok. although runtest not found.( needs testsuite,
which needs DejaGnu from ftp ://gcc.gnu.org/pub/gcc/infrastructure BUT the
site is currently down.
glibc-2.2.3 needs gcc-3.0 it seems. (checking version of gcc...
egcs-2.91.66, bad ...*** Some critical program is missing or too old
)
gcc-3.0 needs rectification in [libgcc_s.so] & [libgcc.a] it seems (see
make error below!)
Any idea Anyone please.
###############################################################
bash-2.04# pwd
/gcc-3.0
bash-2.04#make
...
...
/usr/local/mips-unknown-linux-gnu/bin/ld: bfd assertion fail
elf32-mips.c:8348
/usr/local/mips-unknown-linux-gnu/bin/ld: bfd assertion fail
elf32-mips.c:8348
/usr/local/mips-unknown-linux-gnu/bin/ld: bfd assertion fail
elf32-mips.c:8348
/usr/local/mips-unknown-linux-gnu/bin/ld: bfd assertion fail
elf32-mips.c:8348
collect2: ld returned 1 exit status
make[2]: *** [libgcc_s.so] Error 1
make[2]: Leaving directory `/gcc-3.0/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory `/gcc-3.0/gcc'
make: *** [all-gcc] Error 2
bash-2.04#
###############################################################
Any idea Anyone please.
Thanks
Roger
> -----Original Message-----
> From: Maciej W. Rozycki [SMTP:macro@ds2.pg.gda.pl]
> Sent: Tuesday, 14 August 2001 2:28 am
> To: Ralf Baechle
> Cc: Salisbury, Roger; linux-mips@oss.sgi.com; linux-mips@fnet.fr
> Subject: Re: /usr/bin/file
>
> On Mon, 13 Aug 2001, Ralf Baechle wrote:
>
> > > It's worth to run `libtoolize -c -f' before building any
> libtool-based
> > > software.
> >
> > That results in build failures for a few rpms. Many packages already do
> > that but unfortunately not all.
>
> Well, libtool is pretty self-contained, but you may try to regenerate
> scripts as well. If that fails, too, the software needs to be fixed
> sooner or later. Look at my packages for a number of updates in this
> area.
>
> --
> + Maciej W. Rozycki, Technical University of Gdansk, Poland +
> +--------------------------------------------------------------+
> + e-mail: macro@ds2.pg.gda.pl, PGP key available +
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: /usr/bin/file
2001-08-14 1:40 /usr/bin/file Salisbury, Roger
@ 2001-08-14 5:26 ` Ralf Baechle
2001-08-14 7:16 ` /usr/bin/file Andreas Jaeger
2001-08-16 7:56 ` /usr/bin/file Maciej W. Rozycki
2 siblings, 0 replies; 10+ messages in thread
From: Ralf Baechle @ 2001-08-14 5:26 UTC (permalink / raw)
To: Salisbury, Roger; +Cc: 'Maciej W. Rozycki', linux-mips, linux-mips
On Tue, Aug 14, 2001 at 11:40:48AM +1000, Salisbury, Roger wrote:
> where do I get "libtoolize"
GNU libtools.
> glibc-2.2.3 needs gcc-3.0 it seems. (checking version of gcc...
> egcs-2.91.66, bad ...*** Some critical program is missing or too old
> )
> gcc-3.0 needs rectification in [libgcc_s.so] & [libgcc.a] it seems (see
> make error below!)
linker problem. If you still run gcc 1.2 then your ld is probably to
antique anyway.
Ralf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: /usr/bin/file
2001-08-14 1:40 /usr/bin/file Salisbury, Roger
2001-08-14 5:26 ` /usr/bin/file Ralf Baechle
@ 2001-08-14 7:16 ` Andreas Jaeger
2001-08-16 7:56 ` /usr/bin/file Maciej W. Rozycki
2 siblings, 0 replies; 10+ messages in thread
From: Andreas Jaeger @ 2001-08-14 7:16 UTC (permalink / raw)
To: Salisbury, Roger
Cc: 'Maciej W. Rozycki', Ralf Baechle, linux-mips, linux-mips
"Salisbury, Roger" <Roger.Salisbury@team.telstra.com> writes:
> where do I get "libtoolize"
>
> Still trying to update everything.
>
> binutils-2.9.5.0.37 seems ok. although runtest not found.( needs testsuite,
> which needs DejaGnu from ftp ://gcc.gnu.org/pub/gcc/infrastructure BUT the
> site is currently down.
> glibc-2.2.3 needs gcc-3.0 it seems. (checking version of gcc...
> egcs-2.91.66, bad ...*** Some critical program is missing or too old
> )
>
> gcc-3.0 needs rectification in [libgcc_s.so] & [libgcc.a] it seems (see
> make error below!)
GCC 3.0 will not compile a correct glibc at all, wait for GCC 3.0.1
and glibc 2.2.5 and read the glibc announcements,
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: /usr/bin/file
2001-08-14 1:40 /usr/bin/file Salisbury, Roger
2001-08-14 5:26 ` /usr/bin/file Ralf Baechle
2001-08-14 7:16 ` /usr/bin/file Andreas Jaeger
@ 2001-08-16 7:56 ` Maciej W. Rozycki
2 siblings, 0 replies; 10+ messages in thread
From: Maciej W. Rozycki @ 2001-08-16 7:56 UTC (permalink / raw)
To: Salisbury, Roger; +Cc: Ralf Baechle, linux-mips, linux-mips
On Tue, 14 Aug 2001, Salisbury, Roger wrote:
> where do I get "libtoolize"
It's included in the libtool distribution.
> glibc-2.2.3 needs gcc-3.0 it seems. (checking version of gcc...
> egcs-2.91.66, bad ...*** Some critical program is missing or too old
> )
Gcc 2.95.3 is fine if patched appropriately.
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2001-08-16 7:54 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-14 1:40 /usr/bin/file Salisbury, Roger
2001-08-14 5:26 ` /usr/bin/file Ralf Baechle
2001-08-14 7:16 ` /usr/bin/file Andreas Jaeger
2001-08-16 7:56 ` /usr/bin/file Maciej W. Rozycki
[not found] <C1CCF0351229D311BBEB0008C75B9A8A02CAFACE@ntmsg0080.corpmail.telstra.com.au>
2001-08-10 11:20 ` /usr/bin/file Ralf Baechle
2001-08-10 13:37 ` /usr/bin/file Maciej W. Rozycki
2001-08-10 14:49 ` /usr/bin/file Ralf Baechle
2001-08-13 11:32 ` /usr/bin/file Maciej W. Rozycki
2001-08-13 15:52 ` /usr/bin/file Ralf Baechle
2001-08-13 16:27 ` /usr/bin/file Maciej W. Rozycki
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.