[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

pbuilder on experimental



Hello,

I am trying to use pbuilder on experimental distribution and I got
stuck.  Pbuilder is still trying to use packages from unstable, so some
packages (gnome-keyring) are uninstalable.

--cut here--
sudo /usr/sbin/pbuilder login
$ sudo /usr/sbin/pbuilder login
Building the build Environment
 -> extracting base tarball [/var/cache/pbuilder/experimental-base.tgz]
 -> creating local configuration
 -> copying local configuration
 -> mounting /proc filesystem
 -> mounting /dev/pts filesystem
 -> policy-rc.d already exists
 -> entering the shell
File extracted to: /var/cache/pbuilder/build/experimental//22035
 
root@ondrej:/# apt-get install gnome-keyring
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
 
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
 
The following packages have unmet dependencies:
  gnome-keyring: Depends: libatk1.0-0 (>= 1.6.0-2) but 1.4.1-1 is to be installed
                 Depends: libglib2.0-0 (>= 2.4.0) but 2.2.3-1 is to be installed
                 Depends: libgtk2.0-0 (>= 2.4.0-2) but 2.2.4-3 is to be installed
                 Depends: libpango1.0-0 (>= 1.4.0) but 1.2.5-2.1 is to be installed
E: Broken packages
root@ondrej:/# cat /etc/apt/sources.list
deb http://ftp.cz.debian.org/debian/ unstable main non-free contrib
deb http://ftp.cz.debian.org/debian-non-US unstable/non-US main contrib non-free
deb http://ftp.cz.debian.org/debian experimental main contrib non-free
#deb-src http://ftp.cz.debian.org/debian experimental main contrib non-free
--cut here--

How do I solve that?

$ cat ~/.pbuilderrc
 
BASETGZ=/var/cache/pbuilder/experimental-base.tgz
BUILDPLACE=/var/cache/pbuilder/build/experimental/
MIRRORSITE=http://ftp.cz.debian.org/debian
OTHERMIRROR="deb http://ftp.cz.debian.org/debian/ unstable main non-free
contrib|deb http://ftp.cz.debian.org/debian-non-US unstable/non-US main
contrib non-free"
export http_proxy=http://localhost:3128/
USEPROC=yes
USEDEVPTS=yes
USEDEVFS=no
BUILDRESULT=/var/cache/pbuilder/result/
DISTRIBUTION=experimental
APTCACHE="/var/cache/pbuilder/aptcache/"
APTCACHEHARDLINK="yes"
REMOVEPACKAGES="lilo"
HOOKDIR=""
export DEBIAN_FRONTEND="noninteractive"
DEBEMAIL="ondrej@debian.org"
DEBFULLNAME="Ondřej Surý"
BUILDSOURCEROOTCMD="fakeroot"
PBUILDERROOTCMD="sudo"
BUILDUSERID=1000 
BINDMOUNTS=""

-- 
Ondřej Surý <ondrej@sury.org>



Reply to: