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

Bug 558892

Summary: dev-libs/liberasurecode multiple QA violations
Product: Gentoo Linux Reporter: Justin Lecher (RETIRED) <jlec>
Component: [OLD] LibraryAssignee: Matthew Thode ( prometheanfire ) <prometheanfire>
Status: RESOLVED FIXED    
Severity: normal CC: jlec, openstack, qa
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 260867    

Description Justin Lecher (RETIRED) gentoo-dev 2015-08-27 09:04:45 UTC
The current ebuild violates many QA specs

* calls autoreconf instead of eautoreconf from autotool.eclass
* the buildsystem adds:
- optimization flags -> -O2
- arch specific flags ->  -mmmx -DINTEL_MMX -msse -DINTEL_SSE -msse2 -DINTEL_SSE2 -msse3 -DINTEL_SSE3 -mssse3 -DINTEL_SSSE3 -msse4.1 -DINTEL_SSE41 -msse4.2 -DINTEL_SSE42 -mavx -DINTEL_AVX
* html docs are installed in wrong location
* static archives are installed unconditionally as la files are
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2015-08-27 15:41:15 UTC
fixed in 1.0.8-r1
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2015-08-27 15:53:31 UTC
* uses werror
* installs static archives
* generates and installs docs unconditionally
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2015-08-27 16:02:34 UTC
commit 937dd6556b03fdebd4be737a6f45b71a2215233c
Author: Justin Lecher <jlec@gentoo.org>
Date:   Thu Aug 27 18:01:19 2015 +0200
    
    dev-libs/liberasurecode: Fix QA problems
    
    Respect USE=doc
    drop unnecessary die
    disable werror
    use configure switch to handle static-libs
    
    Package-Manager: portage-2.2.20.1
    Signed-off-by: Justin Lecher <jlec@gentoo.org>
    
    https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937dd6556b03fdebd4be737a6f45b71a2215233c