Your message dated Wed, 28 Dec 2016 22:48:46 +0000 with message-id <e1cmn1a-0002pq...@fasolo.debian.org> and subject line Bug#849449: fixed in jackson-datatype-guava 2.7.3-2 has caused the Debian Bug report #849449, regarding jackson-datatype-guava: FTBFS: guava/ser/TableSerializer.java:[92,30] reference to construct is ambiguous 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.) -- 849449: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849449 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: jackson-datatype-guava Version: 2.7.3-1 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org Dear Maintainer, jackson-datatype-guava fails to build from source in unstable/amd64: […] [INFO] ------------------------------------------------------------------------ [INFO] Building Jackson-datatype-Guava 2.7.3 [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.apache.maven.plugins:maven-install-plugin:jar:2.5.2 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-install-plugin:2.5.2: Plugin org.apache.maven.plugins:maven-install-plugin:2.5.2 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-install-plugin:jar:2.5.2 has not been downloaded from it before. [WARNING] The POM for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin:2.7: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-deploy-plugin:jar:2.7 has not been downloaded from it before. [WARNING] The POM for org.apache.maven.plugins:maven-site-plugin:jar:3.3 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.3: Plugin org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-site-plugin:jar:3.3 has not been downloaded from it before. [WARNING] The POM for org.apache.maven.plugins:maven-antrun-plugin:jar:1.7 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.7: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.7 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-antrun-plugin:jar:1.7 has not been downloaded from it before. [WARNING] The POM for org.apache.maven.plugins:maven-assembly-plugin:jar:2.4.1 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.4.1: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.4.1 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-assembly-plugin:jar:2.4.1 has not been downloaded from it before. [WARNING] The POM for org.apache.maven.plugins:maven-dependency-plugin:jar:2.8 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-dependency-plugin:2.8: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.8 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-dependency-plugin:jar:2.8 has not been downloaded from it before. [WARNING] The POM for org.apache.maven.plugins:maven-release-plugin:jar:2.3.2 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:2.3.2: Plugin org.apache.maven.plugins:maven-release-plugin:2.3.2 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-release-plugin:jar:2.3.2 has not been downloaded from it before. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jackson-datatype-guava --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ jackson-datatype-guava --- [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 39 source files to «BUILDDIR»/target/classes [INFO] «BUILDDIR»/src/main/java/com/fasterxml/jackson/datatype/guava/deser/GuavaCollectionDeserializer.java: Some input files use or override a deprecated API. [INFO] «BUILDDIR»/src/main/java/com/fasterxml/jackson/datatype/guava/deser/GuavaCollectionDeserializer.java: Recompile with -Xlint:deprecation for details. [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] «BUILDDIR»/src/main/java/com/fasterxml/jackson/datatype/guava/ser/TableSerializer.java:[81,30] reference to construct is ambiguous both method construct(java.lang.String[],com.fasterxml.jackson.databind.JavaType,boolean,com.fasterxml.jackson.databind.jsontype.TypeSerializer,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,java.lang.Object) in com.fasterxml.jackson.databind.ser.std.MapSerializer and method construct(java.util.Set<java.lang.String>,com.fasterxml.jackson.databind.JavaType,boolean,com.fasterxml.jackson.databind.jsontype.TypeSerializer,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,java.lang.Object) in com.fasterxml.jackson.databind.ser.std.MapSerializer match [ERROR] «BUILDDIR»/src/main/java/com/fasterxml/jackson/datatype/guava/ser/TableSerializer.java:[92,30] reference to construct is ambiguous both method construct(java.lang.String[],com.fasterxml.jackson.databind.JavaType,boolean,com.fasterxml.jackson.databind.jsontype.TypeSerializer,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,java.lang.Object) in com.fasterxml.jackson.databind.ser.std.MapSerializer and method construct(java.util.Set<java.lang.String>,com.fasterxml.jackson.databind.JavaType,boolean,com.fasterxml.jackson.databind.jsontype.TypeSerializer,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,java.lang.Object) in com.fasterxml.jackson.databind.ser.std.MapSerializer match [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Skipping Jackson-datatype-Guava [INFO] This project has been banned from the build due to previous failures. [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.913 s [INFO] Finished at: 2016-12-27T09:13:16+00:00 [INFO] Final Memory: 16M/299M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project jackson-datatype-guava: Compilation failure: Compilation failure: [ERROR] «BUILDDIR»/src/main/java/com/fasterxml/jackson/datatype/guava/ser/TableSerializer.java:[81,30] reference to construct is ambiguous [ERROR] both method construct(java.lang.String[],com.fasterxml.jackson.databind.JavaType,boolean,com.fasterxml.jackson.databind.jsontype.TypeSerializer,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,java.lang.Object) in com.fasterxml.jackson.databind.ser.std.MapSerializer and method construct(java.util.Set<java.lang.String>,com.fasterxml.jackson.databind.JavaType,boolean,com.fasterxml.jackson.databind.jsontype.TypeSerializer,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,java.lang.Object) in com.fasterxml.jackson.databind.ser.std.MapSerializer match [ERROR] «BUILDDIR»/src/main/java/com/fasterxml/jackson/datatype/guava/ser/TableSerializer.java:[92,30] reference to construct is ambiguous [ERROR] both method construct(java.lang.String[],com.fasterxml.jackson.databind.JavaType,boolean,com.fasterxml.jackson.databind.jsontype.TypeSerializer,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,java.lang.Object) in com.fasterxml.jackson.databind.ser.std.MapSerializer and method construct(java.util.Set<java.lang.String>,com.fasterxml.jackson.databind.JavaType,boolean,com.fasterxml.jackson.databind.jsontype.TypeSerializer,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object>,java.lang.Object) in com.fasterxml.jackson.databind.ser.std.MapSerializer match [ERROR] -> [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/MojoFailureException 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=«BUILDDIR» -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/home/lamby/temp/cdt.20161227091113.kuzbzsQvqo.db.jackson-datatype-guava/jackson-datatype-guava-2.7.3/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/home/lamby/temp/cdt.20161227091113.kuzbzsQvqo.db.jackson-datatype-guava/jackson-datatype-guava-2.7.3/debian -Dmaven.repo.local=/home/lamby/temp/cdt.20161227091113.kuzbzsQvqo.db.jackson-datatype-guava/jackson-datatype-guava-2.7.3/debian/maven-repo package javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1 debian/rules:7: recipe for target 'build' failed make: *** [build] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 […] The full build log is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
jackson-datatype-guava.2.7.3-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---Source: jackson-datatype-guava Source-Version: 2.7.3-2 We believe that the bug you reported is fixed in the latest version of jackson-datatype-guava, 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 849...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Markus Koschany <a...@debian.org> (supplier of updated jackson-datatype-guava 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: Wed, 28 Dec 2016 22:45:51 +0100 Source: jackson-datatype-guava Binary: libjackson2-datatype-guava-java libjackson2-datatype-guava-java-doc Architecture: source Version: 2.7.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Java maintainers <pkg-java-maintain...@lists.alioth.debian.org> Changed-By: Markus Koschany <a...@debian.org> Description: libjackson2-datatype-guava-java - Jackson support for JSON serialization of Guava collection types libjackson2-datatype-guava-java-doc - Documentation for Jackson serialisation of Guava collection types Closes: 849449 Changes: jackson-datatype-guava (2.7.3-2) unstable; urgency=medium . * Team upload. * Add TableSerializer.patch and fix FTBFS due to ambiguous references to construct. (Closes: #849449) * Switch to compat level 10. Checksums-Sha1: 850a47d26d2067c6795b9d9fc5a168c43ad36894 2524 jackson-datatype-guava_2.7.3-2.dsc 89ec97ebee089fb35ffa62f28ac21797b0b076bd 4940 jackson-datatype-guava_2.7.3-2.debian.tar.xz Checksums-Sha256: f11eee98f5887c3cb80ffad7a490ee80ef4b99a416bcf93d469927429a75dafd 2524 jackson-datatype-guava_2.7.3-2.dsc b2e637cd7a07150f2459af439bfc697dd81481cb4023ece293dc152349522e7e 4940 jackson-datatype-guava_2.7.3-2.debian.tar.xz Files: d326fc24f412a5a3de2c6cc7bebcc358 2524 java optional jackson-datatype-guava_2.7.3-2.dsc 8dc5432b6060c0f351a78de21b35f184 4940 java optional jackson-datatype-guava_2.7.3-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlhkOkxfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp YW4ub3JnAAoJENmtFLlRO1HkDZkP/RD3peFSe2O6OTdbXSapSpHsD0Pm5H+P1fuT qjfw46E9ahK9XjVRxcXg5KQetZUmElihltfdNTINq3sXjVdyIb1KTy0IUZHANJzO 0vJPTa1ply6r5jsgpXk5rjyKOsPAf2iKz7JGHJEo0XnP50EJlrZxWOteFlY5kGED DcB1BgwxxNJmhu7f7qO09IikRHyA/+PPqRyZaMmqvNqDQqwhsoksH3+9JaoTPzxD RtHBiT+/lsQOT84Nd8g1sg0+fdiZSaz6AAq1pxd+UwNIyCDVwUs/9vQ7vLpvQrbU xZBIvJC0qN/sG9yWO4h46z8jMWkzrhA8beXEhi56yfDuB0m3QEK4/Pn2JGk8bVYR jJ5MkaDwnw/oMewobm2bV25Zc8FrNzID7mLBYeqoqnJQTdmX889RAZqJ3V1lzN3Z gPbIkBXIaIi/Y38m5cm/RH0v0UVsLqYu38Ns5T9KUc/cOZnXv6D2Rn74ZoIINYRb 7KpOlkPyjvmn42iZRPvgugppK0PLTrytKBMIAuZ0KIzvOlMDHoHXNU1pUk4QRLJS gSGk+zF6qzh17m2/9U1zAjZfPYEiJw2BohSLzOBT/fToMRppJmMWAKBgWs8eJniR T79YgOiq09gm6SYcEot0NNcjEvU0c6r2gAvXgL+UddXwnblRn0kc3HD/ACaG5epS a1dQMBcR =f7Ia -----END PGP SIGNATURE-----
--- End Message ---