From owner-freebsd-ports-bugs@freebsd.org Wed Nov 18 20:35:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89B75A3275D for ; Wed, 18 Nov 2015 20:35:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C92F1A4B for ; Wed, 18 Nov 2015 20:35:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tAIKZgkj041148 for ; Wed, 18 Nov 2015 20:35:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204666] archivers/snappy-java Date: Wed, 18 Nov 2015 20:35:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mnd999@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 20:35:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204666 Bug ID: 204666 Summary: archivers/snappy-java Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mnd999@gmail.com CC: hsn@sendmail.cz Flags: maintainer-feedback?(hsn@sendmail.cz) CC: hsn@sendmail.cz Snappy java doesn't seem to build anymore, it looks like a Maven upgrade may have changed some of the plugin dependencies. Also we've just added a Maven 3.3 port for Spark so it might be worth the upgrade. [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] Unresolveable build extension: Plugin org.apache.maven.wagon:wagon-ssh-external:1.0-beta-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.wagon:wagon-provider-api:jar:1.0-beta-7 has not been downloaded from it before. @ [ERROR] Unknown packaging: bundle @ line 9, column 14 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.xerial.snappy:snappy-java:1.0.4.1 (/usr/ports/archivers/snappy-java/work/snappy-java-snappy-java-1.0.4.1/pom.xml) has 2 errors [ERROR] Unresolveable build extension: Plugin org.apache.maven.wagon:wagon-ssh-external:1.0-beta-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.wagon:wagon-provider-api:jar:1.0-beta-7 has not been downloaded from it before. -> [Help 2] [ERROR] Unknown packaging: bundle @ line 9, column 14 [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/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException Makefile:78: recipe for target 'target/snappy-java-1.0.4.1.jar' failed gmake[1]: *** [target/snappy-java-1.0.4.1.jar] Error 1 gmake[1]: Leaving directory '/usr/ports/archivers/snappy-java/work/snappy-java-snappy-java-1.0.4.1' *** Error code 2 Stop. make: stopped in /usr/ports/archivers/snappy-java See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203432 as this is breaking the Spark build for others. -- You are receiving this mail because: You are the assignee for the bug.