Source: libhibernate3-java
Version: 3.6.10.Final-3
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,

libhibernate3-java fails to build from source in unstable/amd64:

  [..]

  [ERROR] BUILD ERROR
  [INFO]
  ------------------------------------------------------------------------
  [INFO] Failed to resolve artifact.
  
  Missing:
  ----------
  1) org.apache.maven.wagon:wagon-scm:jar:debian
  
    Try downloading the file manually from the project website.
  
    Then, install it using the command: 
        mvn install:install-file -DgroupId=org.apache.maven.wagon
        -DartifactId=wagon-scm -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.apache.maven.wagon
        -DartifactId=wagon-scm -Dversion=debian -Dpackaging=jar
        -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  
    Path to dependency: 
        1) org.hibernate:hibernate-parent:pom:3.6.10.Final
        2) org.apache.maven.wagon:wagon-scm:jar:debian
  
  ----------
  1 required artifact is missing.
  
  for artifact: 
    org.hibernate:hibernate-parent:pom:3.6.10.Final
  
  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: < 1 second
  [INFO] Finished at: Sun Aug 30 19:10:54 BST 2015
  [INFO] Final Memory: 5M/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 libhibernate3-java
dpkg-buildpackage: source version 3.6.10.Final-3
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Emmanuel Bourg <ebo...@apache.org>
 dpkg-source --before-build libhibernate3-java-3.6.10.Final
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
test -x debian/rules
rmdir 
/home/lamby/temp/cdt.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final/project
rmdir: failed to remove 
'/home/lamby/temp/cdt.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final/project':
 Directory not empty
/usr/share/cdbs/1/rules/buildcore.mk:46: recipe for target 'cleanbuilddir' 
failed
make: [cleanbuilddir] Error 1 (ignored)
mkdir -p 
"/home/lamby/temp/cdt.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final/project"
cd 
/home/lamby/temp/cdt.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final/project
 && /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.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final/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.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final/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]   Hibernate Core Parent POM
[INFO]   Hibernate Core
[INFO]   Hibernate Testing
[INFO]   Hibernate Testsuite
[INFO]   Hibernate Ehcache Integration
[INFO]   Hibernate OSCache Integration
[INFO]   Hibernate SwarmCache Integration
[INFO]   Hibernate C3P0 ConnectionProvider
[INFO]   Hibernate Proxool ConnectionProvider
[INFO]   Hibernate JDBC3-JdbcSupport Testing
[INFO]   Hibernate Entity Manager
[INFO]   Hibernate JDBC4-JdbcSupport Testing
[INFO]   Hibernate Core Aggregator
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.maven.wagon:wagon-scm:jar:debian

  Try downloading the file manually from the project website.

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

  Path to dependency: 
        1) org.hibernate:hibernate-parent:pom:3.6.10.Final
        2) org.apache.maven.wagon:wagon-scm:jar:debian

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

for artifact: 
  org.hibernate:hibernate-parent:pom:3.6.10.Final

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: < 1 second
[INFO] Finished at: Sun Aug 30 19:10:47 BST 2015
[INFO] Final Memory: 5M/236M
[INFO] ------------------------------------------------------------------------
/usr/share/cdbs/1/class/maven.mk:105: recipe for target 'cleanbuilddir' failed
make: [cleanbuilddir] Error 1 (ignored)
rm -f -r 
/home/lamby/temp/cdt.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final/debian/maven-repo
 debian/stamp-maven-build
/usr/bin/make -f debian/rules unpatch-poms
make[1]: Entering directory 
'/home/lamby/temp/cdt.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final'
mh_unpatchpoms -plibhibernate3-java
rm -f -f debian/stamp-poms-patched
make[1]: Leaving directory 
'/home/lamby/temp/cdt.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final'
dh_clean 
mh_unpatchpoms -plibhibernate3-java
rm -f -f debian/stamp-poms-patched
mh_clean
rm -f debian/stamp-maven-doc
rm -rf debian/null mvn-build
 debian/rules build
test -x debian/rules
mkdir -p 
"/home/lamby/temp/cdt.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final/project"
/usr/share/maven-debian-helper/copy-repo.sh 
/home/lamby/temp/cdt.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final/debian
mh_patchpoms -plibhibernate3-java --debian-build --keep-pom-version 
--maven-repo=/home/lamby/temp/cdt.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final/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
make[1]: Entering directory 
'/home/lamby/temp/cdt.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final'
make[1]: Nothing to be done for 'patch-poms'.
make[1]: Leaving directory 
'/home/lamby/temp/cdt.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final'
cd 
/home/lamby/temp/cdt.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final/project
 && /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.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final/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.20150830185452.PbD2gL4KfR/libhibernate3-java-3.6.10.Final/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]   Hibernate Core Parent POM
[INFO]   Hibernate Core
[INFO]   Hibernate Testing
[INFO]   Hibernate Testsuite
[INFO]   Hibernate Ehcache Integration
[INFO]   Hibernate OSCache Integration
[INFO]   Hibernate SwarmCache Integration
[INFO]   Hibernate C3P0 ConnectionProvider
[INFO]   Hibernate Proxool ConnectionProvider
[INFO]   Hibernate JDBC3-JdbcSupport Testing
[INFO]   Hibernate Entity Manager
[INFO]   Hibernate JDBC4-JdbcSupport Testing
[INFO]   Hibernate Core Aggregator
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.maven.wagon:wagon-scm:jar:debian

  Try downloading the file manually from the project website.

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

  Path to dependency: 
        1) org.hibernate:hibernate-parent:pom:3.6.10.Final
        2) org.apache.maven.wagon:wagon-scm:jar:debian

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

for artifact: 
  org.hibernate:hibernate-parent:pom:3.6.10.Final

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: < 1 second
[INFO] Finished at: Sun Aug 30 19:10:54 BST 2015
[INFO] Final Memory: 5M/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

Reply via email to