[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#180119: marked as done (libc6: ld.so does not seem to find correct platform information for AMD K6-III)



Your message dated Tue, 18 Mar 2003 10:22:25 +0000
with message-id <20030318102225.GA12085@araqnid.ddts.net>
and subject line Bug#180119: libc6: ld.so does not seem to find correct platform information for AMD K6-III
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Feb 2003 12:18:27 +0000
>From steve@araqnid.ddts.net Fri Feb 07 06:18:26 2003
Return-path: <steve@araqnid.ddts.net>
Received: from pc3-rdng5-5-cust88.winn.cable.ntl.com (araqnid.ddts.net) [81.98.112.88] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18h7Sc-0002zU-00; Fri, 07 Feb 2003 06:18:26 -0600
Received: from steve by araqnid.ddts.net with local (Exim 4.12 #1 (Debian))
	id 18h7Sa-0002z4-00; Fri, 07 Feb 2003 12:18:24 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Steve Haslam <araqnid@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libc6: ld.so does not seem to find correct platform information for
	AMD K6-III
X-Mailer: reportbug 2.10
Date: Fri, 07 Feb 2003 12:18:24 +0000
Message-Id: <E18h7Sa-0002z4-00@araqnid.ddts.net>
Sender: Steve Haslam <steve@araqnid.ddts.net>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=0.6 required=5.0
	tests=SPAM_PHRASE_00_01
	version=2.41
X-Spam-Level: 

Package: libc6
Version: 2.3.1-11
Severity: normal

With libc6 2.3.1-10, ld.so would try to link in the i686/cmov version of
libssl on a K6-III (i586) machine-- I had to divert the libs away, and it
then loaded the i586 versions.

Now with 2.3.1-11, ld.so is not loading *any* arch-specific library, and
using the standard /usr/lib/libssl. Although this is safer, it would be nice
if the K6-III was recognised.

Here is the output with LD_AUXV=1 set:

bash# LD_SHOW_AUXV=1 LD_DEBUG=libs LD_TRACE_LOADED_OBJECTS=1 LD_BIND_NOW=1
/usr/bin/openssl version
AT_HWCAP:    fpu vme de pse tsc msr mce cx8 pge mmx
AT_PAGESZ:      4096
AT_CLKTCK:      100
AT_PHDR:        0x8048034
AT_PHENT:       32
AT_PHNUM:       6
AT_BASE:        0x4b196000
AT_FLAGS:       0x0
AT_ENTRY:       0x80542c0
AT_UID:         0
AT_EUID:        0
AT_GID:         0
AT_EGID:        0
AT_PLATFORM:
01811:  find library=libssl.so.0.9.7; searching
01811:   search cache=/etc/ld.so.cache
01811:    trying file=/usr/lib/libssl.so.0.9.7
01811:
01811:  find library=libcrypto.so.0.9.7; searching
01811:   search cache=/etc/ld.so.cache
01811:    trying file=/usr/lib/libcrypto.so.0.9.7
01811:
...

Presumably the problem is that "AT_PLATFORM" is blank? (Is this a libc6
problem or kernel problem?)

/proc/cpuinfo on that machine:

bash# cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 5
model           : 9
model name      : AMD-K6(tm) 3D+ Processor
stepping        : 1
cpu MHz         : 451.033
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow
k6_mtrr
bogomips        : 901.12

And uname -m returns "i586".

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux arise 2.4.18 #7-ARISE Thu Jun 13 23:55:15 BST 2002 i586
Locale: LANG=C, LC_CTYPE=C

Versions of packages libc6 depends on:
ii  libdb1-compat                 2.1.3-7    The Berkeley database routines [gl

-- no debconf information


---------------------------------------
Received: (at 180119-done) by bugs.debian.org; 18 Mar 2003 10:24:47 +0000
>From araqnid@debian.org Tue Mar 18 04:24:46 2003
Return-path: <araqnid@debian.org>
Received: from pc1-rdng1-3-cust49.winn.cable.ntl.com (araqnid.ddts.net) [80.3.248.49] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18vEG4-00031E-00; Tue, 18 Mar 2003 04:23:48 -0600
Received: from steve by araqnid.ddts.net with local (Exim 4.12 #1 (Debian))
	id 18vEEj-0006LD-00; Tue, 18 Mar 2003 10:22:25 +0000
Date: Tue, 18 Mar 2003 10:22:25 +0000
From: Steve Haslam <araqnid@debian.org>
To: GOTO Masanori <gotom@debian.or.jp>
Cc: 180119-done@bugs.debian.org
Subject: Re: Bug#180119: libc6: ld.so does not seem to find correct platform information for AMD K6-III
Message-ID: <20030318102225.GA12085@araqnid.ddts.net>
References: <E18h7Sa-0002z4-00@araqnid.ddts.net> <80lm0f2m2k.wl@oris.opensource.jp> <[🔎] 20030317200309.GB6379@araqnid.ddts.net> <[🔎] 80hea1muao.wl@oris.opensource.jp>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ"
Content-Disposition: inline
In-Reply-To: <[🔎] 80hea1muao.wl@oris.opensource.jp>
User-Agent: Mutt/1.4i
X-DSA-Key: 1024D/AF99D43A: 8410 63C6 5821 1A2E BB26  E98F 8F16 B533 AF99 D43A
Sender: Steve Haslam <steve@araqnid.ddts.net>
X-BadReturnPath: steve@araqnid.ddts.net rewritten as araqnid@debian.org
  using "From" header
Delivered-To: 180119-done@bugs.debian.org
X-Spam-Status: No, hits=-3.7 required=4.0
	tests=IN_REP_TO,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT,REFERENCES,
	      SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_MUTT
	version=2.44
X-Spam-Level: 


--mP3DRpeJDSE+ciuQ
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Mar 18, 2003 at 08:45:35AM +0900, GOTO Masanori wrote:
> At Mon, 17 Mar 2003 20:03:09 +0000,
> Steve Haslam wrote:
> Please upgrade into glibc-2.3.1-15.  I fixed some bug of dlcode in
> 2.3.1-14, so your problem might be fixed.

My bad; I forgot to upgrade after being offline-- 2.3.1-14 had already fixed
it, 2.3.1-15 works too.

With apologies,
SRH
--=20
Steve Haslam      Reading, UK                           araqnid@innocent.com
Debian GNU/Linux Maintainer                               araqnid@debian.org
                     Currently for sale: http://www.arise.demon.co.uk/my_cv/
Your heart has been ruptured and it will never heal
To get another heart you'll have to steal                    [le=E6ther str=
ip]

--mP3DRpeJDSE+ciuQ
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE+dvNhjxa1M6+Z1DoRAuhtAKCDCIwy4mGXfmXsYZRqs3kaIZUKbgCePy+r
8Otg26wI5kEp6m0nmqOZ8yU=
=Byia
-----END PGP SIGNATURE-----

--mP3DRpeJDSE+ciuQ--



Reply to: