GNU bug report logs -
#39807
[PATCH] guix: pack: Only wrap executable files.
Previous Next
Reported by: Eric Bavier <bavier <at> posteo.net>
Date: Thu, 27 Feb 2020 04:55:02 UTC
Severity: normal
Tags: patch
Done: Eric Bavier <bavier <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Eric,
Eric Bavier <bavier <at> posteo.net> skribis:
> On Wed, 2020-10-21 at 11:07 +0200, Ludovic Courtès wrote:
>> Hi Eric,
>>
>> Instead of searching for an occurrence of ORIGINAL_STORE, can’t we use
>> the file name of the wrapper (as opposed to WRAPPED_PROGRAM) in the
>> index calculation? Along these lines:
>
> Good idea, I hadn't considered that we know the destination of the
> wrapper in advance.
>
> This works as long as we make sure "result" is in canonical form, e.g.
> no repeated separators, because /proc/self/exe is in canonical form:
Good point.
> (mkdir-p (dirname result))
> (apply invoke #$compiler "-std=gnu99" "-static" "-Os" "-g0" "-Wall"
> "run.c" "-o" result
> + (string-append "-DWRAPPER_PROGRAM=\"" result "\"")
Can we just write (canonical-path result) here? That way we wouldn’t
need ‘find-input-files’ and related changes.
Thanks,
Ludo’.
This bug report was last modified 4 years and 207 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.