Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687978 - sys-fs/bees : Version shows as UNKNOWN in --help output
Summary: sys-fs/bees : Version shows as UNKNOWN in --help output
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Kai Krakow
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-06-13 00:53 UTC by adebeus
Modified: 2019-06-18 05:40 UTC (History)
1 user (show)

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 adebeus 2019-06-13 00:53:38 UTC
The sed in src_configure() that is supposed to prevent the version from showing as UNKNOWN does not do its job. The problem can be avoided, however, by simply setting BEES_VERSION="${PV}" instead, which is the method intended by upstream.
Comment 1 Larry the Git Cow gentoo-dev 2019-06-18 05:40:28 UTC
The bug has been closed via the following commit(s):

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

commit 6a1fecb799fb6ebc49733d80a398345e2d5f1166
Author:     Kai Krakow <kai@kaishome.de>
AuthorDate: 2018-11-18 15:21:28 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-06-18 05:40:04 +0000

    sys-fs/bees: Bump to v0.6.1
    
    This removes the quickfix in the ebuild and should fix a compiler
    problem linked below.
    
    Closes: https://bugs.gentoo.org/670606
    Closes: https://bugs.gentoo.org/686976
    Closes: https://bugs.gentoo.org/686978
    Closes: https://bugs.gentoo.org/687978
    Package-Manager: Portage-2.3.51, Repoman-2.3.11
    Signed-off-by: Kai Krakow <kai@kaishome.de>
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 sys-fs/bees/Manifest          |  1 +
 sys-fs/bees/bees-0.6.1.ebuild | 72 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+)