Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398913 - x11-libs/libxcb-1.8 fails with EAPI=3
Summary: x11-libs/libxcb-1.8 fails with EAPI=3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-14 21:18 UTC by Howard B. Golden
Modified: 2012-01-14 21:23 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 Howard B. Golden 2012-01-14 21:18:14 UTC
The present version of the x11-libs/libxcb-1.8 ebuild fails to build with the following message:

!!! ERROR in x11-libs/libxcb-1.8::gentoo:
!!! In autotools-utils_src_install at line 1599
!!! directories in docdir require at least EAPI 4

Changing EAPI=3 to EAPI=4 in the ebuild leads to a successful build.

Reproducible: Always

Steps to Reproduce:
1. ebuild x11-libs/libxcb
Actual Results:  
See error above.

Expected Results:  
Successful build.

I use cave rather than portage, but the problem is clearly in the ebuild.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-01-14 21:23:43 UTC
This was a bug in the autotools-utils.eclass, used by xorg-2.eclass, used by libxcb-1.8.ebuild:

20:13 <+CIA-12> mgorny * gentoo-x86/eclass/ (ChangeLog autotools-utils.eclass): Replace the docdir-directory error with a warning.

Wait an hour or so, and "emerge --sync"