Opened 3 years ago
Closed 2 years ago
#67229 closed defect (fixed)
R portgroup disables build phase, builds everything in destroot phase
| Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | barracuda156 |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | kjellpk (Kjell Konis), i0ntempest, barracuda156 | |
| Port: | R |
Description
The R portgroup deliberately disables the build phase and builds everything in the destroot phase instead:
This isn't ideal. Can this be avoided?
Change History (4)
comment:1 Changed 3 years ago by jmroot (Joshua Root)
| Cc: | kjellpk i0ntempest barracuda156 added |
|---|
comment:2 Changed 3 years ago by jmroot (Joshua Root)
comment:3 Changed 3 years ago by barracuda156
Replying to ryandesign:
The R portgroup deliberately disables the build phase and builds everything in the destroot phase instead:
This isn't ideal. Can this be avoided?
Sorry, missed this one.
I totally agree, I made it that way simply because could not come up with a better alternative. R CMD build does not build anything, despite its name.
comment:4 Changed 2 years ago by barracuda156
| Owner: | set to barracuda156 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Looks like the
--buildand/or--no-instoptions toR CMD INSTALLmight be relevant.