Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630606 - app-misc/pet-0.2.3[zsh-completion]
Summary: app-misc/pet-0.2.3[zsh-completion]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vladimir Pavljuchenkov (SpiderX)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2017-09-10 18:33 UTC by Frederico Freire Boaventura
Modified: 2017-10-07 17:26 UTC (History)
3 users (show)

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


Attachments
Diff file to fix the ebuild (pet-0.2.3.ebuild.diff,343 bytes, patch)
2017-09-10 18:33 UTC, Frederico Freire Boaventura
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frederico Freire Boaventura 2017-09-10 18:33:54 UTC
Created attachment 493778 [details, diff]
Diff file to fix the ebuild

app-misc/pet is failing to install, due to wrong path of zsh-completion file references on the ebuild.

>>> Install pet-0.2.3 into /var/tmp/portage/app-misc/pet-0.2.3/image/ category app-misc
/usr/bin/install: cannot stat 'misc/completions/zsh/_pet': No such file or directory
!!! doins: misc/completions/zsh/_pet does not exist
 * ERROR: app-misc/pet-0.2.3::gentoo-ffb failed (install phase):
 *   doins failed
 * 
 * If you need support, post the output of `emerge --info '=app-misc/pet-0.2.3::gentoo-ffb'`,
 * the complete build log and the output of `emerge -pqv '=app-misc/pet-0.2.3::gentoo-ffb'`.
 * The complete build log is located at '/var/tmp/portage/app-misc/pet-0.2.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-misc/pet-0.2.3/temp/environment'.
 * Working directory: '/var/tmp/portage/app-misc/pet-0.2.3/work/pet-0.2.3'
 * S: '/var/tmp/portage/app-misc/pet-0.2.3/work/pet-0.2.3'
 * QA Notice: file does not exist:
 * 
 *      doins: misc/completions/zsh/_pet does not exist
 *      doins: misc/completions/zsh/_pet does not exist

I've attached the diff file to fix the issue.
Comment 1 Larry the Git Cow gentoo-dev 2017-10-07 17:26:08 UTC
The bug has been closed via the following commit(s):

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

commit b62afeb878cde37ca33e609e95b6182a1b164135
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>
AuthorDate: 2017-09-16 15:53:34 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2017-10-07 17:25:57 +0000

    app-misc/pet: install zsh completion scripts.
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.2
    Closes: https://bugs.gentoo.org/630606
    Closes: https://github.com/gentoo/gentoo/pull/5710

 app-misc/pet/pet-0.2.3-r1.ebuild | 58 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)