GNU bug report logs -
#22831
OpenSSL should not depend on Perl
Previous Next
Reported by: ludo <at> gnu.org (Ludovic Courtès)
Date: Sat, 27 Feb 2016 17:06:02 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Patch 1/2 updates the patch we use to keep Perl from becoming a
registered run-time dependency of OpenSSL.
Patch 2/2 is an attempt to use #:allowed-references to prevent
Perl from sneaking back in again. Unfortunately, it fails when gcc is an
allowed reference. It "works" when gcc is not in the list. Here's the
backtrace:
Backtrace:
In ice-9/boot-9.scm:
157: 19 [catch system-error #<procedure 1fc8930 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
481: 18 [lp (#<fluid 1>) (absolute)]
411: 17 [eval # #]
481: 16 [lp (#<fluid 32>) (#t)]
In srfi/srfi-1.scm:
646: 15 [append-map #<procedure 1fca0c0 at ice-9/eval.scm:416:20 (a)> (#)]
578: 14 [map #<procedure 1fca0c0 at ice-9/eval.scm:416:20 (a)> (#)]
In ice-9/eval.scm:
387: 13 [eval # #]
411: 12 [eval # #]
In ice-9/r4rs.scm:
39: 11 [call-with-values #<procedure 5e8f960 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
411: 10 [eval # #]
481: 9 [lp (#<fluid 24> #<fluid 25>) ("x86_64-linux" #f)]
481: 8 [lp (#<fluid 25>) (#f)]
411: 7 [eval # #]
387: 6 [eval # #]
387: 5 [eval # #]
387: 4 [eval # #]
387: 3 [eval # #]
387: 2 [eval # #]
393: 1 [eval # #]
In unknown file:
?: 0 [memoize-variable-access! #<memoized gcc> #<directory # 41083f0>]
ERROR: In procedure memoize-variable-access!:
ERROR: Unbound variable: gcc
Leo Famulari (2):
gnu: openssl: Remove run-time dependency on Perl.
WIP: gnu: openssl: Restrict allowed references for openssl.
gnu/packages/patches/openssl-c-rehash.patch | 14 ++++++++++++++
gnu/packages/tls.scm | 7 +++++++
2 files changed, 21 insertions(+)
--
2.7.1
This bug report was last modified 9 years and 118 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.