Bug#982677: FTBFS - required network connection

2021-02-15 Thread Sven Mueller
Hi,

thanks for the background and for cross-checking. As it seems, this was
indeed a problem with a too old puppetlabs-ring-middleware-clojure package
being pulled in during the build. Not sure why (and why I missed that when
comparing the used build dependencies).

Kind regards,
Sven

Am So., 14. Feb. 2021 um 06:20 Uhr schrieb Louis-Philippe Véronneau <
po...@debian.org>:

> Hi!
>
> Thanks for reporting this bug.
>
> Sadly, I can't reproduce it using sbuild (with and without network).
> Utkarsh has asked Holger to try to build using pbuilder without network
> to see if he can reproduce it (I don't really have the spoons to set it
> up atm).
>
> FWIW, it looks to me like this is not a network issue, but a dependency
> one.
>
> I've seen this exact error before while working on jruby-utils-clojure
> and it was caused by an old pom.xml file used in a dependency:
>
>
> https://sources.debian.org/src/puppetlabs-ring-middleware-clojure/1.0.0-2/debian/pom.xml/#L97
>
> This has since been fixed in puppetlabs-ring-middleware-clojure and
> 1.3.0-2 (in sid) should be OK. Can you confirm you are using this
> version when building?
>
> --
>   ⢀⣴⠾⠻⢶⣦⠀
>   ⣾⠁⢠⠒⠀⣿⡁  Louis-Philippe Véronneau
>   ⢿⡄⠘⠷⠚⠋   po...@debian.org / veronneau.org
>   ⠈⠳⣄
>
>


Bug#982677: FTBFS - required network connection

2021-02-14 Thread Louis-Philippe Véronneau
tags 982677 = moreinfo unreproducible
severity 982677 normal
thanks

Holger reports no problem in building this package using pbuilder
without a network connection:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/rbac-client-clojure.html

I'm thus tagging this bug as requiring more info (how are you building
it exactly?) and as unreproducible. For now, I'm also decreasing the
severity to normal.

-- 
  ⢀⣴⠾⠻⢶⣦⠀
  ⣾⠁⢠⠒⠀⣿⡁  Louis-Philippe Véronneau
  ⢿⡄⠘⠷⠚⠋   po...@debian.org / veronneau.org
  ⠈⠳⣄



OpenPGP_signature
Description: OpenPGP digital signature


Bug#982677: FTBFS - required network connection

2021-02-13 Thread Louis-Philippe Véronneau
Hi!

Thanks for reporting this bug.

Sadly, I can't reproduce it using sbuild (with and without network).
Utkarsh has asked Holger to try to build using pbuilder without network
to see if he can reproduce it (I don't really have the spoons to set it
up atm).

FWIW, it looks to me like this is not a network issue, but a dependency
one.

I've seen this exact error before while working on jruby-utils-clojure
and it was caused by an old pom.xml file used in a dependency:

https://sources.debian.org/src/puppetlabs-ring-middleware-clojure/1.0.0-2/debian/pom.xml/#L97

This has since been fixed in puppetlabs-ring-middleware-clojure and
1.3.0-2 (in sid) should be OK. Can you confirm you are using this
version when building?

-- 
  ⢀⣴⠾⠻⢶⣦⠀
  ⣾⠁⢠⠒⠀⣿⡁  Louis-Philippe Véronneau
  ⢿⡄⠘⠷⠚⠋   po...@debian.org / veronneau.org
  ⠈⠳⣄



OpenPGP_signature
Description: OpenPGP digital signature


Bug#982677: FTBFS - required network connection

2021-02-13 Thread Sven Mueller
Severity: serious
Package: rbac-client-clojure
Version: 0.9.4-2

TTBOMK, Policy says that builds shouldn't rely on networking. However, when
attempting to build rbac-client-clojure on my (well, mostly) network-less
builder VM, I run into this error:

   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
lein pom debian/pom.xml
Wrote /<>/debian/pom.xml
lein i18n make
Running 'make i18n'
lein jar
Cannot access central (https://repo1.maven.org/maven2/) in offline mode and
the artifact ring:ring:jar:debian has not been downloaded from it before.
Cannot access clojars (https://repo.clojars.org/) in offline mode and the
artifact ring:ring:jar:debian has not been downloaded from it before.
This could be due to a typo in :dependencies, file system permissions, or
network issues.
If you are behind a proxy, try setting the 'http_proxy' environment
variable.
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<>'
make: *** [debian/rules:11: binary] Error 2

Having no Java experience, but it looks like a missing (possibly not yet
packages) build dependency to me.

Cheers,
Sven