Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1705777 - /usr/bin/markdown_py: broken symbolic link to markdown_py-3.7
Summary: /usr/bin/markdown_py: broken symbolic link to markdown_py-3.7
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-markdown
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Thomas Moschny
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON38
TreeView+ depends on / blocked
 
Reported: 2019-05-03 00:03 UTC by Miro Hrončok
Modified: 2019-05-15 20:17 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-05-15 20:17:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Miro Hrončok 2019-05-03 00:03:23 UTC
$ mock -r fedora-rawhide-x86_64 install /usr/bin/markdown_py
...
INFO: installing package(s): /usr/bin/markdown_py
...
Installed:
  python2-markdown-3.1-1.fc31.noarch
...

$ mock -r fedora-rawhide-x86_64 shell

<mock-chroot> sh-5.0# /usr/bin/markdown_py
sh: /usr/bin/markdown_py: No such file or directory

<mock-chroot> sh-5.0# rpm -qf /usr/bin/markdown_py
python2-markdown-3.1-1.fc31.noarch

<mock-chroot> sh-5.0# file /usr/bin/markdown_py
/usr/bin/markdown_py: broken symbolic link to markdown_py-3.7


I suggest /usr/bin/markdown_py should be part of the python3-markdown package instead.

This blocks the Python 3.8 rebuild of etckeeper:

+ markdown_py -f README.html README.md
~/build/BUILD/etckeeper-1.18.8
/var/tmp/rpm-tmp.9R8JWv: line 42: markdown_py: command not found

Comment 2 Thomas Moschny 2019-05-15 20:17:39 UTC
Merged and built.


Note You need to log in before you can comment on or make changes to this bug.