Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 572078 - sys-apps/lsb-release: /etc/lsb-release: should 'provide' more 'information'
Summary: sys-apps/lsb-release: /etc/lsb-release: should 'provide' more 'information'
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-16 10:32 UTC by Paul Osmialowski
Modified: 2019-11-07 19:15 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 Paul Osmialowski 2016-01-16 10:32:40 UTC
I tried to build LLVM/Clang from git today on my Gentoo box and I ended up with this:

[ 41%] Generating kmp_i18n_id.inc
message-converter.pl: (x) /etc/lsb-release: There is no DISTRIB_RELEASE:
message-converter.pl: (x) DISTRIB_ID="Gentoo"
message-converter.pl: (x) (eof)

It turned out that in order to build upstream LLVM/Clang the /etc/lsb-release file must look at least like that:

DISTRIB_ID="Gentoo"
DISTRIB_RELEASE=""
DISTRIB_CODENAME=""
DISTRIB_DESCRIPTION=""


Reproducible: Always