#16434 closed defect (fixed)
aspell-0.60.6 tries to write directly to ${prefix}
Reported by: | blb@… | Owned by: | jochen@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: |
Description
Was just running a destroot on textproc/aspell 0.60.6 as my uid (who doesn't have write access to ${prefix}) and saw this:
Command output: /opt/local/share/info/dir: could not read (No such file or directory) and could not create (Permission denied)
This appears to be due to the following lines in post-destroot:
system "${prefix}/bin/install-info ${destroot}${prefix}/share/info/aspell.info ${prefix}/share/info/dir" system "${prefix}/bin/install-info ${destroot}${prefix}/share/info/aspell-dev.info ${prefix}/share/info/dir"
Those should either access ${destroot}${prefix}/share/info/dir or be done in a post-activate phase.
Change History (2)
comment:1 Changed 16 years ago by jochen@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed in r39724