Bug#172828: mklibs: loops on mips

2002-12-12 Thread Guido Guenther
On Fri, Dec 13, 2002 at 12:02:15AM +0100, Falk Hueffner wrote:
> Guido Guenther <[EMAIL PROTECTED]> writes:
> 
> > The man page doesn't mention an option to actually show the
> > unresolved symbols.
> 
> You can give -v twice. This should probably be a separate option.
Thanks. That's the list of unresolved symbols:

 _pthread_cleanup_pop_restore
 __pthread_mutexattr_init
 __pthread_mutexattr_destroy
 __pthread_mutex_trylock
 _pthread_cleanup_push_defer
 __pthread_mutex_init
 __pthread_mutex_unlock
 __pthread_mutex_lock
 __pthread_mutexattr_settype

Regards,
 -- Guido


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




Bug#172828: mklibs: loops on mips

2002-12-12 Thread Falk Hueffner
Guido Guenther <[EMAIL PROTECTED]> writes:

> The man page doesn't mention an option to actually show the
> unresolved symbols.

You can give -v twice. This should probably be a separate option.

-- 
Falk


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




Bug#172828: mklibs: loops on mips

2002-12-12 Thread Guido Guenther
Package: mklibs
Version: 0.1.8
Severity: normal

Hi,
after 56 passes mklibs still can't succesfully reduce the libraries on a
'make build' of debian-installer for mips:

I: library reduction pass 56
Objects: busybox netcfg-dhcp.postinst netcfg-static.postinst 
libresolv.so.2-so-stripped libdebian-installer.so.3-so-stripped 
libdebian-installer.so.2-so-stripped libdebconf.so.1-so-stripped 
libpopt.so.0-so-stripped libc.so.6-so-stripped ld.so.1-so-stripped 
libdl.so.2-so-stripped anna debconf debconf-loadtemplate debconf-copydb net-retriever 
main-menu udpkg dpkg-reconfigure choose-mirror di-utils-shell.postinst insmod dash pump
Object: ./tmp/net/tree/bin/busybox
Object: ./tmp/net/tree/var/lib/dpkg/info/netcfg-dhcp.postinst
Object: ./tmp/net/tree/var/lib/dpkg/info/netcfg-static.postinst
Object: ./tmp/net/tree/lib/libresolv.so.2-so-stripped
Object: ./tmp/net/tree/lib/libdebian-installer.so.3-so-stripped
Object: ./tmp/net/tree/lib/libdebian-installer.so.2-so-stripped
Object: ./tmp/net/tree/lib/libdebconf.so.1-so-stripped
Object: ./tmp/net/tree/lib/libpopt.so.0-so-stripped
Object: ./tmp/net/tree/lib/libc.so.6-so-stripped
Object: ./tmp/net/tree/lib/ld.so.1-so-stripped
Object: ./tmp/net/tree/lib/libdl.so.2-so-stripped
Object: ./tmp/net/tree/usr/bin/anna
Object: ./tmp/net/tree/usr/bin/debconf
Object: ./tmp/net/tree/usr/bin/debconf-loadtemplate
Object: ./tmp/net/tree/usr/bin/debconf-copydb
Object: ./tmp/net/tree/usr/lib/debian-installer/retriever/net-retriever
Object: ./tmp/net/tree/usr/bin/main-menu
Object: ./tmp/net/tree/usr/bin/udpkg
Object: ./tmp/net/tree/usr/sbin/dpkg-reconfigure
Object: ./tmp/net/tree/usr/bin/choose-mirror
Object: ./tmp/net/tree/var/lib/dpkg/info/di-utils-shell.postinst
Object: ./tmp/net/tree/sbin/insmod
Object: ./tmp/net/tree/bin/dash
Object: ./tmp/net/tree/sbin/pump
378 symbols, 9 unresolved
reducing ld.so.1
No pic file found for /lib//ld.so.1 ; copying
reducing libresolv.so.2
/lib//libresolv.so.2 78972L
./tmp/net/tree/lib/libresolv.so.2-so 69407L
./tmp/net/tree/lib/libresolv.so.2-so-stripped62520L
reducing libdebian-installer.so.3
No pic file found for /usr/lib//libdebian-installer.so.3 ; copying
reducing libdebian-installer.so.2
No pic file found for /usr/lib//libdebian-installer.so.2 ; copying
reducing libdebconf.so.1
No pic file found for /usr/lib//libdebconf.so.1 ; copying
reducing libdl.so.2
No pic file found for /lib//libdl.so.2 ; copying
reducing libpopt.so.0
No pic file found for /lib//libpopt.so.0 ; copying
reducing libc.so.6
/lib//libc.so.6  1655452L
./tmp/net/tree/lib/libc.so.6-so  1048976L
./tmp/net/tree/lib/libc.so.6-so-stripped 929996L

Does this problem show on other architectures too? The man page doesn't
mention an option to actually show the unresolved symbols.
Regards,
 -- Guido


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