Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406843 - dev-libs/boost-1.46.1-r1 QA: Package calling old check_reqs function.
Summary: dev-libs/boost-1.46.1-r1 QA: Package calling old check_reqs function.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal QA
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords: PATCH
: 406845 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-03-04 03:13 UTC by Dan Dexter
Modified: 2012-10-31 16:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Change obsoleted 'check_reqs' to 'check-reqs_pkg_setup' (boost-1.46.1-r1.ebuild.patch,433 bytes, patch)
2012-03-04 03:18 UTC, Dan Dexter
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Dexter 2012-03-04 03:13:25 UTC
When compiling dev-libs/boost-1.46.1-r1 with USE="test" I get the following QA messages:

 * QA: Package calling old check_reqs function.
 * QA: Please file a bug against the package.
 * QA: It should call check-reqs_pkg_pretend and check-reqs_pkg_setup
 * QA: and possibly use EAPI=4 or later.
Comment 1 Dan Dexter 2012-03-04 03:18:05 UTC
Created attachment 304173 [details, diff]
Change obsoleted 'check_reqs' to 'check-reqs_pkg_setup'

Attached 1-line patch to change the obsoleted function.
Comment 2 Dan Dexter 2012-03-04 03:31:32 UTC
As the proposed patch fixes the immediate QA message, I separated the task of promoting the ebuild to EAPI4 and implementing a check-reqs_pkg_pretend call to a separate enhancement ticket (bug 406845).
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-03-05 20:14:24 UTC
*** Bug 406845 has been marked as a duplicate of this bug. ***
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-10-31 16:51:52 UTC
The use of check-reqs has been removed as of 1.51.0-r1 and hopefully we'll get rid of 1.46 soon enough.