Changes between Initial Version and Version 3 of Ticket #1568


Ignore:
Timestamp:
Mar 24, 2016, 1:47:59 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1568

    • Property Owner changed from darwinports-bugs@… to mij@…
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port linuxdoc added
  • Ticket #1568 – Description

    initial v3  
    11dports/textproc/linuxdoc fails in the destroot phase with the following message:
    22
     3{{{
    34--->  Staging linuxdoc into destroot
    4 Error: Target com.apple.destroot returned: shell command "install -o root -m 644
    5 work/catalog
    6 /opt/local/darwinports/dports/textproc/linuxdoc/work/destroot/opt/local/share/sgml/linuxdoc"
    7 returned error 71
     5Error: Target com.apple.destroot returned: shell command "install -o root -m 644 work/catalog /opt/local/darwinports/dports/textproc/linuxdoc/work/destroot/opt/local/share/sgml/linuxdoc" returned error 71
    86Command output: install: work/catalog: No such file or directory
     7}}}
    98
    109This is because the Portfile uses ${workdir} instead of ${workpath}. I suppose
     
    1413(dports/textproc/linuxport/Portfile):
    1514
     15{{{
    1616--- Portfile.orig       Tue Aug  5 11:29:38 2003
    1717+++ Portfile    Sat Feb 28 18:26:31 2004
     
    2828 
    2929 destroot.args  prefix=${destroot}${prefix}
     30}}}