Hello,

currently, "make" fails with the following message:

/bin/mkdir -p `dirname "distro/packages/mailutils.go"`
./pre-inst-env                                  \
        /usr/bin/guild compile -L "." -L "."    \
          -Wformat -Wunbound-variable -Warity-mismatch                  \
          --target="x86_64-unknown-linux-gnu"                                   
        
\
          -o "distro/packages/mailutils.go" "distro/packages/mailutils.scm"
Backtrace:
In ice-9/eval.scm:
 480: 19 [#<procedure 1742bc0 at ice-9/eval.scm:474:4 (exp)> (define-module 
# # ...)]
In ice-9/psyntax.scm:
1101: 18 [expand-top-sequence ((define-module # # # ...)) () ((top)) ...]
 986: 17 [scan ((define-module (distro packages mysql) #:use-module ...)) 
() ...]
 270: 16 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...]
In ice-9/eval.scm:
 392: 15 [eval # ()]
In ice-9/boot-9.scm:
2667: 14 [define-module* (distro packages mysql) #:filename ...]
2642: 13 [resolve-imports ((#) (#) (#) (#) ...)]
2580: 12 [resolve-interface (distro packages openssl) #:select ...]
2505: 11 [#<procedure 1808940 at ice-9/boot-9.scm:2493:4 (name #:optional 
autoload version #:key ensure)> # ...]
2772: 10 [try-module-autoload (distro packages openssl) #f]
2111: 9 [save-module-excursion #<procedure 2283960 at 
ice-9/boot-9.scm:2773:17 ()>]
2783: 8 [#<procedure 2283960 at ice-9/boot-9.scm:2773:17 ()>]
In unknown file:
   ?: 7 [primitive-load-path "distro/packages/openssl" #f]
In ice-9/eval.scm:
 407: 6 [eval # ()]
 428: 5 [eval # ()]
 407: 4 [eval # #]
 411: 3 [eval # #]
 374: 2 [eval # #]
In unknown file:
   ?: 1 [memoize-variable-access! #<memoized openssl> #<directory # 
2212630>]
In ice-9/boot-9.scm:
 106: 0 [#<procedure 1946b40 at ice-9/boot-9.scm:97:6 (thrown-k . args)> 
unbound-variable ...]

ice-9/boot-9.scm:106:20: In procedure #<procedure 1946b40 at 
ice-9/boot-9.scm:97:6 (thrown-k . args)>:
ice-9/boot-9.scm:106:20: Unbound variable: openssl
make[2]: *** [distro/packages/mailutils.go] Error 1
make[2]: Leaving directory `/home/privat/Programme/guix'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/privat/Programme/guix'
make: *** [all] Error 2

I suspect that there is a conflict between the public variables openssl in 
licenses and the openssl package.

Andreas

Reply via email to