Hi, I configured pbuilder (Uploaders in CC) to run autopkgtest after a successful build. This worked nicely until yesterday (at least - may be a couple of days before but I did not noticed). Since yesterday I get:
E: /bin resolved to a different inode than /usr/bin E: Unmerged usr is no longer supported, install usrmerge to continue. autopkgtest: WARNING: Test dependencies are unsatisfiable - calling apt install on test deps directly for further data about failing dependencies in test logs The test itself runs in Salsa CI - so the package itself is not broken. I'm actually using cowbuilder - but I naively assume this is not relevant. I tried to fix this with diff --git a/pbuilderrc b/pbuilderrc index d796fd8..9176073 100644 --- a/pbuilderrc +++ b/pbuilderrc @@ -11,6 +11,6 @@ OTHERMIRROR="deb [trusted=yes] file:///var/cache/pbuilder/extra/release ./" BINDMOUNTS="/dev/shm /var/cache/pbuilder/extra/release" HOOKDIR=/var/cache/pbuilder/hooks # this is necessary for running ''apt-ftparchive'' in the hook below -EXTRAPACKAGES="apt-utils" +EXTRAPACKAGES="apt-utils usrmerge" in /etc but with no change. According to the log the package usrmerge is really installed in the pbuilder chroot. Do you have any hints? If not, what further information should I provide? (logs etc?) Kind regards Andreas. -- http://fam-tille.de