Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 418219

Summary: autotools-utils.eclass should handle old missing which doesn't understand --run
Product: Gentoo Linux Reporter: Justin Lecher (RETIRED) <jlec>
Component: Current packagesAssignee: Michał Górny <mgorny>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: hwoarang
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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/.