[Pbuilder-maint] Bug#337541: pbuilder: please add x11-common to policy-rc.d

Aurelien Jarno aurel32 at debian.org
Fri Nov 4 21:48:44 UTC 2005


Package: pbuilder
Version: 0.136
Severity: normal
Tags: patch

pbuilder has problem building packages using Xvfb (a fake X11 server),
as /etc/init.d/x11-common is never started. As this init script only
create directories/files in /tmp, I suggest to add it to
/usr/sbin/policy-rc.d. Please find attached a file to do that.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8)

Versions of packages pbuilder depends on:
ii  cdebootstrap                  0.3.9      Bootstrap a Debian system
ii  coreutils                     5.2.1-2.1  The GNU core utilities
ii  debianutils                   2.15       Miscellaneous utilities specific t
ii  gcc                           4:4.0.2-1  The GNU C compiler
ii  wget                          1.10.2-1   retrieves files from the web

Versions of packages pbuilder recommends:
ii  devscripts                    2.9.8      Scripts to make the life of a Debi
ii  fakeroot                      1.5.4      Gives a fake root environment
ii  sudo                          1.6.8p9-3  Provide limited super user privile

-- no debconf information
-------------- next part --------------
--- /usr/lib/pbuilder/pbuilder-modules	2005-10-20 16:27:24.000000000 +0200
+++ pbuilder-modules	2005-11-04 22:33:37.115473531 +0100
@@ -166,6 +166,7 @@
 case "\$1" in
   -*) shift ;;
   makedev) exit 0;;
+  x11-common) exit 0;;
   *)  exit 101;;
 esac
 done


More information about the Pbuilder-maint mailing list