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

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

bug#57677: closed (GIMP retains reference to GCC)


From: GNU bug Tracking System
Subject: bug#57677: closed (GIMP retains reference to GCC)
Date: Sat, 23 Mar 2024 11:29:02 +0000

Your message dated Sat, 23 Mar 2024 19:27:54 +0800
with message-id <871q81dw79.fsf@envs.net>
and subject line Re: bug#57677: GIMP retains reference to GCC
has caused the debbugs.gnu.org bug report #57677,
regarding GIMP retains reference to GCC
to be marked as done.

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


-- 
57677: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57677
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: GIMP retains reference to GCC Date: Thu, 08 Sep 2022 15:11:00 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
>From ca. commit 2183db8d2ab773f41e4320367645880b06959bfc:

--8<---------------cut here---------------start------------->8---
$ guix size gimp | head -4
store item                                                       total    self
/gnu/store/wdm2s2si8fqsrcd5xpc29ivmpkf20s8d-mesa-21.3.8            411.6   
169.6  14.1%
/gnu/store/6pdzpmxg5afzss6dlivq8z84sfa31x22-llvm-11.0.0            221.5   
149.5  12.4%
/gnu/store/069aq2v993kpc41yabp5b6vm4wb9jkhg-gcc-10.3.0             217.7   
145.8  12.1%
$ guix graph --path -t references 
/gnu/store/m4s1ghyqp05irx8acz2mqa68lyclcsrz-gimp-2.10.32 
/gnu/store/069aq2v993kpc41yabp5b6vm4wb9jkhg-gcc-10.3.0  
/gnu/store/m4s1ghyqp05irx8acz2mqa68lyclcsrz-gimp-2.10.32
/gnu/store/069aq2v993kpc41yabp5b6vm4wb9jkhg-gcc-10.3.0
$ grep -r 069aq2v993kpc41yabp5b6vm4wb9jkhg 
/gnu/store/m4s1ghyqp05irx8acz2mqa68lyclcsrz-gimp-2.10.32
grep: 
/gnu/store/m4s1ghyqp05irx8acz2mqa68lyclcsrz-gimp-2.10.32/libexec/gimp-debug-tool-2.0:
 binary file matches
grep: 
/gnu/store/m4s1ghyqp05irx8acz2mqa68lyclcsrz-gimp-2.10.32/bin/gimp-console-2.10: 
binary file matches
grep: /gnu/store/m4s1ghyqp05irx8acz2mqa68lyclcsrz-gimp-2.10.32/bin/gimp-2.10: 
binary file matches
$ strings 
/gnu/store/m4s1ghyqp05irx8acz2mqa68lyclcsrz-gimp-2.10.32/bin/gimp-console-2.10 
| grep -C3  069aq2v993kpc41yabp5b6vm4wb9jkhg
GNU Image Manipulation Program
        Using built-in specs.
        COLLECT_GCC=gcc
        
COLLECT_LTO_WRAPPER=/gnu/store/069aq2v993kpc41yabp5b6vm4wb9jkhg-gcc-10.3.0/libexec/gcc/x86_64-unknown-linux-gnu/10.3.0/lto-wrapper
        Target: x86_64-unknown-linux-gnu
        Configured with: 
        Thread model: posix
--8<---------------cut here---------------end--------------->8---

So the root cause is that GIMP’s build process captures the output of
‘gcc -v’, which leads to this unintended retention.

Ludo’.



--- End Message ---
--- Begin Message --- Subject: Re: bug#57677: GIMP retains reference to GCC Date: Sat, 23 Mar 2024 19:27:54 +0800 User-agent: Gnus/5.13 (Gnus v5.13)
Fixed in commit b099e5e98033, forgot to close.


--- End Message ---

reply via email to

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