Bug#795662: python-passlib: FTBFS: ImportError: No module named django

2015-08-24 Thread Julien Danjou
On Mon, Aug 24 2015, Brian May wrote:

Hi Brian,

 Do you have any objections if I make the python-passlib package
 maintained by the Debian Python Modules Team?

[…]

No, go ahead, that's a good idea.

-- 
Julien Danjou
# Free Software hacker
# http://julien.danjou.info


signature.asc
Description: PGP signature


Bug#733437: commando: FTBFS: dpkg-buildpackage: dpkg-source: error: unrepresentable changes to source

2014-02-05 Thread Julien Danjou
On Wed, Feb 05 2014, Vincent Cheng wrote:

 If you don't have enough time to maintain this package yourself, would
 you consider maintaining it within the Debian Python Modules Team?
 Thanks!

I wanted to do that, but the Subversion usage was a show stopper.

The package is in collab-maint, so feel free to commit and push.

-- 
Julien Danjou
# Free Software hacker # independent consultant
# http://julien.danjou.info


signature.asc
Description: PGP signature


Bug#733437: commando: FTBFS: dpkg-buildpackage: dpkg-source: error: unrepresentable changes to source

2014-02-02 Thread Julien Danjou
On Sat, Feb 01 2014, Andreas Moog wrote:

 Control: tags -1 patch

 Hello there,

 please find attached a debdiff with a proposed fixed. The changelog reads:

 commando (0.3.4-1.1) unstable; urgency=medium

 * Add patch to stop using deprecated python module distribute to build.
   (Closes: #733437)
 * debian/control, debian/rules: Build-Depend on dh-python and use the
   pybuild buildsystem
 * Add Build-Depends on python-fswrap, python-markdown, python-mock,
   python-nose python-yaml, required for the nosetests to succeed.

 It fixes the build failure for me.

If you can, feel free to go ahead and NMU.

-- 
Julien Danjou
-- Free Software hacker - independent consultant
-- http://julien.danjou.info


signature.asc
Description: PGP signature


Bug#733437: commando: FTBFS: dpkg-buildpackage: dpkg-source: error: unrepresentable changes to source

2014-02-02 Thread Julien Danjou
On Sun, Feb 02 2014, Andreas Moog wrote:

 On 02.02.2014 19:46, Julien Danjou wrote:
 On Sat, Feb 01 2014, Andreas Moog wrote:
 
 Control: tags -1 patch

 Hello there,

 please find attached a debdiff with a proposed fixed. The changelog reads:
 [...]
 It fixes the build failure for me.
 
 If you can, feel free to go ahead and NMU.

 I'm not a DD, so can't upload myself. I can try and open a bug against
 sponsorship-requests though, if you don't have time to make an upload.

Yep, that sounds like a good idea.

-- 
Julien Danjou
-- Free Software hacker - independent consultant
-- http://julien.danjou.info


signature.asc
Description: PGP signature


Bug#725867: unable to install new version

2013-10-09 Thread Julien Danjou
Package: python-cmd2
Version: 0.6.7-1.1
Severity: serious

Preparing to replace python-cmd2 0.6.7-1 (using 
.../python-cmd2_0.6.7-1.1_all.deb) ...
Unpacking replacement python-cmd2 ...
dpkg: error processing /var/cache/apt/archives/python-cmd2_0.6.7-1.1_all.deb 
(--unpack):
 unable to open 
'/usr/share/pyshared/cmd2-0.6.7.egg-info/requires.txt.dpkg-new': No such file 
or directory
Errors were encountered while processing:
 /var/cache/apt/archives/python-cmd2_0.6.7-1.1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-cmd2 depends on:
ii  dpkg   1.17.1
ii  python 2.7.5-5
ii  python-pyparsing   2.0.1+dfsg1-1
ii  python-setuptools  0.6.49-2

python-cmd2 recommends no packages.

python-cmd2 suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#725652: [Openstack-devel] Bug#725652: python3-wsme: SyntaxError: print called without parentheses

2013-10-07 Thread Julien Danjou
On Mon, Oct 07 2013, Aaron M. Ucko wrote:

 python3-wsme is impossible to install due to a stray call of print
 without parentheses, in the old Python 2 style:

   Setting up python3-wsme (0.5b5-3) ...
 File /usr/lib/python3/dist-packages/wsmeext/sphinxext.py, line 226
   print 'SAMPLES SLOT:', self.options.samples_slot
   ^
   SyntaxError: invalid syntax
   
   dpkg: error processing python3-wsme (--configure):
subprocess installed post-installation script returned error exit status 1

 Could you please clean it up and confirm there aren't any more such
 errors?

Thomas: I'm going to work on this bug upstream.

-- 
Julien Danjou
-- Free Software hacker - independent consultant
-- http://julien.danjou.info


signature.asc
Description: PGP signature


Bug#721432: awesome: Memory leak (at least) when switching windows

2013-08-31 Thread Julien Danjou
On Sat, Aug 31 2013, Guillem Jover wrote:

 Since I upgraded to 3.5.x around two months ago, I've started to sense
 the system becoming very sluggish. The other day checking ps output I
 found that awesome was taking 800 MiB of resident memory. After
 restarting it, the process went back to the normal 12 MiB or so.

 I've noticed that the memory increases (at least) every time I switch
 window, either with the keyboard (f.ex. Mod4 + l, Mod4 + k) or with
 the mouse. If I keep, say, Mod4 + l pressed permanently I can easily
 get the awesome process to increase around 1 MiB every 5 seconds.

 I've set the severity to serious because this is a long-lived process,
 and the effects of a leak affect the whole system, but of course if
 you disagree please lower it.

The severity sounds right, however that can be triggered by Lua code;
are you running with the default configuration ?

-- 
Julien Danjou
;; Free Software hacker ; independent consultant
;; http://julien.danjou.info


signature.asc
Description: PGP signature


Bug#712139: gnome-shell dependency on mutter

2013-08-10 Thread Julien Danjou
On Sat, Aug 10 2013, Andreas Henriksson wrote:

Hi,

 As gnome-shell 3.8.3-1 already depends on
 libmutter0b (= 3.8), libmutter0b ( 3.9)
 I guess your problem was related to an experimental-experimental
 upgrade?

Yes.

 Since there's only one (working) mutter in the archive that can
 fulfill this dependency, I don't see how the dependency needs/can
 be tightened any more and I guess we can close this bug now?

They should be tightened, what's in the archive does not matter when
writing dependencies.

If gnome-shell 3.8.3 needs at least libmutter0b = 3.8.3 or exactly ==
3.8.3, that should be written in the dependency fields to avoid such
problems anyway.

That doesn't seem like a problem to me to add that, does it?

-- 
Julien Danjou
# Free Software hacker # freelance consultant
# http://julien.danjou.info


signature.asc
Description: PGP signature


Bug#712139: not starting: No signal 'modifiers-accelerator-activated' on object 'MetaDisplay'

2013-06-13 Thread Julien Danjou
Package: gnome-shell
Version: 3.8.3-1
Severity: grave
Tags: patch

I've upgraded to 3.8.3-1 and gnome-shell stopped starting with the folling
error:
  JS LOG: IBus version is too old 
JS ERROR: !!!   Exception in callback for signal: sessions-loaded 
JS ERROR: !!! message = 'No signal 'modifiers-accelerator-activated' on 
object 'MetaDisplay'' 
JS ERROR: !!! fileName = 
'/usr/share/gnome-shell/js/ui/status/keyboard.js' 
JS ERROR: !!! lineNumber = '393' 
JS ERROR: !!! stack = '([object 
Object])@/usr/share/gnome-shell/js/ui/status/keyboard.js:393 

Problem solved after upgrading libmutter and mutter-common to 3.8.3-1. The
dependency should be tighten.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-rc5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.16.0-4
ii  evolution-data-server3.8.2-1
ii  gdm3 3.6.1-2
ii  gir1.2-accountsservice-1.0   0.6.30-2
ii  gir1.2-caribou-1.0   0.4.10-2
ii  gir1.2-clutter-1.0   1.14.0-1
ii  gir1.2-freedesktop   1.36.0-2+b1
ii  gir1.2-gconf-2.0 3.2.6-1
ii  gir1.2-gcr-3 3.8.1-1
ii  gir1.2-gkbd-3.0  3.4.0.2-1
ii  gir1.2-glib-2.0  1.36.0-2+b1
ii  gir1.2-gmenu-3.0 3.8.0-2
ii  gir1.2-gnomebluetooth-1.03.8.0-1
ii  gir1.2-gnomedesktop-3.0  3.8.0.1-2
ii  gir1.2-gtk-3.0   3.8.2-1
ii  gir1.2-ibus-1.0  1.5.1.is.1.4.2-1
ii  gir1.2-mutter-3.03.8.3-1
ii  gir1.2-networkmanager-1.00.9.8.0-5
ii  gir1.2-nmgtk-1.0 0.9.8.2-1
ii  gir1.2-pango-1.0 1.32.5-5
ii  gir1.2-polkit-1.00.110-2
ii  gir1.2-soup-2.4  2.42.2-5
ii  gir1.2-telepathyglib-0.120.20.2-2
ii  gir1.2-telepathylogger-0.2   0.8.0-1
ii  gir1.2-upowerglib-1.00.9.20-2
ii  gjs  1.36.1-1
ii  gnome-bluetooth  3.8.0-1
ii  gnome-icon-theme-symbolic3.8.2.2-1
ii  gnome-settings-daemon3.8.3-1
ii  gnome-shell-common   3.8.3-1
ii  gnome-themes-standard3.8.1-2
ii  gsettings-desktop-schemas3.8.0-1
ii  libatk-bridge2.0-0   2.9.2-1
ii  libatk1.0-0  2.8.0-2
ii  libc62.17-5
ii  libcairo-gobject21.12.14-4
ii  libcairo21.12.14-4
ii  libcamel-1.2-43  3.8.2-1
ii  libcanberra-gtk3-0   0.30-2
ii  libcanberra0 0.30-2
ii  libclutter-1.0-0 1.14.4-1
ii  libcogl-pango12  1.14.0-1
ii  libcogl121.14.0-1
ii  libcroco30.6.8-2
ii  libdbus-1-3  1.6.10-1
ii  libdbus-glib-1-2 0.100.2-1
ii  libecal-1.2-15   3.8.2-1
ii  libedataserver-1.2-173.8.2-1
ii  libegl1-mesa [libegl1-x11]   9.1.3-6
ii  libgck-1-0   3.8.0-1
ii  libgcr-3-1   3.8.0-1
ii  libgdk-pixbuf2.0-0   2.28.2-1
ii  libgirepository-1.0-11.36.0-2+b1
ii  libgjs0c [libgjs0-libmozjs185-1.0]   1.36.1-1
ii  libglib2.0-0 2.36.3-1
ii  libgnome-menu-3-03.8.0-2
ii  libgstreamer1.0-01.0.7-1
ii  libgtk-3-0   3.8.2-1
ii  libical0 0.48-2
ii  libjson-glib-1.0-0   0.14.2-1
ii  libmozjs185-1.0  1.8.5-1.0.0+dfsg-4+b1
ii  libmutter0b  3.8.3-1
ii  libnm-glib4  0.9.8.0-5
ii  libnm-gtk0   0.9.8.2-1
ii  libnm-util2  0.9.8.0-5
ii  libnspr4 2:4.9.6-1
ii  libnspr4-0d  2:4.9.6-1
ii  libnss3  

Bug#705560: pymongo-ext has no version dependency against pymongo

2013-04-16 Thread Julien Danjou
Package: python-bson-ext
Version: 2.4.2-1
Severity: serious

It's possible to have python-bson 2.4 installed with python-bson-ext 2.2
side by side, and that doesn't work at all. Version on the dependency should
be added.

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.7-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-bson-ext depends on:
ii  libc62.17-0experimental2
ii  python   2.7.3-4
ii  python-bson  2.4.2-1

python-bson-ext recommends no packages.

python-bson-ext suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#700620: [Openstack-devel] Bug#700620: Bug#700620: Bug#700620: Rewriting the .ini parsing bit of openstack-pkg-tools

2013-03-19 Thread Julien Danjou
On Tue, Mar 19 2013, Thomas Goirand wrote:

 Who's problem then?

I don't know -- I'm not sure it's a even problem. Maybe dpkg's problem?

 I thought like you first. Then I realized that we have no choice but to
 implement something anyway, because the upstream library doesn't have a
 feature to actually write the configuration, it only can read it.

That's a good point indeed. Still, I think it'd be better to contribute
to oslo.config and add write support, which could even be useful to
others, than hack something in Debian's corner.

 Well, if we're writing some debconf stuff, it is so it can be used. I
 don't believe it is reasonable to say bha... people are going to
 preseed anyway, so why should we care. I do care!

 Also, I believe that my final solution, based on regular expression, is
 easy to change if there was any trouble with the parsing. The fact that
 I use a unique logic to both read and write values also helps
 maintainability.

As I said, I think you're wrong, but the decision is up to you anyway.
:-)

-- 
Julien Danjou
// Free Software hacker / freelance consultant
// http://julien.danjou.info


pgpCwMFI2IsjY.pgp
Description: PGP signature


Bug#700620: [Openstack-devel] Bug#700620: Rewriting the .ini parsing bit of openstack-pkg-tools

2013-03-18 Thread Julien Danjou
On Mon, Mar 11 2013, Thomas Goirand wrote:

Hi Thomas,

 I don't want the 2nd version. Openstack operator all want to answer all
 questions, then go to the coffee machine and rest 10 minutes during the
 setup... ;)

 So, I continue to think that everything should be done in shell script.
 Not the way I wrote it the first time though. The goal is to have the
 same implementation as this:
 https://github.com/openstack/oslo-config/blob/master/oslo/config/iniparser.py

I think you're wrong. The fact that question aren't asked all in a row
is not the OpenStack packaging team's problem here, and trying to avoid
this problem by re-implementing something that you will endless run
after is a waste of time.

Further more, I'd argue that real deployers really don't care about the
questions and will use preseed or some non-interactive thinggy to not
have to answer them anyway. So this sounds like an un-needed
optimization that it's going to cost you a lot in the long run (chasing
bugs and limitation from your implementation and adding more feature).

So I don't think you should do that, at least I wouldn't do it. That'd
be my advice. Do the less you can, be lazy, and use something that works
better than what you'll write! :-)

(Obviously, since as you stated you're the one doing the job and this is
mainly a do-ocracy, feel free to ignore me. :-))

-- 
Julien Danjou
/* Free Software hacker * freelance consultant
   http://julien.danjou.info */


pgpXtRG7dIf9x.pgp
Description: PGP signature


Bug#672857: chgrp: invalid group: `munin:www-data'

2012-05-14 Thread Julien Danjou
Package: munin
Version: 2.0~rc6-1
Severity: serious

Setting up munin (2.0~rc6-1) ...
chgrp: invalid group: `munin:www-data'
dpkg: error processing munin (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 munin
E: Sub-process /usr/bin/dpkg returned an error code (1)


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages munin depends on:
ii  adduser  3.113+nmu1
ii  cron 3.0pl1-121
ii  libcgi-fast-perl 5.14.2-10
ii  libdate-manip-perl   6.31-1
ii  libdigest-md5-perl   none
ii  libfile-copy-recursive-perl  0.38-1
ii  libhtml-template-perl2.91-1
ii  libio-socket-inet6-perl  2.69-2
ii  liblog-log4perl-perl 1.29-1
ii  librrds-perl 1.4.7-1
ii  libstorable-perl none
ii  liburi-perl  1.60-1
ii  munin-common 2.0~rc6-1
ii  perl [libtime-hires-perl]5.14.2-10
ii  perl-modules 5.14.2-10
ii  rrdtool  1.4.7-1
ii  ttf-dejavu   2.33-2

Versions of packages munin recommends:
ii  munin-doc   2.0~rc6-1
ii  munin-node  2.0~rc6-1

Versions of packages munin suggests:
ii  apache2-mpm-worker [httpd]  2.2.22-5
ii  chromium [www-browser]  18.0.1025.168~r134367-1
ii  iceweasel [www-browser] 10.0.4esr-2
ii  libnet-ssleay-perl  1.48-1
ii  lynx-cur [www-browser]  2.8.8dev.12-2

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#663669: xpyb: FTBFS: AttributeError: 'ListType' object has no attribute 'parent'

2012-03-13 Thread Julien Danjou
This is a know bug discussed upstream.

.parent has been renamed to parents in xcbgen.

-- 
   Julien


pgpAjTUcvD5ik.pgp
Description: PGP signature


Bug#636084: FTBFS with lua 5.1.4-10

2011-09-02 Thread Julien Danjou
On Sat, Jul 30 2011, Enrico Tassi wrote:

 The package fails to build from source with the lua5.1.pc shipped in 
 lua5.1 version 5.1.4-10. This patch fixes that issue, makes the library
 multi-arch compliant and removes the .la file from the -dev package.

This is mainly a note to myself. :)

I've tried the patch, there just one last thing that is not good: this
link is broken:

lrwxrwxrwx 1 root root 22 Sep  2 17:26 
/usr/lib/x86_64-linux-gnu/lua/5.1/oopango.so - ../../../liboopango.so

-- 
Julien Danjou
❱ http://julien.danjou.info


pgp7G0OP5ZZcD.pgp
Description: PGP signature


Bug#632525: rebuildd stopped working: no such table: job_job

2011-07-03 Thread Julien Danjou
On Sun, Jul 03 2011, Andreas Metzler wrote:

 For the time being I have downgraded to 0.3.11 again, which continues
 to work.

You meant 0.3.10?

-- 
Julien Danjou
❱ http://julien.danjou.info


pgpxybbVg7hMp.pgp
Description: PGP signature


Bug#628435: awesome: diff for NMU version 3.4.9-1.2

2011-05-29 Thread Julien Danjou
On Sun, May 29 2011, Julien Cristau wrote:

 I've prepared an NMU for awesome (versioned as 3.4.9-1.2) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer.

You can even upload it directly. :)

-- 
Julien Danjou
❱ http://julien.danjou.info


pgpspOiC0AKET.pgp
Description: PGP signature


Bug#626717: libstartup-notification0: 0.11 breaks ABI for sn_launchee_context_setup_window

2011-05-16 Thread Julien Danjou
On Sat, May 14 2011, Julien Cristau wrote:

 Attached patch reverts the prototype change to get back to the previous
 ABI/API.

Thanks. Merged and 0.12 released just for you.

-- 
Julien Danjou
❱ http://julien.danjou.info


pgpFNkNEaKlji.pgp
Description: PGP signature


Bug#626717: libstartup-notification0: 0.11 breaks ABI for sn_launchee_context_setup_window

2011-05-14 Thread Julien Danjou
On Sat, May 14 2011, Julien Cristau wrote:

 xcb_window_t is uint32_t, Window is unsigned long.

Well, I think it's the good old Xlib problem isn't? I mean, the protocol
defines XID has being uint32_t so…

 sn_launchee_context_setup_window is public API.  I somehow managed to
 miss this before uploading 0.11, but I think it needs fixing.

Julien, if you can provide a patch for libsn, I can do another release
with the patch inside.

-- 
Julien Danjou
❱ http://julien.danjou.info


pgp7AIchBM0Fw.pgp
Description: PGP signature


Bug#614531: awesome: diff for NMU version 3.4.9-1.1

2011-04-30 Thread Julien Danjou
On Sat, Apr 30 2011, Ming-Ting Yao Wei wrote:

 I've prepared an NMU for awesome (versioned as 3.4.9-1.1) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer.

You can even upload it directly, I wont't have the time until 2 days to
do the upload myself, so go ahead.

-- 
Julien Danjou
❱ http://julien.danjou.info


pgp2ym51F9IeR.pgp
Description: PGP signature


Bug#605357: grub-common: grub-probe segfault in grub_disk_adjust_range

2010-11-29 Thread Julien Danjou
 Internationalization utilities
ii  install-info4.13a.dfsg.1-6   Manage installed documentation in 
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libdevmapper1.02.1  2:1.02.48-4  The Linux Kernel Device Mapper use
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages grub-common recommends:
pn  os-prober none (no description available)

Versions of packages grub-common suggests:
pn  grub-emunone   (no description available)
pn  multiboot-doc   none   (no description available)
ii  xorriso 0.5.6.pl00-2 command line iso9660+RR manipulati

-- no debconf information

-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605357: grub-common: grub-probe segfault in grub_disk_adjust_range

2010-11-29 Thread Julien Danjou
On Mon, Nov 29 2010, Colin Watson wrote:

 On Sun, Nov 28, 2010 at 08:17:14PM +0100, Julien Danjou wrote:
 Package: grub-common
 Version: 1.98+20100804-8
 Severity: serious
 
 / is /dev/sde2, nothing weird here.
 
 Here's a full backtrace:
 
 #0  0x00435085 in grub_disk_adjust_range (disk=0x0, 
 sector=0x7fffe010, 
 offset=0x7fffe008, size=4096) at ../../grub-core/kern/disk.c:360
 part = 0x1010

 Are you sure you're running 1.98+20100804-8?  The grub-core directory
 was introduced as part of the build system reorganisation committed on
 2010-08-23; 1.98+20100804-8 definitely didn't have it.

 Your backtrace makes more sense relative to the version in experimental.

Sorry, you are right.

I have that problem with 1.98+20100804-8 actually on a server. I just
provided the wrong backtrace:
I rebuilt with nostrip/debug on another computer which had experimental
in sources.list, and did not notice. Then I installed this debug rebuilt
grub-common 1.99~20101126-1 on the server and provided the backtrace. :)

I can provide it for 1.98+20100804-8 too if that helps.

-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info


pgpufcixLXigJ.pgp
Description: PGP signature


Bug#605357: grub-common: grub-probe segfault in grub_disk_adjust_range

2010-11-29 Thread Julien Danjou
found 605357 1.99~20101126-1
thanks
(I add the tag since I got the bug in both versions)

Here it the backtrace for 1.98+20100804-8:

#0  0x00407ff7 in grub_disk_adjust_range (disk=0x0, 
sector=0x7fffded0, 
offset=0x7fffdec8, size=4096) at ../../kern/disk.c:364
part = 0x1010
#1  0x0040814b in grub_disk_read (disk=0x0, sector=0, offset=0, 
size=4096, 
buf=0x697530) at ../../kern/disk.c:397
tmp_buf = 0x0
real_offset = 0
#2  0x004330db in grub_raid5_recover (array=0x671060, disknr=0, 
buf=0x687430 , 
sector=0, size=4096) at ../../disk/raid5_recover.c:48
err = 64
buf2 = 0x697530 
i = 1
#3  0x004325c6 in grub_raid_read (disk=0x67aa60, sector=0, size=8, 
buf=0x687430 ) at ../../disk/raid.c:400
read_size = 8
next_level = 0
read_sector = 0
e = 0
b = 0
p = 7
n = 1
disknr = 0
array = 0x671060
err = GRUB_ERR_READ_ERROR
#4  0x004082cb in grub_disk_read (disk=0x67aa60, sector=0, offset=0, 
size=512, 
buf=0x7fffe1c0) at ../../kern/disk.c:443
data = 0x0
start_sector = 0
len = 512
pos = 0
tmp_buf = 0x687430 
real_offset = 0
#5  0x004348fd in grub_lvm_scan_device (name=0x67a570 md0)
at ../../disk/lvm.c:284
err = GRUB_ERR_NONE
disk = 0x67aa60
da_offset = 140737488348192
da_size = 4202992
mda_offset = 140737488348960
mda_size = 0
buf = \000\000\000\004\000\000\000\004\000\000\000\004, '\000' 
repeats 23 times, \004\000\000\000\004\000\000\000\004\000\000\377\177, 
'\000' repeats 19 times, \004\000\000\000\004\000\000\000\004, '\000' 
repeats 23 times, \004\000\000\000\004\000\000\000\004\000\000\363\177, 
'\000' repeats 19 times, \004\000\000\000\004\000\000\000\004, '\000' 
repeats 23 times, \004\000\000\000\004\000\000\000\004, '\000' repeats 23 
times, \004\000\000\000\004\000\000\000\004\000\000\363\177, '\000' repeats 
19 times, \004\000\000\000\004GkC, '\000' repeats 17 times, 
#\n\000\000\360\342\377\377\377\177\000\000\247\fC, '\000' repeats 13 
times, BkC, '\000' repeats 16 times, \004\b\000\000\000...
vg_id = 
\344\377\377\377\177\000\000`\252g\000\000\000\000\000\000\000\000\004\000\000\000\004\000\000\000\004\000\000\376\177\000\000\000\000\000\000
pv_id = \020\344\377\377\377\177\000\000\017\363B, '\000' repeats 13 
times\377, \000\000\000\000\000\000\000\320\341\377\377\377\177
metadatabuf = 0x0
p = 0x0
q = 0x77bb8e40 
vgname = 0x7fffe450 p\344\377\377\377\177
lh = 0x7fffe1c0
pvh = 0x7fffe720
dlocn = 0x0
mdah = 0x0
rlocn = 0x778d284c
i = 0
j = 4223798
vgname_len = 0
vg = 0xe430ba490040
pv = 0x67aa40
#6  0x00407505 in iterate_disk (disk_name=0x67a570 md0)
at ../../kern/device.c:96
dev = 0x0
hook = 0x434880 grub_lvm_scan_device
ents = 0x41007fff00e3ff49
#7  0x00431b4a in grub_raid_iterate (hook=0x7fffe570) at 
../../disk/raid.c:84
array = 0x671060
#8  0x00407bd4 in grub_disk_dev_iterate (hook=0x7fffe570)
at ../../kern/disk.c:212
p = 0x643180
#9  0x0040768e in grub_device_iterate (hook=0x434880 
grub_lvm_scan_device)
at ../../kern/device.c:168
ents = 0x6431d0
#10 0x00435712 in grub_mod_init (mod=0x0) at ../../disk/lvm.c:679
No locals.
#11 0x004356fa in grub_lvm_init () at ../../disk/lvm.c:677
No locals.
#12 0x00435807 in grub_init_all () at grub_probe_init.c:59
No locals.
#13 0x00402eb0 in main (argc=3, argv=0x7fffe728)
at ../../util/grub-probe.c:443
dev_map = 0x0
argument = 0x7fffe965 /

-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info


pgpRGF1HX2LGE.pgp
Description: PGP signature


Bug#602803: Compilation failed with xemacs21

2010-11-12 Thread Julien Danjou
reopen 602803
thanks

On Mon, Nov 08 2010, Sébastien Delafond wrote:
 Hi Julien,

 could you please provide the corresponding /tmp/elc_d95S5l.log that
 describes what happened in details ?

Sorry this is not fixed yet.

Setting up org-mode (7.3-2) ...
install/org-mode: Handling install for emacsen flavor emacs-snapshot, logged in 
/tmp/elc_Jmvwt7.log
install/org-mode: Deleting /tmp/elc_Jmvwt7.log
install/org-mode: Handling install for emacsen flavor emacs23, logged in 
/tmp/elc_KKgBV2.log
install/org-mode: Deleting /tmp/elc_KKgBV2.log
install/org-mode: Handling install for emacsen flavor xemacs21, logged in 
/tmp/elc_JN88XB.log
emacs-package-install: /usr/lib/emacsen-common/packages/install/org-mode 
xemacs21 emacs-snapshot emacs23 xemacs21 failed at 
/usr/lib/emacsen-common/emacs-package-install line 30, TSORT line 1.
dpkg: error processing org-mode (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 org-mode

Attached the log.



elc_JN88XB.log
Description: Binary data

-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info


Bug#602803: Compilation failed with xemacs21

2010-11-08 Thread Julien Danjou
Package: org-mode
Version: 7.3-1
Severity: serious

Setting up org-mode (7.3-1) ...
install/org-mode: Handling install for emacsen flavor emacs-snapshot, logged in 
/tmp/elc_OFWZiR.log
install/org-mode: Deleting /tmp/elc_OFWZiR.log
install/org-mode: Handling install for emacsen flavor emacs23, logged in 
/tmp/elc_8WBqHx.log
install/org-mode: Deleting /tmp/elc_8WBqHx.log
install/org-mode: Handling install for emacsen flavor xemacs21, logged in 
/tmp/elc_d95S5l.log
emacs-package-install: /usr/lib/emacsen-common/packages/install/org-mode 
xemacs21 emacs-snapshot emacs23 xemacs21 failed at 
/usr/lib/emacsen-common/emacs-package-install line 30, TSORT line 1.
dpkg: error processing org-mode (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
  Errors were encountered while processing:
 org-mode
E: Sub-process /usr/bin/dpkg returned an error code (1)


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages org-mode depends on:
ii  dpkg  1.15.8.5   Debian package management system
ii  emacs-snapshot1:20101030-1   The GNU Emacs editor (development 
ii  emacs-snapshot-nox [emacs 1:20101030-1   The GNU Emacs editor (without X su
ii  emacs23   23.2+1-5.1 The GNU Emacs editor (with GTK+ us
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 
ii  xemacs21-bin  21.4.22-3.1highly customizable text editor --

org-mode recommends no packages.

Versions of packages org-mode suggests:
pn  easypgnone (no description available)
pn  remember-el   none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598123: evolution: munmap_chunk(): invalid pointer, when displaying by threads

2010-09-26 Thread Julien Danjou
 table info available.
#4  0x004027d4 in main (argc=1, argv=0x7fffe6c8) at main.c:639
shell = 0x653020
client = value optimized out
error = 0x0


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info


pgpsyR58Mf8Yr.pgp
Description: PGP signature


Bug#583939: invalid use of strcpy causes breakage on Intel x86-64 CPUs

2010-07-11 Thread Julien Danjou
On Thu, Jul 08 2010, Simon McVittie wrote:

 Is the current maintainer still available?

I can't say for sure because I don't work near Daniel anymore, but as
far as I know, there's big chances that he is not available anymore.

If you do not hear from him soon, you should take over the package.

-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info


pgpbFEVIQktWN.pgp
Description: PGP signature


Bug#569120: partial-patch exists upstream

2010-05-12 Thread Julien Danjou
Andreas Barth a...@not.so.argh.org writes:

 there is an partial patch in:
 http://awesome.naquadah.org/bugs/index.php?do=detailstask_id=701

There is not.

-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info


pgp966nLkXyKA.pgp
Description: PGP signature


Bug#578036: Does not work anymore, linked against libclamav5 (0.94)

2010-04-16 Thread Julien Danjou
Package: havp
Version: 0.89-1
Severity: grave
Tags: lenny

# /etc/init.d/havp start
Cleaning up /var/spool/havp... done
Starting havp: Starting HAVP Version: 0.89
LibClamAV Warning: ***
LibClamAV Warning: ***  This version of the ClamAV engine is outdated. ***
LibClamAV Warning: *** DON'T PANIC! Read http://www.clamav.net/support/faq ***
LibClamAV Warning: ***
LibClamAV Error: cli_hex2str(): Malformed hexstring: This ClamAV version has 
reached End of Life! Please upgrade to version 0.95 or later. For more 
information see  www.clamav.net/eol-clamav-094 and www.clamav.net/download 
(length: 169)
LibClamAV Error: Problem parsing database at line 742
LibClamAV Error: Can't load 
/var/spool/havp/clamav-0daed075948713baa2faa8666de360d6/daily.ndb: Malformed 
database
LibClamAV Error: Can't load /var/lib/clamav//daily.cvd: Malformed database
One or more scanners failed to initialize!
Check errorlog for errors.
Exiting..

Since this morning, as planned by the clamav team. :-(

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#565966: Upgrade fail: find: `/usr/share/postgresql/*/tsearch_data' : No such file or directory

2010-01-20 Thread Julien Danjou
Package: postgresql-common
Version: 104
Severity: serious

Setting up postgresql-common (104) ...
find: `/usr/share/postgresql/*/tsearch_data': No such file or directory
dpkg: error processing postgresql-common (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 postgresql-common
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages postgresql-common depends on:
ii  adduser   3.112  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  postgresql-client-common  104manager for multiple PostgreSQL cl
ii  procps1:3.2.8-2  /proc file system utilities
ii  ssl-cert  1.0.25 simple debconf wrapper for OpenSSL

postgresql-common recommends no packages.

postgresql-common suggests no packages.

-- debconf information:
  postgresql-common/obsolete-major:



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#548851: Used to work but now segfault at startup

2009-09-29 Thread Julien Danjou
/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input'
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'input.keyboard', 'input.keypad', 'input.keys', 
'button'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port'  
(string)
  info.product = 'AT Translated Set 2 keyboard'  (string)
  info.subsystem = 'input'  (string)
  info.udi = 
'/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input'  
(string)
  input.device = '/dev/input/event1'  (string)
  input.originating_device = 
'/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port'  (string)
  input.product = 'AT Translated Set 2 keyboard'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'us'  (string)
  input.xkb.model = 'pc104'  (string)
  input.xkb.options = 'lv3:ralt_switch'  (string)
  input.xkb.rules = 'base'  (string)
  linux.device_file = '/dev/input/event1'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/platform/i8042/serio0/input/input1/event1'  
(string)

udi = 
'/org/freedesktop/Hal/devices/usb_device_5986_205_noserial_if0_logicaldev_input'
  button.has_state = false  (bool)
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'button', 'input.keys'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_5986_205_noserial_if0' 
 (string)
  info.product = 'Lenovo EasyCamera'  (string)
  info.subsystem = 'input'  (string)
  info.udi = 
'/org/freedesktop/Hal/devices/usb_device_5986_205_noserial_if0_logicaldev_input'
  (string)
  input.device = '/dev/input/event6'  (string)
  input.originating_device = 
'/org/freedesktop/Hal/devices/usb_device_5986_205_noserial_if0'  (string)
  input.product = 'Lenovo EasyCamera'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'us'  (string)
  input.xkb.model = 'pc104'  (string)
  input.xkb.options = 'lv3:ralt_switch'  (string)
  input.xkb.rules = 'base'  (string)
  linux.device_file = '/dev/input/event6'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = 
'/sys/devices/pci:00/:00:1a.7/usb1/1-3/1-3:1.0/input/input6/event6'  
(string)

DRM Information from dmesg:
[0.004000] No AGP bridge found
[3.747731] Linux agpgart interface v0.103
[4.490381] agpgart-intel :00:00.0: Intel Mobile Intel® GM45 Express 
Chipset
[4.491371] agpgart-intel :00:00.0: detected 65532K stolen memory
[4.494230] agpgart-intel :00:00.0: AGP aperture is 256M @ 0xd000
[   54.016619] [drm] Initialized drm 1.1.0 20060810
[   54.149769] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on minor 0
[   57.752215] [drm:gm45_get_vblank_counter] *ERROR* trying to get vblank count 
for disabled pipe 0
[   64.432227] [drm:gm45_get_vblank_counter] *ERROR* trying to get vblank count 
for disabled pipe 0
[   71.244258] [drm:gm45_get_vblank_counter] *ERROR* trying to get vblank count 
for disabled pipe 0


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libdrm-intel1 2.4.13-1   Userspace interface to intel-speci
ii  libdrm2   2.4.13-1   Userspace interface to kernel DRM 
ii  libpciaccess0 0.10.6-2   Generic PCI access library for X
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxv12:1.0.4-1  X11 Video extension library
ii  libxvmc1  1:1.0.4-2  X11 Video extension library
ii  xserver-xorg-core 2:1.6.4-1  Xorg X server - core server

xserver-xorg-video-intel recommends no packages.

xserver-xorg-video-intel suggests no packages.

-- no debconf information

-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Ferns will rule the world.


signature.asc
Description: Digital signature


Bug#548851: Used to work but now segfault at startup

2009-09-29 Thread Julien Danjou
At 1254204787 time_t, Julien Danjou wrote:
 Since today, I cannot start X anymore. I tried with 2.6.30 and 31, and
 it just segfaults. It used to work up to a couple of days ago without
 any problem. AFAIK I did not change anything, so this may be due to a
 recent upgrade of some packages (xserver ?)

Installing the version from experimental solved the problem, FWIW.

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#531310: awesome kills X

2009-05-31 Thread Julien Danjou
severity 531310 normal
tag 531310 unreproducible moreinfo
thanks

At 1243774711 time_t, Manuel Fauvell wrote:
 Awesome starts good but when i open a graphic aplication (like arora
 or urxvt) awesome kills X and return to tty without log error. This
 problem begin with the last update at 31/05/2009.

awesome has no power to kill X. Maybe it's crashing, but in that case
some information is needed, as a log file, .xsession-errors, or a
segfault trace.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#526737: md: RAID 1 check makes kernel almost panic

2009-05-03 Thread Julien Danjou
- MAbort- SERR- PERR- INTx-
Latency: 64 (8000ns max), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at febff800 (32-bit, non-prefetchable) [size=2K]
Region 1: I/O ports at ec00 [size=128]
Capabilities: access denied
Kernel driver in use: firewire_ohci



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.29-1-amd64 depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.93.2 tools for generating an initramfs
ii  module-init-tools 3.7-pre9-1 tools for managing Linux kernel mo

linux-image-2.6.29-1-amd64 recommends no packages.

Versions of packages linux-image-2.6.29-1-amd64 suggests:
ii  grub  0.97-53GRand Unified Bootloader (Legacy v
pn  linux-doc-2.6.29  none (no description available)

-- debconf information:
  linux-image-2.6.29-1-amd64/preinst/overwriting-modules-2.6.29-1-amd64: true
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.29-1-amd64/preinst/failed-to-move-modules-2.6.29-1-amd64:
  linux-image-2.6.29-1-amd64/postinst/bootloader-test-error-2.6.29-1-amd64:
  linux-image-2.6.29-1-amd64/postinst/old-dir-initrd-link-2.6.29-1-amd64: true
  linux-image-2.6.29-1-amd64/prerm/removing-running-kernel-2.6.29-1-amd64: true
  linux-image-2.6.29-1-amd64/preinst/lilo-has-ramdisk:
  linux-image-2.6.29-1-amd64/postinst/create-kimage-link-2.6.29-1-amd64: true
  linux-image-2.6.29-1-amd64/preinst/initrd-2.6.29-1-amd64:
  linux-image-2.6.29-1-amd64/preinst/elilo-initrd-2.6.29-1-amd64: true
  linux-image-2.6.29-1-amd64/postinst/kimage-is-a-directory:
  linux-image-2.6.29-1-amd64/postinst/old-initrd-link-2.6.29-1-amd64: true
  linux-image-2.6.29-1-amd64/postinst/depmod-error-2.6.29-1-amd64: false
  linux-image-2.6.29-1-amd64/postinst/depmod-error-initrd-2.6.29-1-amd64: false
  linux-image-2.6.29-1-amd64/preinst/abort-install-2.6.29-1-amd64:
  linux-image-2.6.29-1-amd64/preinst/abort-overwrite-2.6.29-1-amd64:
  linux-image-2.6.29-1-amd64/postinst/bootloader-error-2.6.29-1-amd64:
  linux-image-2.6.29-1-amd64/prerm/would-invalidate-boot-loader-2.6.29-1-amd64: 
true
  linux-image-2.6.29-1-amd64/postinst/old-system-map-link-2.6.29-1-amd64: true
  linux-image-2.6.29-1-amd64/preinst/lilo-initrd-2.6.29-1-amd64: true
  linux-image-2.6.29-1-amd64/preinst/bootloader-initrd-2.6.29-1-amd64: true

-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Don't give up.


signature.asc
Description: Digital signature


Bug#519565: rst2pdf: Missing deps on pygments

2009-03-13 Thread Julien Danjou
Package: rst2pdf
Version: 0.9-3
Severity: grave
Justification: renders package unusable


The package does not depends on pygments, but requires it.

% rst2pdf 
Traceback (most recent call last):
  File /usr/bin/rst2pdf, line 5, in module
from pkg_resources import load_entry_point
  File /usr/lib/python2.5/site-packages/pkg_resources.py, line 2562,
in module
working_set.require(__requires__)
  File /usr/lib/python2.5/site-packages/pkg_resources.py, line 626, in
require
needed = self.resolve(parse_requirements(requirements))
  File /usr/lib/python2.5/site-packages/pkg_resources.py, line 524, in
resolve
raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: Pygments

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rst2pdf depends on:
ii  python2.5.4-2An interactive high-level object-o
ii  python-docutils   0.5-2  Utilities for the documentation of
ii  python-pkg-resources  0.6c9-2Package Discovery and Resource Acc
ii  python-reportlab  2.2-2  ReportLab library to create PDF do
ii  python-setuptools 0.6c9-2Python Distutils Enhancements
ii  python-simplejson 2.0.9-1Simple, fast, extensible JSON enco
ii  python-support0.8.7  automated rebuilding support for P

rst2pdf recommends no packages.

Versions of packages rst2pdf suggests:
ii  python-imaging1.1.6-3Python Imaging Library
pn  python-matplotlib none (no description available)
ii  python-pygments   1.0-2  syntax highlighting package writte
pn  python-sphinx none (no description available)
pn  python-uniconvertor   none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#516072: [Xcb] Bug#516072: libxcb_1.1.93-1(hppa/experimental): FTBFS: conflicting types for 'xcb_get_atom_name_name'

2009-02-21 Thread Julien Danjou
At 1235192746 time_t, Antoine Latter wrote:
 I'm guessing that this is trying to compile libxcb 1.1.93 against
 xcb-proto-1.4  (which includes patch 52d0702).
 
 Is this something that's supposed to work?  Is there something here to
 be worried about?

No, I don't worry.
libxcb 1.2 compiles with xcb-proto 1.4, that's enough to me. :)
I'll close this bug as soon as 1.2 enters sid, but we're currently
being held by a multithread bug in libX11.

Cheers,
-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// This is the end of my signature.


signature.asc
Description: Digital signature


Bug#510750: awesome: undefined symbol: cairo_format_stride_for_width, still in -amd64

2009-01-06 Thread Julien Danjou
tag 510750 unreproducible
thanks

At 1231087508 time_t, Olivier Guerrier wrote:
 ii  libcairo2 1.6.4-7The Cairo 2D vector graphics 
 libra

Is this is really the libcairo you have?
This version of libcairo2 does have this function, and I cannot
reproduce this bug anyway.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#507059: Why does this break initramfs-tools

2008-12-14 Thread Julien Danjou
At 1229205113 time_t, Sam Hartman wrote:
 A version of udev greater than the one that initramfs-tools depends on fails 
 to include this command?

The version in etch does not have it and satisfy the deps AFAIK.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#507059: Why does this break initramfs-tools

2008-12-13 Thread Julien Danjou
At 1229197265 time_t, Sam Hartman wrote:
 How is this actually breaking things annd making the package
 unusuable?

Some version of udev does not have the udevadm command.
So even with udev, this fails.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#507059: initramfs-tools: Wrong check for udevadm in functions

2008-11-27 Thread Julien Danjou
Package: initramfs-tools
Version: 0.92l
Severity: grave
Tags: patch
Justification: renders package unusable

scripts/functions:
303 # Wait for queued kernel/udev events 
304 wait_for_udev() 
305 { 
306 [ -x $(command -v udevadm) ]  return 0 
307 udevadm settle ${1:+--timeout=$1} 
308 } 

That should be || return 0

Patch attached.

-- Package-specific info:
-- /proc/cmdline
root=UUID=a7350e73-c98d-497a-a49c-ff29c19eeb30 vga=791 ro quiet

-- /proc/filesystems
ext3

-- lsmod
Module  Size  Used by
binfmt_misc13580  1 
nvidia   8105072  34 
ipv6  288328  34 
nfs   251696  1 
lockd  68560  1 nfs
nfs_acl 7552  1 nfs
sunrpc197480  10 nfs,lockd,nfs_acl
acpi_cpufreq   11792  1 
cpufreq_conservative11784  0 
cpufreq_userspace   8452  0 
cpufreq_powersave   6400  0 
cpufreq_ondemand   11792  1 
cpufreq_stats   9120  0 
freq_table  9344  3 acpi_cpufreq,cpufreq_ondemand,cpufreq_stats
loop   19468  0 
snd_hda_intel 434776  0 
snd_pcm_oss41760  0 
snd_pcm81672  2 snd_hda_intel,snd_pcm_oss
snd_mixer_oss  18816  1 snd_pcm_oss
snd_seq_dummy   7428  0 
snd_seq_oss33152  0 
snd_seq_midi_event 11904  1 snd_seq_oss
snd_seq54304  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_timer  25744  2 snd_pcm,snd_seq
snd_seq_device 11668  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd63688  8 
snd_hda_intel,snd_pcm_oss,snd_pcm,snd_mixer_oss,snd_seq_oss,snd_seq,snd_timer,snd_seq_device
psmouse42268  0 
soundcore  12064  1 snd
i2c_i801   13596  0 
pcspkr  7040  0 
serio_raw   9860  0 
i2c_core   27936  2 nvidia,i2c_i801
atl1e  36116  0 
snd_page_alloc 13072  2 snd_hda_intel,snd_pcm
intel_agp  31728  0 
button 11680  0 
evdev  14208  4 
ext3  124944  5 
jbd51240  1 ext3
mbcache12804  1 ext3
dm_mirror  20608  0 
dm_log 13956  1 dm_mirror
dm_snapshot19400  0 
dm_mod 58864  15 dm_mirror,dm_log,dm_snapshot
raid10 23680  0 
raid456   125984  0 
async_xor   8448  1 raid456
async_memcpy6912  1 raid456
async_tx   11764  3 raid456,async_xor,async_memcpy
xor 9744  2 raid456,async_xor
raid1  24192  0 
raid0  10624  0 
multipath  11392  0 
linear  8960  0 
md_mod 80164  6 raid10,raid456,raid1,raid0,multipath,linear
sd_mod 29376  3 
ata_generic10116  0 
usbhid 45792  0 
hid41792  1 usbhid
ff_memless  9224  1 usbhid
ata_piix   22660  2 
libata165472  2 ata_generic,ata_piix
scsi_mod  160760  2 sd_mod,libata
dock   14112  1 libata
ohci1394   32564  0 
ide_pci_generic 9220  0 [permanent]
ieee1394   93816  1 ohci1394
ide_core  128284  1 ide_pci_generic
ehci_hcd   36108  0 
uhci_hcd   25760  0 
thermal22688  0 
processor  42304  4 acpi_cpufreq,thermal
fan 9352  0 
thermal_sys17728  3 thermal,processor,fan

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
relative_links = yes
do_bootloader = no
do_bootfloppy = no
do_initrd = yes
link_in_boot = no
postinst_hook = update-grub
postrm_hook   = update-grub

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
BOOT=local
DEVICE=eth0
NFSROOT=auto


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages initramfs-tools depends on:
ii  cpio  2.9-14 GNU cpio -- a program to manage ar
ii  findutils 4.4.0-2utilities for finding files--find,
ii  klibc-utils   1.5.12-2   small utilities built with klibc f
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo
ii  udev  0.125-7/dev/ and hotplug management daemo

Versions of packages initramfs-tools recommends:
ii  busybox   1:1.10.2-2 Tiny utilities for small and embed

initramfs-tools suggests no packages.

-- no debconf information

-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9

Bug#505714: Crash on loading XPM file

2008-11-14 Thread Julien Danjou
times}, {45, 
0 repeats 13 times, 137, 0 repeats 81 times}, {46, 0 repeats 13
times, 138, 
0 repeats 81 times}, {47, 0 repeats 13 times, 139, 0 repeats 81
times}, {48, 
0 repeats 13 times, 140, 0 repeats 81 times}, {49, 0 repeats 13
times, 141, 
0 repeats 81 times}, {50, 0 repeats 13 times, 142, 0 repeats 81
times}, {51, 
0 repeats 13 times, 143, 0 repeats 81 times}, {52, 0 repeats 13
times, 144, 
0 repeats 81 times}, {53, 0 repeats 13 times, 145, 0 repeats 81
times}, {54, 
0 repeats 95 times}, {55, 0 repeats 95 times}, {56, 0 repeats
95 times}, {57, 
0 repeats 95 times}, {58, 0 repeats 95 times}, {59, 0 repeats
95 times}, {60, 
0 repeats 95 times}, {61, 0 repeats 95 times}, {62, 0 repeats
95 times}, {63, 
0 repeats 95 times}, {64, 0 repeats 95 times}, {18, 0 repeats
13 times, 110, 
0 repeats 81 times}, {28, 0 repeats 13 times, 120, 0 repeats 81
times}, {27, 
0 repeats 13 times, 119, 0 repeats 81 times}, {17, 0 repeats 13
times, 109, 
0 repeats 81 times}, {0 repeats 96 times}}
per = 3.02734375
per_inc = 0.09765625
last_per = 0
last_y = 0
count = 1025
pixels = 1024
#1  0x7fdd02e9da38 in __imlib_LoadImage (
file=0x7fdcf9024fd8 /usr/share/pixmaps/atlantikdesigner.xpm,
progress=0, 
progress_granularity=0 '\0', immediate_load=0 '\0', dont_cache=0
'\0', er=0x7fff0de1c99c)
at image.c:1027
im = value optimized out
best_loader = (ImlibLoader *) 0x7fdcf673cfc8
loader_ret = value optimized out
#2  0x7fdd02e89b24 in imlib_load_image_with_error_return (
file=0x7fdcf9024fd8 /usr/share/pixmaps/atlantikdesigner.xpm,
error_return=0x7fff0de1c9dc)
at api.c:1328
im = value optimized out
er = value optimized out
prev_ctxt_image = (Imlib_Image) 0x7fdcf2555f90
#3  0x0042ea3c in image_new_from_file (
filename=0x7fdcf9024fd8 /usr/share/pixmaps/atlantikdesigner.xpm)
at /home/jdanjou/Work/src/awesome/src/image.c:141
imimage = (Imlib_Image) 0x7fdcefeb96f0
e = IMLIB_LOAD_ERROR_NONE
image = (image_t *) 0x7fff0de1ca40
__FUNCTION__ = image_new_from_file
#4  0x0042eadd in luaA_image_new (L=0x7fdcffad4d98)
at /home/jdanjou/Work/src/awesome/src/image.c:172
image = (image_t *) 0x7fdcffad4d98
filename = 0x7fdcf9024fd8
/usr/share/pixmaps/atlantikdesigner.xpm
[…]

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libimlib2 depends on:
ii  libbz2-1.0 1.0.5-1   high-quality block-sorting file co
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgif44.1.6-6   library for GIF images (library)
ii  libid3tag0 0.15.1b-10ID3 tag reading library from the M
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libtiff4   3.8.2-11  Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libimlib2 recommends no packages.

libimlib2 suggests no packages.

-- no debconf information

-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Don't give up.
attachment: atlantikdesigner.xpm

signature.asc
Description: Digital signature


Bug#505714: Acknowledgement (Crash on loading XPM file)

2008-11-14 Thread Julien Danjou

I opened bug #547 on bugs.enlightenment.org.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#468793: tokyocabinet - FTBFS: pthread_mutex_lock.c:71: __pthread_mutex_lock: Assertion `mutex-__data.__owner == 0' failed.

2008-10-27 Thread Julien Danjou
Hi,

At 1224427706 time_t, Pierre Habouzit wrote:
 Not that I'm aware of, and it's probably a bug in s390 assembly, and
 actually not a tokyocabinet bug _at all_. So unless upstream knows s390
 assembly... I don't think he can help a lot :)

After discussing with Pierre, it seems that #479952 (blocker of this bug)
will not be fixed unless some porters move theirs asses and hunt him
down, which isn't very likely to happen before Lenny got released,
adding that this one has only important severity.

Pierre does not want to drop build tests like I proposed, which I
understand.

Adding that tokyocabinet thread support is not used by any Debian
application, the fact that the tests fail is not critical to us.

Therefore, I suggest to make a decision and to tag this bug lenny-ignore.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#468793: tokyocabinet - FTBFS: pthread_mutex_lock.c:71: __pthread_mutex_lock: Assertion `mutex-__data.__owner == 0' failed.

2008-10-27 Thread Julien Danjou
At 1225129482 time_t, Moritz Muehlenhoff wrote:
 Maybe we could forward this bug to Martin Schwidefsky [EMAIL PROTECTED],
 who is the glibc s390 maintainer and who works for IBM on the s390 Linux port.

Why not.

Martin, do you have any clue about bug #479952?

http://bugs.debian.org/479952

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#468793: tokyocabinet - FTBFS: pthread_mutex_lock.c:71: __pthread_mutex_lock: Assertion `mutex-__data.__owner == 0' failed.

2008-10-26 Thread Julien Danjou
At 1224427706 time_t, Pierre Habouzit wrote:
 Not that I'm aware of, and it's probably a bug in s390 assembly, and
 actually not a tokyocabinet bug _at all_. So unless upstream knows s390
 assembly... I don't think he can help a lot :)

I propose to desactivate the test suite on s390 in order to get this bug fixed.
Attached is a trivial patch.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
From 9f878389d97b06aaba3ed973f895dc430bc04b01 Mon Sep 17 00:00:00 2001
From: Julien Danjou [EMAIL PROTECTED]
Date: Sun, 26 Oct 2008 14:53:56 +0100
Subject: [PATCH] Deactivate test suite on s390

Signed-off-by: Julien Danjou [EMAIL PROTECTED]
---
 debian/rules |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index d85d6ab..d5ae03a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,11 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+# s390 fails the test suite, see #468793.
+ifeq ($(DEB_BUILD_GNU_TYPE), s390-linux-gnu)
+DEB_BUILD_OPTIONS +=  nocheck
+endif
+
 srcpkg = $(shell dpkg-parsechangelog | sed -ne 's/Source: *//p')
 srcver = $(shell dpkg-parsechangelog | sed -ne 's/Version: *\(.*:\)\?\(.*\)-.*$$/\2/p')
 libpkg = $(shell  sed -ne 's/Package: *\(.*\)-dbg/\1/p' debian/control)
-- 
1.5.6.5



signature.asc
Description: Digital signature


Bug#499739: Patch to fix problem

2008-09-25 Thread Julien Danjou
At 188307 time_t, Daniel Moerner wrote:
 Julien: I am CC'ing you on this because you made the last NMU to fix 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417867, part of which 
 included this change to debian/rules, so I was curious if you made the upload 
 the way it is now for a specific reason or if you have any input on the best 
 way to fix the bug.

IIRC, I just paste this from standard README. I probably did it wrong,
as an hyphen is not something you can spot easily.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#493599: removing udns from lenny?

2008-09-03 Thread Julien Danjou
At 1220098364 time_t, Thomas Viehmann wrote:
 I filed #497164 for libapache2-mod-defensible.

And it has been fixed in 1.4-3, that should probably be unblocked.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#496367: [Pkg-xen-devel] Bug#496367: The possibility of attack with the help of symlinks in some Debian packages

2008-08-25 Thread Julien Danjou
severity 496367 normal
thanks

At 1219601128 time_t, Dmitry E. Oboukhov wrote:
 Binary-package: xen-utils-3.2-1 (3.2.1-2)
 file: /usr/lib/xen-3.2-1/bin/qemu-dm.debug

Since this is a poor buggy debug-script, I'm setting the severity to
normal. It won't affect anyone sane.
I've also pushed a fix in the svn repository which fix it.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#491505: [package varmon] varmon segfaults on Etch i386

2008-08-17 Thread Julien Danjou
At 1218812561 time_t, Christoph Franzen wrote:
 the machine is set up and connected to the internet. Most of the things
 you need should already be installed. The system resides on a mirrored
 RAID Volume on the DAC960 with LVM. There are two additional disks for
 testing purposes.

It's perfect, I can connect.
I'll work probably tomorrow from work.

I'll keep you in touch anyway.

Thanks again,

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#491505: [package varmon] varmon segfaults on Etch i386

2008-08-17 Thread Julien Danjou
Hello guys,

I finally decided to take a quick look this morning and I found the
culprit.
It was caused by *dead code* probably left in place by from previous upstream.
I removed it, and now it works as expected in any gcc -O? mode.

I'm preparing a new upstream release and will push it back to Debian
ASAP (expect everything tomorrow).

Thanks for the box Christoph. It was very useful.
You can probably shut it down now. I'd suggest to keep it around just in
case of a new bug in the coming weeks if you can, we never know, but
that'd be odd.  I've tested this new version with electric fence so I'm
pretty confident.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#491505: [package varmon] varmon segfaults on Etch i386

2008-08-17 Thread Julien Danjou
At 1218959576 time_t, Julien Danjou wrote:
 I finally decided to take a quick look this morning and I found the
 culprit.
 It was caused by *dead code* probably left in place by from previous upstream.
 I removed it, and now it works as expected in any gcc -O? mode.

If people are interested I've pushed code here:

git://git.naquadah.org/varmon.git
http://git.naquadah.org/?p=varmon.git;a=summary

The fix for this bug is:
http://git.naquadah.org/?p=varmon.git;a=commitdiff;h=ae1cb95cfd553625eeaa9fa1f687c7181475fe8d

Cheers,
-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#491505: [package varmon] varmon segfaults on Etch i386

2008-08-13 Thread Julien Danjou
Hi Christoph,

At 1218635679 time_t, Christoph Franzen wrote:
 However, I need a few days/weeks to set that up in my spare time.
 Please tell me if you are interested and provide the following
 information:
 
 1) Your desired user name on the machine

jd

 2) Software packages that MUST be installed (specific versions needed?)

All build-dep of varmon + gdb + eletric fence might help.
Anyway I'll need root access to control the array so you can let me apt-get 
myself.

 3) Software packages that MUST NOT be installed

FreeBSD. ;)

 4) Any wishes regarding the hardware

amd64 might be better, but i386 will be fine.

 If you are interested I will maintain this machine as long as it is
 needed and I am able to. Besides, I speak also french (I mention
 this because your name sounds french to me).

Yes, I'm french.
I'm interested in fixing that problem. It won't take weeks, I'll let you
know as soon as I find and fix it and you'll be able to unplug the box.
:)

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#495005: xsane segfaults

2008-08-13 Thread Julien Danjou
 optimized out, user_data=value optimized out)
at /scratch/build-area/gtk+2.0-2.12.11/gdk/x11/gdkevents-x11.c:2351
display = value optimized out
event = value optimized out
#27 0x7f23f3f36892 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
No symbol table info available.
#28 0x7f23f3f3a01d in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#29 0x7f23f3f3a54d in g_main_loop_run () from
/usr/lib/libglib-2.0.so.0
No symbol table info available.
#30 0x7f23f5975667 in IA__gtk_main () at
/scratch/build-area/gtk+2.0-2.12.11/gtk/gtkmain.c:1163
tmp_list = (GList *) 0x1
functions = (GList *) 0x0
init = (GtkInitFunction *) 0x7f3c82c0
loop = (GMainLoop *) 0x0
#31 0x00471425 in ?? ()
No symbol table info available.
#32 0x00472333 in ?? ()
No symbol table info available.
#33 0x7f23f30d71a6 in __libc_start_main () from /lib/libc.so.6
No symbol table info available.
#34 0x00409cb9 in ?? ()
No symbol table info available.
#35 0x7f3c84e8 in ?? ()
No symbol table info available.
#36 0x001c in ?? ()
No symbol table info available.
#37 0x0001 in ?? ()
No symbol table info available.
#38 0x7f3c9488 in ?? ()
No symbol table info available.
#39 0x in ?? ()
No symbol table info available.

Good luck chief.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xsane depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libgimp2.0 2.4.6-1   Libraries for the GNU Image Manipu
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  liblcms1   1.17.dfsg-1   Color management library
ii  libpango1.0-0  1.20.5-1  Layout and rendering of internatio
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libsane1.0.19-17 API library for scanners
ii  libtiff4   3.8.2-10  Tag Image File Format (TIFF) libra
ii  xsane-common   0.995-4   featureful graphical frontend for 
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages xsane recommends:
ii  epiphany-webkit [www-brows 2.22.3-1  Intuitive GNOME web browser - webk
ii  iceweasel [www-browser]3.0.1-1   lightweight web browser based on M
ii  links [www-browser]2.1pre37-1.1  Web browser running in text mode
ii  lynx-cur [www-browser] 2.8.7dev9-1.2 Text-mode WWW Browser with NLS sup
ii  opera [www-browser]9.50  The Opera Web Browser
ii  w3m [www-browser]  0.5.2-2+b1WWW browsable pager with excellent

Versions of packages xsane suggests:
ii  gimp  2.4.6-1The GNU Image Manipulation Program
pn  gocr  none (no description available)
ii  gv1:3.6.5-2  PostScript and PDF viewer for X
pn  hylafax-client | mgetty-fax   none (no description available)

-- no debconf information

-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// My root password is


signature.asc
Description: Digital signature


Bug#491505: [package varmon] varmon segfaults on Etch i386

2008-08-11 Thread Julien Danjou
At 1218482627 time_t, Philipp Kern wrote:
 there is a Release Critical bug filed against your package.
 Unfortunately this package (varmon) needs special hardware to test it.
 Could you please look if the problem the submitter faces is currently
 reproduceable in Lenny?  (The upstream version is the same, though.)

No, because I don't have the hardware neither.

The etch version already had this problem (segfault) and it was avoided
recompiling with a different -O option to gcc, see #401236.

So I've no clue on how to debug and fix, and lenny may be affected
anyway.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#490409: CVE-2008-2004: privilege escalation

2008-08-02 Thread Julien Danjou
At 1215850041 time_t, Steffen Joeris wrote:
 CVE-2008-2004[0]:
 | The drive_init function in QEMU 0.9.1 determines the format of a raw
 | disk image based on the header, which allows local guest users to read
 | arbitrary files on the host by modifying the header to identify a
 | different format, which is used when the guest is restarted.
 
 The patch for qemu can be found here[1].
 
 If you fix the vulnerability please also make sure to include the
 CVE id in your changelog entry.

I took a look on Fedora repository, and I got
this for Fedora 7 (Xen 3.0):
http://cvs.fedora.redhat.com/viewcvs/*checkout*/rpms/xen/F-7/xen-qemu-block-no-auto-format.patch?root=extrasrev=1.1sortby=date
this for Fedora 8 (Xen 3.1):
http://cvs.fedora.redhat.com/viewcvs/*checkout*/rpms/xen/F-8/xen-qemu-block-no-auto-format.patch?root=extras

Reading Xen 3.2.1 source code, I can't see any link with this format
stuff. However I can be wrong.

So I'm not sure sid/lenny version is vulnerable.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#490029: AttributeError: 'NoneType' object has no attribute 'type'

2008-07-09 Thread Julien Danjou
Package: gnome-osd
Version: 0.12.2-1
Severity: serious

% gnome-osd-client lol
ServerError: Traceback (most recent call last):
  File /var/lib/python-support/python2.5/gnomeosd/server.py, line 316,
in message_show_cb
osd_msg.show(message, timeout)
  File /var/lib/python-support/python2.5/gnomeosd/server.py, line 122,
in show
msg.timeout = self.getprop('hide_timeout')
  File /var/lib/python-support/python2.5/gnomeosd/server.py, line 114,
in getprop
return prefs[name]
  File /var/lib/python-support/python2.5/gnomeosd/gconfsync.py, line
103, in __getitem__
return self.__gconf_get(key)
  File /var/lib/python-support/python2.5/gnomeosd/gconfsync.py, line
70, in __gconf_get
val = self.__value_to_python(val)
  File /var/lib/python-support/python2.5/gnomeosd/gconfsync.py, line
43, in __value_to_python
if value.type == gconf.VALUE_BOOL:
AttributeError: 'NoneType' object has no attribute 'type'


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-osd depends on:
ii  gconf22.22.0-1   GNOME configuration database syste
ii  python2.5.2-1An interactive high-level object-o
ii  python-dbus   0.82.4-2   simple interprocess messaging syst
ii  python-gnome2 2.22.0-1   Python bindings for the GNOME desk
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-pyorbit2.14.3-2   A Python language binding for the 
ii  python-pyorbit-omg2.14.3-2   PyORBit - python CORBA OMG standar
ii  python-support0.8.4  automated rebuilding support for P

gnome-osd recommends no packages.

-- no debconf information

-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Trust no one.


signature.asc
Description: Digital signature


Bug#484599: ia32-libs contains several sources and break policy 4.13

2008-06-04 Thread Julien Danjou
Package: ia32-libs
Version: 2.5
Severity: serious

Hi,

ia32-libs contains several sources of software that are already packaged
and available from the Debian archive.

This is a clear breakage of point 2.13 of the Debian policy 3.8.0.0:

« Debian packages should not make use of these convenience copies unless
  the included package is explicitly intended to be used in this way. »

None of the software contained into ia32-libs are intended to be
packaged this way.

Cheers,
-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// 


signature.asc
Description: Digital signature


Bug#480309: [Pkg-freevo-maint] Bug#480309: Crash at startup

2008-05-10 Thread Julien Danjou
At 1210409506 time_t, A Mennucc wrote:
  error opening file /home/freevo/cache/vfs/home/freevo/cache/skin-111
 
 please try moving away the whole of /home/freevo/cache
 with these steps
 $ su - freevo

Well that does not work since freevo user have no shell.
I added -s /bin/bash

 $ mv /home/freevo/cache  /home/freevo/cache~damaged
 $ mkdir /home/freevo/cache
 
 then try running freevo again

Nothing more.

backtrace says:
error opening file /home/freevo/cache/vfs/home/freevo/cache/skin-111

and:
[EMAIL PROTECTED]:~/cache/vfs/home/freevo/cache$ ls
[EMAIL PROTECTED]:~/cache/vfs/home/freevo/cache$

Nothing.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#480309: Crash at startup

2008-05-09 Thread Julien Danjou
Package: freevo
Version: 1.8.0-2
Severity: serious

Hi,

I don't know why but here it just crashes:

Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added ('/media/cdrom0', '/dev/hda',
'CD-1')

running as freevo user:

Error: can't find /home/freevo/static/TV.xml
Use xmltv to create this file or when you don't want to use the tv
module at all, add TV_CHANNELS = [] and plugin.remove('tv') to your
local_conf.py. TVguide is deactivated now.

PyLirc not found, lirc remote control disabled!

Please run 'freevo cache'

PyLirc not found, lirc remote control disabled!
error opening file /home/freevo/cache/vfs/home/freevo/cache/skin-111
Crash!: Buffer length does not equal format and resolution size
Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/freevo/main.py, line 459, in
module
plugin.init(splash.progress)
  File /usr/share/pyshared/freevo/plugin.py, line 312, in init
callback(int((float(current) / len(__all_plugins__)) * 100))
  File /usr/lib/python2.5/site-packages/freevo/main.py, line 239, in
progress
skin.draw('splashscreen', None)
  File /usr/share/pyshared/freevo/skins/main/main.py, line 529, in
draw
a.draw(settings, object, menu, style, type, self.force_redraw)
  File /usr/share/pyshared/freevo/skins/main/area.py, line 187, in
draw
self.__draw_background__()
  File /usr/share/pyshared/freevo/skins/main/area.py, line 585, in
__draw_background__
image = pygamesurface_imlib2_scale(image, (bg.width,bg.height))
  File /usr/share/pyshared/freevo/skins/main/skin_utils.py, line 55,
in pygamesurface_imlib2_scale
return pygame.image.frombuffer(buf, newsize, 'RGBA')
ValueError: Buffer length does not equal format and resolution size
Traceback (most recent call last):
  File /usr/bin/freevo.real, line 410, in module
if not stop(name, python + proc):
  File /usr/bin/freevo.real, line 223, in stop
time.sleep(0.1)
KeyboardInterrupt


Running as me:

[...]
PyLirc not found, lirc remote control disabled!
Crash!: Buffer length does not equal format and resolution size
Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/freevo/main.py, line 459, in
module
plugin.init(splash.progress)
  File /usr/share/pyshared/freevo/plugin.py, line 312, in init
callback(int((float(current) / len(__all_plugins__)) * 100))
  File /usr/lib/python2.5/site-packages/freevo/main.py, line 239, in
progress
skin.draw('splashscreen', None)
  File /usr/share/pyshared/freevo/skins/main/main.py, line 529, in
draw
a.draw(settings, object, menu, style, type, self.force_redraw)
  File /usr/share/pyshared/freevo/skins/main/area.py, line 187, in
draw
self.__draw_background__()
  File /usr/share/pyshared/freevo/skins/main/area.py, line 585, in
__draw_background__
image = pygamesurface_imlib2_scale(image, (bg.width,bg.height))
  File /usr/share/pyshared/freevo/skins/main/skin_utils.py, line 55,
in pygamesurface_imlib2_scale
return pygame.image.frombuffer(buf, newsize, 'RGBA')
ValueError: Buffer length does not equal format and resolution size


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages freevo depends on:
ii  adduser 3.107add and remove users and groups
ii  console-tools   1:0.2.3dbs-65.1  Linux console and font utilities
ii  debconf 1.5.21   Debian configuration management sy
ii  freevo-data 1.8.0-2  Themes and non-application data fo
ii  lsdvd   0.16-3   read the content info of a DVD
ii  mplayer 1:1.0.rc2svn20080417-0.0 The Ultimate Movie Player For Linu
ii  python  2.5.2-1  An interactive high-level object-o
ii  python-central  0.6.6register and build utility for Pyt
ii  python-freevo   1.8.0-2  Python modules for Freevo

Versions of packages freevo recommends:
ii  cdparanoia  3.10+debian~pre0-6   audio extraction tool for sampling
ii  libxmltv-perl   0.5.51-2 Perl libraries related to the XMLT
ii  xine-ui 0.99.5+cvs20070914-2 the xine video player, user interf
ii  xmltv-util  0.5.51-2 Utilities related to the XMLTV fil

-- debconf information:
  freevo/path_to_recordings: /home/freevo/recordings
* freevo/display: x11
* freevo/start_on_boot:
  freevo/path_to_audio: /home/freevo/audio
  freevo/path_to_image: /home/freevo/image
* freevo/norm: pal
  freevo/path_to_video: /home/freevo/video
  freevo/title_image: Image folder
* freevo/chanlist: france
  freevo/title_video: Video folder
* freevo/services: xserver, recordserver, encodingserver, webserver, rssserver
* freevo/geometry: 800x600
  freevo/title_audio: Audio folder

-- 
Julien

Bug#479296: Unable to install, depends on missing libffi4

2008-05-04 Thread Julien Danjou
Package: python-vte
Version: 1:0.16.13-1
Severity: serious

abydos ~ % sudo apt-get install python-vte
[...]
The following packages have unmet dependencies:
  python-vte: Depends: libffi4 but it is not going to be installed
E: Broken packages

Seems that libffi4 is no more available; maybe a simple binNMU may fix
that, but I'm not sure since now libffi is not part of GCC (#472174)
even if Joss tell it does not b-depends on it.

I'm confused.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-vte depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics libra
pn  libffi4   none (no description available)
ii  libfontconfig12.5.0-2generic font configuration library
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.9-3   The GTK+ graphical user interface 
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libncurses5   5.6+20080419-2 Shared libraries for terminal hand
ii  libpango1.0-0 1.20.2-2   Layout and rendering of internatio
ii  libsm62:1.0.3-1+b1   X11 Session Management library
ii  libvte9   1:0.16.13-1Terminal emulator widget for GTK+ 
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxft2   2.1.12-2   FreeType-based font drawing librar
ii  python2.5.2-1An interactive high-level object-o
ii  python-gtk2   2.12.1-1   Python bindings for the GTK+ widge
ii  python-support0.7.7  automated rebuilding support for P

python-vte recommends no packages.

-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Anna Molly! Anna Molly! Anna Molly!


signature.asc
Description: Digital signature


Bug#476806: AssertionError when archiving empty maildirs

2008-04-19 Thread Julien Danjou
Package: archivemail
Version: 0.7.2-2
Severity: serious

Hi,

First of all, I'm making this bug serious since it breaks the software
for me, but feel free to downgrade.

Here's the problem:

% mkdir -p mailbox-test/{cur,new,tmp}
% archivemail -d 3 mailbox-test
Traceback (most recent call last):
  File /usr/bin/archivemail, line 1611, in module
main()
  File /usr/bin/archivemail, line 708, in main
archive(mailbox_path)
  File /usr/bin/archivemail, line 1162, in archive
_archive_dir(mailbox_name, final_archive_name, maildir)
  File /usr/bin/archivemail, line 1282, in _archive_dir
assert(original)
AssertionError

Well, looking at the code I guess that mailbox.Maildir(mailbox_name) is
just giving nothing. I do not know if it's a bug or a change (maybe from
python2.5), but this used to work for years for me.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages archivemail depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-support0.7.7  automated rebuilding support for P

archivemail recommends no packages.

-- no debconf information

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#475195: symbol lookup error: awesome: undefined symbol: cairo_format_stride_for_width

2008-04-12 Thread Julien Danjou
fixed 475195 2.3~rc1-1+b1
thanks

At 1207758562 time_t, Julien Danjou wrote:
 A binNMU would fix that, already asked on d-release.

Fixed.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#471129: Can't reboot: line 94: SSH_CONNECTION: unbound variable

2008-03-16 Thread Julien Danjou
Package: molly-guard
Version: 0.3.1-1
Severity: grave

Hi,

Today I can't reboot:
% sudo reboot
/usr/sbin/reboot: line 94: SSH_CONNECTION: unbound variable

Well, I'm on the box, not in ssh, so it makes sense.

Removing the -u option to set should do the trick.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages molly-guard depends on:
ii  sysvinit 2.86.ds1-54 System-V-like init utilities

molly-guard recommends no packages.

-- no debconf information

-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// The more we fly, the more we climb, the more we know that heaven is a lie.


signature.asc
Description: Digital signature


Bug#471041: Useless pre-depends

2008-03-15 Thread Julien Danjou
Package: audacious-plugins-extra
Version: 1.5.0-1
Severity: serious

audacious-plugins-extra pre-depends on audacious-plugins and this has NO
sense.

Furthermore this break upgrades:

% sudo apt-get install -V audacious-plugins-extra
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer
required:
   libglew1.5 (1.5.0dfsg1-3)
   libprojectm1 (1.01-5)
   libprojectm1-data (1.01-5)
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
   audacious (1.5.0-1)
   audacious-plugins (1.5.0-1)
The following packages will be upgraded:
   audacious (1.4.6-2 = 1.5.0-1)
   audacious-plugins (1.4.5-1 = 1.5.0-1)
   audacious-plugins-extra (1.4.5-1 = 1.5.0-1)
3 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Need to get 0B/2820kB of archives.
After this operation, 414kB disk space will be freed.
Do you want to continue [Y/n]? 
E: Couldn't configure pre-depend audacious-plugins for
audacious-plugins-extra, probably a dependency cycle.

I had to remove audacious-plugins-extra, upgrade, and then reinstall it.

This is stupid, and removing this pre-depends does not break anything as
far as I can tell.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacious-plugins-extra depends on:
ii  audacious 1.5.0-1small and fast audio player which 
ii  audacious-plugins 1.5.0-1Base plugins for audacious
ii  libartsc0 1.5.9-1aRts sound system C support librar
ii  libasound21.0.16-2   ALSA library
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libaudid3tag1 1.5.0-1audacious id3 tag manipulation lib
ii  libaudiofile0 0.2.6-7Open-source version of SGI's audio
ii  libbinio1ldbl 1.4-9  binary I/O stream class library
ii  libc6 2.7-9  GNU C Library: Shared libraries
ii  libcairo2 1.4.14-1   The Cairo 2D vector graphics libra
ii  libcurl3-gnutls   7.18.0-1   Multi-protocol file transfer libra
ii  libdbus-1-3   1.1.20-1   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.74-1 simple interprocess messaging syst
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libfluidsynth11.0.7a-1   Real-time MIDI software synthesize
ii  libgcc1   1:4.3.0-1  GCC support library
ii  libglib2.0-0  2.16.1-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.9-2   The GTK+ graphical user interface 
ii  libimlib2 1.4.0-1powerful image loading and renderi
ii  libjack0  0.109.2-1  JACK Audio Connection Kit (librari
ii  libkrb53  1.6.dfsg.3~beta1-3 MIT Kerberos runtime libraries
ii  liblircclient00.8.0-13   infra-red remote control support -
ii  libmowgli10.6.1-1a high performance development fra
ii  libmpcdec31.2.2-1Musepack (MPC) format library
ii  libmtp7   0.2.6-1Media Transfer Protocol (MTP) libr
ii  libpango1.0-0 1.20.0-1   Layout and rendering of internatio
ii  libpulse0 0.9.9-1PulseAudio client libraries
ii  libresid-builder0c2a  2.1.1-7SID chip emulation class based on 
ii  libsamplerate00.1.2-5audio rate conversion library
ii  libsdl1.2debian   1.2.13-2   Simple DirectMedia Layer
ii  libsidplay2   2.1.1-7SID (MOS 6581) emulation library
ii  libstdc++64.3.0-1The GNU Standard C++ Library v3
ii  libtag1c2a1.4-8+b1   TagLib Audio Meta-Data Library
ii  libusb-0.1-4  2:0.1.12-9 userspace USB programming library
ii  libwavpack1   4.41.0-1   an audio codec (lossy and lossless
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcomposite11:0.4.0-1  X11 Composite extension library
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxml2   2.6.31.dfsg-2  GNOME XML library
ii  libxrender1   1:0.9.4-1  X Rendering Extension client libra
ii  zlib1g1:1.2.3.3.dfsg-11  compression library - runtime

audacious-plugins-extra recommends no packages.

-- no debconf information

-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// There is nothing under this line

Bug#452269: audacious dies on BadImplementation

2007-11-21 Thread Julien Danjou
Package: audacious
Version: 1.4.0-1
Severity: grave

Currently audacious plays a song for 30s or something like that and then
die with:
Xlib: sequence lost (0x27e9b  0x183ff) in reply type 0x0!
The program 'audacious' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadImplementation (server does not implement operation)'.
  (Details: serial 97947 error_code 17 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error()
function.)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacious depends on:
ii  audacious-plugins  1.4.0-1   Base plugins for audacious
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libaudclient1  1.4.0-1   Audacious C++ remote control libra
ii  libc6  2.6.1-6   GNU C Library: Shared libraries
ii  libcairo2  1.4.10-1+b2   The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.3-1  The GLib library of C routines
ii  libgtk2.0-02.12.1-3  The GTK+ graphical user interface 
ii  libmcs10.4.1-2+b1Abstraction library to store confi
ii  libmowgli1 0.5.0-3   a high performance development fra
ii  libpango1.0-0  1.18.3-1  Layout and rendering of internatio
ii  libsamplerate0 0.1.2-5   audio rate conversion library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.30.dfsg-2 GNOME XML library

Versions of packages audacious recommends:
ii  audacious-plugins-extra   1.4.0-1Various extra plugins for audaciou
ii  unzip 5.52-10De-archiver for .zip files

-- no debconf information

-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// My root password is


signature.asc
Description: Digital signature


Bug#452269: audacious dies on BadImplementation

2007-11-21 Thread Julien Danjou
At 1195655903 time_t, Julien Danjou wrote:
 Currently audacious plays a song for 30s or something like that and then
 die with:
 Xlib: sequence lost (0x27e9b  0x183ff) in reply type 0x0!
 The program 'audacious' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadImplementation (server does not implement operation)'.
   (Details: serial 97947 error_code 17 request_code 20 minor_code 0)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
 function.)

Seems to happen only in Xinerama on screen #1.

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#436557: segfault reading skins

2007-08-08 Thread Julien Danjou
Package: audacious
Version: 1.3.2-4
Severity: grave

Hi,

Currently I can't run audacious. It seems to segfault reading the .svn
dirs in my Skins dir...

Program received signal SIGSEGV, Segmentation fault.

(gdb) bt
#0  0x0809e5e9 in skin_load_color (inifile=value optimized out,
section=value optimized out, 
key=value optimized out, default_hex=0x80f786f #2499ff) at
skin.c:1198
#1  0x080a083e in skin_load_pixmaps (skin=0x82e2400, path=value
optimized out) at skin.c:1412
#2  0x080a0b99 in skin_load_nolock (skin=0x82e2400, 
path=0x8197880 /home/jdanjou/.local/share/audacious/Skins/.svn,
force=0) at skin.c:1460
#3  0x080a0cf2 in skin_load (skin=0x82e2400, path=0x8197880
/home/jdanjou/.local/share/audacious/Skins/.svn)
at skin.c:1511
#4  0x080a0d75 in bmp_active_skin_load (path=0x8197880
/home/jdanjou/.local/share/audacious/Skins/.svn)
at skin.c:162
#5  0x080a0eec in init_skins (path=0x8197880
/home/jdanjou/.local/share/audacious/Skins/.svn) at skin.c:511
#6  0x08065c83 in main (argc=1, argv=0xbfc36fa4) at main.c:1142
(gdb) bt full
#0  0x0809e5e9 in skin_load_color (inifile=value optimized out,
section=value optimized out, 
key=value optimized out, default_hex=0x80f786f #2499ff) at
skin.c:1198
ptr = (gchar *) 0x82e133d ff
len = value optimized out
value = (gchar *) 0x82e1338 #2499ff
color = (GdkColor *) 0x829c238
#1  0x080a083e in skin_load_pixmaps (skin=0x82e2400, path=value
optimized out) at skin.c:1412
  text_pm = value optimized out
  i = 14
  filename = (gchar *) 0x0
  inifile = (INIFile *) 0x0
#2  0x080a0b99 in skin_load_nolock (skin=0x82e2400, 
path=0x8197880 /home/jdanjou/.local/share/audacious/Skins/.svn,
force=0) at skin.c:1460
 cpath = value optimized out
 __PRETTY_FUNCTION__ = skin_load_nolock
#3  0x080a0cf2 in skin_load (skin=0x82e2400, path=0x8197880
/home/jdanjou/.local/share/audacious/Skins/.svn)
at skin.c:1511
error = 0
__PRETTY_FUNCTION__ = skin_load
#4  0x080a0d75 in bmp_active_skin_load (path=0x8197880
/home/jdanjou/.local/share/audacious/Skins/.svn)
at skin.c:162
__PRETTY_FUNCTION__ = bmp_active_skin_load
#5  0x080a0eec in init_skins (path=0x8197880
/home/jdanjou/.local/share/audacious/Skins/.svn) at skin.c:511
No locals.
#6  0x08065c83 in main (argc=1, argv=0xbfc36fa4) at main.c:1142
gtk_init_check_ok = value optimized out
playlist = value optimized out
context = value optimized out
error = (GError *) 0x0



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-k7 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacious depends on:
ii  audacious-plugins  1.3.5-3   Base plugins for audacious
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libaudacious5  1.3.2-4   Audacious C++ shared library
ii  libc6  2.6-5 GNU C Library: Shared libraries
ii  libcairo2  1.4.10-1  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgcc11:4.2.1-1 GCC support library
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.12.13-1 The GLib library of C routines
ii  libgtk2.0-02.10.13-1 The GTK+ graphical user interface 
ii  libpango1.0-0  1.16.5-1  Layout and rendering of internatio
ii  libstdc++6 4.2.1-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.8-2 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.2-1 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.29.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
ii  libxrender11:0.9.2-1 X Rendering Extension client libra

Versions of packages audacious recommends:
ii  audacious-plugins-extra   1.3.5-3Various extra plugins for audaciou
ii  unzip 5.52-10De-archiver for .zip files

-- no debconf information


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



Bug#432948: problem with lsb-base-logging.sh, $2 unbound

2007-07-13 Thread Julien Danjou
Package: usplash
Version: 0.5.2-3
Severity: serious

Hello,

I think that this bug belongs to usplash, even if I'm not really sure.
While dist-upgrading yesterday:

[...]
 * Starting MD monitoring service mdadm --monitor
 * /sbin/mdadm already running.

  [fail]
/etc/lsb-base-logging.sh: line 55: $2: unbound variable
invoke-rc.d: initscript mdadm-raid, action start failed.
dpkg: error processing mdadm (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 mdadm

More info available on demand.

Cheers,
-- 
Julien Danjou
// Λ̊ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Life is life. Lalalalala.


signature.asc
Description: Digital signature


Bug#428767: Permission to mozilla-traybiff upload to stable-proposed-updates

2007-06-14 Thread Julien Danjou
At 1181838614 time_t, Alan Woodland wrote:
 The dependencies of mozilla-traybiff are currently too strict in Etch,
 and as a result the recent (security) update to icedove has rendered it
 uninstallable. I've made a fix for this for Etch, and would like
 permission to upload it to stable. The diff is minimal, nothing depends
 on mozilla-traybiff, and it would close the two RC bugs that have been
 filed about the issue (#428779, #428767).

Sending a diff is always a good point. However, go ahead and upload.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#424811: php4-sqlite3: affected by php4-removal

2007-05-18 Thread Julien Danjou
close 424811 0.5-1
thanks 

At 1179396790 time_t, Debian PHP Maintainers wrote:
 Package: php4-sqlite3
 Severity: serious
 User: [EMAIL PROTECTED]
 Usertags: php4-removal
 
 This package has been identified as affected by the removal of php4 in debian.

Removed in 0.5-1

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#415316: yaz: FTBFS: /usr/bin/ld: cannot find -lssl

2007-03-18 Thread Julien Danjou
/odr_tag.o 
 .libs/odr_cons.o .libs/odr_seq.o .libs/odr_oct.o .libs/ber_oct.o 
 .libs/odr_bit.o .libs/ber_bit.o .libs/odr_oid.o .libs/ber_oid.o 
 .libs/odr_use.o .libs/odr_choice.o .libs/odr_any.o .libs/ber_any.o 
 .libs/odr.o .libs/odr_mem.o .libs/dumpber.o .libs/odr_enum.o .libs/comstack.o 
 .libs/tcpip.o .libs/waislen.o .libs/unix.o .libs/z-accdes1.o 
 .libs/z-accform1.o .libs/z-acckrb1.o .libs/z-core.o .libs/z-diag1.o 
 .libs/z-espec1.o .libs/z-estask.o .libs/z-exp.o .libs/z-grs.o 
 .libs/z-mterm2.o .libs/z-opac.o .libs/z-uifr1.o .libs/z-rrf1.o .libs/z-rrf2.o 
 .libs/z-sum.o .libs/z-sutrs.o .libs/z-oclcui.o .libs/zes-expi.o 
 .libs/zes-exps.o .libs/zes-order.o .libs/zes-pquery.o .libs/zes-psched.o 
 .libs/zes-pset.o .libs/zes-update0.o .libs/z-date.o .libs/z-univ.o 
 .libs/zes-update.o .libs/zes-admin.o .libs/z-charneg.o .libs/prt-ext.o 
 .libs/ill-core.o .libs/item-req.o .libs/ill-get.o .libs/zget.o 
 .libs/yaz-ccl.o .libs/diag-entry.o .libs/diagbib1.o .libs/diagsrw.o 
 .libs/logrpn.o .libs/otherinfo.o .libs/pquery.o .libs/sortspec.o 
 .libs/z3950oid.o .libs/charneg.o .libs/initopt.o .libs/zoom-c.o 
 .libs/zoom-opt.o .libs/grs1disp.o .libs/zgdu.o .libs/soap.o .libs/srw.o 
 .libs/srwutil.o .libs/opacdisp.o .libs/cclfind.o .libs/ccltoken.o 
 .libs/cclerrms.o .libs/cclqual.o .libs/cclptree.o .libs/cclqfile.o 
 .libs/cclstr.o .libs/cql.o .libs/cqlstdio.o .libs/cqltransform.o 
 .libs/cqlutil.o .libs/xcqlutil.o .libs/cqlstring.o .libs/cqlstrer.o 
 .libs/querytowrbuf.o .libs/eventl.o .libs/seshigh.o .libs/statserv.o 
 .libs/requestq.o .libs/tcpdchk.o .libs/service.o .libs/test.o 
 .libs/xmlquery.o .libs/mime.o  -L/usr/lib /usr/lib/libxml2.so -lssl -lcrypto 
 -lwrap -lnsl -lpthread  -Wl,-soname -Wl,libyaz.so.2 -o .libs/libyaz.so.2.0.1
 /usr/bin/ld: cannot find -lssl
 collect2: ld returned 1 exit status
 make[2]: *** [libyaz.la] Error 1
 make[2]: Leaving directory `/build/buildd/yaz-2.1.18/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/build/buildd/yaz-2.1.18'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20070317-1955
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#415217: syck: FTBFS: pyext.c:9:20: error: Python.h: No such file or directory

2007-03-17 Thread Julien Danjou
 of comma expression has no effect
 pyext.c:215: error: 'o3' undeclared (first use in this function)
 pyext.c:215: warning: left-hand operand of comma expression has no effect
 pyext.c:220: error: 'Py_None' undeclared (first use in this function)
 pyext.c:227: warning: implicit declaration of function 
 'PyString_FromStringAndSize'
 pyext.c:236: error: 'str64' undeclared (first use in this function)
 pyext.c:238: error: 'base64mod' undeclared (first use in this function)
 pyext.c:238: warning: implicit declaration of function 'PyImport_ImportModule'
 pyext.c:239: error: 'decodestring' undeclared (first use in this function)
 pyext.c:239: warning: implicit declaration of function 'PyObject_GetAttr'
 pyext.c:240: warning: implicit declaration of function 'PyString_FromString'
 pyext.c:241: warning: implicit declaration of function 'PyObject_CallFunction'
 pyext.c:245: warning: implicit declaration of function 'syck_PyIntMaker'
 pyext.c:270: warning: implicit declaration of function 'PyFloat_FromDouble'
 pyext.c:321: warning: implicit declaration of function 'PyList_New'
 pyext.c:326: warning: implicit declaration of function 'PyList_SetItem'
 pyext.c:335: warning: implicit declaration of function 'PyDict_New'
 pyext.c:342: warning: implicit declaration of function 'PyDict_SetItem'
 pyext.c:351: error: invalid type argument of 'unary *'
 pyext.c: In function 'py_syck_load_handler':
 pyext.c:361: error: 'PyObject' undeclared (first use in this function)
 pyext.c:361: error: 'o' undeclared (first use in this function)
 pyext.c:366: warning: unused variable 'transferred'
 pyext.c: In function 'py_syck_error_handler':
 pyext.c:374: warning: implicit declaration of function 'PyErr_SetObject'
 pyext.c:374: error: 'PyExc_TypeError' undeclared (first use in this function)
 pyext.c:375: warning: implicit declaration of function 'Py_BuildValue'
 pyext.c: At top level:
 pyext.c:378: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
 '*' token
 pyext.c:381: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
 '*' token
 pyext.c:382: error: expected identifier or '(' before '{' token
 pyext.c: In function 'py_syck_parse_handler':
 pyext.c:415: error: 'PyObject' undeclared (first use in this function)
 pyext.c:415: error: 'o' undeclared (first use in this function)
 pyext.c:415: error: 'o2' undeclared (first use in this function)
 pyext.c:415: warning: left-hand operand of comma expression has no effect
 pyext.c:415: error: 'o3' undeclared (first use in this function)
 pyext.c:415: warning: left-hand operand of comma expression has no effect
 pyext.c:416: error: 'v' undeclared (first use in this function)
 pyext.c:416: error: 'Py_None' undeclared (first use in this function)
 pyext.c:449: warning: implicit declaration of function 'py_syck_node_new'
 pyext.c: At top level:
 pyext.c:454: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
 '*' token
 pyext.c:457: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
 '*' token
 pyext.c:458: error: expected identifier or '(' before '{' token
 pyext.c:485: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
 'SyckMethods'
 pyext.c: In function 'initsyck':
 pyext.c:499: error: 'PyObject' undeclared (first use in this function)
 pyext.c:499: error: 'syck' undeclared (first use in this function)
 pyext.c:500: error: 'SyckNodeType' undeclared (first use in this function)
 pyext.c:500: error: 'PyType_Type' undeclared (first use in this function)
 pyext.c:501: warning: implicit declaration of function 'Py_InitModule'
 pyext.c:501: error: 'SyckMethods' undeclared (first use in this function)
 error: command 'gcc' failed with exit status 1
 make: *** [build/python-syck] Error 1
 **
 Build finished at 20070317-0434
 FAILED [dpkg-buildpackage died]

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#411113: ogre: FTBFS: cannot allocate an object of abstract type 'CEGUI::OgreCEGUITexture'

2007-02-16 Thread Julien Danjou
; \
   then mv -f .deps/OldMaterialReader.Tpo .deps/OldMaterialReader.Po; 
 else rm -f .deps/OldMaterialReader.Tpo; exit 1; fi
 /bin/sh ../../../libtool --tag=CXX --mode=link sparc-linux-gnu-g++  -g -O2
 -o OgreMaterialUpgrade -L../../../OgreMain/src main.o OldMaterialReader.o 
 -lOgreMain -lILU -lIL -lpthread -lz -lm -ldl  
 mkdir .libs
 sparc-linux-gnu-g++ -g -O2 -o .libs/OgreMaterialUpgrade main.o 
 OldMaterialReader.o  
 -L/build/buildd/ogre-1.0.6/build-tree/ogre-free/OgreMain/src 
 /build/buildd/ogre-1.0.6/build-tree/ogre-free/OgreMain/src/.libs/libOgreMain.so
  /usr/lib/libILU.so /usr/lib/libIL.so -lpthread -lz -lm -ldl
 creating OgreMaterialUpgrade
 make[4]: Leaving directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Tools/MaterialUpgrader/src'
 make[4]: Entering directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Tools/MaterialUpgrader'
 make[4]: Nothing to be done for `all-am'.
 make[4]: Leaving directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Tools/MaterialUpgrader'
 make[3]: Leaving directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Tools/MaterialUpgrader'
 make[3]: Entering directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Tools'
 make[3]: Nothing to be done for `all-am'.
 make[3]: Leaving directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Tools'
 make[2]: Leaving directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Tools'
 Making all in Samples
 make[2]: Entering directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Samples'
 Making all in Common
 make[3]: Entering directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Samples/Common'
 Making all in CEGUIRenderer
 make[4]: Entering directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Samples/Common/CEGUIRenderer'
 Making all in src
 make[5]: Entering directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Samples/Common/CEGUIRenderer/src'
 if /bin/sh ../../../../libtool --tag=CXX --mode=compile sparc-linux-gnu-g++ 
 -DHAVE_CONFIG_H -I. -I. -I../../../../OgreMain/include 
 -I../../../../Samples/Common/CEGUIRenderer/include 
 -I../../../../OgreMain/include -I/usr/include/CEGUI  -g -O2  -MT 
 OgreCEGUIRenderer.lo -MD -MP -MF .deps/OgreCEGUIRenderer.Tpo -c -o 
 OgreCEGUIRenderer.lo OgreCEGUIRenderer.cpp; \
   then mv -f .deps/OgreCEGUIRenderer.Tpo .deps/OgreCEGUIRenderer.Plo; 
 else rm -f .deps/OgreCEGUIRenderer.Tpo; exit 1; fi
 mkdir .libs
  sparc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../../OgreMain/include 
 -I../../../../Samples/Common/CEGUIRenderer/include 
 -I../../../../OgreMain/include -I/usr/include/CEGUI -g -O2 -MT 
 OgreCEGUIRenderer.lo -MD -MP -MF .deps/OgreCEGUIRenderer.Tpo -c 
 OgreCEGUIRenderer.cpp  -fPIC -DPIC -o .libs/OgreCEGUIRenderer.o
 OgreCEGUIRenderer.cpp: In member function 'virtual CEGUI::Texture* 
 CEGUI::OgreCEGUIRenderer::createTexture()':
 OgreCEGUIRenderer.cpp:363: error: cannot allocate an object of abstract type 
 'CEGUI::OgreCEGUITexture'
 ../../../../Samples/Common/CEGUIRenderer/include/OgreCEGUITexture.h:42: note: 
   because the following virtual functions are pure within 
 'CEGUI::OgreCEGUITexture':
 /usr/include/CEGUI/CEGUITexture.h:169: note:  virtual void 
 CEGUI::Texture::loadFromMemory(const void*, CEGUI::uint, CEGUI::uint, 
 CEGUI::Texture::PixelFormat)
 make[5]: *** [OgreCEGUIRenderer.lo] Error 1
 make[5]: Leaving directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Samples/Common/CEGUIRenderer/src'
 make[4]: *** [all-recursive] Error 1
 make[4]: Leaving directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Samples/Common/CEGUIRenderer'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Samples/Common'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory 
 `/build/buildd/ogre-1.0.6/build-tree/ogre-free/Samples'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/build/buildd/ogre-1.0.6/build-tree/ogre-free'
 make: *** [stampdir/build-stamp] Error 2
 **
 Build finished at 20070216-0920
 FAILED [dpkg-buildpackage died]

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#408769: About bug php-sqlite3 and #408769

2007-02-02 Thread Julien Danjou
Hi PHP team,

Anyone wants to give me a hint about #408769 ?
I'm not really sure how about fix this.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#408769: [php-maint] About bug php-sqlite3 and #408769

2007-02-02 Thread Julien Danjou
At 1170430622 time_t, Ondřej Surý wrote:
 Split-off PEAR code into separate package and include only module and
 appropriate config in php{4,5}-sqlite3 packages.

Sic, this is what I was afraid to hear.

Thanks, I'll do that.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#408769: php5-sqlite3: package is completay unusable out of the box

2007-01-28 Thread Julien Danjou
severity 408769 serious
thanks

I consider this as serious since the sqlite3.php is not in its right
place.

At 1169986166 time_t, Diego Iastrubni wrote:
 Justification: breaks unrelated software

AHAH.
Are you sure that can't create data loss too?

 The package installs the include file in the path:
   /usr/share/php5/DB/sqlite3.php
 
 This path is not included by default. From what I see in php-db, that
 file belongs in /usr/share/php/DB/sqlite3.php.

Right.
However I don't know yet how I can grab this files in two packages
without being in conflict with the other one.

 Now, even after I add that path to the include_path (changing default
 configuration is bad, as it marks config files as dirty), applications
 using sqlite3 (and pear...) still do not work. 
 
 The reason, is that the sqlite3.so module is not loaded by php. From
 what I see in php5-sqlite, this file is missing:
   /etc/php5/conf.d/sqlite3.ini
 
 The contents may be something like this:
   turing:/etc/php5/apache2/conf.d# cat /etc/php5/conf.d/sqlite3.ini
   # configuration for php SQLite3 module
   extension=sqlite3.so

Sure that's doing some configuration by yourself is fucking critical.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#408769: php5-sqlite3: package is completay unusable out of the box

2007-01-28 Thread Julien Danjou
At 1169997889 time_t, Diego Iastrubni wrote:
 Yes, that policy is not enforced by default at the moment. 

Should I understand that I am in advance with the policy?
Because in this case I don't see what I can easily do to fix that point.
(chicken/egg... :)

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#408769: php5-sqlite3: package is completay unusable out of the box

2007-01-28 Thread Julien Danjou
At 1169993410 time_t, Diego Iastrubni wrote:
 I am trying to build a package which depends on sqlite3. This breaks my 
 package in funny ways. 

This still does not justify critical severity.

 You are talking about php5-sqlite3 and php4-sqlite3?

Yes.

 I am probably not following, but I think in both packages you are installing 
 the same php include file, so this can be worked around in some way.

Yes, it's the same.

 If splitting this package is a problem (or just using the same package for 
 PHP4 and PHP5), IMHO the best solution should be to modify the default 
 configuration of php4 and php5 to include /usr/share/php$PHPVERSION/, as 
 dictated by the php policy Draft, section 2.2.2.
 http://webapps-common.alioth.debian.org/draft-php/html/ch-php-int.html#s-php-interpreter-fs

Thanks for the pointer.
It seems that:

The default PHP include path is:
 
.:/etc/php:/usr/local/share/php/5.0:/usr/share/php5:/usr/share/php/5.0:/usr/share/php:/usr/local/share/php

So why including DB/sqlite3.php does not work for you if /usr/share/php5
is in default include path? Do I miss something?

  Sure that's doing some configuration by yourself is fucking critical.
 No, read my comment in the original post: it leaves a modified configuration 
 file. This situation must be avoided, if we want to reduce race between 
 the packager version and my version. 

I agree, however this is not a huge problem.

 Is it that hard to include a file with this content?

No, that's just NOT critical. But I'll add a default configuration.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#408769: php5-sqlite3: package is completay unusable out of the box

2007-01-28 Thread Julien Danjou
At 1169998948 time_t, Diego Iastrubni wrote:
 sed -i 's!...!/usr/share/php5!' /etc/php5/php.ini ...?

Touching other packages configuration files = death penalty.

 That's ugly, but it's an option. I assume this bug should be passed to the 
 php5 package maintainer. 

I agree.

 The real question is, do we really need php4-sqlite3 and php5-sqlite3? Is it 
 possible to merge those 2 into one big happy package? What am *I* missing 
 now?

The fact is that for now, it seems that all packages are splitted like
that in order to not install useless modules, which makes sense.

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#405990: lua-curl: FTBFS: app.c: test.lua:1: attempt to index global 'curl' (a nil value)

2007-01-07 Thread Julien Danjou
Package: lua-curl
Version: 0.2.0-3
Severity: serious

Hello,

There was a problem while autobuilding your package:
 Automatic build of lua-curl_0.2.0-3 on nasya by sbuild/sparc 0.50
 Build started at 20070107-1954
 **
...
   else\
   touch debian/liblua5.1-curl0.install;\
   fi
 if [ -e debian/liblua5.1-curl-dev.install.in ]; then\
   cat debian/liblua5.1-curl-dev.install.in | sed 
 's|@@LUA_VERSION@@|5.1|'  debian/liblua5.1-curl-dev.install;\
   else\
   touch debian/liblua5.1-curl-dev.install;\
   fi
 post-all-hook
 make[2]: Leaving directory `/build/buildd/lua-curl-0.2.0'
 make[1]: Leaving directory `/build/buildd/lua-curl-0.2.0'
 touch debian/stamp-makefile-build
 /usr/bin/make  -C . CFLAGS=-g -Wall -O2 CXXFLAGS=-g -Wall -O2 CPPFLAGS= 
 LDFLAGS=  test -f Makefile.Debian
 make[1]: Entering directory `/build/buildd/lua-curl-0.2.0'
 for X in debian/Makefile.Debian.conf; do\
   make -f Makefile.Debian.single test CONFIGURATION_FILE=$X || 
 exit 1;\
   done
 make[2]: Entering directory `/build/buildd/lua-curl-0.2.0'
 pre-test-hook
 pre-lua-dynamic-test-hook
 ** lua dynamic **
 lua5.1 -l curl test.lua
 libcurl/7.15.5 GnuTLS/1.4.4 zlib/1.2.3 libidn/0.6.5
 stringtable: 0x33c50
 package   table: 0x34130
 _Gtable: 0x32570
 ostable: 0x35af0
 table table: 0x336a8
 math  table: 0x36868
 coroutine table: 0x33db0
 debug table: 0x373d0
 iotable: 0x352a0
 curl  table: 0x35038
 *
 cp app.c.conf.in app.c.conf
 sed -i 's?@@LUA_HEADER@@?lua-curl.h?' app.c.conf
 sed -i \
's?@@LUA_MODNAME_CPART_UNDERSCORE@@?curl?' app.c.conf
 sed -i 's?@@LUA_MODNAME_CPART@@?curl?' app.c.conf
 pre-dynamic-link-hook
 rm -f static-stamp
 libtool --silent --tag=CC --mode=link cc -Wall -O2 -g -Wall -O2 
 -I/usr//include/lua5.1 \
   /usr//lib/liblua5.1.la -o app app.c liblua5.1-curl.la
 touch dynamic-stamp
 pre-app-dynamic-test-hook
 ** app dynamic **
 libtool --silent --tag=CC --mode=execute -dlopen liblua5.1-curl.la ldd 
 ./.libs/app
   liblua5.1.so.0 = /usr/lib/liblua5.1.so.0 (0x700b)
   liblua5.1-curl.so.0 = 
 /build/buildd/lua-curl-0.2.0/.libs/liblua5.1-curl.so.0 (0x7000)
   libc.so.6 = /lib/libc.so.6 (0x700e4000)
   libm.so.6 = /lib/libm.so.6 (0x70218000)
   libdl.so.2 = /lib/libdl.so.2 (0x7001c000)
   libcurl-gnutls.so.3 = /usr/lib/libcurl-gnutls.so.3 (0x7003)
   libgssapi_krb5.so.2 = /usr/lib/libgssapi_krb5.so.2 (0x702ac000)
   libkrb5.so.3 = /usr/lib/libkrb5.so.3 (0x702d8000)
   libk5crypto.so.3 = /usr/lib/libk5crypto.so.3 (0x7035c000)
   libkrb5support.so.0 = /usr/lib/libkrb5support.so.0 (0x7039)
   libcom_err.so.2 = /lib/libcom_err.so.2 (0x703a4000)
   libresolv.so.2 = /lib/libresolv.so.2 (0x703b8000)
   libidn.so.11 = /usr/lib/libidn.so.11 (0x703dc000)
   libgnutls.so.13 = /usr/lib/libgnutls.so.13 (0x7041c000)
   libz.so.1 = /usr/lib/libz.so.1 (0x704a4000)
   /lib/ld-linux.so.2 (0x70084000)
   libtasn1.so.3 = /usr/lib/libtasn1.so.3 (0x704c8000)
   libgcrypt.so.11 = /usr/lib/libgcrypt.so.11 (0x704f4000)
   libgpg-error.so.0 = /usr/lib/libgpg-error.so.0 (0x70558000)
   libnsl.so.1 = /lib/libnsl.so.1 (0x7056c000)
 libtool --silent --tag=CC --mode=execute -dlopen liblua5.1-curl.la ./app 
 test.lua
 app.c: test.lua:1: attempt to index global 'curl' (a nil value)
 make[2]: *** [test-app-dynamic] Error 1
 make[2]: Leaving directory `/build/buildd/lua-curl-0.2.0'
 make[1]: *** [test] Error 1
 make[1]: Leaving directory `/build/buildd/lua-curl-0.2.0'
 make: *** [debian/stamp-makefile-check] Error 2
 **
 Build finished at 20070107-1956
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#405991: lua-expat: FTBFS: app.c: tests/test.lua:10: attempt to index global 'lxp' (a nil value)

2007-01-07 Thread Julien Danjou
Package: lua-expat
Version: 1.0.2-2
Severity: serious

Hello,

There was a problem while autobuilding your package:
 Automatic build of lua-expat_1.0.2-2 on nasya by sbuild/sparc 0.50
 Build started at 20070107-1956
...
   -lexpat src/lxplib.lo
 mkdir -p .
 ln -sf ./.libs/liblua5.1-expat.so.0.0.0 lxp.so
 cat pkg-config.pc.in | \
   sed 's|@@PKG_VERSION@@|1.0.2|' | \
   sed 's|@@PKG_NAME@@|expat|' | \
   sed 's|@@PKG_LUA@@|lua5.1|' | \
   sed 's|@@PKG_LIBS_PRIVATE@@||' | \
   sed 's|@@PKG_URL@@|http://luaforge.net/projects/luaexpat/|' | \
   sed 's|@@PKG_REQUIRES@@||' | \
   sed 's|@@PKG_CONFLICTS@@||' \
lua5.1-expat.pc
 if [ -e debian/liblua5.1-expat0.install.in ]; then\
   cat debian/liblua5.1-expat0.install.in | sed 
 's|@@LUA_VERSION@@|5.1|'  debian/liblua5.1-expat0.install;\
   else\
   touch debian/liblua5.1-expat0.install;\
   fi
 if [ -e debian/liblua5.1-expat-dev.install.in ]; then\
   cat debian/liblua5.1-expat-dev.install.in | sed 
 's|@@LUA_VERSION@@|5.1|'  debian/liblua5.1-expat-dev.install;\
   else\
   touch debian/liblua5.1-expat-dev.install;\
   fi
 post-all-hook
 make[2]: Leaving directory `/build/buildd/lua-expat-1.0.2'
 make[1]: Leaving directory `/build/buildd/lua-expat-1.0.2'
 touch debian/stamp-makefile-build
 /usr/bin/make  -C . CFLAGS=-g -Wall -O2 CXXFLAGS=-g -Wall -O2 CPPFLAGS= 
 LDFLAGS=  test -f Makefile.Debian
 make[1]: Entering directory `/build/buildd/lua-expat-1.0.2'
 for X in debian/Makefile.Debian.conf; do\
   make -f Makefile.Debian.single test CONFIGURATION_FILE=$X || 
 exit 1;\
   done
 make[2]: Entering directory `/build/buildd/lua-expat-1.0.2'
 pre-test-hook
 pre-lua-dynamic-test-hook
 ** lua dynamic **
 lua5.1 -l lxp tests/test.lua
 testing start/end tags
 testing CharacterData/Cdata
 testing ProcessingInstruction
 testing Comment
 testing ExternalEntity
 testing default handles
 testing notation declarations and unparsed entities
 testing namespace declarations
 testing errors
 
 testing garbage collection
 OK
 *
 cp app.c.conf.in app.c.conf
 sed -i 's?@@LUA_HEADER@@?src/lxplib.h?' app.c.conf
 sed -i \
's?@@LUA_MODNAME_CPART_UNDERSCORE@@?lxp?' app.c.conf
 sed -i 's?@@LUA_MODNAME_CPART@@?lxp?' app.c.conf
 pre-dynamic-link-hook
 rm -f static-stamp
 libtool --silent --tag=CC --mode=link cc -Wall -O2 -g -Wall -O2 
 -I/usr//include/lua5.1   -I src/  \
   /usr//lib/liblua5.1.la -o app app.c liblua5.1-expat.la
 touch dynamic-stamp
 pre-app-dynamic-test-hook
 ** app dynamic **
 libtool --silent --tag=CC --mode=execute -dlopen liblua5.1-expat.la ldd 
 ./.libs/app
   liblua5.1.so.0 = /usr/lib/liblua5.1.so.0 (0x700f8000)
   liblua5.1-expat.so.0 = 
 /build/buildd/lua-expat-1.0.2/.libs/liblua5.1-expat.so.0 (0x7000)
   libc.so.6 = /lib/libc.so.6 (0x7012c000)
   libm.so.6 = /lib/libm.so.6 (0x70018000)
   libdl.so.2 = /lib/libdl.so.2 (0x700ac000)
   libexpat.so.1 = /usr/lib/libexpat.so.1 (0x7026)
   /lib/ld-linux.so.2 (0x700cc000)
   libpthread.so.0 = /lib/libpthread.so.0 (0x70284000)
 libtool --silent --tag=CC --mode=execute -dlopen liblua5.1-expat.la ./app 
 tests/test.lua
 app.c: tests/test.lua:10: attempt to index global 'lxp' (a nil value)
 make[2]: *** [test-app-dynamic] Error 1
 make[2]: Leaving directory `/build/buildd/lua-expat-1.0.2'
 make[1]: *** [test] Error 1
 make[1]: Leaving directory `/build/buildd/lua-expat-1.0.2'
 make: *** [debian/stamp-makefile-check] Error 2
 **
 Build finished at 20070107-1957
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#405992: lua-posix: FTBFS: app.c: test.lua:23: attempt to index global 'ox' (a nil value)

2007-01-07 Thread Julien Danjou
Package: lua-posix
Version: 1.0-3
Severity: serious

Hello,

There was a problem while autobuilding your package:
 Automatic build of lua-posix_1.0-3 on nasya by sbuild/sparc 0.50
 Build started at 20070107-2002
 **
...
 builddBuild Daemon,,,
 builddBuild Daemon,,,
 root  root
 
 ---   sysconf
 tzname_max6
 clk_tck   100
 stream_max16
 ngroups_max   65536
 child_max 999
 open_max  1024
 saved_ids 1
 job_control   1
 version   200112
 arg_max   131072
 
 ---   pathconf
 pipe_buf  4096
 link_max  32000
 path_max  4096
 max_canon 255
 chown_restricted  1
 no_trunc  1
 max_input 255
 name_max  255
 vdisable  0
 
 ---   times
 utime 0.05
 cstime0.1
 elapsed   18829739.42
 cutime0.08
 stime 0.01
 sleeping 2 seconds...
 utime 0.05
 cstime0.1
 elapsed   18829741.42
 cutime0.08
 stime 0.01
 
 elapsed   2
 clock 0.06
 
 posix library for Lua 5.1 / Nov 2003
 *
 echo // This file has been automatically generated by lua5.1-policy-dev  
 lua-posix.h
 echo  lua-posix.h
 echo extern int luaopen_posix(lua_State*);  lua-posix.h
 echo  lua-posix.h
 echo // eof  lua-posix.h
 cp app.c.conf.in app.c.conf
 sed -i 's?@@LUA_HEADER@@?lua-posix.h?' app.c.conf
 sed -i \
's?@@LUA_MODNAME_CPART_UNDERSCORE@@?posix?' app.c.conf
 sed -i 's?@@LUA_MODNAME_CPART@@?posix?' app.c.conf
 pre-dynamic-link-hook
 rm -f static-stamp
 libtool --silent --tag=CC --mode=link cc -Wall -O2 -g -Wall -O2 
 -I/usr//include/lua5.1 \
   /usr//lib/liblua5.1.la -o app app.c liblua5.1-posix.la
 touch dynamic-stamp
 pre-app-dynamic-test-hook
 ** app dynamic **
 libtool --silent --tag=CC --mode=execute -dlopen liblua5.1-posix.la ldd 
 ./.libs/app
   liblua5.1.so.0 = /usr/lib/liblua5.1.so.0 (0x700bc000)
   liblua5.1-posix.so.0 = 
 /build/buildd/lua-posix-1.0/.libs/liblua5.1-posix.so.0 (0x7000)
   libc.so.6 = /lib/libc.so.6 (0x700f)
   libm.so.6 = /lib/libm.so.6 (0x70224000)
   libdl.so.2 = /lib/libdl.so.2 (0x70018000)
   /lib/ld-linux.so.2 (0x7009)
 libtool --silent --tag=CC --mode=execute -dlopen liblua5.1-posix.la ./app 
 test.lua
 app.c: test.lua:23: attempt to index global 'ox' (a nil value)
 make[2]: *** [test-app-dynamic] Error 1
 make[2]: Leaving directory `/build/buildd/lua-posix-1.0'
 make[1]: *** [test] Error 1
 make[1]: Leaving directory `/build/buildd/lua-posix-1.0'
 make: *** [debian/stamp-makefile-check] Error 2
 **

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#405641: /usr/share/man/man1/git.1.gz is a dangling symlink

2007-01-05 Thread Julien Danjou
Package: git-core
Version: 1:1.4.4.3-1
Severity: serious

Alternatives seems to be broken for manpage:

/etc/cron.daily/man-db:
mandb: warning: /usr/share/man/man1/git.1.gz is a dangling symlink


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages git-core depends on:
ii  libc62.3.6.ds1-9 GNU C Library: Shared libraries
ii  libcurl3-gnutls  7.15.5-1Multi-protocol file transfer libra
ii  libdigest-sha1-perl  2.11-2  NIST SHA-1 message digest algorith
ii  liberror-perl0.15-8  Perl module for error/exception ha
ii  libexpat11.95.8-3.4  XML parsing C library - runtime li
ii  perl-modules 5.8.8-7 Core Perl modules
ii  rcs  5.7-18  The GNU Revision Control System
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages git-core recommends:
ii  curl  7.15.5-1   Get a file from an HTTP, HTTPS, FT
pn  git-doc   none (no description available)
ii  less  394-4  Pager program similar to more
ii  openssh-client [ssh-client]   1:4.3p2-8  Secure shell client, an rlogin/rsh
ii  patch 2.5.9-4Apply a diff file to an original
ii  python2.4.4-2An interactive high-level object-o
ii  rsync 2.6.9-3fast remote file copy program (lik

-- no debconf information

-- 
Julien Danjou
// Λ̊ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Trust me.


signature.asc
Description: Digital signature


Bug#405647: wmii: FTBFS: uninstallable because libixp does not exist

2007-01-05 Thread Julien Danjou
Package: wmii
Version: 3.5.1-1
Severity: serious

Hello,

wmii is not installab and does not build:

 Automatic build of wmii_3.5.1-1 on nasya by sbuild/sparc 0.50
 Build started at 20070104-2142
 **
 Checking available source versions...
 Fetching source files...
 Reading package lists...
 Building dependency tree...
 Need to get 46.2kB of source archives.
 Get:1 http://ftp.fr.debian.org sid/main wmii 3.5.1-1 (dsc) [601B]
 Get:2 http://ftp.fr.debian.org sid/main wmii 3.5.1-1 (tar) [41.7kB]
 Get:3 http://ftp.fr.debian.org sid/main wmii 3.5.1-1 (diff) [3990B]
 Fetched 46.2kB in 0s (62.2kB/s)
 Download complete and in download only mode
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0), dpatch, libxrandr-dev, libx11-dev, libixp, 
 sharutils
 Checking for already installed source dependencies...
 debhelper: missing
 dpatch: missing
 libxrandr-dev: missing
 libx11-dev: missing
 libixp: missing
 sharutils: missing
 Checking for source dependency conflicts...
 Reading package lists...
 Building dependency tree...
 E: Couldn't find package libixp
 apt-get failed.
 Package installation failed
 Trying to reinstall removed packages:
 Trying to uninstall newly installed packages:
 Source-dependencies not satisfied; skipping wmii
 **
 Finished at 20070104-2143
 Build needed 00:00:00, 0k disk space

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#405649: drscheme: FTBFS: error with doc-license.txt

2007-01-05 Thread Julien Danjou
Package: drscheme
Version: 1:352-9
Severity: serious

Hello,

There was a problem while autobuilding your package:
At 1167976352 time_t, Source Builder wrote:
 Automatic build of drscheme_1:352-9 on nasya by sbuild/sparc 0.50
 Build started at 20070105-0505
 **
...
 dh_installpam -pmzscheme 
 dh_installlogrotate -pmzscheme 
 dh_installlogcheck -pmzscheme 
 dh_installmime -pmzscheme 
 dh_installchangelogs -pmzscheme   
 dh_installudev -pmzscheme 
 dh_install -pmzscheme  
 dh_link -pmzscheme  
 dh_strip -pdrscheme  
 Can't cd to (debian/drscheme/usr/share/plt/doc/) doc-license.txt: Not a 
 directory
  at /usr/bin/dh_strip line 192
 dh_compress -pdrscheme  
 dh_fixperms -pdrscheme  
 dh_makeshlibs -pdrscheme  
 dh_strip -pmzscheme  
 dh_compress -pmzscheme  
 dh_fixperms -pmzscheme  
 dh_makeshlibs -pmzscheme  
 dh_installdeb -pdrscheme 
 dh_perl -pdrscheme 
 Can't cd to (debian/drscheme/usr/share/plt/doc/) doc-license.txt: Not a 
 directory
  at /usr/bin/dh_perl line 116
 dh_shlibdeps -pdrscheme
 dh_installdeb -pmzscheme 
 dh_perl -pmzscheme 
 dh_shlibdeps -pmzscheme
 dh_gencontrol -pdrscheme 
 du: `./usr/share/plt/doc/doc-license.txt': Not a directory
 dpkg-gencontrol: failure: du in `debian/drscheme' gave error exit status 1
 dh_gencontrol: command returned error code 256
 make: *** [binary-makedeb-IMPL/drscheme] Error 1
 **
 Build finished at 20070105-0651
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#405186: docbook2x: FTBFS: reference to nonexistent nodes

2007-01-01 Thread Julien Danjou
 all in xslt
 make[2]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt'
 Making all in common
 make[3]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt/common'
 Making all in text
 make[4]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt/common/text'
 make[4]: Nothing to be done for `all'.
 make[4]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt/common/text'
 make[4]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt/common'
 make[4]: Nothing to be done for `all-am'.
 make[4]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt/common'
 make[3]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt/common'
 Making all in man
 make[3]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt/man'
 make[3]: Nothing to be done for `all'.
 make[3]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt/man'
 Making all in texi
 make[3]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt/texi'
 make[3]: Nothing to be done for `all'.
 make[3]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt/texi'
 Making all in documentation
 make[3]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt/documentation'
 ../../libxslt/db2x_xsltproc -C ../../xslt/catalog.xml -s 
 ./extract-to-jrefentries.xsl -o man.xml ../man/docbook.xsl
 ../../libxslt/db2x_xsltproc -C ../../xslt/catalog.xml -s 
 ./extract-to-jrefentries.xsl -o texi.xml ../texi/docbook.xsl
 make[3]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt/documentation'
 make[3]: Entering directory `/build/buildd/docbook2x-0.8.3/xslt'
 make[3]: Nothing to be done for `all-am'.
 make[3]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt'
 make[2]: Leaving directory `/build/buildd/docbook2x-0.8.3/xslt'
 Making all in doc
 make[2]: Entering directory `/build/buildd/docbook2x-0.8.3/doc'
 ../libxslt/db2x_xsltproc -C ../xslt/catalog.xml -s ./ss-texinfo.xsl -o 
 docbook2X.txml docbook2X.xml
 I/O error : Attempt to load network entity 
 http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd
 /usr/bin/perl -I../perl ../perl/db2x_texixml 
 --utf8trans-program=../utf8trans/utf8trans 
 --utf8trans-map=../charmaps/texi.charmap docbook2X.txml
 /usr/bin/iconv: illegal input sequence at position 1323
 makeinfo docbook2X.texi
 docbook2X.texi:38: No matching [EMAIL PROTECTED] detailmenu'.
 docbook2X.texi:23: No matching [EMAIL PROTECTED] menu'.
 /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:8: Next reference to 
 nonexistent node `Quick start' (perhaps incorrect sectioning?).
 /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:36: Menu reference to 
 nonexistent node `Concept index' (perhaps incorrect sectioning?).
 /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:35: Menu reference to 
 nonexistent node `Package installation' (perhaps incorrect sectioning?).
 /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:33: Menu reference to 
 nonexistent node `Design notes' (perhaps incorrect sectioning?).
 /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:32: Menu reference to 
 nonexistent node `Release history' (perhaps incorrect sectioning?).
 /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:31: Menu reference to 
 nonexistent node `Todo' (perhaps incorrect sectioning?).
 /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:30: Menu reference to 
 nonexistent node `FAQ' (perhaps incorrect sectioning?).
 /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:28: Menu reference to 
 nonexistent node `Charset considerations' (perhaps incorrect sectioning?).
 /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:27: Menu reference to 
 nonexistent node `The XSLT processor' (perhaps incorrect sectioning?).
 /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:26: Menu reference to 
 nonexistent node `Converting to Texinfo' (perhaps incorrect sectioning?).
 /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:25: Menu reference to 
 nonexistent node `Converting to man pages' (perhaps incorrect sectioning?).
 /build/buildd/docbook2x-0.8.3/doc//docbook2X.texi:24: Menu reference to 
 nonexistent node `Quick start' (perhaps incorrect sectioning?).
 makeinfo: Removing output file 
 `/build/buildd/docbook2x-0.8.3/doc/docbook2X.info' due to errors; use --force 
 to preserve.
 make[2]: *** [docbook2X.info] Error 1
 make[2]: Leaving directory `/build/buildd/docbook2x-0.8.3/doc'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/build/buildd/docbook2x-0.8.3'
 make: *** [debian/stamp-makefile-build] Error 2
 **
 Build finished at 20070101-0138
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#383164: I can't reproduce the bug

2006-12-28 Thread Julien Danjou
At 1167261963 time_t, Anibal Avelar wrote:
 Hi. I have a question. I hope not be obvious.
 
 I tried to reproduce the bug about upx error, but I couldn't.
 
 What was the conditions under it should be proved?
 
 I have i386/unstable with kernel 2.6.16 and 2.6.17 and I can't see it.

Still fails to build for me under pbuilder with 2.6.18-3

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#401236: backtrace from varmon

2006-12-20 Thread Julien Danjou
At 1166604470 time_t, Andreas Barth wrote:
 Well, actually, we get nearer to release of Etch, and we need to get rid
 of the remaining RC bugs *now*. Also, there hasn't been progress on this
 bug during the recent days.
 
 I don't like that fix either - but hey, it fixes the problem (and of
 course you can keep a copy of the bug around as important).
 
 So, what does force you include?

I want a helicopter in 20 minutes waiting for me, and I've got a duck in
hostage !

Nevertheless, I'll fix it today.

Dimitri, would you be available to test the package before I upload ?

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#403462: libpoe-filter-xml-perl: FTBFS: Can't locate Module/Build.pm

2006-12-17 Thread Julien Danjou
Package: libpoe-filter-xml-perl
Version: 0.31-0.1
Severity: serious

Hello,

There was a problem while autobuilding your package:
 Automatic build of libpoe-filter-xml-perl_0.31-0.1 on avidan by sbuild/i386 98
 Build started at 20061217-1129
...
  /usr/bin/fakeroot debian/rules clean
 dh_testdir
 dh_testroot
 [ ! -f Build ] || /usr/bin/perl Build realclean
 dh_clean build-stamp install-stamp
  debian/rules build
 dh_testdir
 /usr/bin/perl Build.PL installdirs=vendor 
 destdir=/build/buildd/libpoe-filter-xml-perl-0.31/debian/libpoe-filter-xml-perl
 Can't locate Module/Build.pm in @INC (@INC contains: /etc/perl 
 /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
 /usr/local/lib/site_perl .) at Build.PL line 1.
 BEGIN failed--compilation aborted at Build.PL line 1.
 make: *** [build-stamp] Error 2
 **
 Build finished at 20061217-1129
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#403321: cryopid: FTBFS: error: zlib.h: No such file or directory

2006-12-16 Thread Julien Danjou
 gzip_data' has no member named 'in_len'
 writer_gzip.c:108: error: 'struct gzip_data' has no member named 'in_len'
 writer_gzip.c:110: error: 'struct gzip_data' has no member named 'in_used'
 writer_gzip.c: In function 'gzip_writer_read':
 writer_gzip.c:125: error: 'struct gzip_data' has no member named 'in_len'
 writer_gzip.c:125: error: 'struct gzip_data' has no member named 'in_used'
 writer_gzip.c:129: error: 'struct gzip_data' has no member named 'in_len'
 writer_gzip.c:129: error: 'struct gzip_data' has no member named 'in_used'
 writer_gzip.c:132: error: 'struct gzip_data' has no member named 'in_used'
 writer_gzip.c:132: error: 'struct gzip_data' has no member named 'in_used'
 writer_gzip.c:132: error: 'struct gzip_data' has no member named 'in_len'
 writer_gzip.c:132: error: 'struct gzip_data' has no member named 'in_len'
 writer_gzip.c:138: error: 'struct gzip_data' has no member named 'in_used'
 writer_gzip.c:139: error: 'struct gzip_data' has no member named 'in_used'
 writer_gzip.c:144: error: 'struct gzip_data' has no member named 'offset'
 writer_gzip.c: In function 'gzip_writer_ftell':
 writer_gzip.c:247: error: 'struct gzip_data' has no member named 'offset'
 make[1]: *** [stub-gzip] Error 1
 rm stub_common.o
 make[1]: Leaving directory `/build/buildd/cryopid-0.5.9.1/src'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20061215-1058
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#403322: flashrom: FTBFS: missing pciutils b-dep

2006-12-16 Thread Julien Danjou
Package: flashrom
Version: 0.0+r2526-1
Severity: serious

Hello,

There was a problem while autobuilding your package:
At 1166224091 time_t, [EMAIL PROTECTED] wrote:
 Automatic build of flashrom_0.0+r2526-1 on avidan by sbuild/i386 98
 Build started at 20061216-0007
 **
...
 /usr/bin/make -f debian/rules reverse-config
 make[1]: Entering directory `/build/buildd/flashrom-0.0+r2526'
 make[1]: Nothing to be done for `reverse-config'.
 make[1]: Leaving directory `/build/buildd/flashrom-0.0+r2526'
 if [ debian/stamp-patched = reverse-patches ]; then rm -f 
 debian/stamp-patched; fi
 patches: debian/patches/20_makefile_ldflags.patch 
 debian/patches/30_lbtable.patch debian/patches/40_linuxbios_tables.patch
 Trying patch debian/patches/20_makefile_ldflags.patch at level 1 ... 0 ... 
 success.
 Trying patch debian/patches/30_lbtable.patch at level 1 ... 0 ... success.
 Trying patch debian/patches/40_linuxbios_tables.patch at level 1 ... 0 ... 
 success.
 if [ debian/stamp-patched != reverse-patches ]; then touch 
 debian/stamp-patched; fi
 if [ debian/stamp-patched != reverse-patches ] ; then \
   /usr/bin/make -f debian/rules update-config ; \
   fi
 make[1]: Entering directory `/build/buildd/flashrom-0.0+r2526'
 make[1]: Nothing to be done for `update-config'.
 make[1]: Leaving directory `/build/buildd/flashrom-0.0+r2526'
 /usr/bin/make  -C . CFLAGS=-g -Wall -O2 -DDISABLE_DOC CXXFLAGS=-g -Wall 
 -O2 -DDISABLE_DOC CPPFLAGS= LDFLAGS=  
 make[1]: Entering directory `/build/buildd/flashrom-0.0+r2526'
 
 Checking for pciutils... not found.
 
 Please install pciutils and pciutils-devel.
 See README for more information.
 
 make[1]: *** [pciutils] Error 1
 make[1]: Leaving directory `/build/buildd/flashrom-0.0+r2526'
 make: *** [debian/stamp-makefile-build] Error 2
 **
 Build finished at 20061216-0008
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#403319: libdanga-socket-perl: FTBFS: tests failed

2006-12-16 Thread Julien Danjou
Package: libdanga-socket-perl
Version: 1.55-1
Severity: serious

Hello,

There was a problem while autobuilding your package:
 Automatic build of libdanga-socket-perl_1.55-1 on avidan by sbuild/i386 98
 Build started at 20061215-1003
 **
...
 /usr/bin/make test
 make[1]: Entering directory `/build/buildd/libdanga-socket-perl-1.55'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'blib/lib', 'blib/arch') t/*.t
 t/00-use..ok
 t/05-postloop.ok
 t/10-events...couldn't create socket at t/10-events.t line 67.
 # Looks like you planned 34 tests but only ran 2.
 # Looks like your test died just after 2.
 dubious
   Test returned status 255 (wstat 65280, 0xff00)
 DIED. FAILED tests 3-34
   Failed 32/34 tests, 5.88% okay
 t/12-closerace
 #   Failed test 'made server'
 #   in t/12-closerace.t at line 24.
 Use of uninitialized value in getprotobynumber at 
 /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 
 #   Failed test 'made client1'
 #   in t/12-closerace.t at line 26.
 Can't call method accept on an undefined value at t/12-closerace.t line 27.
 # Looks like you planned 7 tests but only ran 2.
 # Looks like you failed 2 tests of 2 run.
 # Looks like your test died just after 2.
 dubious
   Test returned status 255 (wstat 65280, 0xff00)
 DIED. FAILED tests 1-7
   Failed 7/7 tests, 0.00% okay
 Failed Test  Stat Wstat Total Fail  Failed  List of Failed
 ---
 t/10-events.t 255 6528034   64 188.24%  3-34
 t/12-closerace.t  255 65280 7   12 171.43%  1-7
 Failed 2/4 test scripts, 50.00% okay. 39/59 subtests failed, 33.90% okay.
 make[1]: *** [test_dynamic] Error 255
 make[1]: Leaving directory `/build/buildd/libdanga-socket-perl-1.55'
 make: *** [install-stamp] Error 2
 **
 Build finished at 20061215-1004
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#403320: libsys-syscall-perl: FTBFS: tests failed

2006-12-16 Thread Julien Danjou
Package: libsys-syscall-perl
Version: 0.22-1
Severity: serious

Hello,

There was a problem while autobuilding your package:
 Automatic build of libsys-syscall-perl_0.22-1 on avidan by sbuild/i386 98
 Build started at 20061215-1004
 **
...
 /usr/bin/make test
 make[1]: Entering directory `/build/buildd/libsys-syscall-perl-0.22'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'blib/lib', 'blib/arch') t/*.t
 t/00-use.ok
 t/01-epoll...Can't bind : IO::Socket::INET: Bad protocol 'udp'
 # Looks like you planned 20 tests but only ran 4.
 # Looks like your test died just after 4.
 dubious
   Test returned status 255 (wstat 65280, 0xff00)
 DIED. FAILED tests 5-20
   Failed 16/20 tests, 20.00% okay
 t/02-sendfilecouldn't start listening at t/02-sendfile.t line 64.
 Use of uninitialized value in getprotobynumber at 
 /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 Use of uninitialized value in getprotobynumber at 
 /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 Use of uninitialized value in getprotobynumber at 
 /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 Use of uninitialized value in getprotobynumber at 
 /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 Use of uninitialized value in getprotobynumber at 
 /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 no socket at t/02-sendfile.t line 41.
 # Looks like your test died before it could output anything.
 dubious
   Test returned status 255 (wstat 65280, 0xff00)
 DIED. FAILED tests 1-2
   Failed 2/2 tests, 0.00% okay
 Failed Test Stat Wstat Total Fail  Failed  List of Failed
 ---
 t/01-epoll.t 255 6528020   32 160.00%  5-20
 t/02-sendfile.t  255 65280 24 200.00%  1-2
 Failed 2/3 test scripts, 33.33% okay. 18/23 subtests failed, 21.74% okay.
 make[1]: *** [test_dynamic] Error 255
 make[1]: Leaving directory `/build/buildd/libsys-syscall-perl-0.22'
 make: *** [install-stamp] Error 2
 **
 Build finished at 20061215-1004
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#403339: hslogger: FTBFS: unknown package: FilePath

2006-12-16 Thread Julien Danjou
Package: hslogger
Version: 1.0.1
Severity: serious

Hello,

There was a problem while autobuilding your package:
 Automatic build of hslogger_1.0.1 on nasya by sbuild/sparc 0.50
 Build started at 20061216-1241
...
 ./setup build
 /usr/bin/ar: creating dist/build/libHShslogger-1.0.1.a
 Preprocessing library hslogger-1.0.1...
 Preprocessing executables for hslogger-1.0.1...
 Building hslogger-1.0.1...
 cd testsrc  ghc --make -package FilePath -package mtl -package HUnit 
 -fallow-overlapping-instances -fallow-undecidable-instances -fglasgow-exts 
 -cpp -o runtests  -i../dist/build:../src runtests.hs
 ghc-6.6: unknown package: FilePath
 make[1]: *** [testsrc/runtests] Error 1
 make[1]: Leaving directory `/build/buildd/hslogger-1.0.1'
 make: *** [install] Error 2
 **
 Build finished at 20061216-1244
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#403181: not able to reproduce the bug

2006-12-16 Thread Julien Danjou
At 1166277709 time_t, Lucas Nussbaum wrote:
 Were you building in unstable, with the new pciutils version ? Then it
 could just be a duplicate of bugs #396640 and #396730, also reported by
 you. It would be nice to provide the full log somewhere, so one doesn't
 have to ask you to get this kind of information, by the way :)
 
 I don't think the patch Andreas provided is relevant for this bug.

http://people.debian.org/~acid/

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#403181: athcool: FTBFS: undefined references to gz*

2006-12-15 Thread Julien Danjou
Package: athcool
Version: 0.3.11-1
Severity: serious

Hello,

There was a problem while autobuilding your package:
 Automatic build of athcool_0.3.11-1 on avidan by sbuild/i386 98
 Build started at 20061215-0218
 **
  debian/rules build
 dh_testdir
 /usr/bin/make CFLAGS=-Wall -g -O2
 make[1]: Entering directory `/build/buildd/athcool-0.3.11'
 gcc -Wall -g -O2 -I. -I/usr/include -DPACKAGE=\athcool\ 
 -DVERSION=\0.3.11\ -c athcool.c -o athcool.o
 gcc -Wall -g -O2 -I. -I/usr/include -DPACKAGE=\athcool\ 
 -DVERSION=\0.3.11\ -c scanpci.c -o scanpci.o
 scanpci.c: In function 'scan_device':
 scanpci.c:32: warning: pointer targets in passing argument 3 of 
 'pci_read_block' differ in signedness
 scanpci.c:39: warning: pointer targets in passing argument 3 of 
 'pci_read_block' differ in signedness
 scanpci.c:45: warning: pointer targets in passing argument 2 of 
 'pci_setup_cache' differ in signedness
 gcc -Wall -g -O2 athcool.o scanpci.o -lpci -o athcool
 /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In 
 function `pci_load_name_list':
 (.text+0x533): undefined reference to `gzopen'
 /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In 
 function `pci_load_name_list':
 (.text+0x5cd): undefined reference to `gzgets'
 /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In 
 function `.L154':
 (.text+0x6d3): undefined reference to `gzclose'
 /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In 
 function `.L154':
 (.text+0x6f8): undefined reference to `gzeof'
 /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In 
 function `.L154':
 (.text+0x788): undefined reference to `gzclose'
 /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In 
 function `.L154':
 (.text+0xb9c): undefined reference to `gzopen'
 /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In 
 function `.L155':
 (.text+0xd33): undefined reference to `gzerror'
 /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In 
 function `.L155':
 (.text+0xd53): undefined reference to `gzclose'
 collect2: ld returned 1 exit status
 make[1]: *** [athcool] Error 1
 make[1]: Leaving directory `/build/buildd/athcool-0.3.11'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20061215-0218
 FAILED [dpkg-buildpackage died]

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#403182: qemacs: FTBFS: undefined reference to `png_write_destroy'

2006-12-15 Thread Julien Danjou
Package: qemacs
Version: 0.3.1.cvs.20050713-3
Severity: serious

Hello,

There was a problem while autobuilding your package:
At 1166145972 time_t, Source Builder wrote:
 Automatic build of qemacs_0.3.1.cvs.20050713-3 on nasya by sbuild/sparc 0.50
 Build started at 20061215-0222
 **
...
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o latex-mode.o 
 -c latex-mode.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o xml.o -c xml.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o bufed.o -c 
 bufed.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o shell.o -c 
 shell.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o dired.o -c 
 dired.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o x11.o -c x11.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o html.o -c 
 html.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o docbook.o -c 
 docbook.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o arabic.o -c 
 arabic.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o indic.o -c 
 indic.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o qfribidi.o -c 
 qfribidi.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o qeend.o -c 
 qeend.c
 gcc  -Wl,-E -o qe_g qe.o charset.o buffer.o input.o unicode_join.o display.o 
 util.o hex.o list.o cutils.o unix.o tty.o charsetmore.o charset_table.o 
 unihex.o clang.o latex-mode.o xml.o bufed.o shell.o dired.o x11.o html.o 
 docbook.o arabic.o indic.o qfribidi.o qeend.o libqhtml/libqhtml.a -ldl -lm 
 -lXv -L/usr/X11R6/lib -lXext -lX11 -L./libqhtml -lqhtml
 rm -f qe
 cp qe_g qe
 strip -s -R .comment -R .note qe
 -rwxr-xr-x 1 buildd buildd 272292 Dec 15 01:25 qe
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o html2png.o -c 
 html2png.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o libfbf.o -c 
 libfbf.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o fbfrender.o 
 -c fbfrender.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o cfb.o -c cfb.c
 gcc -Wall -g -O2 -funsigned-char -I./libqhtml -o fbftoqe fbftoqe.c
 ./fbftoqe fonts/fixed10.fbf fonts/fixed12.fbf fonts/fixed13.fbf 
 fonts/fixed14.fbf fonts/helv8.fbf fonts/helv10.fbf fonts/helv12.fbf 
 fonts/helv14.fbf fonts/helv18.fbf fonts/helv24.fbf fonts/times8.fbf 
 fonts/times10.fbf fonts/times12.fbf fonts/times14.fbf fonts/times18.fbf 
 fonts/times24.fbf fonts/unifont.fbf  fbffonts.c
 gcc -DHAVE_QE_CONFIG_H -DCONFIG_ALL_KMAPS -DCONFIG_UNICODE_JOIN 
 -DCONFIG_ALL_MODES -Wall -g -O2 -funsigned-char -I./libqhtml -o fbffonts.o -c 
 fbffonts.c
 gcc  -Wl,-E -o html2png html2png.o util.o cutils.o arabic.o indic.o 
 qfribidi.o display.o unicode_join.o charset.o charsetmore.o charset_table.o 
 libfbf.o fbfrender.o cfb.o fbffonts.o \
-L./libqhtml -lqhtml -lpng
 html2png.o: In function `png_save':
 /build/buildd/qemacs-0.3.1.cvs.20050713/html2png.c:229: undefined reference 
 to `png_write_destroy'
 /build/buildd/qemacs-0.3.1.cvs.20050713/html2png.c:272: undefined reference 
 to `png_write_destroy'
 collect2: ld returned 1 exit status
 make[1]: *** [html2png] Error 1
 make[1]: Leaving directory `/build/buildd/qemacs-0.3.1.cvs.20050713'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20061215-0225
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#401236: backtrace from varmon

2006-12-15 Thread Julien Danjou
At 1166184631 time_t, Andreas Barth wrote:
 Would it be possible to use that as a workaround for etch?

That sounds ugly.
You'll have to force me to, even if I can't fix it without hw/access to
hw.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#402922: segfault in mplayer own mpeg2 library

2006-12-14 Thread Julien Danjou
At 1166086593 time_t, [EMAIL PROTECTED] (A Mennucc) wrote:
 my opinion so far is that this is not a security problem
 
 this is my feeling: it may be that the mpeg stream does not contain
 proper motion-compensate data, or an I frame;

Security is not a matter of opinion nor feelings.

Cheers
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


pgp8lmcyBySJm.pgp
Description: PGP signature


Bug#402784: illuminator: FTBFS: error: 'RANDOM_DEFAULT' undeclared

2006-12-12 Thread Julien Danjou
Package: illuminator
Version: 0.10.0-2
Severity: serious

Hello,

There was a problem while autobuilding your package:
At 1165924938 time_t, [EMAIL PROTECTED] wrote:
 Automatic build of illuminator_0.10.0-2 on avidan by sbuild/i386 98
 Build started at 20061212-1253
 **
...
 /bin/sh ./libtool --mode=link gcc  -g -O2   -o chui  chui-chui.o -pthread 
 -lglade-2.0 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-keyring -lxml2 
 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 
 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lfontconfig -lXext 
 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo 
 -lX11 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lgobject-2.0 -lbonobo-activation 
 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   
 gcc -g -O2 -o chui chui-chui.o -pthread  /usr/lib/libglade-2.0.so 
 /usr/lib/libgnomeui-2.so -lSM -lICE /usr/lib/libbonoboui-2.so 
 /usr/lib/libgnome-keyring.so /usr/lib/libxml2.so /usr/lib/libgnomecanvas-2.so 
 /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libart_lgpl_2.so 
 /usr/lib/libpangoft2-1.0.so /usr/lib/libgtk-x11-2.0.so 
 /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so 
 /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so -lfontconfig 
 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes 
 /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lX11 /usr/lib/libgnomevfs-2.so 
 /usr/lib/libbonobo-2.so /usr/lib/libgconf-2.so /usr/lib/libgobject-2.0.so 
 /usr/lib/libbonobo-activation.so /usr/lib/libORBit-2.so -lm 
 /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgthread-2.0.so 
 /usr/lib/libglib-2.0.so
 if gcc -DHAVE_CONFIG_H -I. -I. -I.-I/usr/lib/petsc 
 -I/usr/lib/petsc/bmake/linux-gnu-c-opt -I/usr/lib/petsc/include  
 -I/usr/lib/mpich/include -I/usr/include/gtk-2.0 
 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/include/freetype2 -I/usr/include/libpng12   -DGEOMVIEW=\geomview\  
 -g -O2 -MT chts-chts.o -MD -MP -MF .deps/chts-chts.Tpo -c -o chts-chts.o 
 `test -f 'chts.c' || echo './'`chts.c; \
   then mv -f .deps/chts-chts.Tpo .deps/chts-chts.Po; else rm -f 
 .deps/chts-chts.Tpo; exit 1; fi
 chts.c: In function 'FormInitialCondition':
 chts.c:431: error: 'RANDOM_DEFAULT' undeclared (first use in this function)
 chts.c:431: error: (Each undeclared identifier is reported only once
 chts.c:431: error: for each function it appears in.)
 chts.c:431: error: too many arguments to function 'PetscRandomCreate'
 make[2]: *** [chts-chts.o] Error 1
 make[2]: Leaving directory `/build/buildd/illuminator-0.10.0'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/illuminator-0.10.0'
 make: *** [build] Error 2
 **
 Build finished at 20061212-1300
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


pgpaBN7ChfSeH.pgp
Description: PGP signature


  1   2   3   4   5   6   >