#1083279 biber: can't build debian-package-book-* with pbuilder anymore because aof missing dependency

Package:
biber
Source:
biber
Submitter:
Mechtilde Stehmann
Date:
2025-05-01 16:45:01 UTC
Severity:
normal
Tags:
#1083279#5
Date:
2024-10-03 19:17:39 UTC
From:
To:
Hello,

While updating the package 'debian-package-book-*"

https://salsa.debian.org/ddp-team/dpb

I strumple about the following problem.

When I build in pbuilder I get the message:

The following packages have unmet dependencies:
 libtext-csv-xs-perl : Depends: libencode-perl (>= 3.20) but it is not going to
be installed
The following actions will resolve these dependencies:

     Install the following packages:
1)     libencode-perl [3.21-1+b1 (unstable)]

But it isn't installable. so the build failed

If I use a hook an install this package manually it works.

It also works If I build with sbuild.

Kind regards

Mechtilde

#1083279#10
Date:
2024-10-03 20:14:03 UTC
From:
To:
I've seen this a couple of times in the last weeks (not with biber
but some other random packages) when I tried to build with
cowbuilder.

My workaround was to change

PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends"
(/usr/lib/pbuilder/pbuilder-satisfydepends is a symlink to
pbuilder-satisfydepends-aptitude)

to

PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-apt"

in my pbuilderrc.

I never looked why the aptitude resolver fails but the apt resolver
works.
In any case I'm sure this is not a problem in the biber package; I
also don't think it's a problem in libencode-perl or any of the
packages depending on it.

I don't know - maybe a bug in pbuilder/cowbuilder?

Which confirms my hunch that the problem is not with biber and not
with libencode-perl.

Cheers,
gregor

#1083279#15
Date:
2024-10-03 22:02:15 UTC
From:
To:
On 03.10.2024 22:14, gregor herrmann wrote:

Hi all,

Thanks for the information. For now I lower the severity.

H.

#1083279#22
Date:
2025-05-01 16:44:20 UTC
From:
To:
On 03.10.24 21:17, Mechtilde Stehmann wrote:

Hello Mechtilde,


Is that issue still present?

H.