Bug#591592: Not reproducible in a debootstrap chroot, but…

2010-08-06 Thread Charles Plessy
Hi Lucas,

I created fresh sid and squeeze chroots (amd64) with debootstrap, and xkbsel
installed fine there. But there is definitely a bug somewhere, as the same
problem as found in your tests was reported two times in Ubuntu:

  https://bugs.launchpad.net/ubuntu/+source/xkbsel

Also, the following bug (x11-xkb-utils 7.5+1) may be relevant:

  http://bugs.debian.org/564805

Do you think you can run your tests on a package modified as below ?

diff -u xkbsel-0.13/debian/postinst xkbsel-0.13/debian/postinst
--- xkbsel-0.13/debian/postinst
+++ xkbsel-0.13/debian/postinst
@@ -3,7 +3,7 @@
 set -e
 
 if [ $1 = configure ]; then
-  xkbseldb -R 2/dev/null
+  xkbseldb -R 
 fi
 
 #DEBHELPER#
diff -u xkbsel-0.13/debian/changelog xkbsel-0.13/debian/changelog
--- xkbsel-0.13/debian/changelog
+++ xkbsel-0.13/debian/changelog
@@ -1,3 +1,9 @@
+xkbsel (0.13-15.test1) TEST; urgency=low
+
+  * Increased verbosity.
+
+ -- Charles Plessy ple...@debian.org  Sat, 07 Aug 2010 10:33:40 +0900
+
 xkbsel (0.13-15) unstable; urgency=low
 
   * QA upload.



-- 
Charles Plessy
Tsurumi, Kanagawa, Japan



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100807013427.ga13...@merveille.plessy.net



Bug#591592: Not reproducible in a debootstrap chroot, but…

2010-08-06 Thread Lucas Nussbaum
On 07/08/10 at 10:34 +0900, Charles Plessy wrote:
 Hi Lucas,
 
 I created fresh sid and squeeze chroots (amd64) with debootstrap, and xkbsel
 installed fine there. But there is definitely a bug somewhere, as the same
 problem as found in your tests was reported two times in Ubuntu:
 
   https://bugs.launchpad.net/ubuntu/+source/xkbsel
 
 Also, the following bug (x11-xkb-utils 7.5+1) may be relevant:
 
   http://bugs.debian.org/564805

Setting up xkbsel (0.13-15) ...
/var/lib/dpkg/info/xkbsel.postinst: line 7: 14208 Segmentation fault  
xkbseldb -R 2 /dev/null
dpkg: error processing xkbsel (--configure):
 subprocess installed post-installation script returned error exit status 139

beothuk:/root# unset HOME
beothuk:/root# xkbseldb -R
HOME variable not set
Segmentation fault

L.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100807014144.ga13...@xanadu.blop.info