Re: shlib-with-non-pic-code

2006-08-29 Thread Mike Hommey
On Tue, Aug 29, 2006 at 09:39:03AM +1000, Matthew Palmer [EMAIL PROTECTED] wrote: Bugger. That's the only thing that I've ever had to check. Mike Hommey appears to have deeper knowledge of why things can end up being non-position-independent than me, so I'll leave the tricky debugging work

Re: RFS: xmmsctrl

2006-08-29 Thread Philipp Matthias Hahn
Hi! On Wed, Aug 23, 2006 at 11:50:32PM +0200, Sandro Tosi wrote: * Package name: xmmsctrl ... xmmsctrl - Small utility to control xmms from the command line What's the difference to xmms-shell? Please add this to the description. BYtE Philipp -- Philipp Matthias Hahn [EMAIL PROTECTED]

Re: RFS: jabbin

2006-08-29 Thread Andrew Donnellan
On 8/25/06, Hubert Chan [EMAIL PROTECTED] wrote: | +#elif defined( __MACH__ )|| defined( __GNUC__ ) |int fd=open(/dev/random,O_RDONLY); |read(fd,tick,sizeof(tick)); |closesocket(fd); Err, I don't think that __GNUC__ actually guarantees the presence of /dev/random. So

Re: RFS: jabbin

2006-08-29 Thread George Danchev
On Tuesday 29 August 2006 12:33, Andrew Donnellan wrote: --cut-- If it really does need a proper random seed, then you should not be getting rid of the compilation error. It may compile correctly, but it will not work as intended. I do wonder what it needs the proper random seed for

Re: RFS: jabbin

2006-08-29 Thread Andrew Donnellan
On 8/29/06, George Danchev [EMAIL PROTECTED] wrote: On Tuesday 29 August 2006 12:33, Andrew Donnellan wrote: --cut-- If it really does need a proper random seed, then you should not be getting rid of the compilation error. It may compile correctly, but it will not work as intended. I do

Re: RFS: jabbin

2006-08-29 Thread Kapil Hari Paranjape
Hello, On Tue, 29 Aug 2006, Andrew Donnellan wrote: On 8/25/06, Hubert Chan [EMAIL PROTECTED] wrote: Err, I don't think that __GNUC__ actually guarantees the presence of /dev/random. So this patch does not seem to be correct. (Although /dev/random, if you have it, is probably a better

RFS (update): cobalt-panel-utils -- System utilities for Sun Cobalt's LCD and LEDs

2006-08-29 Thread Adam Cécile (Le_Vert)
Dear mentors, I am looking for a sponsor for the new version 1.0.2-2 of my package cobalt-panel-utils. It builds these binary packages: cobalt-panel-utils - System utilities for Sun Cobalt's LCD and LEDs The package is lintian clean. The package can be found on mentors.debian.net: - URL:

Re: RFS: wmtz (updated package)

2006-08-29 Thread tony mancill
Sandro Tosi wrote: I am looking for a sponsor for the new version 0.7-7 of my package wmtz. sponsored signature.asc Description: OpenPGP digital signature

n00b lib packaging question

2006-08-29 Thread Jean-Sebastien Pilon
Hello, I am trying to create packages from sources for libpcap compiled with the libpfring library. This compiles no problem. When I am packaging though... there are the issues coming up Wink # fakeroot debian/rules clean # debian/rules build # debian/rules binary till now it's ok i have 2

RE: n00b lib packaging question

2006-08-29 Thread Jean-Sebastien Pilon
Am Dienstag, den 29.08.2006, 12:44 -0400 schrieb Jean-Sebastien Pilon: I am trying to create packages from sources for libpcap compiled with the libpfring library. This compiles no problem. When I am packaging though... there are the issues coming up Wink # fakeroot debian/rules

Re: RFS: jabbin

2006-08-29 Thread Hubert Chan
Hello, On Tue, 29 Aug 2006, Andrew Donnellan wrote: On 8/25/06, Hubert Chan [EMAIL PROTECTED] wrote: So what would be the alternative? Would we have to use a makefile hack (e.g. test for the existence of /dev/random and set a compile flag) or something to figure out what random seed we

RE: n00b lib packaging question

2006-08-29 Thread Daniel Leidert
Am Dienstag, den 29.08.2006, 15:54 -0400 schrieb Jean-Sebastien Pilon: [..] What's inside libpcap-ring1.install and libpcap-ring-dev.install? You need to copy the files from debian/tmp to debian/$package # cat debian/libpcap-ring1.install usr/local/lib/lib*.so.* # cat

Re: RFS: jabbin

2006-08-29 Thread Andrew Donnellan
On 8/30/06, Hubert Chan [EMAIL PROTECTED] wrote: Hello, On Tue, 29 Aug 2006, Andrew Donnellan wrote: On 8/25/06, Hubert Chan [EMAIL PROTECTED] wrote: So what would be the alternative? Would we have to use a makefile hack (e.g. test for the existence of /dev/random and set a compile flag)

Re: RFS: nta

2006-08-29 Thread Luca Bigliardi
On Tue, Aug 29, 2006 at 12:49 AM, Sandro Tosi wrote: Hi Sandro, I'm not a DD, so I can't help you upload it in Debian, but I've looked at you package and I'd like to suggest this: Many thanks for your suggestions, i've just uploaded a revised version. For sure, some more experienced guy

Re: shlib-with-non-pic-code

2006-08-29 Thread Michael Biebl
Christian Aichinger wrote: Michael, if you put the source package online somewhere I'll take a look and see if I can help with this. Your help is greatly appreciated! You can get the source via dget at http://debs.michaelbiebl.de/dists/unstable/main/source/kdesvn_0.9.2-1.dsc Thanks, Michael

RFS: wmnetmon (updated package)

2006-08-29 Thread Sandro Tosi
Dear mentors, I am looking for a sponsor for the new version 0.2p6-5 of my package wmnetmon. It builds these binary packages: wmnetmon - dockapp for monitoring services on up to 40 hosts The upload would fix these bugs: 216753 I know of 3 lintian warnings, but as they state, lease ignore or

Re: shlib-with-non-pic-code

2006-08-29 Thread Mike Hommey
On Tue, Aug 29, 2006 at 05:13:10PM +0200, Christian Aichinger [EMAIL PROTECTED] wrote: On Tue, Aug 29, 2006 at 08:59:19AM +0200, Mike Hommey wrote: Now, it seems the involved code doesn't set visibility. The best for Michael to do is to grep PLT in the generated assembler code and check