Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 418219 - autotools-utils.eclass should handle old missing which doesn't understand --run
Summary: autotools-utils.eclass should handle old missing which doesn't understand --run
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-30 08:44 UTC by Justin Lecher (RETIRED)
Modified: 2012-06-24 14:59 UTC (History)
1 user (show)

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 Justin Lecher (RETIRED) gentoo-dev 2012-05-30 08:44:00 UTC
Some old packages show this:

checking whether build environment is sane... yes
/var/tmp/portage/dev-libs/libjwc_f-1.1-r2/work/libjwc_f-1.1/missing: Unknown `--run' option
Try `/var/tmp/portage/dev-libs/libjwc_f-1.1-r2/work/libjwc_f-1.1/missing --help' for more information
configure: WARNING: `missing' script is too old or missing

simple removal of missing hlpes, beacuse it gets replace later by autotools.

Can we check this in the eclass and replace it when to old?
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-05-31 12:56:21 UTC
Hrm, autoconf is called there, doesn't it?
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-05-31 13:13:54 UTC
it is, you can test it with the older version of the ebuild or by not removing the missing file.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-05-31 13:21:32 UTC
Hrm, I'm going to switch autotools-utils to eautoreconf soon, and I think it should be handled there... I'll update the bug as soon as vapier updates autotools.eclass, ok?
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2012-05-31 13:24:37 UTC
fine thanks.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-06-24 14:59:40 UTC
Please try it now, and if it still happens, reassign this to base-system and s/autotools-utils/eautoreconf/.