Your message dated Tue, 22 Dec 2020 13:29:15 +0000
with message-id <[email protected]>
and subject line Re: Bug#977856: librepository: fails to build source package
has caused the Debian Bug report #977856,
regarding librepository: fails to build source package
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
977856: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977856
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: librepository
Version: 1.1.6-3
Severity: serious
Dear Maintainer,
I wanted to do a source only upload of librepository
(because there are no .buildinfo files for it in the archive,
as it has been uploaded before 2016), but it fails to build
the source package. The binary package builds just fine.
Steps to reproduce:
$ apt source librepository
$ cd librepository-*
$ dpkg-buildpackage
dpkg-buildpackage: info: source package librepository
dpkg-buildpackage: info: source version 1.1.6-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Emmanuel Bourg <[email protected]>
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
fakeroot debian/rules clean
dh clean --with javahelper
dh_auto_clean
ant -propertyfile ./debian/ant.properties clean
/usr/bin/java: error while loading shared libraries: libjli.so: cannot open
shared object file: No such file or directory
dh_auto_clean: error: ant -propertyfile ./debian/ant.properties clean returned
exit code 127
make: *** [debian/rules:6: clean] Error 127
dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit
status 2
$
(This is with or without any changes to the source package.)
--
cheers,
Holger
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ holger@(debian|reproducible-builds|layer-acht).org
⢿⡄⠘⠷⠚⠋⠀ PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C
⠈⠳⣄
Some people say that the climate crisis is something that we all have created,
but that is not true, because if everyone is guilty then no one is to blame.
And someone is to blame. Some people, some companies, some decision-makers in
particular, have known exactly what priceless values they have been sacrificing
to continue making unimaginable amounts of money. (Greta Thunberg)
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Hi Tony,
On Mon, Dec 21, 2020 at 08:22:23PM -0800, tony mancill wrote:
> That's interesting. It builds successfully for me in a clean sid chroot
> using sbuild. libjli.so is part of the JRE, which is a dependency of
> default-jdk:
thanks for confirming it's no problem on your side, which made me think
what's different here: i've been using a chroot without /proc mounted.
With /proc mounted, the source packages build just fine, thus closing
these bug reports again.
> Do you mind sharing the output of `apt-cache policy default-jdk` and
> `dpkg -l | grep openjdk` on your build system? I'm curious as to how
> the build dep for default-jdk can be satisfied without the file being
> present.
sure!
$ apt-cache policy default-jdk
default-jdk:
Installed: 2:1.11-72
Candidate: 2:1.11-72
Version table:
*** 2:1.11-72 500
500 http://deb.debian.org/debian sid/main amd64 Packages
100 /var/lib/dpkg/status
$ dpkg -l | grep openjdk
ii openjdk-11-jdk:amd64 11.0.9.1+1-1
amd64 OpenJDK Development Kit (JDK)
ii openjdk-11-jdk-headless:amd64 11.0.9.1+1-1
amd64 OpenJDK Development Kit (JDK) (headless)
ii openjdk-11-jre:amd64 11.0.9.1+1-1
amd64 OpenJDK Java runtime, using Hotspot JIT
ii openjdk-11-jre-headless:amd64 11.0.9.1+1-1
amd64 OpenJDK Java runtime, using Hotspot JIT (headless)
--
cheers,
Holger
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ holger@(debian|reproducible-builds|layer-acht).org
⢿⡄⠘⠷⠚⠋⠀ PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C
⠈⠳⣄
“If the fires of 2020 horrify you, consider that, no matter what we do, by
2050, when the benefits of even fast climate action will only begin to arrive,
the area burned annually in the (US) West is expected to at least double and
perhaps quadruple.” (David Wallace-Wells)
signature.asc
Description: PGP signature
--- End Message ---