Opened 5 years ago
Closed 3 years ago
#58782 closed defect (fixed)
gunits @2.18.1: installs files to non-standard /opt/local/com preventing function of `gunits_cur`
Reported by: | kencu (Ken) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | gunits |
Description
$ gunits_cur Unable to write to output file: [Errno 13] Permission denied: '/opt/local/com/units/currency.units'
Change History (4)
comment:1 Changed 5 years ago by kencu (Ken)
Summary: | gunits @2.18.1: installs files to non-standard `/opt/local/com` preventing function of `gunits_cur` → gunits @2.18.1: installs files to non-standard /opt/local/com preventing function of `gunits_cur` |
---|
comment:2 Changed 5 years ago by kencu (Ken)
comment:3 Changed 5 years ago by kencu (Ken)
You can move the currency datafile around with this added configure argument:
--sharedstatedir=${prefix}/share/gunits
however, at least with the argument above, you still can only write to this location with sudo
.
comment:4 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
to get to this point, both 58780 and 58781 have to be fixed or worked around.