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

Bug 150957

Summary: x11-base/x11-drm-20060608 multiple issues
Product: Gentoo Linux Reporter: Evil Compile Person <bugs>
Component: New packagesAssignee: X11 External Driver Maintainers <x11-drivers>
Status: RESOLVED FIXED    
Severity: normal CC: battousai, laurento.frittella
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 148821    
Attachments: x11-drm-20060608.ebuild.diff
x11-drm-20060608.ebuild.diff

Description Evil Compile Person 2006-10-11 22:31:49 UTC
missing automake dep:

 * Done with patching
am-wrapper: /usr/bin/aclocal-1.7 is missing or not executable.
            Please try emerging the correct version of automake.
autoreconf-2.59: Entering directory `.'
autoreconf-2.59: configure.ac: not using Gettext
autoreconf-2.59: running: aclocal  --output=aclocal.m4t
am-wrapper: /usr/bin/aclocal-1.7 is missing or not executable.
            Please try emerging the correct version of automake.
autoreconf-2.59: aclocal failed with exit status: 1

also if there is no configured kernel it barfs multiple errors like this:

 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Could not find a usable .config in the kernel source directory.
 * Please ensure that /usr/src/linux points to a configured set of Linux sources.
 * If you are using KBUILD_OUTPUT, please set the environment var so that
 * it points to the necessary object directory so that it might find .config.

should abort with an error "no configured kernel src found"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-10-12 03:01:27 UTC
Created attachment 99418 [details, diff]
x11-drm-20060608.ebuild.diff

fix autoconf/automake issues, general cleanup.

Unconfigured kernel check is handled by linux-mod/linux-info eclasses and there's nothing that could be done in the ebuild.
Comment 2 Evil Compile Person 2006-10-22 02:43:10 UTC
Well ... it spews the "no kernel found" message a few times, then goes into the unpack phase and spews it again, continues, spews it in compile phase again,continues, fails.

I consider that to be buggy as it should abort after the first time it doesn't find a kernel (unlikely that suddenly a kernel pops up, eh? ;-) )
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-12-13 10:36:06 UTC
Created attachment 103969 [details, diff]
x11-drm-20060608.ebuild.diff

(In reply to comment #2)
> Well ... it spews the "no kernel found" message a few times, then goes into the
> unpack phase and spews it again, continues, spews it in compile phase
> again,continues, fails.

Shrug... Try this; meanwhile, someone might fix the autotools deps at least, has been broken for 2 months.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-01-16 10:50:46 UTC
*** Bug 162340 has been marked as a duplicate of this bug. ***
Comment 5 Niels van Aert 2007-01-23 19:34:05 UTC
I can confirm this. x11-drm refuses to compile if automake-1.7.9-r1 is not installed.
Comment 6 Bryan Stine (RETIRED) gentoo-dev 2007-03-14 18:20:31 UTC
I've checked jakub's patch into portage and ported it up to the newer versions.

Thanks jakub. Sorry it took so long.