Hi,

Because I stumbled on one (which I still don't understand)

    (repl-version 0 1 1)
    (exception unbound-variable (value #f) (value "Unbound variable: ~S") 
(value (channel)) (value #f))

Context: I have a package with its own channel which by itself builds
fine. When I include this package in yt another package the build fails
with the above error message (pointing to the first package). No clue
what is going wrong or where to look for more information...
Especially annoying in this particular case is that the package as a
channel is used as a dependency, therefore I have to push changes to git
and then run git pull every time I want to debug the problem.

> Hi,
>
> Maybe this one as well:
>
> --8<---------------cut here---------------start------------->8---
>> ./pre-inst-env guix build casacore indi libsep libxisf python-asdf \
> python-asdf-astropy python-astrocut python-astropy \
> python-astropy-healpix python-astropy-iers-data python-astroquery \
> python-casacore python-cmocean python-cmyt python-czml3 python-drizzle \
> python-drms python-ephem python-esutil python-extinction python-fitsio \
> python-glfw python-glue-core python-gwcs python-halotools \
> python-lofar-h5plot python-losoto python-mpl-scatter-density \
> python-mpsplines python-ndcube python-pyvo python-rad \
> python-roman-datamodels python-s3path python-sep-pjw python-sgp4 \
> python-sncosmo python-sndata python-soxs python-specreduce \
> python-spherical-geometry python-stsci-stimage python-sunkit-image \
> python-tweakwcs python-viresclient scamp
>
> Backtrace:
> In guix/store.scm:
>    1330:8 19 (call-with-build-handler #<procedure 7f5f4287aab0 at g…> …)
> In guix/ui.scm:
>     504:3 18 (_)
> In ice-9/boot-9.scm:
>   1747:15 17 (with-exception-handler #<procedure 7f5f2d3b1750 at ic…> …)
>   1752:10 16 (with-exception-handler _ _ #:unwind? _ # _)
> In guix/ui.scm:
>     491:6 15 (_)
> In guix/scripts/build.scm:
>     818:5 14 (_)
> In srfi/srfi-1.scm:
>    673:15 13 (append-map _ _ . _)
>    586:17 12 (map1 ("x86_64-linux"))
> In guix/scripts/build.scm:
>    820:21 11 (_ _)
> In guix/store.scm:
>   1412:11 10 (map/accumulate-builds #<store-connection 256.100 7f5f…> …)
>    1330:8  9 (call-with-build-handler #<procedure 7f5f2d3b16f0 at g…> …)
> In guix/scripts/build.scm:
>    779:18  8 (_ _)
> In guix/monads.scm:
>     576:2  7 (run-with-store #<store-connection 256.100 7f5f4bf2a910> …)
> In guix/store.scm:
>    2038:8  6 (_ _)
> In guix/packages.scm:
>   2050:11  5 (_ _)
>    1986:8  4 (_ _)
> In guix/build-system/pyproject.scm:
>      93:0  3 (pyproject-build _ _ #:source _ #:tests? _ # _ # _ # _ # …)
> In ice-9/boot-9.scm:
>   1685:16  2 (raise-exception _ #:continuable? _)
>   1685:16  1 (raise-exception _ #:continuable? _)
>   1685:16  0 (raise-exception _ #:continuable? _)
>
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> Keyword argument has no value: #:tests?
> --8<---------------cut here---------------end--------------->8---
>
> I'm not quite sure where I need to check. Maybe do not cut long lines so
> the key information may be visible?
>
> ---
> Oleg


Reply via email to