Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 668616 - linux-gpib-modules-4.2.0_rc1 does not install in gentoo
Summary: linux-gpib-modules-4.2.0_rc1 does not install in gentoo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-14 14:09 UTC by Alexandre Ferreira
Modified: 2018-10-20 14:49 UTC (History)
0 users

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


Attachments
Patch to remove the depmod (linux-gpib-modules-4.2.0_rc1-gentoo-install.patch,487 bytes, patch)
2018-10-14 14:09 UTC, Alexandre Ferreira
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Ferreira 2018-10-14 14:09:46 UTC
Created attachment 551214 [details, diff]
Patch to remove the depmod

linux-gpib-modules-4.2.0_rc1 does not install on gentoo since it uses depmod inside its installation script and sandbox does not like it. The patch added fix that by removing the depmod in the Makefile inside the module and letting the depmod after emerge has installed the modules in the correct position.
Comment 1 Larry the Git Cow gentoo-dev 2018-10-20 14:49:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa505a01c0653b42a35393435372b324ebb2fcca

commit fa505a01c0653b42a35393435372b324ebb2fcca
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2018-10-20 14:47:39 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2018-10-20 14:47:51 +0000

    sci-libs/linux-gpib-modules: Do not run depmod, bug 668616
    
    Also, the kernel 4.11 patch is no longer needed
    
    Closes: https://bugs.gentoo.org/668616
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
    Package-Manager: Portage-2.3.50, Repoman-2.3.11

 sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)