Gentoo Archives: gentoo-dev

From: "Toralf Förster" <toralf@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] adding more entries to profiles/info_pkgs
Date: Sun, 16 Dec 2018 22:18:46
Message-Id: 241902c5-41c5-82a8-89bf-12de85752358@gentoo.org
In Reply to: [gentoo-dev] [RFC] adding more entries to profiles/info_pkgs by Georgy Yakovlev
1 On 12/15/18 3:00 AM, Georgy Yakovlev wrote:
2 > that should be enough to provide a bit more to initial information without
3 > going crazy and clobbering output too much.
4 >
5 > Thoughts?
6 At least for the tinderbox image issues I was asked by devs in the past to include bits for the following software in #comment0:
7
8 cat << EOF >> $issuedir/issue
9 gcc-config -l:
10 $(gcc-config -l )
11 $( [[ -x /usr/bin/llvm-config ]] && echo llvm-config: && llvm-config --version )
12 $(eselect python list 2>/dev/null)
13 $(eselect ruby list 2>/dev/null)
14 $(eselect rust list 2>/dev/null)
15 $( [[ -x /usr/bin/java-config ]] && echo java-config: && java-config --list-available-vms --nocolor )
16 $(eselect java-vm list 2>/dev/null)
17
18 ...
19
20
21
22 --
23 Toralf
24 PGP 23217DA7 9B888F45

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] [RFC] adding more entries to profiles/info_pkgs Georgy Yakovlev <gyakovlev@g.o>