Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#48684 - [virt-manager] installation of virt-manager from virt-install to /ust/bin without execution rights
Attached to Project:
Community Packages
Opened by Levente Polyak (anthraxx) - Thursday, 24 March 2016, 10:41 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 24 March 2016, 12:23 GMT
Opened by Levente Polyak (anthraxx) - Thursday, 24 March 2016, 10:41 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 24 March 2016, 12:23 GMT
|
DetailsInstalling files to /usr/bin and forcefully removing execution permissions just because its supposed to only work when virt-manager is installed and chmod +x in its .install script is an absolute no-go.
This script has to be moved into the virt-manager package. Additionally there is no good pyo/pyc handling, those should be tracked by pacman and installed through the package, not by python when someone starts it as root. Find attached a PKGBUILD and .install script that addresses all this issues (also the pkgrel is bumped) - compiles pyo and pyc files in virt-install - removes rm -r *.pyc - moves the virt-manager script to virt-manager package cheers Levente |
This task depends upon

"Additionally there is no good pyo/pyc handling" -> I'd go further and state no files should end with .py in /usr/bin/