emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43342: closed ([PATCH 0/3] Fix #43303 GCC package name)


From: GNU bug Tracking System
Subject: bug#43342: closed ([PATCH 0/3] Fix #43303 GCC package name)
Date: Sun, 13 Sep 2020 21:13:02 +0000

Your message dated Sun, 13 Sep 2020 23:12:38 +0200
with message-id <87pn6p9y9l.fsf@gnu.org>
and subject line Re: [bug#43342] [PATCH 0/3] Fix #43303 GCC package name
has caused the debbugs.gnu.org bug report #43342,
regarding [PATCH 0/3] Fix #43303 GCC package name
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43342: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43342
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/3] Fix #43303 GCC package name Date: Fri, 11 Sep 2020 18:06:12 +0200
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43342] [PATCH 0/3] Fix #43303 GCC package name Date: Sun, 13 Sep 2020 23:12:38 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hi zimoun,

zimoun <zimon.toutoune@gmail.com> skribis:

>   gnu: libgccjit: Reword synopsis and description.
>   gnu: gccgo: Reword synopsis and description.
>   gnu: gcc-toolchain: Reword description.

Applied all 3 patches.  We’re doing SEO!  :-)

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]