Your message dated Thu, 07 Feb 2019 11:49:05 +0000
with message-id <[email protected]>
and subject line Bug#907765: fixed in honeysql-clojure 0.8.2-2
has caused the Debian Bug report #907765,
regarding honeysql-clojure: FTBFS in buster/sid (Could not locate 
honeysql/format_test__init.class or honeysql/format_test.clj on classpath.)
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.)


-- 
907765: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907765
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:honeysql-clojure
Version: 0.8.2-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with javahelper --with jh_maven_repo_helper
   dh_update_autotools_config -i
   dh_autoreconf -i
   jh_linkjars -i
   debian/rules override_jh_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cat debian/header.html > /<<PKGBUILDDIR>>/CHANGES.html
sed -i'' -e 's#@TITLE@#0.8.2#g' /<<PKGBUILDDIR>>/CHANGES.html
markdown /<<PKGBUILDDIR>>/CHANGES.md >> /<<PKGBUILDDIR>>/CHANGES.html
cat debian/footer.html >> /<<PKGBUILDDIR>>/CHANGES.html
cat debian/header.html > /<<PKGBUILDDIR>>/README.html
sed -i'' -e 's#@TITLE@#Honey SQL#g' /<<PKGBUILDDIR>>/README.html
markdown /<<PKGBUILDDIR>>/README.md >> /<<PKGBUILDDIR>>/README.html
cat debian/footer.html >> /<<PKGBUILDDIR>>/README.html
jar cf honeysql.jar -C src .
mkdir -p /<<PKGBUILDDIR>>/doc/html && mv /<<PKGBUILDDIR>>/*.html 
/<<PKGBUILDDIR>>/doc/html
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
(cd test && find . -name '*.cljc' | \
        xargs clojure -cp /<<PKGBUILDDIR>>/honeysql.jar)
Exception in thread "main" java.io.FileNotFoundException: Could not locate 
honeysql/format_test__init.class or honeysql/format_test.clj on classpath. 
Please check that namespaces with dashes use underscores in the Clojure file 
name., compiling:(/<<PKGBUILDDIR>>/test/./honeysql/core_test.cljc:1:1)
        at clojure.lang.Compiler.load(Compiler.java:7526)
        at clojure.lang.Compiler.loadFile(Compiler.java:7452)
        at clojure.main$load_script.invokeStatic(main.clj:278)
        at clojure.main$script_opt.invokeStatic(main.clj:338)
        at clojure.main$script_opt.invoke(main.clj:333)
        at clojure.main$main.invokeStatic(main.clj:424)
        at clojure.main$main.doInvoke(main.clj:387)
        at clojure.lang.RestFn.applyTo(RestFn.java:137)
        at clojure.lang.Var.applyTo(Var.java:702)
        at clojure.main.main(main.java:37)
Caused by: java.io.FileNotFoundException: Could not locate 
honeysql/format_test__init.class or honeysql/format_test.clj on classpath. 
Please check that namespaces with dashes use underscores in the Clojure file 
name.
        at clojure.lang.RT.load(RT.java:463)
        at clojure.lang.RT.load(RT.java:426)
        at clojure.core$load$fn__9115.invoke(core.clj:6046)
        at clojure.core$load.invokeStatic(core.clj:6045)
        at clojure.core$load.doInvoke(core.clj:6029)
        at clojure.lang.RestFn.invoke(RestFn.java:408)
        at clojure.core$load_one.invokeStatic(core.clj:5848)
        at clojure.core$load_one.invoke(core.clj:5843)
        at clojure.core$load_lib$fn__9060.invoke(core.clj:5888)
        at clojure.core$load_lib.invokeStatic(core.clj:5887)
        at clojure.core$load_lib.doInvoke(core.clj:5868)
        at clojure.lang.RestFn.applyTo(RestFn.java:142)
        at clojure.core$apply.invokeStatic(core.clj:659)
        at clojure.core$load_libs.invokeStatic(core.clj:5925)
        at clojure.core$load_libs.doInvoke(core.clj:5909)
        at clojure.lang.RestFn.applyTo(RestFn.java:137)
        at clojure.core$apply.invokeStatic(core.clj:659)
        at clojure.core$require.invokeStatic(core.clj:5947)
        at clojure.core$require.doInvoke(core.clj:5947)
        at clojure.lang.RestFn.invoke(RestFn.java:457)
        at 
honeysql.core_test$eval2694$loading__9001__auto____2695.invoke(core_test.cljc:1)
        at honeysql.core_test$eval2694.invokeStatic(core_test.cljc:1)
        at honeysql.core_test$eval2694.invoke(core_test.cljc:1)
        at clojure.lang.Compiler.eval(Compiler.java:7062)
        at clojure.lang.Compiler.eval(Compiler.java:7051)
        at clojure.lang.Compiler.load(Compiler.java:7514)
        ... 9 more
make[1]: *** [debian/rules:26: override_dh_auto_test] Error 123
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

In reproducible builds it seems to be random, but I tried to build it 50 times
on GCE n1-standard-1 machines today and it failed each and every time.
If you need a test machine to reproduce please say so.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: honeysql-clojure
Source-Version: 0.8.2-2

We believe that the bug you reported is fixed in the latest version of
honeysql-clojure, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois <[email protected]> (supplier of updated honeysql-clojure package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 07 Feb 2019 12:24:29 +0100
Source: honeysql-clojure
Binary: libhoneysql-clojure
Architecture: source
Version: 0.8.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Cyril Brulebois <[email protected]>
Description:
 libhoneysql-clojure - library for mapping Clojure data structures to SQL
Closes: 907765
Changes:
 honeysql-clojure (0.8.2-2) unstable; urgency=medium
 .
   * Team upload.
   * Fix FTBFS by running tests in a specific order. Instead of blindly
     (reverse-)sorting the results of the find command and trusting it to
     be right, encode a suitable sequence of tests (Closes: #907765). Also
     make sure to error out when tests are added or removed, to make sure
     this sequence get refreshed when needed.
   * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
Checksums-Sha1:
 e9c710f26f198edfc224b56fdc2ebff21112a033 2116 honeysql-clojure_0.8.2-2.dsc
 bf1ac458962a7a31bbfea44db6a5864c4eabfb8e 7200 
honeysql-clojure_0.8.2-2.debian.tar.xz
 dc29cd858b5200d56c4d894d6c39f06a94328fa2 10702 
honeysql-clojure_0.8.2-2_source.buildinfo
Checksums-Sha256:
 bb28d8e4963947a2cba5cae1186195c699526b87020144ef72ef4f6cddfa336b 2116 
honeysql-clojure_0.8.2-2.dsc
 e0d3cff21da3b2fe4bbfdd907dfae8045278359a18c94cef527a750cbf760ec3 7200 
honeysql-clojure_0.8.2-2.debian.tar.xz
 6e766a862a5973430be52a61ab0a560c4c987facebba600334f49db52a315d3b 10702 
honeysql-clojure_0.8.2-2_source.buildinfo
Files:
 2785e0cb8fdf2a60e25a26d0381f7944 2116 java optional 
honeysql-clojure_0.8.2-2.dsc
 4d0ca13ffeecf91cb2df7c47f6252451 7200 java optional 
honeysql-clojure_0.8.2-2.debian.tar.xz
 5c35234b468563d297bcb2b1da029bf9 10702 java optional 
honeysql-clojure_0.8.2-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEtg6/KYRFPHDXTPR4/5FK8MKzVSAFAlxcFoIACgkQ/5FK8MKz
VSCKvw//Uumtkyif6zmvrWV1yKxE60ESnfyjDFdgwekKOfIdSm5uNYgL6mmwp3UB
NrI/It6Rbz5FFLvjkEHpQbAPQBsKyKZI9RmNfMm77Hxi3hkCiA8Omp16HI9dJnRE
91IZYcByNQ+THQtIVAN/0EPy0sOFa/BDWKcgdxzhkEcoppKbkMHJEE7fWx3oP678
xGdUTpseuSfW03V85lcZ8XDAkeky5tyZzgxzi3hhsSmN2foXv/GvSpgGRlCYGTrc
WdM4fBqfdABQJQa0Mw4KFgjBMsJtuGjahMuckVuYWE9lnpPrwsv9czQPxH/SwcKc
lN+FISM2kxPwWmGfiJL/+X3IZYqAa+BoG35VcY9mE4W5SnHQyF21EfOFgtgdqETB
rGU6pd+SVeTkqzmqLqXQM0BETo3QDJ3RqtLFW023Hz/GNBbivl+FSASX8DX6koVD
5R2E+giDs8TbGd7Fg5WEVtYDcJSLCX3efLIP3Iux/IH4ByBsu3ge8vqI659Amjpm
hbJVZRlTWDsvaLkduuy76KcdeM+eedBk6xEIGxcPw4MDbhOHO2vS6QgnFYA25JBL
Wf1GK6NFDfZSw1IZeKtAASQy/SGbQ0in4jlfjMuTOzmmMSKDA2Uss0wS+LwMwY7G
xwGpqfaN2ZlV4xjHcOhwzRmWuxKQLoJUn7REJCKJTY6hEEPqadA=
=kSd4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to