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

Bug#31953: marked as done (libc6: ldd can no longer recognize static executables)



Your message dated Fri, 17 Sep 1999 12:58:50 -0700
with message-id <v04205528b4084dcbad52@[206.163.71.146]>
and subject line Fixed
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.)

Darren Benham
(administrator, Debian Bugs database)

Received: (at submit) by bugs.debian.org; 15 Jan 1999 21:24:13 +0000
Received: (qmail 12496 invoked from network); 15 Jan 1999 21:24:12 -0000
Received: from kite.kitenet.net (HELO kitenet.net) (qmailr@209.157.80.18)
  by master.debian.org with SMTP; 15 Jan 1999 21:24:12 -0000
Received: (qmail 1380 invoked by uid 500); 15 Jan 1999 21:19:08 -0000
Date: 15 Jan 1999 21:19:08 -0000
Message-ID: <19990115211908.1379.qmail@kitenet.net>
From: Joey Hess <joey@kitenet.net>
Subject: libc6: ldd can no longer recognize static executables
To: submit@bugs.debian.org
X-Mailer: bug 3.1.7

Package: libc6
Version: 2.0.7.19981211-1

joey@kite:/tmp>echo  'main(){}' > foo.c
joey@kite:/tmp>gcc foo.c -o foo -static 
joey@kite:/tmp>file foo
foo: ELF 32-bit LSB executable, Intel 80386, version 1, statically linked, not stripped
joey@kite:/tmp>ldd foo
        not a dynamic executable
joey@kite:/tmp>echo $?
1

Note that ldd used to do this, before I upgraded to this version of libc:

joey@box:/mnt/kite/tmp>ldd foo
        statically linked (ELF)
joey@box:/mnt/kite/tmp>echo $?
	0
	
This bug makes dpkg-shlibdeps in turn fail, which means that any packages
that have statically linked binaries in them will probably not build (this
bit the distributed-net package).

-- System Information
Debian Release: 2.1
Kernel Version: Linux kite 2.2.0-pre4 #1 Mon Jan 4 17:52:58 PST 1999 i586 unknown

Versions of the packages libc6 depends on:
ii  ldso            1.9.9-5        The Linux dynamic linker, library and utilit


Reply to: