Re: Some patches for mklibs

2010-02-14 Thread Samuel Thibault
Bastian Blank, le Sun 14 Feb 2010 02:42:45 +0100, a écrit : > On Sun, Feb 14, 2010 at 01:27:05AM +0100, Samuel Thibault wrote: > > Bastian Blank, le Sun 14 Feb 2010 01:16:11 +0100, a écrit : > > > Please specify your problem first. > > mklibs would complain that xf86AddDriver can't be found in any

Re: Some patches for mklibs

2010-02-13 Thread Cyril Brulebois
Bastian Blank (14/02/2010): > Please specify your problem first. Just don't include the broken > shared objects on the commandline. Trying to build a d-i image with X11 embedded, I got the following result. From your comment, it looks like I should be excluding stuff in the find call instead; is

Re: Some patches for mklibs

2010-02-13 Thread Bastian Blank
On Sun, Feb 14, 2010 at 01:27:05AM +0100, Samuel Thibault wrote: > Bastian Blank, le Sun 14 Feb 2010 01:16:11 +0100, a écrit : > > Please specify your problem first. > mklibs would complain that xf86AddDriver can't be found in any .so while > it is needed by fbdev_drv.so, because it doesn't look at

Re: Some patches for mklibs

2010-02-13 Thread Samuel Thibault
Bastian Blank, le Sun 14 Feb 2010 01:16:11 +0100, a écrit : > On Sat, Feb 13, 2010 at 09:31:19PM +0100, Cyril Brulebois wrote: > > The second patch makes it possible to use that instead (meaning some > > library reduction can happen, as opposed to using mklibs-copy): > > MKLIBS = mklibs -X /usr/l

Re: Some patches for mklibs

2010-02-13 Thread Bastian Blank
On Sat, Feb 13, 2010 at 09:31:19PM +0100, Cyril Brulebois wrote: > The second patch makes it possible to use that instead (meaning some > library reduction can happen, as opposed to using mklibs-copy): > MKLIBS = mklibs -X /usr/lib/xorg/modules Please specify your problem first. Just don't incl