Bug 29647 - a2ps ebuild needs to require gperf, or something it depends on needs to
|
Bug#:
29647
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: bug-wranglers@gentoo.org
|
Reported By: core@enodev.com
|
|
Component: Applications
|
|
|
URL:
http://mail.gnu.org/archive/html/a2ps-patches/2002-09/msg00024.html
|
|
Summary: a2ps ebuild needs to require gperf, or something it depends on needs to
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2003-09-26 00:11 0000
|
a2ps ebuild needs to require gperf, or something it depends on needs to
Reproducible: Always
Steps to Reproduce:
1. emerge a2ps w/out gperf
2.
3.
Actual Results:
Kapoof, unresolved symbols
Expected Results:
Compile
Really? I don't have gperf but I was able to install a2ps.rico% epm -qG
gperfpackage
gperf is not installedrico% epm -qG a2psapp-text/a2ps-4.13b-r5a2ps works
fine for me (including Japanese characters)Please attach full emerge log
of a2ps and `emerge info`
From the website:
Franck> This file is generated from lib/confg.gperf with gperf. If
Franck> you don't have gperf, the file lib/confg.c is empty.
Maybe it's an issue with me running "~"? I suppose lib/config.c was older
than make(1L) thought it should be, and tried to rebuild it. Missing gperf
then triggered my bug.
In any case, this file is sometimes rebuilt, and needs gperf to get rebuilt.
Hi, I confirmed your bug by myself and added dev-util/gperf to DEPEND
list. Thanks for reporting the bug.