Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690914 - sys-kernel/kpatch-0.6.3: cp: cannot stat '/usr/share/kpatch/patch': No such file or directory
Summary: sys-kernel/kpatch-0.6.3: cp: cannot stat '/usr/share/kpatch/patch': No such f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alice Ferrazzi
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-07-28 15:26 UTC by Stefan Strogin
Modified: 2019-07-30 01:13 UTC (History)
0 users

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 Stefan Strogin gentoo-dev 2019-07-28 15:26:13 UTC
~/projects/linux/ $ kpatch-build -s ./ -v ./vmlinux test.diff
Using source directory at /home/stefan/projects/linux
Testing patch file(s)
cp: cannot stat '/usr/share/kpatch/patch': No such file or directory
ERROR: kpatch build failed. Check /home/stefan/.kpatch/build.log for more details.

I suppose we should install files from 'kmod/patch/' into '/usr/share/kpatch/patch/'.
Comment 1 Larry the Git Cow gentoo-dev 2019-07-30 01:13:46 UTC
The bug has been closed via the following commit(s):

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

commit 6ec6e05b6664d8b236da50c2eaec13c4944df993
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2019-07-29 00:54:39 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2019-07-30 01:11:57 +0000

    sys-kernel/kpatch: bump version to 0.7.1
    
    - Install files necessary for kpatch-build into /usr/share/${PN}/patch/
    - Remove USE=doc as there is only one not very big document in doc/ and
    nothing to compile.
    - Install man pages.
    - Remove redundant dependency on openssl.
    
    Closes: https://bugs.gentoo.org/690912
    Closes: https://bugs.gentoo.org/690914
    Closes: https://github.com/gentoo/gentoo/pull/12566
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 sys-kernel/kpatch/Manifest            |  1 +
 sys-kernel/kpatch/kpatch-0.7.1.ebuild | 95 +++++++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)