Bug#172828: mklibs mips loop fixed with the formerly attached mklibs.py

2003-07-14 Thread Florian Lohoff
HI, the problems seems to be fixed with the formerly attached mklibs.py package - chroot into the resulting initrd works as expected. The library sizes went down to half of the original it seems. Greets from Debconf 2003 Flo -- Florian Lohoff [EMAIL PROTECTED] +49

Re: Differences between mklibs.py and mklibs.sh

2002-11-06 Thread Tollef Fog Heen
* Clément Moreau | Btw, I'm not familiar with python, so, is there a good place where I | can find a guide to this scripting language ? http://www.python.org/doc/current/tut/tut.html for instance. -- Tollef Fog Heen,''`. UNIX is user

Re: Differences between mklibs.py and mklibs.sh

2002-11-05 Thread Philip Blundell
On Mon, 2002-11-04 at 17:20, Clément Moreau wrote: Does anybody have experience on mklibs.py and plug-in shared objects ? I don't have direct experience, but I think it ought to work. Just ensure that you list all the plugins on the mklibs command line, alongside normal binaries. The plugin

Re: Differences between mklibs.py and mklibs.sh

2002-11-05 Thread Clément Moreau
Thanks to your reply, At 05/11/2002 11:35, Philip Blundell wrote: On Mon, 2002-11-04 at 17:20, Clément Moreau wrote: Does anybody have experience on mklibs.py and plug-in shared objects ? I don't have direct experience, but I think it ought to work. Just ensure that you list all the plugins

Differences between mklibs.py and mklibs.sh

2002-11-04 Thread Clément Moreau
Hello, I'm trying to use mklibs.py and mklibs.sh scripts while cross compiling for ARM. They both work very well in most cases, but they do not give the same output. But, if i'm using mklibs.py a system that uses iptables and iptables extension shared libraries, iptables fails to load

Bug#150586: marked as done (mklibs.py?)

2002-06-22 Thread Debian Bug Tracking System
PROTECTED] To: Debian Bug Tracking System [EMAIL PROTECTED] Subject: mklibs.py? X-Mailer: reportbug 1.50 Date: Thu, 20 Jun 2002 17:23:19 -0400 Message-Id: [EMAIL PROTECTED] Sender: Joey Hess [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] Package: mklibs Version: 0.1 Severity: normal I don't

Bug#150586: mklibs.py?

2002-06-20 Thread Joey Hess
Package: mklibs Version: 0.1 Severity: normal I don't think the program should be installed as mklibs.py; just mklibs wuold do. Implementation lanaguage is not something you normally concenr yourself with when running programs at the prompt. Some very basic documentation would be nice too

Bug#147196: boot-floppies: mklibs.py cross compiling

2002-05-16 Thread Bastian Blank
Package: boot-floppies Version: N/A Severity: normal i add cross compile support to mklibs.py, also i fix some other failures. bastian --- mklibs.py.orig Thu Feb 28 16:53:02 2002 +++ mklibs.py Sun Mar 17 18:50:49 2002 -110,7 +110,7 def library_depends(obj): if not os.access(obj

Bug#147196: boot-floppies: mklibs.py cross compiling

2002-05-16 Thread Matt Kraai
On Thu, May 16, 2002 at 06:26:03PM +0200, Bastian Blank wrote: i add cross compile support to mklibs.py, also i fix some other failures. It doesn't apply cleanly to the latest CVS revision, and reverts a comment typo fix that I made some time ago. Would you please remove the reversion

Bug#147196: boot-floppies: mklibs.py cross compiling

2002-05-16 Thread Bastian Blank
--- mklibs.py.orig Thu May 16 20:16:49 2002 +++ mklibs.py Thu May 16 20:24:26 2002 -110,7 +110,7 def library_depends(obj): if not os.access(obj, os.F_OK): raise Cannot find lib: + obj -output = command(objdump, --private-headers, obj) +output = command(target

Processed: Re: Bug#147196: boot-floppies: mklibs.py cross compiling

2002-05-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: tag 147196 pending Bug#147196: boot-floppies: mklibs.py cross compiling Tags added: pending thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database

mklibs.py cross patch

2002-01-12 Thread Bastian Blank
i patch mklibs.py to make it work in a crosscompile environment. please review the patch and include it if you want. bastian -- Conquest is easy. Control is not. -- Kirk, Mirror, Mirror, stardate unknown --- mklibs.py.orig Sat Jan 12 20:21:46 2002 +++ mklibs.py Sat Jan

Re: mklibs.py: library naming

2001-12-19 Thread Matt Kraai
On Wed, Dec 19, 2001 at 12:15:43AM -0700, Erik Andersen wrote: On Tue Dec 18, 2001 at 05:38:59PM -0800, Matt Kraai wrote: Howdy, I'd like to make mklibs.py create the minimum number of directory entries for the libraries it reduces. Unfortunately, my understanding of shared libraries

mklibs.py: library naming

2001-12-18 Thread Matt Kraai
Howdy, I'd like to make mklibs.py create the minimum number of directory entries for the libraries it reduces. Unfortunately, my understanding of shared libraries is almost non-existent, so I'd appreciate a little help. Is it necessary and sufficient to create a file named `libname.so.version

Re: mklibs.py: library naming

2001-12-18 Thread Erik Andersen
On Tue Dec 18, 2001 at 05:38:59PM -0800, Matt Kraai wrote: Howdy, I'd like to make mklibs.py create the minimum number of directory entries for the libraries it reduces. Unfortunately, my understanding of shared libraries is almost non-existent, so I'd appreciate a little help

Re: mklibs.py and atexit problem returns on powerpc

2001-11-19 Thread Philip Blundell
In message [EMAIL PROTECTED], Adam Di Carlo writes: It's back! On powerpc, over and over: Still need: atexit 598 symbols, 1 unresolved What version of libc6 are you using? p. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: mklibs.py and atexit problem returns on powerpc

2001-11-19 Thread Andre Luis Lopes
Em Seg 19 Nov 2001 20:14, Adam Di Carlo escreveu: Philip Blundell [EMAIL PROTECTED] writes: What version of libc6 are you using? 2.2.4-5 Maybe if you try with 2.2.4-6 ? It's already in unstable, but not in woody I guess. Changelog isn't showing any change related to ppc but ... --

Re: mklibs.py, unresolved symbol

2001-09-16 Thread Ethan Benson
On Sun, Sep 16, 2001 at 05:25:56PM -0400, Adam Di Carlo wrote: Ethan, I was finding other problems with mklibs.py on powerpc, to wit, ld-linux.so.2 was used in a non-portable way. To get it to work on PowerPC, I had to use this patch. i patched it in two places where i found the i386ism ld

Re: mklibs.py, unresolved symbol

2001-09-16 Thread Ethan Benson
On Sun, Sep 16, 2001 at 11:55:21PM -0400, Adam Di Carlo wrote: Can you send along the patch? I was able to build fine (only patching in one place) so I'm getting really confused. It must be a difference between your build environment and mine. I wonder if mklibs.py is especially

Re: mklibs.py, unresolved symbol

2001-09-16 Thread Daniel Jacobowitz
On Sun, Sep 16, 2001 at 05:25:56PM -0400, Adam Di Carlo wrote: Ethan, I was finding other problems with mklibs.py on powerpc, to wit, ld-linux.so.2 was used in a non-portable way. To get it to work on PowerPC, I had to use this patch. Is anyone interesting in fixing these problems

mklibs.py

2001-09-05 Thread Ethan Benson
it doesn't seem to work on the chrp root image: [...] I: library reduction pass 727 570 symbols, 1 unresolved I: library reduction pass 728 570 symbols, 1 unresolved I: library reduction pass 729 570 symbols, 1 unresolved I: library reduction pass 730 570 symbols, 1 unresolved I: library

Re: mklibs.py

2001-09-05 Thread Ethan Benson
On Wed, Sep 05, 2001 at 03:24:49AM -0800, Ethan Benson wrote: it doesn't seem to work on the chrp root image: same for pmac i fiddled around a bit, but i can't tell whats going on. (and i don't speak python in the least). [...] I: library reduction pass 727 570 symbols, 1 unresolved I:

Re: mklibs.py

2001-09-05 Thread Matt Kraai
? To see which symbol is unresolved, just change the debuglevel initialization in scripts/rootdisk/mklibs.py to DEBUG_SPAM. Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

mklibs.py, unresolved symbol

2001-09-05 Thread Ethan Benson
the last unresolvable symbol for the powerpc root disks is: calling readelf -s /var/tmp/boot-floppies/root-tmp-14083/lib/libpopt.so.0.0.0-so-stripped Still need: atexit 570 symbols, 1 unresolved -- Ethan Benson http://www.alaska.net/~erbenson/ PGP signature

Re: mklibs.py fails on powerpc

2001-08-26 Thread Goswin Brederlow
Adam Di Carlo [EMAIL PROTECTED] writes: We seem to have some sort of problem on PowerPC with mklibs.py: I: library reduction pass 1 526 symbols, 526 unresolved I: library reduction pass 2 561 symbols, 5 unresolved I: library reduction pass 3 561 symbols, 1 unresolved I: library