Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156958 - x11-apps/sessreg lacks a dependency on x11-misc/util-macros
Summary: x11-apps/sessreg lacks a dependency on x11-misc/util-macros
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-02 19:13 UTC by nembard
Modified: 2006-12-03 07:52 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 nembard 2006-12-02 19:13:00 UTC
x11-apps/sessreg-1.0.1 failed for me with the following error.

configure.ac:33: error: must install xorg-macros 1.1 or later before running autoconf/autogen

upgrading x11-misc/util-macros to x11-misc/util-macros-1.1.2
solved the problem and sessreg built fine.

the sessreg ebuild does not include x11-misc/util-macros in DEPEND
Comment 1 Joshua Baergen (RETIRED) gentoo-dev 2006-12-03 07:52:47 UTC
The util-macros dependency is done by x-modular.eclass, but it's certainly not new enough.

In any case, sessreg-1.0.2 is in the tree and it doesn't need util-macros for the time being.  I've disabled autoreconf on it.

Thanks for the find.