Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639932 - mail-client/alpine-2.21.1 with USE="onlyalpine" fails during src_install()
Summary: mail-client/alpine-2.21.1 with USE="onlyalpine" fails during src_install()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robert G. Siebeck
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2017-12-05 14:22 UTC by Holger Hoffstätte
Modified: 2017-12-06 11:48 UTC (History)
3 users (show)

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


Attachments
Ebuild patch to correctly install the alpine.1 manpage (alpine.patch,436 bytes, patch)
2017-12-05 14:24 UTC, Holger Hoffstätte
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Hoffstätte 2017-12-05 14:22:52 UTC
alpine >2.0 when built with USE="onlyalpine" fails during installation because the alpine.1 manpage cannot be found; the location was apparently changed only in the false branch of the "onlyalpine" conditional expression.

Reproducible: Always

Steps to Reproduce:
1. USE="onlyalpine" emerge alpine-2.21.1
2. Observe error during installation



Expected Results:  
Successful installation with and without USE="onlyalpine".
Comment 1 Holger Hoffstätte 2017-12-05 14:24:56 UTC
Created attachment 508252 [details, diff]
Ebuild patch to correctly install the alpine.1 manpage

The attached patch fixes the ebuild; the manpage is found in both branches of the onlyalpine use check.
Comment 2 Larry the Git Cow gentoo-dev 2017-12-06 11:48:11 UTC
The bug has been closed via the following commit(s):

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

commit b464bff71a0ccb78b0f351b40956cac7122dc87e
Author:     robert <gentoo.bugzilla.2012@r123.de>
AuthorDate: 2017-12-05 22:57:30 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2017-12-06 11:48:01 +0000

    mail-client/alpine: fix installing with use=onlyalpine
    
    Closes: https://bugs.gentoo.org/639932
    Closes: https://github.com/gentoo/gentoo/pull/6463

 mail-client/alpine/alpine-2.21.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)