Your message dated Thu, 21 Nov 2013 16:48:33 +0000 with message-id <[email protected]> and subject line Bug#730008: fixed in bsh 2.0b4-15 has caused the Debian Bug report #730008, regarding bsh: Builds libbsh-java package without needed maven-repo files 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.) -- 730008: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730008 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: bsh Version: 2.0b4-14 Severity: serious If I build the latest bsh source package using pbuilder, the resulting package has contents: root@frobozz:/var/cache/pbuilder# dpkg-deb -c result/libbsh-java_2.0b4-14_all.deb drwxr-xr-x root/root 0 2013-11-19 19:06 ./ drwxr-xr-x root/root 0 2013-11-19 19:06 ./usr/ drwxr-xr-x root/root 0 2013-11-19 19:06 ./usr/share/ drwxr-xr-x root/root 0 2013-11-19 19:06 ./usr/share/maven-repo/ drwxr-xr-x root/root 0 2013-11-19 19:06 ./usr/share/maven-repo/org/ drwxr-xr-x root/root 0 2013-11-19 19:06 ./usr/share/maven-repo/org/beanshell/ drwxr-xr-x root/root 0 2013-11-19 19:06 ./usr/share/maven-repo/org/beanshell/bsh/ drwxr-xr-x root/root 0 2013-11-19 19:06 ./usr/share/maven-repo/org/beanshell/bsh/2.0b4/ drwxr-xr-x root/root 0 2013-11-19 19:06 ./usr/share/maven-repo/org/beanshell/bsh/debian/ drwxr-xr-x root/root 0 2013-11-19 19:06 ./usr/share/java/ -rw-r--r-- root/root 280863 2013-11-19 19:06 ./usr/share/java/bsh-2.0b4.jar drwxr-xr-x root/root 0 2013-11-19 19:06 ./usr/share/doc/ drwxr-xr-x root/root 0 2013-11-19 19:06 ./usr/share/doc/libbsh-java/ -rw-r--r-- root/root 1081 2013-11-04 08:39 ./usr/share/doc/libbsh-java/copyright -rw-r--r-- root/root 3310 2013-11-04 08:39 ./usr/share/doc/libbsh-java/changelog.Debian.gz lrwxrwxrwx root/root 0 2013-11-19 19:06 ./usr/share/maven-repo/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar -> ../../../../../java/bsh-2.0b4.jar lrwxrwxrwx root/root 0 2013-11-19 19:06 ./usr/share/maven-repo/org/beanshell/bsh/debian/bsh-debian.jar -> ../../../../../java/bsh-2.0b4.jar lrwxrwxrwx root/root 0 2013-11-19 19:06 ./usr/share/java/bsh.jar -> bsh-2.0b4.jar i.e. there are no *.pom files in /usr/share/maven-repo. (By the way, any idea why this source package is in sid but all the bsh binary packages are still at 2.0b4-12?) Because of this, in a chroot with bsh 2.0b4-14 installed, I'm getting numerous errors in packages which use maven to build, like this one from antlr-maven- plugin: debian/rules build test -x debian/rules mkdir -p "." /usr/share/maven-debian-helper/copy-repo.sh /tmp/buildd/antlr-maven-plugin-2.2/debian mh_patchpoms -plibantlr-maven-plugin-java --debian-build --keep-pom-version --maven-repo=/tmp/buildd/antlr-maven-plugin-2.2/debian/maven-repo --build-no-docs 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 -Dproperties.file.manual=/tmp/buildd/antlr-maven-plugin-2.2/debian/maven.properties -Dclassworlds.conf=/etc/maven2/m2-debian-nodocs.conf org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml -Dmaven.repo.local=/tmp/buildd/antlr-maven-plugin-2.2/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 Maven ANTLR Plugin [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ [INFO] [modello:java {execution: default}] [INFO] outputDirectory: /tmp/buildd/antlr-maven-plugin-2.2/target/generated-sources/modello [INFO] Working on model: src/main/mdo/antlrOptions.mdo [INFO] Generating current version: 1.0.0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.beanshell:bsh:jar:debian Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.beanshell -DartifactId=bsh -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.beanshell -DartifactId=bsh -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.maven.plugins:maven-plugin-plugin:maven-plugin:3.2 2) org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:jar:debian 3) org.beanshell:bsh:jar:debian ---------- 1 required artifact is missing. for artifact: org.apache.maven.plugins:maven-plugin-plugin:maven-plugin:3.2 from the specified remote repositories: central (http://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: 1 second [INFO] Finished at: Mon Nov 18 03:46:27 UTC 2013 [INFO] Final Memory: 11M/212M [INFO] ------------------------------------------------------------------------ make: *** [mvn-build] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 -- Daniel Schepler
--- End Message ---
--- Begin Message ---Source: bsh Source-Version: 2.0b4-15 We believe that the bug you reported is fixed in the latest version of bsh, 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. Emmanuel Bourg <[email protected]> (supplier of updated bsh 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: SHA1 Format: 1.8 Date: Thu, 21 Nov 2013 17:16:04 +0100 Source: bsh Binary: bsh libbsh-java bsh-doc bsh-src Architecture: source all Version: 2.0b4-15 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers <[email protected]> Changed-By: Emmanuel Bourg <[email protected]> Description: bsh - Java scripting environment (BeanShell) Version 2 bsh-doc - Documentation for bsh bsh-src - Java scripting environment (BeanShell) Version 2 (source code) libbsh-java - Java scripting environment (BeanShell) Version 2 (library) Closes: 729972 730008 Changes: bsh (2.0b4-15) unstable; urgency=low . * Added the poms missing in the previous upload (Closes: #730008) * Transition to the Servlet API 3.0 (Closes: #729972) Checksums-Sha1: 435b456510ef20dc117799be9443463262618073 1478 bsh_2.0b4-15.dsc ca7a113af46aadd63f105a490bdd7113d4fe4647 9063 bsh_2.0b4-15.debian.tar.gz cbea5dfa6590926bb7e28c51df39a4c6fc999016 7812 bsh_2.0b4-15_all.deb d3dbe0b23a1553e3dea2314ad306b4701b3fd883 266032 libbsh-java_2.0b4-15_all.deb 5cf47c2b17c625a48e323f9a4d8f5d1ae4fd26e6 339892 bsh-doc_2.0b4-15_all.deb dccf1530c92c8f46350363059c923e92d949b9c9 836084 bsh-src_2.0b4-15_all.deb Checksums-Sha256: b44cb761faf4b5473215532776339693c102f2f0ba77dbd8f696c4f1e1478ccd 1478 bsh_2.0b4-15.dsc 929021759d9035677368bb79c75d19300ca6fce6ce6447bf674bc67666d15f6f 9063 bsh_2.0b4-15.debian.tar.gz 73908a7b9f75455b33a9593cd5742158761c7fd54b3c7c451f371b83f7c42c89 7812 bsh_2.0b4-15_all.deb 50b54d02f2f58ea183c4267df057434c5f913ef363d9aa27132c68c22c72b51f 266032 libbsh-java_2.0b4-15_all.deb 83052614b65f31ad879cefef1154ffe6a40b2cd408d9586b3d7f344ff83e749c 339892 bsh-doc_2.0b4-15_all.deb 66c6f859620135c3925996b320544d91f33c16e9d76b8e7288d5a5b985e40ea6 836084 bsh-src_2.0b4-15_all.deb Files: fb03be2010412cd79f57673628588ca5 1478 devel optional bsh_2.0b4-15.dsc e3a2eabb329de31dc193b310b21b829d 9063 devel optional bsh_2.0b4-15.debian.tar.gz c606a500452c4ca54447726f10d7c305 7812 devel optional bsh_2.0b4-15_all.deb ec0be4323f389dfaae83a62b28751695 266032 java optional libbsh-java_2.0b4-15_all.deb a59ab11ab1e6c94cf5f9f1b10d776344 339892 doc optional bsh-doc_2.0b4-15_all.deb d374eb7ed0bc4c8691441df957c95404 836084 java optional bsh-src_2.0b4-15_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) iEYEARECAAYFAlKON6IACgkQiOXXM92JlhDkwACgtUPjWoBhath7Y4kI/I9LKupd w3sAmwQba3LA2HoOD/yqe7f4Al66K+/n =xdeU -----END PGP SIGNATURE-----
--- End Message ---
__ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

