Your message dated Mon, 31 Aug 2015 15:39:19 +0000
with message-id <e1zwrb1-0002aw...@franck.debian.org>
and subject line Bug#797436: fixed in maven-indexer 5.1.1-2
has caused the Debian Bug report #797436,
regarding maven-indexer: Missing Build-Depends on libregexp-java
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.)


-- 
797436: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797436
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: maven-indexer
Version: 5.1.1-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,

maven-indexer fails to build from source in unstable/amd64 due
to missing Build-Depends on libregexp-java:

  [..]

  [INFO]
  ------------------------------------------------------------------------
  [ERROR] BUILD ERROR
  [INFO]
  ------------------------------------------------------------------------
  [INFO] Failed to resolve artifact.
  
  Missing:
  ----------
  1) jakarta-regexp:jakarta-regexp:jar:debian
  
    Try downloading the file manually from the project website.
  
    Then, install it using the command: 
        mvn install:install-file -DgroupId=jakarta-regexp
        -DartifactId=jakarta-regexp -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=jakarta-regexp
        -DartifactId=jakarta-regexp -Dversion=debian -Dpackaging=jar
        -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  
    Path to dependency: 
        1) org.apache.maven.indexer:indexer-core:jar:5.1.1
        2) org.apache.lucene:lucene-highlighter:jar:debian
        3) org.apache.lucene:lucene-queries:jar:debian
        4) jakarta-regexp:jakarta-regexp:jar:debian
  
  ----------
  1 required artifact is missing.
  
  for artifact: 
    org.apache.maven.indexer:indexer-core:jar:5.1.1
  
  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: 2 seconds
  [INFO] Finished at: Sun Aug 30 18:54:26 BST 2015
  [INFO] Final Memory: 23M/424M
  [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 maven-indexer
dpkg-buildpackage: source version 5.1.1-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Andrew Ross <ubu...@rossfamily.co.uk>
 dpkg-source --before-build maven-indexer-5.1.1
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 
-Dproperties.file.manual=/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/debian/maven.properties
 -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
-Dmaven.repo.local=/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/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] Reactor build order: 
[INFO]   Maven :: Indexer
[INFO]   Maven :: Indexer Artifact Utils
[INFO]   Maven :: Indexer Core
[INFO]   Maven :: Indexer CLI
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven :: Indexer
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 
/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/target
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven :: Indexer Artifact Utils
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 
/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/indexer-artifact/target
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven :: Indexer Core
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 
/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/indexer-core/target
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven :: Indexer CLI
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 
/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/indexer-cli/target
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] Maven :: Indexer ...................................... SUCCESS [0.242s]
[INFO] Maven :: Indexer Artifact Utils ....................... SUCCESS [0.019s]
[INFO] Maven :: Indexer Core ................................. SUCCESS [0.038s]
[INFO] Maven :: Indexer CLI .................................. SUCCESS [0.063s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Sun Aug 30 18:54:18 BST 2015
[INFO] Final Memory: 6M/236M
[INFO] ------------------------------------------------------------------------
rm -f -r 
/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/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.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1'
mh_unpatchpoms -plibmaven-indexer-java
rm -f -f debian/stamp-poms-patched
make[1]: Leaving directory 
'/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1'
dh_clean 
mh_unpatchpoms -plibmaven-indexer-java
rm -f -f debian/stamp-poms-patched
mh_clean
 debian/rules build
test -x debian/rules
mkdir -p "."
/usr/share/maven-debian-helper/copy-repo.sh 
/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/debian
mh_patchpoms -plibmaven-indexer-java --debian-build --keep-pom-version 
--maven-repo=/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/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=/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/debian/maven.properties
 -Dclassworlds.conf=/etc/maven2/m2-debian-nodocs.conf 
org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
-Dmaven.repo.local=/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/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] Reactor build order: 
[INFO]   Maven :: Indexer
[INFO]   Maven :: Indexer Artifact Utils
[INFO]   Maven :: Indexer Core
[INFO]   Maven :: Indexer CLI
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven :: Indexer
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [plexus-component-metadata:generate-metadata {execution: 
process-classes}]
[INFO] [plexus-component-metadata:generate-test-metadata {execution: 
process-test-classes}]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven :: Indexer Artifact Utils
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/indexer-artifact/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 9 source files to 
/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/indexer-artifact/target/classes
[INFO] [plexus-component-metadata:generate-metadata {execution: 
process-classes}]
[INFO] Discovered 3 component descriptors(s)
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/indexer-artifact/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [plexus-component-metadata:generate-test-metadata {execution: 
process-test-classes}]
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 
/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/indexer-artifact/target/indexer-artifact-5.1.1.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven :: Indexer Core
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/lamby/temp/cdt.20150830180248.vlbvx8fJ7s/maven-indexer-5.1.1/indexer-core/src/main/resources
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) jakarta-regexp:jakarta-regexp:jar:debian

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=jakarta-regexp 
-DartifactId=jakarta-regexp -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=jakarta-regexp 
-DartifactId=jakarta-regexp -Dversion=debian -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.maven.indexer:indexer-core:jar:5.1.1
        2) org.apache.lucene:lucene-highlighter:jar:debian
        3) org.apache.lucene:lucene-queries:jar:debian
        4) jakarta-regexp:jakarta-regexp:jar:debian

----------
1 required artifact is missing.

for artifact: 
  org.apache.maven.indexer:indexer-core:jar:5.1.1

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: 2 seconds
[INFO] Finished at: Sun Aug 30 18:54:26 BST 2015
[INFO] Final Memory: 23M/424M
[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: maven-indexer
Source-Version: 5.1.1-2

We believe that the bug you reported is fixed in the latest version of
maven-indexer, 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.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated maven-indexer 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: SHA256

Format: 1.8
Date: Mon, 31 Aug 2015 16:51:57 +0200
Source: maven-indexer
Binary: libmaven-indexer-java
Architecture: source all
Version: 5.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
 libmaven-indexer-java - Maven :: Indexer
Closes: 797436
Changes:
 maven-indexer (5.1.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Added the missing dependency on libregexp-java (Closes: #797436)
   * Standards-Version updated to 3.9.6 (no changes)
   * Switch to debhelper level 9
Checksums-Sha1:
 f75c9a425d57ecaf6562fa4b9eab56089f0cf40b 2328 maven-indexer_5.1.1-2.dsc
 a88f2d5d824a806a00a79d60dd32fcb3dd780923 6032 
maven-indexer_5.1.1-2.debian.tar.xz
 8878ff1f7b1d10ca28800e7fb3761d76d9f57a7f 224464 
libmaven-indexer-java_5.1.1-2_all.deb
Checksums-Sha256:
 1798cf2e3be7faf04dd82279578f34d8feecc7f4a93aa535fdea3aeb379c6c71 2328 
maven-indexer_5.1.1-2.dsc
 b894f672b2263ee33ade3c9be67cb5fcdd194655cde2222adb43ab72dd9e8345 6032 
maven-indexer_5.1.1-2.debian.tar.xz
 5b2216b604b5a71abecda13155601f0fd1e509550d1567f9118f97a9d0eeead0 224464 
libmaven-indexer-java_5.1.1-2_all.deb
Files:
 af3befeb9dd3ba2eb9afe15635dc939a 2328 java optional maven-indexer_5.1.1-2.dsc
 16ca3d994e523edfa62dbce2bc5d95f9 6032 java optional 
maven-indexer_5.1.1-2.debian.tar.xz
 efa3cc9ad6c419e45ab4b0e69d77011b 224464 java optional 
libmaven-indexer-java_5.1.1-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJV5G0LAAoJEPUTxBnkudCs29gP+wfeYA3uREp7Kw+EH4+WKk1f
SlUxZywddwsIK84nchlj3qyOatiOpHYo4LNtsT9rurbUP6GD9Tm3kxzWngfLCZoO
PEmisLy5BYMhFDAvX//lZ+gHbANdv6xC17fkIn/t+DxlkpA8aHlZnhA8Oxacen26
C02bJRm7E+m2sIRARmb2VOJpSafGI0cMCX7rdGU+KQOzHJyvDlzQPO6EdrcfiRtY
YFQoV9B8NRwSl8XpB2Bsk4Ni+Mxs3TRAzTKVvBMfsBQ6w0jf55NpwnRtroe6mz7U
9/t9rMHAGiIo/Z8Dkzj5Yx1KoU8USK1rHZrU06faVOkEzDOu+fEIC7zBPSK6VMeL
W4LeUvyckzIEcv6kE/UWsWaA7kGDHjI6j0+0gFK69eMFk/GkUZNSfUqIWSTgVguU
Yr5uyRQnKQLsy/zOuEv6BcXbphgiYjVDPh67sIl1CDhspcVLIQSYfXCAgpm4aAsF
KrY5QR/NGqbX4kqdDkpzbmxwxF4MMsbmrRAzXAxlatjwoFotaS3MqAzdYOk6qcps
yPV9fG8WR2vxVi8spvV2wsozNmSk1llQRO1O2CXZL+eLneM1IB2n7oJb4bHFUTwq
9KexWNQ8U8UStaIF0J1N/MSbx0TteiqJ8lW/3RAHF1nMRHesoCWpxP4y9RjmFanl
vSj9wp5rgIqBH0k1wN0Z
=C/WY
-----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
debian-j...@lists.debian.org for discussions and questions.

Reply via email to