Your message dated Sat, 01 Jul 2017 18:34:42 +0000
with message-id <e1drnea-000drs...@fasolo.debian.org>
and subject line Bug#866561: fixed in maven-enforcer 1.4.1-3
has caused the Debian Bug report #866561,
regarding maven-enforcer: FTBFS: Missing Build-Depends on libhamcrest-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.)


-- 
866561: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866561
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: maven-enforcer
Version: 1.4.1-2
Severity: serious

>From my pbuilder build log:

...
 debian/rules build
dh build --buildsystem=maven
  dh_testdir -O--buildsystem=maven
  dh_update_autotools_config -O--buildsystem=maven
  dh_autoreconf -O--buildsystem=maven
  dh_auto_configure -O--buildsystem=maven
find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compiler/*/*.jar':
No such file or directory
find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compilers/*/*.jar':
No such file or directory
find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-containers/*/*.jar':
No such file or directory
       mh_patchpoms -plibmaven-enforcer-plugin-java --debian-build
--keep-pom-version
--maven-repo=/build/maven-enforcer-1.4.1/debian/maven-repo
  dh_auto_build -O--buildsystem=maven
       /usr/lib/jvm/default-java/bin/java -noverify -cp
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
-Dmaven.home=/usr/share/maven
-Dmaven.multiModuleProjectDirectory=/build/maven-
enforcer-1.4.1 -Dclassworlds.conf=/etc/maven/m2-debian.conf
-Dproperties.file.manual=/build/maven-enforcer-1.4.1/debian/maven.properties
org.codehaus.plexus.classworlds.launcher.Launcher
-s/etc/maven/settings-debian.xml -Ddeb
ian.dir=/build/maven-enforcer-1.4.1/debian
-Dmaven.repo.local=/build/maven-enforcer-1.4.1/debian/maven-repo
package -DskipTests -Dnotimestamp=true -Dlocale=en_US
[INFO] Scanning for projects...
[WARNING] The project org.apache.maven.enforcer:enforcer:pom:1.4.1
uses prerequisites which is only intended for maven-plugin projects
but not for non maven-plugin projects. For such purposes you should
use the maven-enforcer
-plugin. See 
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache Maven Enforcer
[INFO] Apache Maven Enforcer API
[INFO] Apache Maven Enforcer Rules
[INFO] Apache Maven Enforcer Plugin
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Enforcer 1.4.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Enforcer API 1.4.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
enforcer-api ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy
filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory
/build/maven-enforcer-1.4.1/enforcer-api/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
enforcer-api ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding
ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] Compiling 5 source files to
/build/maven-enforcer-1.4.1/enforcer-api/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ enforcer-api ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile)
@ enforcer-api ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ enforcer-api ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ enforcer-api ---
[INFO] Building jar:
/build/maven-enforcer-1.4.1/enforcer-api/target/enforcer-api-1.4.1.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Enforcer Rules 1.4.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
enforcer-rules ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy
filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory
/build/maven-enforcer-1.4.1/enforcer-rules/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
enforcer-rules ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding
ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] Compiling 41 source files to
/build/maven-enforcer-1.4.1/enforcer-rules/target/classes
[INFO] 
/build/maven-enforcer-1.4.1/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java:
/build/maven-enforcer-1.4.1/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequireP
luginVersions.java uses or overrides a deprecated API.
[INFO] 
/build/maven-enforcer-1.4.1/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java:
Recompile with -Xlint:deprecation for details.
[INFO] 
/build/maven-enforcer-1.4.1/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequireSameVersions.java:
Some input files use unchecked or unsafe operations.
[INFO] 
/build/maven-enforcer-1.4.1/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequireSameVersions.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ enforcer-rules ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile)
@ enforcer-rules ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ enforcer-rules ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ enforcer-rules ---
[INFO] Building jar:
/build/maven-enforcer-1.4.1/enforcer-rules/target/enforcer-rules-1.4.1.jar
[INFO]
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ enforcer-rules ---
[INFO] Skipping packaging of the test-jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Enforcer Plugin 1.4.1
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.hamcrest:hamcrest-core:jar:debian is
missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Maven Enforcer .............................. SUCCESS [  0.002 s]
[INFO] Apache Maven Enforcer API .......................... SUCCESS [  1.164 s]
[INFO] Apache Maven Enforcer Rules ........................ SUCCESS [  1.022 s]
[INFO] Apache Maven Enforcer Plugin ....................... FAILURE [  0.024 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.340 s
[INFO] Finished at: 2017-06-30T03:32:23Z
[INFO] Final Memory: 14M/157M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project maven-enforcer-plugin: Could
not resolve dependencies for project
org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:1.4.1:
Cannot access central (https://repo.maven.apache.o
rg/maven2) in offline mode and the artifact
org.hamcrest:hamcrest-core:jar:debian has not been downloaded from it
before. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-enforcer-plugin
dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
-Dmaven.home=/usr/share/maven
-Dmaven.multiModuleProjectDirectory=/build
/maven-enforcer-1.4.1 -Dclassworlds.conf=/etc/maven/m2-debian.conf
-Dproperties.file.manual=/build/maven-enforcer-1.4.1/debian/maven.properties
org.codehaus.plexus.classworlds.launcher.Launcher
-s/etc/maven/settings-debian.xm
l -Ddebian.dir=/build/maven-enforcer-1.4.1/debian
-Dmaven.repo.local=/build/maven-enforcer-1.4.1/debian/maven-repo
package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit
code 1
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

--- End Message ---
--- Begin Message ---
Source: maven-enforcer
Source-Version: 1.4.1-3

We believe that the bug you reported is fixed in the latest version of
maven-enforcer, 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 866...@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 maven-enforcer 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: Sat, 01 Jul 2017 11:17:47 -0700
Source: maven-enforcer
Binary: libmaven-enforcer-plugin-java
Architecture: source all
Version: 1.4.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Description:
 libmaven-enforcer-plugin-java - Maven build rule execution framework
Closes: 856766 866561
Changes:
 maven-enforcer (1.4.1-3) unstable; urgency=medium
 .
   * Team upload.
   * Add tony mancill <tmanc...@debian.org> to Uploaders.
   * Remove Gabriele Giacone from Uploaders (Closes: #856766)
   * Add missing build-dep on libhamcrest-java (Closes: #866561)
   * Bump Standards-Version to 4.0.0
   * Update Homepage to use https URL
Checksums-Sha1:
 7a458262e9c2a26a57440a8d504983ee174786a6 2482 maven-enforcer_1.4.1-3.dsc
 157e5bb9ecb1688c3463febd125c83a582c1f333 3452 
maven-enforcer_1.4.1-3.debian.tar.xz
 3fb5de5f6c8e00e7055ef920729abd4ebbaa6ea4 109194 
libmaven-enforcer-plugin-java_1.4.1-3_all.deb
 cbda813f55e46a93ab561fa68d3eb5c1b6581c6c 14017 
maven-enforcer_1.4.1-3_amd64.buildinfo
Checksums-Sha256:
 f1c201c7204eb21c342f655b495786db19bca4f8577b97dd01409777ac713e39 2482 
maven-enforcer_1.4.1-3.dsc
 3f20645aeaf74ecc54770d72c99ba4744e6564376d4d7cac21ba3db2179be052 3452 
maven-enforcer_1.4.1-3.debian.tar.xz
 462cbac483f0b88adf91a29b6a6744df5313c26aa85bae122a6bee35988e9494 109194 
libmaven-enforcer-plugin-java_1.4.1-3_all.deb
 1d1b330e09cbf32198aadf3e1927355f660e84a52e5e5b2d8c2ea4287f513e62 14017 
maven-enforcer_1.4.1-3_amd64.buildinfo
Files:
 0367517a1e4c1a804dd1c0c2dc503732 2482 java optional maven-enforcer_1.4.1-3.dsc
 fc34ee8aa00f380dc4ec540d4e5f836e 3452 java optional 
maven-enforcer_1.4.1-3.debian.tar.xz
 a16f4ef4121090ec57335024b7f8d390 109194 java optional 
libmaven-enforcer-plugin-java_1.4.1-3_all.deb
 7a9434b04ba636a284e59c2c0459a9eb 14017 java optional 
maven-enforcer_1.4.1-3_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAllX564UHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpb0iw/5AZN5s/wwavup+co0cmqo5bsiJcE3
inRR73yEF1R+G4/X9oO7jAyDHNm7T1aM/w2y21k7NGDIwOh4ayCdBKw8IgJPy+GU
p3CZeQETVJQJiI4p2gTNtI2AQsi3WtWtt5XsBXcM+FDGJQfR/+N/vG7SFysHcGss
V4cONWCB/R621z5HcaQeCRHeZZWvXdYrmo4WiJU8Th50WyVciTFyynWDPY1fFR1U
p8pDTxuzRtLqBaCdB4aX0EA0hhWWMaWZGd7w+jmnufPNq285US2XpuLiYmR7cTWR
wVk3G3BejoYBA4EcB3cQwSL2bNzyNP3iNJhyWZugFg5Op48O2j87YHasi+Ide6jf
W7tu0qOOlyRKFXmxeyxgDv2lB8JQSCgSyWRhpti1CdvPYr69Z4rcScarunxdt3o8
ji1zNdX8HKUAMnyXGp9R9JVoh/qsnl7j3ZCaaJWdCxgumxf6HHCS+rC2nNOsYnt8
A+WCaMNE96K+Yn6lZ0/CbV1RQuWPcVKvtNQo3H9zd7K4dPiX92LzynljlcyIi3AZ
HqnkmqrDJL2Y2YYGtMW6LXDESrntUOT80r9Xbkq4LuP80k+SAuQV5Mwf+o7trpUX
gen3C/X7DMP1loL3rXNYkSP3+oHWyx1AL1cfU5riZbnFbuKRNfxDQa/XRkzyOmnq
zalpkl5SQI5veCM=
=5I9G
-----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