Ticket #12496 (closed defect: fixed)
ghostscript: mtree violation (manpages)
| Reported by: | brianjlandau@… | Owned by: | digdog@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.5.1 |
| Keywords: | mtree bug | Cc: | brianjlandau@…, digdog@…, ryandesign@… |
| Port: |
Description
when the ghostscript port is getting installed and going through the "staging into destroot" phase it gives the following error: Error: violation by /opt/local/man Error: Target org.macports.destroot returned: mtree violation! Error: Status 1 encountered during processing.
Change History
comment:2 Changed 6 years ago by ryandesign@…
- Cc brianjlandau@…, ryandesign@… added
- Version set to 1.5.1
- Summary changed from ghostscript get's mtree violation error to ghostscript: mtree violation (manpages)
I attempted to fix this problem by adding
configure.args --mandir=${prefix}/share/man
to the ghostscript portfile (@r25441). However, this caused ghostscript to simply not install any of the manpages, which is clearly not desirable. I'm not sure how to proceed to fix this problem. Perhaps the maintainer could give it a try.
comment:3 Changed 6 years ago by digdog@…
- Status changed from new to assigned
use configure.args --mandir='\${prefix}/share/man' can resolve this issue.
I will commit the fix later.
Note: See
TracTickets for help on using
tickets.


Added maintainer to Cc.