Your message dated Sun, 30 Aug 2015 22:16:25 +0000
with message-id <e1zwatl-0003su...@franck.debian.org>
and subject line Bug#797298: fixed in msv 2009.1+dfsg1-5
has caused the Debian Bug report #797298,
regarding msv: FTBFS: Failed to resolve artifact [..] junit:junit:jar:4.x
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.)


-- 
797298: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797298
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: msv
Version: 2009.1+dfsg1-4
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

Dear Maintainer,

msv fails to build from source in unstable/amd64:

  [..]

  [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) com.sun.msv.datatype.xsd:xsdlib:jar:2009.1
        2) junit:junit:jar:4.x
  
  ----------
  1 required artifact is missing.
  
  for artifact: 
    com.sun.msv.datatype.xsd:xsdlib:jar:2009.1
  
  from the specified remote repositories:
    central (https://repo1.maven.org/maven2),
    maven2-repository.dev.java.net (http://download.java.net/maven/2/)
  
  
  
  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: Sat Aug 29 11:18:12 BST 2015
  [INFO] Final Memory: 10M/236M
  [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 msv
dpkg-buildpackage: source version 2009.1+dfsg1-4
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Giovanni Mascellani <g...@debian.org>
 dpkg-source --before-build msv-2009.1+dfsg1
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.20150829111318.l3OoXmZY7n/msv-2009.1+dfsg1/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.20150829111318.l3OoXmZY7n/msv-2009.1+dfsg1/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]   msv
[INFO]   MSV Parent
[INFO]   MSV XML Schema Library
[INFO]   MSV Test Harness
[INFO]   MSV Core
[INFO]   MSV RNG Converter
[INFO] ------------------------------------------------------------------------
[INFO] Building msv
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] ------------------------------------------------------------------------
[INFO] Building MSV Parent
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] ------------------------------------------------------------------------
[INFO] Building MSV XML Schema Library
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 
/home/lamby/temp/cdt.20150829111318.l3OoXmZY7n/msv-2009.1+dfsg1/xsdlib/target
[INFO] ------------------------------------------------------------------------
[INFO] Building MSV Test Harness
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] ------------------------------------------------------------------------
[INFO] Building MSV Core
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] ------------------------------------------------------------------------
[INFO] Building MSV RNG Converter
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] msv ................................................... SUCCESS [0.148s]
[INFO] MSV Parent ............................................ SUCCESS [0.069s]
[INFO] MSV XML Schema Library ................................ SUCCESS [0.073s]
[INFO] MSV Test Harness ...................................... SUCCESS [0.009s]
[INFO] MSV Core .............................................. SUCCESS [0.012s]
[INFO] MSV RNG Converter ..................................... SUCCESS [0.010s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Sat Aug 29 11:18:05 BST 2015
[INFO] Final Memory: 7M/236M
[INFO] ------------------------------------------------------------------------
rm -f -r 
/home/lamby/temp/cdt.20150829111318.l3OoXmZY7n/msv-2009.1+dfsg1/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.20150829111318.l3OoXmZY7n/msv-2009.1+dfsg1'
mh_unpatchpoms -plibmsv-java
rm -f -f debian/stamp-poms-patched
make[1]: Leaving directory 
'/home/lamby/temp/cdt.20150829111318.l3OoXmZY7n/msv-2009.1+dfsg1'
dh_clean 
mh_unpatchpoms -plibmsv-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.20150829111318.l3OoXmZY7n/msv-2009.1+dfsg1/debian
mh_patchpoms -plibmsv-java --debian-build --keep-pom-version 
--maven-repo=/home/lamby/temp/cdt.20150829111318.l3OoXmZY7n/msv-2009.1+dfsg1/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.20150829111318.l3OoXmZY7n/msv-2009.1+dfsg1/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.20150829111318.l3OoXmZY7n/msv-2009.1+dfsg1/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]   msv
[INFO]   MSV Parent
[INFO]   MSV XML Schema Library
[INFO]   MSV Test Harness
[INFO]   MSV Core
[INFO]   MSV RNG Converter
[INFO] ------------------------------------------------------------------------
[INFO] Building msv
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building MSV Parent
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building MSV XML Schema Library
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[WARNING] File encoding has not been set, using platform encoding 
ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] Compiling 104 source files to 
/home/lamby/temp/cdt.20150829111318.l3OoXmZY7n/msv-2009.1+dfsg1/xsdlib/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
resources, i.e. build is platform dependent!
[INFO] Copying 3 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) com.sun.msv.datatype.xsd:xsdlib:jar:2009.1
        2) junit:junit:jar:4.x

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

for artifact: 
  com.sun.msv.datatype.xsd:xsdlib:jar:2009.1

from the specified remote repositories:
  central (https://repo1.maven.org/maven2),
  maven2-repository.dev.java.net (http://download.java.net/maven/2/)



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: Sat Aug 29 11:18:12 BST 2015
[INFO] Final Memory: 10M/236M
[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: msv
Source-Version: 2009.1+dfsg1-5

We believe that the bug you reported is fixed in the latest version of
msv, 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 msv 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: Sun, 30 Aug 2015 11:50:24 -0700
Source: msv
Binary: libmsv-java
Architecture: source all
Version: 2009.1+dfsg1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Description:
 libmsv-java - Sun multi-schema XML validator
Closes: 741885 797298
Changes:
 msv (2009.1+dfsg1-5) unstable; urgency=medium
 .
   * Team upload.
   * Add patch to set Main-Class manifest attribute (Closes: #741885)
   * Apply patch to add junit4 to build-deps.  (Closes: #797298)
     Thank you to Hans Joachim Desserud.
   * Bump standards version to 3.9.6 (no changes).
Checksums-Sha1:
 a3c17d4ea2630d8c0622b38ac10553dda5f07aa9 2099 msv_2009.1+dfsg1-5.dsc
 68e6dd1fb8b9ad05eedffa1f4b95400ba35f9436 7856 msv_2009.1+dfsg1-5.debian.tar.xz
 8ce0235f816e174cad089a0dd075a43aa020c292 770568 
libmsv-java_2009.1+dfsg1-5_all.deb
Checksums-Sha256:
 df4d5a8b871caa7010a214896b0b6667f9a430ff0b56c46b39f04c9591d9b280 2099 
msv_2009.1+dfsg1-5.dsc
 d17065f4f2e3bb6b8a4541533182a80108ee2b4d333d53fea080cf7d73444a49 7856 
msv_2009.1+dfsg1-5.debian.tar.xz
 ca5ba85fe76b397406be22d06bb76a7343ecffe27122bd5647d30a76eaf279d9 770568 
libmsv-java_2009.1+dfsg1-5_all.deb
Files:
 9542fba23e0b93186a196565c5e4d845 2099 java extra msv_2009.1+dfsg1-5.dsc
 5805f6a2c74f5ed57d99cd6a79fd65ff 7856 java extra 
msv_2009.1+dfsg1-5.debian.tar.xz
 6d93ea8f563a73e9e59f5c467da8c3fe 770568 java extra 
libmsv-java_2009.1+dfsg1-5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJV42i8AAoJECHSBYmXSz6WzhEQAMYdTVYQtBlQxQMbwxeMF0Sa
iMgUdd0xS/B4HU1xQdv8jrKTz1pTtqjh1Qrd3udL5iWb1AlRWBugxPMIFPciiquz
ZQYybYRv0oaC42s4qeE+7Sk5TAsyvofchzVpfgeKTr6xzQtxeNWgR6ZRcpwilKTb
SQuGLph9iuWqSTr6Hf/0NT9BXclYK5l9Xg8L17AXzBOIQxWsfRNPW1bi0vrAH30d
BGVnW3p863G+7ZuK/PGcyIXitbN7g7erxjTCLuM1IWVxSe7Y+5qIbxeiCexbBL00
dlSmagE6ArajUBSa1uHbQz0VNv5NZHzExZA8aAy0o0Pgp8gnESNV5WX9Z1qPyq97
dMe/Xpjof3NKwCN3C48ioISJpFYZEa+QGyfiyGK5bZYqaB9EAK8mt7sxdq07EUix
UJ/dJoKwcBqF79AobWcPDRMk1Gkw2Dm7tt8KJpflJklN2FvLkpivpEgsJbv/g6d6
CpAn6mo4+xZ8Wo4j0WY20h5bUh2kxI5t3N3MsNIDo5Il5I8dw7IRJsmTcKe/hRFL
iORyMX1jASnWheFqZjbjsaGvpnKNk2SdteneaPdYA2ptrfF7TNgQuQz75UsYDW38
MHXxNrWDC0EZjLBAOZngs/8aEoK9DhQZs56ZghuDi+38j6he1wH5IybxOrNMiYbY
O7+wA7NV3XCYte3CEJ6l
=3TOn
-----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