FS#77988 - [python-absl] wrong chmod on egg-info files

Attached to Project: Community Packages
Opened by Ruben Kelevra (RubenKelevra) - Friday, 24 March 2023, 17:18 GMT
Last edited by Antonio Rojas (arojas) - Friday, 24 March 2023, 17:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

After update to 1.4.0 the rights on the files inside the folder '/usr/lib/python3.10/site-packages/absl_py-1.4.0-py3.10.egg-info' are set to readwrite/read for user root/group root.

1.3.0 did not have this issue.

Building software which depends on absl_py now runs into this issue:

error: [Errno 13] Permission denied: '/usr/lib/python3.10/site-packages/absl_py-1.4.0-py3.10.egg-info/PKG-INFO'

Building the package myself lead to the same issue.

Additional info:
* package version(s) 1.4.0

Steps to reproduce:
1) Install version 1.4.0 of python-absl
2) Run 'ls -l /usr/lib/python3.10/site-packages/absl_py-1.4.0-py3.10.egg-info'
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 24 March 2023, 17:26 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#77983   FS#77984 

Loading...