Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331139 - xf86-input-wacom-0.10.8 fails to install without throwing an error
Summary: xf86-input-wacom-0.10.8 fails to install without throwing an error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2010-08-04 00:05 UTC by Reuben Martin
Modified: 2010-08-04 15:48 UTC (History)
0 users

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


Attachments
Patch to ebuild (xf86-input-wacom-0.10.8.ebuild.patch,469 bytes, patch)
2010-08-04 14:09 UTC, Matthias Raffelsieper
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Reuben Martin 2010-08-04 00:05:52 UTC
The emerge goes completes, but no files are actually installed.

Terminal output from install phase:

================================================
>>> Install xf86-input-wacom-0.10.8 into /var/tmp/portage/x11-drivers/xf86-input-wacom-0.10.8/image/ category x11-drivers
/var/tmp/portage/x11-drivers/xf86-input-wacom-0.10.8/temp/environment: line 4231: x-modular_src_install: command not found
>>> Completed installing xf86-input-wacom-0.10.8 into /var/tmp/portage/x11-drivers/xf86-input-wacom-0.10.8/image/

 * QA Notice: command not found:
 * 
 *      /var/tmp/portage/x11-drivers/xf86-input-wacom-0.10.8/temp/environment: line 4231: x-modular_src_install: command not found

>>> Installing (1 of 1) x11-drivers/xf86-input-wacom-0.10.8
/var/tmp/portage/x11-drivers/xf86-input-wacom-0.10.8/temp/environment: line 3881: x-modular_pkg_postinst: command not found
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.
================================================

Checking for files after install:

#> equery files xf86-input-wacom
 * Searching for xf86-inputwacom ...
 * Contents of x11-drivers/xf86-input-wacom-0.10.8:
#>



Reproducible: Always
Comment 1 Rafał Mużyło 2010-08-04 13:30:56 UTC
Attach full build log and check your portage tree for corruption -
that's a call to an eclass function, in an uncorrupted tree,
it *should* be available.
Comment 2 Matthias Raffelsieper 2010-08-04 14:08:32 UTC
I was having the same problem. It is caused by the split in the xorg eclasses, and because xf86-input-wacom uses EAPI=3 and the xorg-2 eclass. So the solution is to replace x-modular_src_install and x-modular_pkg_postinst by xorg-2_src_install and xorg-2_pkg_postinst, respectively. A patch to the ebuild is attached and builds fine for me.
Comment 3 Matthias Raffelsieper 2010-08-04 14:09:14 UTC
Created attachment 241403 [details, diff]
Patch to ebuild
Comment 4 Rémi Cardona (RETIRED) gentoo-dev 2010-08-04 15:43:22 UTC
/me rolls eyes
Comment 5 Tomáš Chvátal (RETIRED) gentoo-dev 2010-08-04 15:48:47 UTC
This is what you get for last minute fixes you just sed-in :D

Fixed in main tree. Sync in ~1 hour and retry.