Bug 219547 - [new port] databases/hikaricp: solid high-performance jdbc connection pool
Summary: [new port] databases/hikaricp: solid high-performance jdbc connection pool
Status: Closed Not Accepted
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2017-05-25 19:12 UTC by David Shane Holden
Modified: 2018-05-26 07:55 UTC (History)
1 user (show)

See Also:


Attachments
hikaricp.shar (1.95 KB, text/plain)
2017-05-25 19:12 UTC, David Shane Holden
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Shane Holden 2017-05-25 19:12:30 UTC
Created attachment 182902 [details]
hikaricp.shar
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2018-05-15 08:16:21 UTC
This doesn't build in Poudriere (which FreeBSD uses to build packages):

=======================<phase: build          >============================
===>  Building for hikaricp-2.6.2
[ERROR] Could not create local repository at /nonexistent/.m2/repository -> [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/LocalRepositoryNotAccessibleException
*** Error code 1

Stop.

Another problem is that Maven usually tries to download a bunch of
dependencies during the build.  Builds are not allowed to connect to
the network during the build phase in Poudriere.  I'm not sure how
this problem was addressed here.