Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 558892 - dev-libs/liberasurecode multiple QA violations
Summary: dev-libs/liberasurecode multiple QA violations
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2015-08-27 09:04 UTC by Justin Lecher (RETIRED)
Modified: 2015-08-27 16:02 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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