Changes between Initial Version and Version 6 of Ticket #62297


Ignore:
Timestamp:
Feb 15, 2021, 1:25:48 AM (3 years ago)
Author:
LucaFilipozzi (Luca Filipozzi)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62297

    • Property Status changed from new to reopened
    • Property Owner set to Schamschula
    • Property Port py-dns-lexion added; py38-dns-lexion removed
  • Ticket #62297 – Description

    initial v6  
    11The symlink is correct:
    22
     3{{{
    34/opt/local/bin/lexicon-3.8 -> /opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/lexicon
     5}}}
    46
    57but the target is not installed with executable bit set:
    68
     9{{{
    710$ pwd
    811/opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin
    912n$ ls -l lexicon
    1013-rw-r--r-- 1 root wheel 267 Jan  3 04:57 lexicon
     14}}}
    1115
    1216Finally, the package invite the user to symlink lexicon to the appropriate version
    1317
     18{{{
    1419port select --set lexicon lexicon-3.8
     20}}}