Bug#342734: debtags: glibc invalid pointer

2005-12-09 Thread Ashar Voultoiz
Package: debtags
Version: 1.5.2+b1
Severity: grave
Justification: renders package unusable


Hello,

I am running testing and recently upgraded apt to unstable (to test a bug
fix for apt-build). When running apt-get upgrade everything got upgraded
but debtag.

The output actually is:

# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]? YES
Setting up debtags (1.5.2+b1) ...
Get:1 http://debtags.alioth.debian.org/tags/tags-current.gz [208kB]
Get:2 http://debtags.alioth.debian.org/tags/vocabulary.gz [13.9kB]
Fetched 222kB in 2s (100.0kB/s)
Reading tag data and vocabulary for http://debtags.alioth.debian.org/tags/...
Tag data: /var/cache/debtags/debtags.alioth.debian.org_tags_tags-current.gz...
Voc data: /var/cache/debtags/debtags.alioth.debian.org_tags_vocabulary.gz...
Writing system vocabulary...
Writing merged tag database...
*** glibc detected *** free(): invalid pointer: 0x08599e80 ***
/var/lib/dpkg/info/debtags.postinst: line 22:  8138 Aborted 
debtags update
dpkg: error processing debtags (--configure):
 subprocess post-installation script returned error exit status 134
Errors were encountered while processing:
 debtags
E: Sub-process /usr/bin/dpkg returned an error code (1)
#

Might be cause the glibc need to be upgraded to unstable version too.
I also have libc6-i686 package.



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (99, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages debtags depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.43 Advanced front-end for dpkg
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3
ii  libtdb1   1.0.6-13   Trivial Database - shared library
ii  zlib1g1:1.2.3-8  compression library - runtime

debtags recommends no packages.

-- no debconf information


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



Bug#337257: unstable ok

2005-12-09 Thread Ashar Voultoiz
Hello,

I upgraded apt to unstable: apt-get upgrade -t unstable apt

and apt-build no more segfault


-- 
Ashar Voultoiz
pgp keyid: 0x63B820D1
IM: [EMAIL PROTECTED]  ICQ: 15325080


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



Bug#342158: libboost-dev/testing issue warning with gcc/testing (4.4.0.2)

2005-12-05 Thread Ashar Voultoiz
Package: libboost-dev
Version: 1.32.0-6
Severity: grave
Justification: renders package unusable


$ gcc --version
gcc (GCC) 4.0.3 20051023 (prerelease) (Debian 4.0.2-3)
$

Compiling a soft that use libboost i have a warning:

/usr/include/boost/config/compiler/gcc.hpp:92:7: warning: #warning Unknown 
compiler version - please run the configure tests and report the results

Triggered in gcc.hpp by:
 #if (__GNUC__  3) || ((__GNUC__ == 3)  (__GNUC_MINOR__  4))

:)

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (99, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages libboost-dev depends on:
ii  libstdc++6-4.0-dev [libstdc++ 4.0.2-3The GNU Standard C++ Library v3 (d

libboost-dev recommends no packages.

-- no debconf information


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



Bug#328981: udev: dependencie loop when upgrading kernel 2.6.11 to 2.6.12

2005-09-21 Thread Ashar Voultoiz
Marco d'Itri wrote:
 On Sep 18, Ashar Voultoiz [EMAIL PROTECTED] wrote:
 
Would it be possible to make the udev package aware that a kernel 2.6.12
is being installed ? Then one can use:
 
 No. But try harder, everybody else has been able to install udev.
 (dpkg -i may help. If it does not, ask on debian-user@)

Not everybody else, many friends using debian have the same trouble and
I received private emails asking what was wrong.

What's wrong in expecting  apt-get upgrade to just upgrade the system
without relying on dpkg --something  ?  I dont think package manager
like synaptic can handle that.


-- 
Ashar Voultoiz
pgp keyid: 0x63B820D1
IM: [EMAIL PROTECTED]  ICQ: 15325080


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



Bug#328981: udev: dependencie loop when upgrading kernel 2.6.11 to 2.6.12

2005-09-18 Thread Ashar Voultoiz
Package: udev
Version: 0.056-3
Severity: grave
Justification: renders package unusable


I am trying to upgrade my kernel from 2.6.11 to 2.6.12 when doing so it reports
an error about hal in need of udev = 0.063 . So I try to upgrade udev which
in turn need a kernel = 2.6.12 .

Here are the commands:

# apt-get upgrade linux-image-2.6-k7
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  hal: Depends: udev (= 0.063) but 0.056-3 is installed
E: Unmet dependencies. Try using -f.
#

# apt-get upgrade udev
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  hal: Depends: udev (= 0.063) but 0.056-3 is installed
E: Unmet dependencies. Try using -f.
#

Trying to use force the install is not helpfull :-/

Would it be possible to make the udev package aware that a kernel 2.6.12
is being installed ? Then one can use:

# apt-get upgrade linux-image-2.6-k7 udev



-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 0
lrwxrwxrwx  1 root root 20 2005-04-26 00:09 020_permissions.rules - 
../permissions.rules
lrwxrwxrwx  1 root root 12 2005-09-18 00:46 050_hal-plugdev.rules - 
../hal.rules
lrwxrwxrwx  1 root root 19 2004-12-19 14:38 cd-aliases.rules - 
../cd-aliases.rules
lrwxrwxrwx  1 root root 13 2004-12-19 14:38 udev.rules - ../udev.rules

-- /sys/:
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda3/dev
/sys/block/hda/hda4/dev
/sys/block/hda/hda5/dev
/sys/block/hdb/dev
/sys/block/hdb/hdb1/dev
/sys/block/hdb/hdb2/dev
/sys/block/hdb/hdb3/dev
/sys/block/hdd/dev
/sys/block/ram0/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram1/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/class/graphics/fb0/dev
/sys/class/input/event0/dev
/sys/class/input/event1/dev
/sys/class/input/event2/dev
/sys/class/input/mice/dev
/sys/class/input/mouse0/dev
/sys/class/input/ts0/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/device-mapper/dev
/sys/class/misc/hpet/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/sound/audio/dev
/sys/class/sound/dsp1/dev
/sys/class/sound/dsp/dev
/sys/class/sound/dspW/dev
/sys/class/sound/midi1/dev
/sys/class/sound/midi/dev
/sys/class/sound/mixer/dev
/sys/class/sound/sequencer2/dev
/sys/class/sound/sequencer/dev
/sys/class/sound/timer/dev

-- Kernel configuration:
 isapnp_init not present.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (99, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages udev depends on:
ii  hotplug  0.0.20040329-25 Linux Hotplug Scripts
ii  initscripts  2.86.ds1-1.1Standard scripts needed for bootin
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  makedev  2.3.1-78creates device files in /dev
ii  sed  4.1.2-8 The GNU sed stream editor

udev recommends no packages.

-- debconf information excluded


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