Bug 2001222
| Summary: | /usr/bin/kajongg is a broken symlink, cannot easily run the app | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alexander Potashev <aspotashev> |
| Component: | kajongg | Assignee: | Than Ngo <than> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 34 | CC: | jreznik, kde-sig, rdieter, than, zawertun |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-09-06 09:19:12 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Alexander Potashev
2021-09-04 13:28:10 UTC
There is warnings about symlinks in build.log: ``` warning: absolute symlink: /usr/bin/kajongg -> /builddir/build/BUILD/kajongg-20.08.0/share/kajongg/kajongg.py warning: absolute symlink: /usr/bin/kajonggserver -> /builddir/build/BUILD/kajongg-20.08.0/share/kajongg/kajonggserver.py ``` (see: https://kojipkgs.fedoraproject.org//packages/kajongg/20.08.0/2.fc34/data/logs/noarch/build.log). Note that executable bit is not set for the "/usr/share/kajongg/kajongg.py" (and for "kajonggserver.py" too). So fixing just symlink is not enough. Package built for Fedora 34 also is affected by this issue. *** This bug has been marked as a duplicate of bug 1973997 *** |