Bug 203251 - java/jrosetta won't compile, missing Makefile
Summary: java/jrosetta won't compile, missing Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-21 20:24 UTC by olivier
Modified: 2015-11-06 13:03 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description olivier 2015-09-21 20:24:04 UTC
jrosetta has been pulled in while compiling scilab and reported an error because the distribution comes without the Makefile
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2015-11-05 16:32:01 UTC
(In reply to olivier from comment #0)
> jrosetta has been pulled in while compiling scilab and reported an error
> because the distribution comes without the Makefile

Could you clarify, do you have problem when building the port with default option set or with COMPILE option enabled? If the second I would prefer to remove the COMPILE option cause I'm not sure I want to dive into jrosetta and maven...
Comment 2 olivier 2015-11-05 16:57:07 UTC
Your assumption is correct:
- It installs fine with the option COMPILE __UNCHECKED__
- It fails with the option COMPILE __CHECKED__

I would also recommend to remove the option if it does not have an added value.

Thanks for the heads up!
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-11-06 12:51:37 UTC
A commit references this bug:

Author: makc
Date: Fri Nov  6 12:51:26 UTC 2015
New revision: 400929
URL: https://svnweb.freebsd.org/changeset/ports/400929

Log:
  java/jrosetta:
  - Remove COMPILE option. It is broken and I have never used it.

  PR:		203251
  Reported by:	olivier at gautherot.net

Changes:
  head/java/jrosetta/Makefile
  head/java/jrosetta/files/
Comment 4 Max Brazhnikov freebsd_committer freebsd_triage 2015-11-06 13:03:52 UTC
Thanks for report!