Bug#707644: gcc-4.7: old-style parameter declarations v.s. ANSI C section 3.7.1 ?

2013-05-09 Thread Jean-Damien Durand
Package: gcc-4.7 Version: 4.7.2-5 Severity: minor Dear Maintainer, With the follozing source code: % cat file.c typedef struct s_ {int i;} st; void this(st) int st; {} The compiler complains, but I am not sure about the pertinence of the error message: % cc -c -o file.o file.c file.c: In

Bug#643024: libffado2: jackd can't start with libffado version 2.0.99+svn1995-1

2011-09-26 Thread Jean-Damien Durand
Confirmed. Reverting to version 2.0.99+svn1968-1 and jackd works ok. Program received signal SIGABRT, Aborted. 0xb7fe2424 in __kernel_vsyscall () (gdb) where #0 0xb7fe2424 in __kernel_vsyscall () #1 0xb7c64911 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #2 0xb7c67d42

Bug#638462: symbol lookup error: /usr/sbin/cupsd: undefined symbol: _pwgGetPageSize

2011-08-20 Thread Jean-Damien Durand
Hello, Force cups to be at the correct version -; I ran into the same, after an apt-get upgrade (because packages were to be removed with a dist-upgrade), got this error, and then upgraded explicitely cups itself with: apt-get install cups (which installed few other new packages). Undef

Bug#550027: libsndfile1: trying to overwrite '/usr/share/man/man1/sndfile-metadata-get.1.gz'

2009-10-06 Thread Jean-Damien Durand
Package: libsndfile1 Version: 1.0.20-1+b1 Severity: normal Preparing to replace libsndfile1 1.0.20-1+b1 (using .../libsndfile1_1.0.20-2_i386.deb) ... Unpacking replacement libsndfile1 ... dpkg: error processing /var/cache/apt/archives/libsndfile1_1.0.20-2_i386.deb (--unpack): trying to

Bug#521093: RFP: libhtml-template-compiled-perl -- HTML::Template::Compiled - Template System Compiles HTML::Template files to Perl code

2009-03-24 Thread Jean-Damien Durand
Package: wnpp Severity: wishlist * Package name: libhtml-template-compiled-perl Version : 0.93 Upstream Author : Tina Mueller * URL : http://search.cpan.org/~tinita/HTML-Template-Compiled-0.93/ * License : Perl (Artistic and GPL) Programming Lang: Perl

Bug#495730: ldd check when building vlc

2008-08-20 Thread Jean-Damien Durand
Loïc Minier a écrit : On Wed, Aug 20, 2008, Fabian Greffrath wrote: if LD_LIBRARY_PATH=$(CURDIR)/debian/tmp/usr/lib ldd $$file 2 /dev/null | grep -q libX11; then \ objdump -x foo.so | grep -w NEEDED or objdump -p foo.so | grep -w NEEDED But if the libX11 dependency could come from

Bug#495730: ldd check when building vlc

2008-08-19 Thread Jean-Damien Durand
Package: vlc Version: 0.8.6.h-1 Severity: normal The check to find if a vlc-nox plugin is linked with libX11 uses ldd. This will check the dependencies using system path by default - thus using /usr/lib/libvlc* instead of the newly built libvlc. A possible patch is the following: if

Bug#462354: initscripts: typo in /etc/init.d/sendsigs, giving cat: omitfile: No such file or directory

2008-01-23 Thread Jean-Damien Durand
Package: initscripts Version: 2.86.ds1-52 Severity: normal FYI I noticed the following typo in /etc/init.d/sendsigs: --- sendsigs.old2008-01-24 06:44:54.0 +0100 +++ sendsigs.new2008-01-24 06:45:27.0 +0100 @@ -21,7 +21,7 @@ # with Ubuntu. for

Bug#387894: closed by Petter Reinholdtsen [EMAIL PROTECTED] (Re: sysv-rc: progress bar)

2007-12-23 Thread Jean-Damien Durand
Remarquable. Thanks a lot for this great work, I will revisit splashutils package to use the new API, giving of course feedback of necessary. Cheers, JD. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#452208: workaround

2007-11-20 Thread Jean-Damien Durand
FYI those getting stuck can modify locally the following file % diff /var/lib/dpkg/info/xfonts-knickers.postrm.orig /var/lib/dpkg/info/xfonts-knickers.postrm 31,32c31 update-fonts-alias misc --- update-fonts-alias misc then (dist)-update will

Bug#443567: libgd-gd2-perl: Description of $image-colorResolve

2007-09-22 Thread Jean-Damien Durand
Package: libgd-gd2-perl Version: 1:2.35-1 Severity: minor The description of function colorResolve() could say that if allocation fails, then it will return the index of the _closest_ color, c.f. http://www.libgd.org/OldColour, section 1.7! Thus one have to be very careful with this function,

Bug#391887: freemat tentative

2006-12-30 Thread Jean-Damien Durand
Here is something to start with: # ## Freemat and its Matio dependency # deb http://jeandamiendurand.free.fr/debian/matio sid math deb-src http://jeandamiendurand.free.fr/debian/matio sid math deb http://jeandamiendurand.free.fr/debian/freemat sid math deb-src

Bug#387894: tested with usplash + reviewed patch

2006-09-23 Thread Jean-Damien Durand
Tested with usplash - works for me. Note that at shutdown usplash progress bar goes from left to right while with splashutils it goes from right to left - but perhaps usplash does 100-value if runlevel is 6, don't know its internals). Here is a patch without unneeded space/tab changes. Cheers,

Bug#387894: [Pkg-sysvinit-devel] Bug#387894: tested with usplash + reviewed patch

2006-09-23 Thread Jean-Damien Durand
Dear Petter, Petter Reinholdtsen wrote: [Jean-Damien Durand] Tested with usplash - works for me. Good to hear. Note that at shutdown usplash progress bar goes from left to right while with splashutils it goes from right to left - but perhaps usplash does 100-value if runlevel is 6, don't

Bug#387894: sysv-rc: progress bar

2006-09-17 Thread Jean-Damien Durand
Package: sysv-rc Version: 2.86.ds1-20 Severity: normal abour progress bar, here are few fixes and suggestions. - in debug mode, probably the call to usplash_write should just be echoed - the count of number of scripts executed is approximate v.s. what happens in reality (check if file exist,

Bug#387894: [Pkg-sysvinit-devel] Bug#387894: sysv-rc: progress bar

2006-09-17 Thread Jean-Damien Durand
Dear Petter, The patch change a lot of indentation, making it hard to track what are real changes and what are just tabs converted to spaces. It would be better with a patch without these irrelevant whitespace changes. That is true. The factorization of kill and start scripts in two

Bug#386451: konqueror: crash with a web page

2006-09-07 Thread Jean-Damien Durand
Package: konqueror Version: 4:3.5.4-2 Severity: normal Konqueror crashes when clicking on close window at the bottom of a page like e.g.: http://www.ubuntuforums.org/showpost.php?p=1196641postcount=68 Backtrace: Using host libthread_db library /lib/tls/libthread_db.so.1. [Thread debugging

Bug#364356: /lib/udev/write_net_rules: line 128: local: can only be used in a function

2006-04-22 Thread Jean-Damien Durand
Package: udev Version: 0.090-2 Severity: minor *** Please type your report below this line *** FYI I got this this minor error after reinstalling udev. -- Package-specific info: -- /etc/udev/rules.d/: /etc/udev/rules.d/: total 84 lrwxrwxrwx 1 root root 20 Apr 22 23:41 020_permissions.rules -

Bug#360611: (no subject)

2006-04-12 Thread Jean-Damien Durand
With no real knowledge of what's behind, I managed to compile the legacy module on 2.6.16 with the following patch: --- nvidia-kernel-legacy/nv/Makefile.orig.kbuild2006-04-12 15:20:07.0 +0200 +++ nvidia-kernel-legacy/nv/Makefile.kbuild 2006-03-20 14:49:39.0 +0100 @@

Bug#60800: (no subject)

2006-04-05 Thread Jean-Damien Durand
Coming back to this old issue, current CVS seems builds fine with heimdal-dev. With the diff attached (where I add encryption support as well) I can checkout a :gserver: repository using a krb5 ticket, obtained through kinit. Works for me, that's all I can say! Cheers, JD. diff -Naur

Bug#348299: Please reassign to dh-make

2006-01-16 Thread Jean-Damien Durand
Oups. Wrong package. can you please reassign to dh-make. With my apologizes. JD. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#348299: kernel-package: syntax error in kernel module's debian/rules template

2006-01-15 Thread Jean-Damien Durand
% dh_make -f ../pwc-10.0.6a.tar.gz Type of package: single binary, multiple binary, library, kernel module or cdbs? [s/m/l/k/b] k Maintainer name : Jean-Damien Durand Email-Address : [EMAIL PROTECTED] Date: Mon, 16 Jan 2006 07:17:39 +0100 Package Name: pwc Version

Bug#336640: possible patch

2005-11-10 Thread Jean-Damien Durand
I am not a cpp programmer, but please find nevertheless a possible patch. A test package being available at http://jdurand.home.cern.ch/jdurand/debian/binary/guessnet_0.37-2_i386.deb Regards, Jean-Damien. guessnet_0.37-2.diff.gz Description: GNU Zip compressed data

Bug#336640: path check makes guessnet 0.37-1 fail

2005-10-31 Thread Jean-Damien Durand
Package: guessnet Version: 0.37-1 Severity: normal I guess that #257328 fix created a problem on my setup. With the following /etc/network/interfaces: auto wlan0 mapping wlan0 script /usr/sbin/guessnet-ifupdown map wlan0-dhcp wlan0-home map timeout: 3 map

Bug#312432: (no subject)

2005-09-14 Thread Jean-Damien Durand
Trying to recompile tora-1.3.18 on debian/unstable [kde 3.4.2] (I remove the --without-oracle), I got: % dpkg-buildpackage -rfakeroot ./.. ./configure --prefix=/usr --without-rpath --disable-new-check --with-kde ./.. using lib directory suffix 64 checking for KDE... configure: error: in the

Bug#312432:

2005-09-14 Thread Jean-Damien Durand
I meant MOC=/usr/bin/moc-qt3, sorry, JD. JD Retrying --without-kde goes fine although I have to add MOC=/usr/bin/uic-qt3 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-09-14 Thread Jean-Damien Durand
setted to yes ! Hmmm... I am 99.999% sure I never touched /etc/init.d/rcS, and I do not know if VERBOSE=yes is the debian's default - is it !? Anyway, this might be a dependency that can hurt laptop_mode !? Thanks, Cheers, JD. BS Jean-Damien Durand wrote: BS Package: laptop-mode-tools BS

Bug#312432: (no subject)

2005-09-14 Thread Jean-Damien Durand
: /usr/lib/kde3/plugins/designer/kdewidgets.la Cheers, JD. MM Are you sure you installed all build-depends? The configure script MM checks for the existance of /usr/lib/libkio.la which is part of MM kdelibs4-dev. MM MM Michael -- Jean-Damien Durand CERN/IT/FIO/DS - Geneva, Switzerland PGP

Bug#328118: /usr/sbin/laptop_mode: line 199: [: yes: integer expression expected

2005-09-13 Thread Jean-Damien Durand
Package: laptop-mode-tools Version: 1.10-1 Severity: normal FYI I got the error mentionned in subject with version 1.10-1. Cheers, JD. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,

Bug#312432: tora with kde 3.4.1

2005-06-07 Thread Jean-Damien Durand
Package: tora Version: 1.3.16-1 Severity: important Hello, If I rebuild tora with oracle support on kde 3.4.1 then the login to oracle dbs always fail, sometimes saying the password is wrong, sometimes there is no listener. If I rebuild tora using --without-kde then everything is fine. Perhaps a