Your message dated Wed, 02 Sep 2015 03:52:02 +0000
with message-id <e1zwz5e-00070u...@franck.debian.org>
and subject line Bug#797489: fixed in bcel 6.0~rc3-2
has caused the Debian Bug report #797489,
regarding bcel: Missing Build-Depends on junit4
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 ow...@bugs.debian.org
immediately.)
--
797489: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797489
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bcel
Version: 6.0~rc3-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Tags: patch
Dear Maintainer,
bcel fails to build from source in unstable/amd64 due
to missing Build-Depends on junit4 :
[..]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/lamby/temp/cdt.20150831021647.FTqQqqUK1R/bcel-6.0~rc3/src/test/resources
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) junit:junit:jar:4.x
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=junit -DartifactId=junit
-Dversion=4.x -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the
file there:
mvn deploy:deploy-file -DgroupId=junit -DartifactId=junit
-Dversion=4.x -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.apache.bcel:bcel:jar:6.0
2) junit:junit:jar:4.x
----------
1 required artifact is missing.
for artifact:
org.apache.bcel:bcel:jar:6.0
from the specified remote repositories:
central (https://repo1.maven.org/maven2)
NOTE: Maven is executing in offline mode. Any artifacts not already in
your local
repository will be inaccessible.
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Mon Aug 31 02:36:20 BST 2015
[INFO] Final Memory: 16M/299M
[INFO]
------------------------------------------------------------------------
/usr/share/cdbs/1/class/maven.mk:93: recipe for target 'mvn-build'
failed
make: *** [mvn-build] Error 1
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` la...@debian.org / chris-lamb.co.uk
`-
dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: source package bcel
dpkg-buildpackage: source version 6.0~rc3-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Emmanuel Bourg <ebo...@apache.org>
dpkg-source --before-build bcel-6.0~rc3
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
test -x debian/rules
mkdir -p "."
cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp
/usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
-Dclassworlds.conf=/etc/maven2/m2-debian.conf org.codehaus.classworlds.Launcher
-s/etc/maven2/settings-debian.xml
-Dmaven.repo.local=/home/lamby/temp/cdt.20150831021647.FTqQqqUK1R/bcel-6.0~rc3/debian/maven-repo
clean
[INFO]
NOTE: Maven is executing in offline mode. Any artifacts not already in your
local
repository will be inaccessible.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons BCEL
[INFO] task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting
/home/lamby/temp/cdt.20150831021647.FTqQqqUK1R/bcel-6.0~rc3/target
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Mon Aug 31 02:35:55 BST 2015
[INFO] Final Memory: 8M/236M
[INFO] ------------------------------------------------------------------------
rm -f -r
/home/lamby/temp/cdt.20150831021647.FTqQqqUK1R/bcel-6.0~rc3/debian/maven-repo
debian/stamp-maven-build
rm -f debian/*.substvars
/usr/bin/make -f debian/rules unpatch-poms
make[1]: Entering directory
'/home/lamby/temp/cdt.20150831021647.FTqQqqUK1R/bcel-6.0~rc3'
mh_unpatchpoms -plibbcel-java
rm -f -f debian/stamp-poms-patched
make[1]: Leaving directory
'/home/lamby/temp/cdt.20150831021647.FTqQqqUK1R/bcel-6.0~rc3'
dh_clean
mh_unpatchpoms -plibbcel-java
rm -f -f debian/stamp-poms-patched
mh_clean
rm -f debian/stamp-maven-doc
debian/rules build
test -x debian/rules
mkdir -p "."
/usr/share/maven-debian-helper/copy-repo.sh
/home/lamby/temp/cdt.20150831021647.FTqQqqUK1R/bcel-6.0~rc3/debian
mh_patchpoms -plibbcel-java --debian-build --keep-pom-version
--maven-repo=/home/lamby/temp/cdt.20150831021647.FTqQqqUK1R/bcel-6.0~rc3/debian/maven-repo
touch debian/stamp-poms-patched
# before-build target may be used to unpatch the pom files, so we need to check
if
# patching the pom files is needed here, normally not
if [ ! -f pom.xml.save ]; then \
/usr/bin/make -f debian/rules patch-poms; \
fi
cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp
/usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
-Dclassworlds.conf=/etc/maven2/m2-debian.conf org.codehaus.classworlds.Launcher
-s/etc/maven2/settings-debian.xml
-Dmaven.repo.local=/home/lamby/temp/cdt.20150831021647.FTqQqqUK1R/bcel-6.0~rc3/debian/maven-repo
package
[INFO]
NOTE: Maven is executing in offline mode. Any artifacts not already in your
local
repository will be inaccessible.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons BCEL
[INFO] task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/lamby/temp/cdt.20150831021647.FTqQqqUK1R/bcel-6.0~rc3/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 372 source files to
/home/lamby/temp/cdt.20150831021647.FTqQqqUK1R/bcel-6.0~rc3/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/lamby/temp/cdt.20150831021647.FTqQqqUK1R/bcel-6.0~rc3/src/test/resources
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) junit:junit:jar:4.x
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=junit -DartifactId=junit -Dversion=4.x
-Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=junit -DartifactId=junit -Dversion=4.x
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.bcel:bcel:jar:6.0
2) junit:junit:jar:4.x
----------
1 required artifact is missing.
for artifact:
org.apache.bcel:bcel:jar:6.0
from the specified remote repositories:
central (https://repo1.maven.org/maven2)
NOTE: Maven is executing in offline mode. Any artifacts not already in your
local
repository will be inaccessible.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Mon Aug 31 02:36:20 BST 2015
[INFO] Final Memory: 16M/299M
[INFO] ------------------------------------------------------------------------
/usr/share/cdbs/1/class/maven.mk:93: recipe for target 'mvn-build' failed
make: *** [mvn-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: bcel
Source-Version: 6.0~rc3-2
We believe that the bug you reported is fixed in the latest version of
bcel, 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 797...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated bcel 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 01 Sep 2015 20:25:00 -0700
Source: bcel
Binary: libbcel-java libbcel-java-doc
Architecture: source all
Version: 6.0~rc3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Description:
libbcel-java - Analyze, create, and manipulate (binary) Java class files
libbcel-java-doc - Documentation for Byte Code Engineering Library (BCEL)
Closes: 797489
Changes:
bcel (6.0~rc3-2) unstable; urgency=medium
.
* Team upload.
* Add junit4 to build-deps. (Closes: #797489)
Checksums-Sha1:
f11db7ec74a13c5e27c49e707474adcf7cf73e73 2107 bcel_6.0~rc3-2.dsc
9f7691fd094e4c01bd9224ea7c00693855a145e9 5448 bcel_6.0~rc3-2.debian.tar.xz
23131a2b4a59bf9c1c8c2a141183c335c7bbc981 2343910
libbcel-java-doc_6.0~rc3-2_all.deb
b01d2a60752173155cfa2b02ddee9e2cce3bc226 566544 libbcel-java_6.0~rc3-2_all.deb
Checksums-Sha256:
da47cf4d37cd3eaf8344d09d252954b73ca3bf6fd73919756fa8e1a8cd8c4ccb 2107
bcel_6.0~rc3-2.dsc
d25675f28251c7b11d7e43ef5bbc33759d27205ef88815c6c26455192a70ef5d 5448
bcel_6.0~rc3-2.debian.tar.xz
6b08afafde414e85ab226e456e58e32fe474aa47c153be7d04a9835b3029f15d 2343910
libbcel-java-doc_6.0~rc3-2_all.deb
a91e1623639d6caf01e7c093866b81da9cb4c1330c0a1a4bb544d036918f89c0 566544
libbcel-java_6.0~rc3-2_all.deb
Files:
c7b113dcff1b43c6702e49772eaf8bf5 2107 java optional bcel_6.0~rc3-2.dsc
bb8b4329bc100e5aa1b7f3242421386e 5448 java optional
bcel_6.0~rc3-2.debian.tar.xz
a2ef391639cc41599f3a1125e6e11cd0 2343910 doc optional
libbcel-java-doc_6.0~rc3-2_all.deb
f727c4f43b42921a740bf019ffd4154f 566544 java optional
libbcel-java_6.0~rc3-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJV5m4fAAoJECHSBYmXSz6W5LsP/07R6k1jV7prbmC1GsNewfaP
JofsQEjtI5Fiz+O+VJYlYsAppmby9KwUQkY60arX5NeNDtSryIpmb0wJHXeJ/jcI
9O46pnh3x4CG29382w/teBykaj0IqUOrAv/akSpATSyyWH55eexigeUGCIfnAWCx
DVowXq5iSvuSE6M0fbMtDBnC8VDdyM4o0ujOZueMvwTb3aKcqZsj+TBeNKAQWkWM
ExmS+9VSe/jjOaUJQb3sj9n0c/ZGRFrjQYaq0fpdDKlVcGBQ2y05fnU3JKQJJ4Tb
XkW2qhmWnFtdfpulrmw6RgeSIuuZM4mReuqNv1Y4LEM87mkzxc7iYURZ/ALR6QhA
6QtWOYmLPqc3xuwFnDw7Jwh6Ad5KLId4BC956CcXR+PcbX9/wSzX9umFhEgoXf/r
mZgBqg0ZpPknXxT/t7mRk1mIiahC1ewwdFGO9U2Uuz/KA2ssMtwsO6DARmigBmn2
vQg8IZg6wh2IgxW0oBW+pTcxlZ3t8/FlVfCZVI9CUb6gshUdLwqatpX4OmLOqOc9
lBTU4CpdM087G0crAg9UnJCF/k0tKZ7tplfjKasXn8qcM0eFVU/EbJuYgN2LsOvT
iLWSvi+z4wqMIn5Q622a3GfNZHSqF4w5UQ87sINs7jeNNXQU8uxNgkXv8WY2zO5N
mSGyqEERA75nfqQQ/ODz
=T0Zk
-----END PGP SIGNATURE-----
--- End Message ---