New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16434 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by jochen@…

  • status changed from new to closed
  • resolution set to fixed

fixed in r39724

Changed 3 years ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.