Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619658 - dev-libs/elfutils-0.169: incorrect 'if' condition for 'utils' USE flag
Summary: dev-libs/elfutils-0.169: incorrect 'if' condition for 'utils' USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2017-05-25 08:30 UTC by Lik
Modified: 2017-05-28 21:14 UTC (History)
1 user (show)

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


Attachments
dev-libs/elfutils-0.169.patch (elfutils-0.169.patch,365 bytes, patch)
2017-05-25 08:31 UTC, Lik
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lik 2017-05-25 08:30:07 UTC
Command-line utilities (all the eu-* programs) are not installed when 'utils' USE flag is enabled for =dev-libs/elfutils-0.169 package. It is a result of incorrect if statement.


Reproducible: Always

Steps to Reproduce:
1. USE="utils" emerge =dev-libs/elfutils-0.169
2. equery f dev-libs/elfutils | grep eu-

Actual Results:  
No eu-* utils installed (they are removed in multilib_src_install_all stage)

Expected Results:  
$ equery f dev-libs/elfutils | grep eu-
/usr/bin/eu-addr2line
/usr/bin/eu-ar
/usr/bin/eu-elfcmp
/usr/bin/eu-elfcompress
/usr/bin/eu-elflint
/usr/bin/eu-findtextrel
/usr/bin/eu-make-debug-archive
/usr/bin/eu-nm
/usr/bin/eu-objdump
/usr/bin/eu-ranlib
/usr/bin/eu-readelf
/usr/bin/eu-size
/usr/bin/eu-stack
/usr/bin/eu-strings
/usr/bin/eu-strip
/usr/bin/eu-unstrip
Comment 1 Lik 2017-05-25 08:31:23 UTC
Created attachment 474208 [details, diff]
dev-libs/elfutils-0.169.patch
Comment 2 Manuel Rüger (RETIRED) gentoo-dev 2017-05-28 21:14:43 UTC
commit 84c99b77da0b644d8087cf9a76d2c163cb094878 (HEAD -> master, origin/master, origin/HEAD)
Author: Manuel Rüger <mrueg@gentoo.org>
Date:   Sun May 28 23:13:56 2017 +0200

    dev-libs/elfutils: Fix incorrect logic for IUSE=utils
    
    Gentoo-Bug: #619658
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.1