Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16186 - groff should have texinfo as a dependency
Summary: groff should have texinfo as a dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-22 13:34 UTC by Alastair Tse (RETIRED)
Modified: 2016-01-12 18:05 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 Alastair Tse (RETIRED) gentoo-dev 2003-02-22 13:34:13 UTC
groff needs >=texinfo-4.0 as a dependency because it uses it to compile the
docs. you
can verify this from doc/Makefile.in. texi2dvi is a part of texinfo, and without
it groff will fail. 

however, this omission does not affect installing from scratch (1.2 or 1.4) or
upgrading 
from 1.2 to 1.4 following the upgrade to 1.4 guide. but it did fail when i tried 
"emerge -u" on a gentoo 1.2 with an old texinfo-2.95 (not upgrading to 1.4 at all.)

however, groff is rather important, and i'd rather keep it status quo as it is
until 1.4 ships. but the changes are simple, just add >=sys-apps/texinfo-4.0 to
DEPEND. this should always be satisfied with new installations because texinfo
is also a DEPENDency of sys-devel/gcc.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-23 19:03:19 UTC
It should be ok as gcc already pulls in texinfo.  Ill do a bootstrap and verify.
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-24 12:56:10 UTC
Fixed in cvs, thanks.