Summary: | archivers/snappy-java: Force correct maven version, Take MAINTAINER'ship | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mark Dixon <mnd999> | ||||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | dj_noresult, hsn, pi, sergey.v.brunov | ||||||
Priority: | --- | Keywords: | easy, patch, patch-ready | ||||||
Version: | Latest | Flags: | koobs:
maintainer-feedback+
koobs: merge-quarterly? |
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203432 | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 203432 | ||||||||
Attachments: |
|
Description
Mark Dixon
2015-11-18 20:35:41 UTC
I had exactly the same problem. Apparently the problem was that I had maven-wrapper-1_2, maven3-3.0.5 and maven33-3.3.3_1 installed. After removing those, the build went fine. I suspect there is some interference between these packages (does snappy-java use a "local" maven?). -- Arjan (In reply to dj_noresult from comment #1) Hello, Arjan! Thank you for the hint: it helped! Best regards, Sergey Brunov. Created attachment 167175 [details]
Patch to force the correct maven version
This patch should force maven3 instead of using the system one.
Created attachment 167356 [details]
Patch to force the correct maven version and take over maintainership
Also take over as maintainer as original maintainer is no longer using FreeBSD
I approve patch Radim, do you need to change keywords / status for this to get merged? Comment on attachment 167356 [details]
Patch to force the correct maven version and take over maintainership
Good to go Mark, thank you for the patch
testbuilds@work A commit references this bug: Author: pi Date: Fri Mar 11 06:19:27 UTC 2016 New revision: 410806 URL: https://svnweb.freebsd.org/changeset/ports/410806 Log: archivers/snappy-java: force correct maven, submitter becomes maintainer PR: 204666 Submitted by: Mark Dixon <mark@tranquillussoftware.co.uk> Approved by: Radum Kolar <hsn@sendmail.cz> (maintainer) Changes: head/archivers/snappy-java/Makefile Committed, thanks! |