Bug#797319: apache-curator: Missing Build-Depends on libnetty-3.9-java

Chris Lamb lamby at debian.org
Sat Aug 29 13:56:52 UTC 2015


Source: apache-curator
Version: 2.7.1-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Tags: patch

Dear Maintainer,

apache-curator fails to build from source in unstable/amd64 due
to missing Build-Depends on libnetty-3.9-java:

  [..]

  # Regenerate the Java classes from the Thrift files
  sed -i 's/^namespace java.swift/\/\/namespace java.swift/g'
  curator-x-rpc/src/main/thrift/curator.thrift
  cd curator-x-rpc/src/main/scripts && bash apply-thrift.sh java
  # 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/apache-curator-2.7.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=/tmp/buildd/apache-curator-2.7.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]   Apache Curator
  [INFO]   Curator Testing
  [INFO]   Curator Client
  [INFO]   Curator Framework
  [INFO]   Curator Recipes
  [INFO]   Curator Service Discovery
  [INFO]
  ------------------------------------------------------------------------
  [INFO] Building Apache Curator
  [INFO]    task-segment: [package]
  [INFO]
  ------------------------------------------------------------------------
  [INFO]
  ------------------------------------------------------------------------
  [ERROR] BUILD ERROR
  [INFO]
  ------------------------------------------------------------------------
  [INFO] Failed to resolve artifact.
  
  Missing:
  ----------
  1) io.netty:netty:jar:debian
  
    Try downloading the file manually from the project website.
  
    Then, install it using the command: 
        mvn install:install-file -DgroupId=io.netty -DartifactId=netty
        -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=io.netty -DartifactId=netty
        -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file
        -Durl=[url] -DrepositoryId=[id]
  
    Path to dependency: 
    	1) org.apache.curator:apache-curator:pom:2.7.1
    	2) org.apache.zookeeper:zookeeper:jar:debian
    	3) io.netty:netty:jar:debian
  
  ----------
  1 required artifact is missing.
  
  for artifact: 
    org.apache.curator:apache-curator:pom:2.7.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: 10 seconds
  [INFO] Finished at: Fri Aug 28 03:36:44 GMT-12:00 2015
  [INFO] Final Memory: 17M/1133M
  [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

  [..]

The full build log is attached or can be viewed here:

    https://reproducible.debian.net/logs/unstable/amd64/apache-curator_2.7.1-1.build1.log.gz


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: apache-curator.2.7.1-1.unstable.amd64.log.txt
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20150829/9a5167e1/attachment-0001.txt>


More information about the pkg-java-maintainers mailing list