#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 (Ryan Carsten Schmidt) |
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 (5)
comment:1 Changed 17 years ago by nox@…
Cc: | digdog@… added |
---|---|
Version: | 1.5.0 |
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | brianjlandau@… ryandesign@… added |
---|---|
Summary: | ghostscript get's mtree violation error → ghostscript: mtree violation (manpages) |
Version: | → 1.5.1 |
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 17 years ago by digdog@…
Status: | new → assigned |
---|
use configure.args --mandir='\${prefix}/share/man' can resolve this issue.
I will commit the fix later.
comment:4 Changed 17 years ago by digdog@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at [28001], thanks everyone who told me this.
Note: See
TracTickets for help on using
tickets.
Added maintainer to Cc.