Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 777036

Summary: dev-libs/liborcus-0.15.4[python] This package installs one or more Python modules that are not byte-compiled.
Product: Gentoo Linux Reporter: Alessandro Barbieri <lssndrbarbieri>
Component: Current packagesAssignee: Gentoo Office Team <office>
Status: RESOLVED FIXED    
Severity: normal CC: ionen
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alessandro Barbieri 2021-03-18 16:28:54 UTC
* This package installs one or more Python modules that are not byte-compiled.                                        
 * The following files are missing:                                                                                    
 *                                                                                                                     
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/xlsx.cpython-38.pyc                                            
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/xlsx.cpython-38.opt-1.pyc                                      
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/xlsx.cpython-38.opt-2.pyc                                      
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/xls_xml.cpython-38.pyc                                         
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/xls_xml.cpython-38.opt-1.pyc                                                                                                                                                          
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/xls_xml.cpython-38.opt-2.pyc                                                                                                                                                          
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/ods.cpython-38.pyc                                             
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/ods.cpython-38.opt-1.pyc                                       
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/ods.cpython-38.opt-2.pyc                                       
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/json.cpython-38.pyc                                            
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/json.cpython-38.opt-1.pyc                                      
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/json.cpython-38.opt-2.pyc                                      
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/gnumeric.cpython-38.pyc                                        
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/gnumeric.cpython-38.opt-1.pyc                                  
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/gnumeric.cpython-38.opt-2.pyc                                  
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/csv.cpython-38.pyc                                             
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/csv.cpython-38.opt-1.pyc                                       
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/csv.cpython-38.opt-2.pyc                                       
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/__init__.cpython-38.pyc                                        
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/__init__.cpython-38.opt-1.pyc                                  
 *   /usr/lib/python3.8/site-packages/orcus/__pycache__/__init__.cpython-38.opt-2.pyc                                  
 *                                                         
 * Please either fix the upstream build system to byte-compile Python modules                                          
 * correctly, or call python_optimize after installing them.  For more                                                 
 * information, see:                                       
 * https://wiki.gentoo.org/wiki/Project:Python/Byte_compiling
Comment 1 Larry the Git Cow gentoo-dev 2021-11-03 06:53:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea796eb6b49e5ba65952eda952f89330bf7d12ac

commit ea796eb6b49e5ba65952eda952f89330bf7d12ac
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2021-11-03 05:55:59 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2021-11-03 06:53:03 +0000

    dev-libs/liborcus: enable py3.10, fix python byte-compiled
    
    Closes: https://bugs.gentoo.org/777036
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-libs/liborcus/liborcus-0.16.1.ebuild | 3 ++-
 dev-libs/liborcus/liborcus-9999.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)