maintainer-feedback requested: [Bug 224042] textproc/py-docutils: symlinks broken for flavored package

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 2 20:46:30 UTC 2017


Peter Wullinger <freebsd at dhke.de> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to FreeBSD Python
<python at FreeBSD.org>:
Bug 224042: textproc/py-docutils: symlinks broken for flavored package
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224042



--- Description ---
After upgrading to the flavored ports tree, my locally build packages (both on
the live system as well as via poudriere) give me incorrectly linked binaries:

lrwxr-x---  1 root  wheel    11 Dec  2 21:34 rst2html-2.7 -> rst2html.py
-rwxr-x---  1 root  wheel   602 Dec  2 21:34 rst2html.py-2.7
-rwxr-x---  1 root  wheel   722 Dec  2 21:34 rst2html4.py-2.7
-rwxr-x---  1 root  wheel  1147 Dec  2 21:34 rst2html5.py-2.7
lrwxr-x---  1 root  wheel    12 Dec  2 21:34 rst2latex-2.7 -> rst2latex.py
-rwxr-x---  1 root  wheel   799 Dec  2 21:34 rst2latex.py-2.7
lrwxr-x---  1 root  wheel    10 Dec  2 21:34 rst2man-2.7 -> rst2man.py
-rwxr-x---  1 root  wheel   608 Dec  2 21:34 rst2man.py-2.7
lrwxr-x---  1 root  wheel    21 Dec  2 21:34 rst2odt_prepstyles-2.7 ->
rst2odt_prepstyles.py
-rwxr-x---  1 root  wheel  1706 Dec  2 21:34 rst2odt_prepstyles.py-2.7
lrwxr-x---  1 root  wheel    10 Dec  2 21:34 rst2odt-2.7 -> rst2odt.py
-rwxr-x---  1 root  wheel   772 Dec  2 21:34 rst2odt.py-2.7
lrwxr-x---  1 root  wheel    16 Dec  2 21:34 rst2pseudoxml-2.7 ->
rst2pseudoxml.py
-rwxr-x---  1 root  wheel   609 Dec  2 21:34 rst2pseudoxml.py-2.7
lrwxr-x---  1 root  wheel     9 Dec  2 21:34 rst2s5-2.7 -> rst2s5.py
-rwxr-x---  1 root  wheel   645 Dec  2 21:34 rst2s5.py-2.7
lrwxr-x---  1 root  wheel    12 Dec  2 21:34 rst2xetex-2.7 -> rst2xetex.py
-rwxr-x---  1 root  wheel   879 Dec  2 21:34 rst2xetex.py-2.7
lrwxr-x---  1 root  wheel    10 Dec  2 21:34 rst2xml-2.7 -> rst2xml.py
-rwxr-x---  1 root  wheel   610 Dec  2 21:34 rst2xml.py-2.7
lrwxr-x---  1 root  wheel    14 Dec  2 21:34 rstpep2html-2.7 -> rstpep2html.py
-rwxr-x---  1 root  wheel   678 Dec  2 21:34 rstpep2html.py-2.7

It looks like automatic renaming with flavored ports breaks the existing
symlink logic.

Bug #224030 seems to be related, so the root cause might be a more overarching
infrastructure problem.


More information about the freebsd-python mailing list