[MacPorts] #21126: duplicity-0.5.18 Error staging to destroot
MacPorts
noreply at macports.org
Thu Sep 10 07:47:45 PDT 2009
#21126: duplicity-0.5.18 Error staging to destroot
-------------------------+--------------------------------------------------
Reporter: dmk@… | Owner: singingwolfboy@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.0
Keywords: | Port: duplicity
-------------------------+--------------------------------------------------
Comment(by dmk@…):
This excerpt from the portfile looks like it might be the culprit.
{{{
53 variant python26 description {Uses Python 2.6} conflicts python25
{
. . .
64 post-destroot {
65 ln -s ${python.prefix}/bin/duplicity
${destroot}${prefix}/bin/
66 }
67 }
}}}
Should this say ${python26.prefix} instead of ${python.prefix}?
--
Ticket URL: <http://trac.macports.org/ticket/21126#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list