From: zimoun <zimon.toutoune@gmail.com>
To: 43342@debbugs.gnu.org
Cc: zimoun <zimon.toutoune@gmail.com>
Subject: [bug#43342] [PATCH 0/3] Fix #43303 GCC package name
Date: Fri, 11 Sep 2020 18:06:12 +0200 [thread overview]
Message-ID: <20200911160612.21850-1-zimon.toutoune@gmail.com> (raw)
Dear,
As described in #43303 [1], the package gcc-toolchain providing the complete
GCC compilation toolchain is not easy to reach; even the manual has a
dedicated section [2].
Commit f17e1802ec325e5cc86d4908f05ac69aafdf39da fixes:
guix install gcc
which will install instead gcc-toolchain, the expected compilation package.
However, there are still discoverability issues, e.g.,
guix search gcc | recsel -C -P name | head
reports first the package libgccjit and second gccgo, which have both too
general synopsis and description. The 2 first patches try to improve the
situation.
Then, because the file gnu/packages/gcc.scm exists and the relevance scoring
function weights the filename too, the query "guix search gcc" artificially
ranks first libgccjit and gccgo. Therefore the third patch fixes this
corner-case.
[1] http://issues.guix.gnu.org/issue/43303
[2] https://guix.gnu.org/manual/devel/en/guix.html#The-GCC-toolchain
All the best,
simon
zimoun (3):
gnu: libgccjit: Reword synopsis and description.
gnu: gccgo: Reword synopsis and description.
gnu: gcc-toolchain: Reword description.
gnu/packages/commencement.scm | 3 ++-
gnu/packages/gcc.scm | 20 ++++++++++++++++++--
2 files changed, 20 insertions(+), 3 deletions(-)
base-commit: 1c87536287837c19b6a7d0b5df43fdcab7e5a26e
--
2.28.0
next reply other threads:[~2020-09-11 16:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-11 16:06 zimoun [this message]
2020-09-11 16:07 ` [bug#43342] [PATCH 1/3] gnu: libgccjit: Reword synopsis and description zimoun
2020-09-11 16:07 ` [bug#43342] [PATCH 2/3] gnu: gccgo: " zimoun
2020-09-11 16:08 ` [bug#43342] [PATCH 3/3] gnu: gcc-toolchain: Reword description zimoun
2020-09-13 21:12 ` bug#43342: [PATCH 0/3] Fix #43303 GCC package name Ludovic Courtès
2020-09-14 10:40 ` [bug#43342] " zimoun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200911160612.21850-1-zimon.toutoune@gmail.com \
--to=zimon.toutoune@gmail.com \
--cc=43342@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.