Re: Any problem with gcc-4.0.2-5 and libncurses5-dev-5.5-1?

2005-12-29 Thread Antonio M.
On Thu, Dec 29, 2005 at 10:46:45AM -0800, Jurij Smakov wrote:

Hi, Jurij, thank for answer.

> I can't reproduce this failure on an up-to-date sid system. Here's some 
> additional information, please see whether it matches yours:
> 
> [EMAIL PROTECTED]:~$ gcc --version
> gcc (GCC) 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)
> Copyright (C) 2005 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
> PURPOSE.

the same in my system

> 
> [EMAIL PROTECTED]:~$ dpkg -l gcc-4.0
> ii  gcc-4.0 4.0.2-5 The GNU C compiler

the same

> [EMAIL PROTECTED]:~$ ls -la /usr/lib/libncurses.so
> lrwxrwxrwx 1 root root 20 2005-11-01 22:49 /usr/lib/libncurses.so -> 
> /lib/libncurses.so.5

the same

> [EMAIL PROTECTED]:~$ ls -al /lib/libncurses.so.5
> lrwxrwxrwx 1 root root 17 2005-10-28 20:42 /lib/libncurses.so.5 -> 
> libncurses.so.5.5
 the same

> [EMAIL PROTECTED]:~$ ls -al /lib/libncurses.so.5.5
> -rw-r--r-- 1 root root 307500 2005-10-14 17:56 /lib/libncurses.so.5.5
the same

> [EMAIL PROTECTED]:~$ md5sum /lib/libncurses.so.5.5
> 4d6bd3782487c5629bb891f44d3a2b61  /lib/libncurses.so.5.5

  4d6bd3782487c5629bb891f44d3a2b61  /lib/libncurses.so.5.5
it seem the same !?

> [EMAIL PROTECTED]:~$ ls -la /usr/lib/libncurses.a
> -rw-r--r-- 1 root root 490616 2005-10-14 17:56 /usr/lib/libncurses.a

the same

> [EMAIL PROTECTED]:~$ md5sum /usr/lib/libncurses.a
> 9a50b532572f7b9ebc2d11c028eba57f  /usr/lib/libncurses.a

  9a50b532572f7b9ebc2d11c028eba57f  /usr/lib/libncurses.a

> [EMAIL PROTECTED]:~$ dpkg -l libncurses5*
> ii  libncurses5 5.5-1   Shared libraries for terminal handling
> ii  libncurses5-dev 5.5-1   Developer's libraries and docs for 

ii  libncurses5   5.5-1   Shared libraries for terminal handling
un  libncurses5-dbg (no description available)
ii  libncurses5-dev   5.5-1   Developer's libraries and docs for ncurses

don't ask me what is the second one, but it isn't installed .. 


> [EMAIL PROTECTED]:~$ dpkg -l binutils
> ii  binutils2.16.1cvs200512 The GNU assembler, linker and binary 

ii  binutils   2.16.1cvs20051214-1  The GNU assembler, linker and binary 
utilities

I think it's the same.

Ok. If you need something else ...

> 
> Best regards,
> 
To you

cheers
Antonio

-- 
#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#
Antonio Madesani
[EMAIL PROTECTED]
[EMAIL PROTECTED]
#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Any problem with gcc-4.0.2-5 and libncurses5-dev-5.5-1?

2005-12-29 Thread Jurij Smakov

On Wed, 28 Dec 2005, Antonio M. wrote:


Hi all. Today I received second cpu for my blade 1000 so I decided
to recompile kernel (2.6.14.5) with the option SMP.
When I tried:
make menuconfig

I received:

[EMAIL PROTECTED]:/usr/local/src/linux-2.6.14.5# make menuconfig
/usr/bin/ld: skipping incompatible
/usr/lib/gcc/sparc-linux-gnu/4.0.3/../../../libncurses.so when searching
for -lncurses
/usr/bin/ld: skipping incompatible
/usr/lib/gcc/sparc-linux-gnu/4.0.3/../../../libncurses.a when searching for
-lncurses


I can't reproduce this failure on an up-to-date sid system. Here's some 
additional information, please see whether it matches yours:


[EMAIL PROTECTED]:~$ gcc --version
gcc (GCC) 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
PURPOSE.


[EMAIL PROTECTED]:~$ dpkg -l gcc-4.0
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)

||/ NameVersion Description
+++-===-===-==
ii  gcc-4.0 4.0.2-5 The GNU C compiler
[EMAIL PROTECTED]:~$ ls -la /usr/lib/libncurses.so
lrwxrwxrwx 1 root root 20 2005-11-01 22:49 /usr/lib/libncurses.so -> 
/lib/libncurses.so.5

[EMAIL PROTECTED]:~$ ls -al /lib/libncurses.so.5
lrwxrwxrwx 1 root root 17 2005-10-28 20:42 /lib/libncurses.so.5 -> 
libncurses.so.5.5

[EMAIL PROTECTED]:~$ ls -al /lib/libncurses.so.5.5
-rw-r--r-- 1 root root 307500 2005-10-14 17:56 /lib/libncurses.so.5.5
[EMAIL PROTECTED]:~$ md5sum /lib/libncurses.so.5.5
4d6bd3782487c5629bb891f44d3a2b61  /lib/libncurses.so.5.5
[EMAIL PROTECTED]:~$ ls -la /usr/lib/libncurses.a
-rw-r--r-- 1 root root 490616 2005-10-14 17:56 /usr/lib/libncurses.a
[EMAIL PROTECTED]:~$ md5sum /usr/lib/libncurses.a
9a50b532572f7b9ebc2d11c028eba57f  /usr/lib/libncurses.a
[EMAIL PROTECTED]:~$ dpkg -l libncurses5*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)

||/ NameVersion Description
+++-===-===-==
ii  libncurses5 5.5-1   Shared libraries for terminal handling
ii  libncurses5-dev 5.5-1   Developer's libraries and docs for ncurses
[EMAIL PROTECTED]:~$ dpkg -l binutils
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)

||/ NameVersion Description
+++-===-===-==
ii  binutils2.16.1cvs200512 The GNU assembler, linker and binary 
utilities

Best regards,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Any problem with gcc-4.0.2-5 and libncurses5-dev-5.5-1?

2005-12-28 Thread Antonio M.
Hi all. Today I received second cpu for my blade 1000 so I decided
to recompile kernel (2.6.14.5) with the option SMP.
When I tried:
 make menuconfig 

I received:

[EMAIL PROTECTED]:/usr/local/src/linux-2.6.14.5# make menuconfig
/usr/bin/ld: skipping incompatible
/usr/lib/gcc/sparc-linux-gnu/4.0.3/../../../libncurses.so when searching
for -lncurses
/usr/bin/ld: skipping incompatible
/usr/lib/gcc/sparc-linux-gnu/4.0.3/../../../libncurses.a when searching for
-lncurses
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libncurses.so when
searching for -lncurses
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libncurses.a when
searching for -lncurses
/usr/bin/ld: skipping incompatible /usr/lib/libncurses.so when searching
for -lncurses
/usr/bin/ld: skipping incompatible /usr/lib/libncurses.a when searching for
-lncurses
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status

Considering that I've compilated kernel few hours before, I tried to use
gcc-3.3.6-12 instead of the last one gcc-4.0.2-5 and problem disappears.
Someone knows anything about this?
Cheers
Antonio

-- 
#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#
Antonio Madesani
[EMAIL PROTECTED]
[EMAIL PROTECTED]
#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]