Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 780630 - app-arch/dump-0.4.47[static]: configure: error: bzip2 support requested, but not found
Summary: app-arch/dump-0.4.47[static]: configure: error: bzip2 support requested, but ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 780411
  Show dependency tree
 
Reported: 2021-04-06 15:36 UTC by Rolf Eike Beer
Modified: 2021-04-06 18:30 UTC (History)
0 users

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 Rolf Eike Beer archtester 2021-04-06 15:36:08 UTC
Same happens for lzo:

 * USE:        bzip2 elibc_glibc kernel_linux sparc static userland_GNU zlib

checking for bzlib.h... yes
checking for BZ2_bzBuffToBuffCompress in -lbz2... no
configure: error: bzip2 support requested, but not found

 * USE:        elibc_glibc kernel_linux lzo sparc sqlite static userland_GNU uuid

checking for lzo/lzo1x.h... yes
checking for lzo1x_1_compress in -llzo2... no
configure: error: lzo support requested, but not found
Comment 1 Larry the Git Cow gentoo-dev 2021-04-06 17:21:20 UTC
The bug has been closed via the following commit(s):

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

commit fcdd679ce0cda460c1c2d9fd35d9695d40d2ae98
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-04-06 17:21:00 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-04-06 17:21:00 +0000

    app-arch/dump: static-libs USEdeps on bzip2/lzo
    
    Closes: https://bugs.gentoo.org/780630
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-arch/dump/dump-0.4.47.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)