Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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: newclosed

fixed in r39724

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.