unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#44612: Read standard input in `guix repl'
@ 2020-11-13  9:41 Pierre Neidhardt
  2020-11-13 19:08 ` Bengt Richter
                   ` (2 more replies)
  0 siblings, 3 replies; 37+ messages in thread
From: Pierre Neidhardt @ 2020-11-13  9:41 UTC (permalink / raw)
  To: 44612

[-- Attachment #1: Type: text/plain, Size: 538 bytes --]

`guix repl` is a fantastic, hassle-free tool to bind Guix with
third-party languages.  I've done it here:

https://github.com/atlas-engineer/nyxt/blob/2-pre-release-4/libraries/ospama/ospama-guix.lisp

It just works!

The only issue is that it needs to be passed a file, so I must create a
temporary file so that I can call `guix repl` on it.

It'd be better if we could send Guile code to the standard input of the
`guix repl -` process to bypass file generation.

Thoughts?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-13  9:41 bug#44612: Read standard input in `guix repl' Pierre Neidhardt
@ 2020-11-13 19:08 ` Bengt Richter
  2020-11-13 22:24   ` zimoun
  2020-11-16  9:25   ` Ludovic Courtès
  2020-11-13 20:27 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-12-01  7:52 ` Ludovic Courtès
  2 siblings, 2 replies; 37+ messages in thread
From: Bengt Richter @ 2020-11-13 19:08 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 44612

Hi Pierre,

On +2020-11-13 10:41:38 +0100, Pierre Neidhardt wrote:
> `guix repl` is a fantastic, hassle-free tool to bind Guix with
> third-party languages.  I've done it here:
> 
> https://github.com/atlas-engineer/nyxt/blob/2-pre-release-4/libraries/ospama/ospama-guix.lisp
> 
> It just works!
> 
> The only issue is that it needs to be passed a file, so I must create a
> temporary file so that I can call `guix repl` on it.
> 
> It'd be better if we could send Guile code to the standard input of the
> `guix repl -` process to bypass file generation.
> 
> Thoughts?
>

Would this enable people to type something like
    wget -O - http:try.this.for.example.com/fun.mischief|guix repl -
and if so, can you suggest some options for automatic hash or signature
checking so that a paranoid could feel safe using a file pointed to
by a friend? 

(I know one can already do silly stuff ... :)

I was hoping for a concise option that would enable a standard way of doing
integrity/trust checks by the stdin bufferful within guix. (Which I guess implies
designing fun.mischief file syntax as some kind of container packet stream, with
individually verifiable packets -- what would that mean for input to guix repl?). 

Maybe a --paranoid option at the level of --dry-run or -n ?
(maybe configurable as default --paranoid=on :)

As far as avoiding file generation, a pipeline that needs file-size chunks to do
validation checks would only avoid file inode supply limits, right?
I guess YMMV per platform? IPC also has supply limits, IIRC.

Hm, what about an option for guix like
   guix  --trust-manifest="file-containing-sufficient-verification-info-for-what-happens-next" repl -
meaning e.g., sha256sum value for what would be passed via '-' and if that contains references
to other files etc., than hashes or signatures etc for everything entailed.

> -- 
> Pierre Neidhardt
> https://ambrevar.xyz/

-- 
Regards,
Bengt Richter




^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-13  9:41 bug#44612: Read standard input in `guix repl' Pierre Neidhardt
  2020-11-13 19:08 ` Bengt Richter
@ 2020-11-13 20:27 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-14  9:52   ` Pierre Neidhardt
  2020-12-01  7:52 ` Ludovic Courtès
  2 siblings, 1 reply; 37+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-11-13 20:27 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

Pierre,

Pierre Neidhardt 写道:
> The only issue is that it needs to be passed a file, so I must 
> create a
> temporary file so that I can call `guix repl` on it.

A magic ‘-’ alias is nice, providing ‘guix repl -- -’ still DTRT 
(I know, who does that, but still).

But why can't you just pipe your input into ‘guix repl’ now?

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-13 19:08 ` Bengt Richter
@ 2020-11-13 22:24   ` zimoun
  2020-11-16  9:25   ` Ludovic Courtès
  1 sibling, 0 replies; 37+ messages in thread
From: zimoun @ 2020-11-13 22:24 UTC (permalink / raw)
  To: Bengt Richter, Pierre Neidhardt; +Cc: 44612

Dear,

On Fri, 13 Nov 2020 at 20:08, Bengt Richter <bokr@bokr.com> wrote:

> Would this enable people to type something like
>     wget -O - http:try.this.for.example.com/fun.mischief|guix repl -
> and if so, can you suggest some options for automatic hash or signature
> checking so that a paranoid could feel safe using a file pointed to
> by a friend? 

How is it different to:

   cat file | guix repl
or
   guix repl -- file

?  « Stupid is as stupid does, sir. »  Well, it is hard nor impossible
to prevent people to shoot themselves in their foot if they really want
to.  Somehow.


For instance,

--8<---------------cut here---------------start------------->8---
$ cat /tmp/foo.scm | guix repl
GNU Guile 3.0.4
Copyright (C) 1995-2020 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
name: hello
version: 2.10
outputs: out
systems: x86_64-linux i686-linux
dependencies: 
location: gnu/packages/base.scm:74:2
homepage: https://www.gnu.org/software/hello/
license: GPL 3+
synopsis: Hello, GNU world: An example GNU package  
description: GNU Hello prints the message "Hello, world!" and then exits.  It serves as an example of standard GNU coding practices.  As such, it supports command-line arguments, multiple languages, and so on.

$1 = #t
scheme@(guix-user)> 
$ cat /tmp/foo.scm
(use-modules (gnu packages base)
             (guix scripts show))

(guix-show "hello")
--8<---------------cut here---------------end--------------->8---

All the best,
simon




^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-13 20:27 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-11-14  9:52   ` Pierre Neidhardt
  2020-11-14 11:23     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-14 12:09     ` zimoun
  0 siblings, 2 replies; 37+ messages in thread
From: Pierre Neidhardt @ 2020-11-14  9:52 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

Tobias Geerinckx-Rice <me@tobias.gr> writes:

> A magic ‘-’ alias is nice, providing ‘guix repl -- -’ still DTRT 
> (I know, who does that, but still).
>
> But why can't you just pipe your input into ‘guix repl’ now?

It does not work now, I haven't looked at the details.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14  9:52   ` Pierre Neidhardt
@ 2020-11-14 11:23     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-14 13:19       ` Pierre Neidhardt
  2020-11-14 13:24       ` Pierre Neidhardt
  2020-11-14 12:09     ` zimoun
  1 sibling, 2 replies; 37+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-11-14 11:23 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 44612


[-- Attachment #1.1: Type: text/plain, Size: 650 bytes --]

Pierre,

So far this looks like an (SB)CL(-specific) bug, right?  Does it 
happen anywhere else?  I tried Guile[0].

Pierre Neidhardt 写道:
> It does not work now, I haven't looked at the details.

Please do.

To ‘it does not work’ I can reply only that Nyxt doesn't build 
[log attached] on current master & that learning Common Lisp by 
putting random text into SBCL doesn't work :-)

Kind regards,

T G-R

[0]:
(use-modules ((ice-9 popen)))
(let ((g (open-output-pipe "guix repl")))
  ;; XXX The Guile prompt after each input line is ugly.
  (display "(use-modules ((guix))) (%store-prefix)" g)
  (close-pipe g))


[-- Attachment #1.2: nyxt.log --]
[-- Type: application/octet-stream, Size: 134347 bytes --]

WARNING: (guile-user): imported module (guix build utils) overrides core binding `delete'
starting phase `set-SOURCE-DATE-EPOCH'
phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds
starting phase `set-paths'
environment variable `PATH' set to `/gnu/store/8j3lwvyha8ikbmdn18nf6gri1jhw1ssc-sbcl-2.0.10/bin:/gnu/store/v6f44zccwh9z5zk3pjlywjybbi8n2hjh-tar-1.32/bin:/gnu/store/ncydgq2znms5n1d2k5yqshhf58nsixwv-gzip-1.10/bin:/gnu/store/i8h2pcxqdq07ijm3ibkka8f4smn1w48v-bzip2-1.0.8/bin:/gnu/store/9860f1abqj8wjjnwl8a9v54pdcc3bhgf-xz-5.2.4/bin:/gnu/store/60g7r3l01fd7c58yjbm6krgcwj1jkpwg-file-5.38/bin:/gnu/store/n4n560pfvvw50a9369axw5vj5rrqfj1n-diffutils-3.7/bin:/gnu/store/cd5qf3kcnlq35p9k392pjdpdzpsnds70-patch-2.7.6/bin:/gnu/store/hic7snhayfl7m6cpfqqr73nmm19bpqkg-findutils-4.7.0/bin:/gnu/store/swqdvwri9dbv6zssg6v0by7l05hd6wxp-gawk-5.0.1/bin:/gnu/store/ishk7fswcs4gkwcp8mh788z4mvvl9bxh-sed-4.8/bin:/gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8-grep-3.4/bin:/gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65-coreutils-8.32/bin:/gnu/store/hm40bxnv8jxmbc1lpb7zfimii4xm9m81-make-4.3/bin:/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin:/gnu/store/mpa04aq8lblbcviyxywxcsb1zbi0mf39-ld-wrapper-0/bin:/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/bin:/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/bin:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/sbin'
environment variable `XDG_DATA_DIRS' set to `/gnu/store/511l95ac95ix30ig5g6z0wfj6idp1l5q-sbcl-prove-1.0.0-1.4f9122b/share:/gnu/store/8j3lwvyha8ikbmdn18nf6gri1jhw1ssc-sbcl-2.0.10/share:/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share:/gnu/store/bb5zy6qh5kx8alnhpf3fi35r2xm30xz8-cl-bordeaux-threads-0.8.8/share:/gnu/store/2dmcsq2xq6brasw9lc731c1gcy1lxpmk-cl-chanl-0.4.1-1.56e90a1/share:/gnu/store/nknj4084qbhfpmrdl5j57kvcrdvb0i0r-cl-containers-0.12.1-3.3d1df53/share:/gnu/store/abawpmh70232b6q0x0lylv50wvkki2hw-cl-css-0.1-1.8fe654c/share:/gnu/store/xikbdqjq9qpvd5cqh9rw0884bsk4x6g3-cl-json-0.5-1.6dfebb9/share:/gnu/store/wl2imh1f6i73ds7ndcgafx93dz8hj82y-cl-markup-0.1-1.e0eb7de/share:/gnu/store/8byybm7qji0v3s8hfh99cyybclwh8ha6-cl-ppcre-2.1.1/share:/gnu/store/mjxgzxhbbadzdwarzxfjfyyiqkazc84i-cl-prevalence-5-4.5a76be0/share:/gnu/store/ih5pzs08w697iz0s11ijh9y457c11ma8-cl-closer-mop-1.0.0-2.19c9d33/share:/gnu/store/fcvn01y5w1w7biw4vfk11hf8m21gfrv3-cl-cluffer-0.0.0-1.4aad29c/share:/gnu/store/4n978v6z7xf1z7vw56c72mgb8gci5sak-cl-dexador-0.9.14/share:/gnu/store/3my75a3h61sl9p2kfx9jh8izp3fbmyj2-cl-enchant-0.0.0-1.6af162a/share:/gnu/store/gn1i3fxap0szg9872a3cxi4qlrm52qlc-cl-fset-1.3.2-1.6d2f9de/share:/gnu/store/7w60lsh14xgw6il0hglx2shyhx7ckwaf-cl-hu.dwim.defclass-star-2015-07-09/share:/gnu/store/4s8np8lh3qk8bxrjlrsyks3qgdb5j8y9-cl-iolib-0.8.3-2.7f5ea3a/share:/gnu/store/9iiirckp4wamwn3fmn7sbbrfpylaik74-cl-local-time-1.0.6-1.6279270/share:/gnu/store/8pdvip8d56didqpnz4l1xf4w8zjx21mn-cl-log4cl-1.1.2/share:/gnu/store/z1pkwk5n3pkcs77an4lnhw03jghm26ri-cl-mk-string-metrics-0.1.2/share:/gnu/store/c7nshr1d876rswv1s7f06h9pvjh5mrw5-cl-moptilities-0.3.13-1.a436f16/share:/gnu/store/nlcsg5rla43xkz9431lwmxwgxcadxrbl-sbcl-osicat-0.7.0-1.de0c18a/share:/gnu/store/kjg2b7qigk809x5h0wbaanx70zds97s2-cl-parenscript-2.7.1-1.7a1ac46/share:/gnu/store/b8g8qkzm3vhb446lh2vsp2ns2jsn7y3l-cl-plump-2.0.0-1.34f890f/share:/gnu/store/x1989s8sil0aw4b2bg69cdb6s222fgk7-cl-quri-0.1.0-2.b53231c/share:/gnu/store/k7s0vg5lrd1hws20zh10dxblmhbwg9gb-cl-serapeum-0.0.0-3.c5e352a/share:/gnu/store/w1s125la1lq7zlljpsdv2yd5ysvjc1n1-cl-str-0.19/share:/gnu/store/gvszffk6c1bp0c6kdpkmja5lmx1d0ndn-cl-slime-swank-2.26/share:/gnu/store/76kn659vlax39zppjjvcz0yj2r6pp0vw-cl-trivia-0.0.0-2.37698b4/share:/gnu/store/b4jxj7n8ccl2anpzccswp6zamnpphxiz-cl-trivial-clipboard-0.0.0.0-3.afcd374/share:/gnu/store/icb18an2nhiiw44fbx5qdrwzfk4s8qvc-cl-trivial-features-0.8-1.870d03d/share:/gnu/store/zg427kvcvqkhpy9vwkinfpyx9s8744xv-cl-trivial-package-local-nicknames-0.2/share:/gnu/store/q63xx1cgzfd4apy511imwkhsmq8msxy2-cl-trivial-types-0.0.1/share:/gnu/store/q2ywmn5qvxz34vrp39fis73507wgifkd-cl-unix-opts-0.1.7/share:/gnu/store/4r3h7y94zal4dy0mr3xcw096apbq11wr-cl-usocket-0.8.3/share:/gnu/store/i2zy5n6lhlcgn2a03c2da07zg42m8n0q-cl-cffi-gtk-0.11.2-2.e9a46df/share:/gnu/store/7pgi7zd2jb4wiam3yxvkw168iwb24nnm-cl-webkit-2.4-8.04bb570/share:/gnu/store/mwk489h9vzza5dy3hyhmsmdwn1qz37dd-glib-networking-2.62.2/share:/gnu/store/25w211z7d8hhaf8lni6rxwda7pj628mm-gsettings-desktop-schemas-3.34.0/share:/gnu/store/v6f44zccwh9z5zk3pjlywjybbi8n2hjh-tar-1.32/share:/gnu/store/ncydgq2znms5n1d2k5yqshhf58nsixwv-gzip-1.10/share:/gnu/store/i8h2pcxqdq07ijm3ibkka8f4smn1w48v-bzip2-1.0.8/share:/gnu/store/9860f1abqj8wjjnwl8a9v54pdcc3bhgf-xz-5.2.4/share:/gnu/store/60g7r3l01fd7c58yjbm6krgcwj1jkpwg-file-5.38/share:/gnu/store/n4n560pfvvw50a9369axw5vj5rrqfj1n-diffutils-3.7/share:/gnu/store/cd5qf3kcnlq35p9k392pjdpdzpsnds70-patch-2.7.6/share:/gnu/store/hic7snhayfl7m6cpfqqr73nmm19bpqkg-findutils-4.7.0/share:/gnu/store/swqdvwri9dbv6zssg6v0by7l05hd6wxp-gawk-5.0.1/share:/gnu/store/ishk7fswcs4gkwcp8mh788z4mvvl9bxh-sed-4.8/share:/gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8-grep-3.4/share:/gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65-coreutils-8.32/share:/gnu/store/hm40bxnv8jxmbc1lpb7zfimii4xm9m81-make-4.3/share:/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/share:/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/share:/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/share:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/share:/gnu/store/s3dcqzwqaakv1yx37by9chksdbkgih17-glibc-2.31-static/share:/gnu/store/gaap1vv5gq61r50pz7kn7aixcbkc377s-cl-rt-1990.12.19-1.a6a7503/share:/gnu/store/q11ax8sc0ws513vbybirqy3wns4j867a-cl-fiveam-1.4.1/share:/gnu/store/bs4fv2nsi18pc3wxrmr67iyspg4z2cd8-cl-lift-1.7.1-1.7d49a66/share:/gnu/store/7yqk9x5fjqkzcglns4vmjjlrbkpg77mr-cl-metatilities-base-0.6.6-1.6eaa9e3/share:/gnu/store/qg1nsydg05kf8vrs4aias3fg37l5s42y-cl-flexi-streams-1.0.18/share:/gnu/store/jdi8ngngvfz3rxk9kwnamj1dyis7g0p5-cl-s-xml-3/share:/gnu/store/bc29kfmwh31rkzzzwyw3pblmpkh65y1y-cl-s-sysdeps-1-2.9aa23bb/share:/gnu/store/ss5xlns4lv6a8460i9w7yzw95d9whyvj-cl-cluffer-simple-buffer-0.0.0-1.4aad29c/share:/gnu/store/6z5s69vwc0c138mc2xbxj2s5qzvrhdv5-cl-cluffer-simple-line-0.0.0-1.4aad29c/share:/gnu/store/i2jx6qm0grj4l31s5p6n0x0rfpf01xrv-cl-cluffer-standard-buffer-0.0.0-1.4aad29c/share:/gnu/store/ksjjmy1hlkhp9iapp962jr9ikbqr5agx-cl-cluffer-standard-line-0.0.0-1.4aad29c/share:/gnu/store/88x6b0bkfg3q0763n0hv9xynqdz77sc5-cl-cluffer-base-0.0.0-1.4aad29c/share:/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share:/gnu/store/hz8hfgj13nhr0jd1avkw3xcxxb6r0hfk-cl-clack-2.0.0-1.e3e0328/share:/gnu/store/n1vdb0sb9rv8cnaichaia30lvdn0k9h6-cl-lack-request-0.1.0-1.abff8ef/share:/gnu/store/s65cdlln94k6g9ikwq8r3lqsa6mx1gcp-cl-prove-asdf-1.0.0-1.4f9122b/share:/gnu/store/jr7d2c0lihm9dbznyg96p2v5y783dmqb-cl-prove-1.0.0-1.4f9122b/share:/gnu/store/pnb7likygbygh65k1ysiam3mj77lmx3w-cl-cl+ssl-0.0.0-1.701e645/share:/gnu/store/gdsb50yrpzcr6xb0zw20yd4p69n0lvwh-cl-reexport-0.1-1.312f366/share:/gnu/store/p4kwv3xbrqb4n1qydx9grrab9fqybypb-cl-base64-3.3.4-1.577683b/share:/gnu/store/cwlp2f4r1w0c59j25jwvyp2j89qnsy7x-cl-chipz-0.8-1.75dfbc6/share:/gnu/store/m74z5n579hgad18943mxx71irmm2p1k8-cl-trivial-mimes-1.1.0-1.303f8ac/share:/gnu/store/snp7k8gfah5nsjv413pb6kqdzhmar06a-cl-cookie-0.9.10-1.cea55ae/share:/gnu/store/wjpiplzc6h1997va0pgja645g102c2nj-cl-chunga-1.1.7/share:/gnu/store/mdw1finxnsi4vnwv68pv791jrm72h3c4-cl-fast-io-1.0.0-2.603f490/share:/gnu/store/v51856xd8w1qwnqww4fkgx66s7w19m9j-cl-fast-http-0.2.0-2.502a377/share:/gnu/store/3q2fzfxfv3lq642r9vn6lfdv6x0hmxci-cl-trivial-gray-streams-0.0.0-1.ebd59b1/share:/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share:/gnu/store/6ssc5gk90ndk634i7mpi8ajik7ff57rc-cl-named-readtables-0.9-2.64bd53f/share:/gnu/store/hx4yfsradbpbf89njmk2s8krv3j91cgq-cl-mt19937-1.1/share:/gnu/store/y51nf09khigkwajf6y21kxsv4vn4b10w-cl-misc-extensions-3.3-1.101c051/share:/gnu/store/kjzjhb3ry44ninw6zppcyhfd07649yq0-cl-hu.dwim.asdf-20190521/share:/gnu/store/2882cha6k0ykhbk6ydnylwli8320r5hx-cl-swap-bytes-1.2/share:/gnu/store/hy67q2nf0f28cgm2nf58d6mif3p3myp4-cl-idna-0.2.2/share:/gnu/store/7pc16vsspqbh32jps3080qgrfx981kya-cl-iolib.base-0.8.3-2.7f5ea3a/share:/gnu/store/fwmrk0bqlzpr13x4qpjxr4cq65iv9f3w-cl-cffi-grovel-0.21.0/share:/gnu/store/vfnyaamjc6f62xaqzmdbdn8xl20h4q24-cl-iolib.conf-0.8.3-2.7f5ea3a/share:/gnu/store/ks66l9scpvlax2vyysw3k553szja3rw5-cl-iolib.asdf-0.8.3-2.7f5ea3a/share:/gnu/store/k2myf10asja9wab2bmb9p19h2liac7la-cl-iolib+sockets-0.8.3-2.7f5ea3a/share:/gnu/store/f5mj4wgx8gakl6pl2hjihpwzdnsm5al0-cl-iolib+streams-0.8.3-2.7f5ea3a/share:/gnu/store/faql436ljj7ln59gm56ib2lrk0lknl4b-cl-iolib+multiplex-0.8.3-2.7f5ea3a/share:/gnu/store/46f8qznz564zapmfwks9zqjs7gfj82gr-libfixposix-0.4.3/share:/gnu/store/y90vcrgi7by0dl3cd6pkj6b8q0fy0zvd-cl-hu.dwim.stefil-0.0.0-1.ab6d1aa/share:/gnu/store/lal98m9jmwz1x2j7s4bd262drljiz35f-cl-fad-0.7.6/share:/gnu/store/s1iq520ysg9p4nhd48hspk0q1d3j14mx-cl-anaphora-0.9.6/share:/gnu/store/idka7p7svxll422gqpx1c10j41ar1ajm-cl-documentation-utils-1.2.0-0.98630dd/share:/gnu/store/3vsyn4aw9js1714hhraqbb6yabmbzgwl-cl-array-utils-1.1.1-0.f90eb90/share:/gnu/store/q3cb0bxbx13h9bbmbzmh4w01g3wwxbxc-cl-utilities-0.0.0-1.dce2d2f/share:/gnu/store/041cvg4xqb6v0ljpszv4q73fmcz1ihy2-cl-split-sequence-2.0.0/share:/gnu/store/wjixsp36vqxjkd7qbbkap47yn1m7l9jv-cl-trivial-macroexpand-all-0.0.0-0.933270a/share:/gnu/store/2iq60d8mgzbr1jjr4i605wpxyisy0dyr-cl-trivial-file-size-0.0.0-0.1c1d672/share:/gnu/store/v2fwnnfp2x66vw5hwnd9m6gc1c4a7bfn-cl-global-vars-1.0.0-0.c749f32/share:/gnu/store/v446nkvw3az9hifs00d5pd0bm2k4qgzm-cl-parse-declarations-1.0.0-1.549aebb/share:/gnu/store/ly395zndh437lb6kjp1wd3dhi18qb2n2-cl-fare-quasiquote-extras-1.0.1-1.640d39a/share:/gnu/store/jllag2n2jwxvpl9mymfzxszcik24xrk1-cl-trivial-garbage-0.21/share:/gnu/store/513yrls9lk52mr52mf05h92b9wpvnsw4-cl-parse-number-1.7/share:/gnu/store/vz42n9a3dchn15jl2gjvkzldz390ir7i-cl-string-case-0.0.2-0.718c761/share:/gnu/store/4n0fjmm4ihcl6yl05k93d7jbp4rgzn23-cl-trivia.quasiquote-0.0.0-2.37698b4/share:/gnu/store/wmdr26dd7hvq8j0b75s8ivhyc0hk9kji-cl-change-case-0.1.0-1.5ceff2a/share:/gnu/store/1dbm7lx4li3xd9l5h193j6inpyb92fma-cl-ppcre-unicode-2.1.1/share:/gnu/store/vvfwij12f6xp5x1r52x7l54fcl4ba7b9-cl-optima-1.0-1.373b245/share:/gnu/store/60ndp0vp6sxg6w6kgjiyrjiif4f7qbl5-cl-trivia.cffi-0.0.0-2.37698b4/share:/gnu/store/03l3palgag06hipd7ylk3fb858kxqq93-cl-trivia.ppcre-0.0.0-2.37698b4/share:/gnu/store/x9rq339jarfaqmhfp975wgn5mcf51ma7-cl-trivia.balland2006-0.0.0-2.37698b4/share:/gnu/store/9c1w21qgbh7b0207xhdizdzbpkzq0fnr-cl-usocket-server-0.8.3/share:/gnu/store/h9fahwa31ycp1smv120ji6ibhy3lbxv7-cl-iterate-1.5/share:/gnu/store/6asfwginmms0gg875zqizwjv7py96mbp-cl-cffi-gtk-gdk-0.11.2-2.e9a46df/share:/gnu/store/sq8qa30c25kai5rp1fzhrlg4rm3wb7kv-cl-cffi-gtk-gio-0.11.2-2.e9a46df/share:/gnu/store/aqwjcxp1zjk2hza1wl58l3r8yh1i0qr3-cl-cffi-gtk-gobject-0.11.2-2.e9a46df/share:/gnu/store/l3vg41czfzz6b40vgz8ajjq2zgvh1366-cl-cffi-gtk-glib-0.11.2-2.e9a46df/share:/gnu/store/gfapkk5c6hvl1d94m4sqnhn7f9l5gqyh-linux-libre-headers-5.4.20/share:/gnu/store/2w4wida1a5p1g9ria81qymq16lq3n4pm-cl-trivial-backtrace-0.0.0-1.ca81c01/share:/gnu/store/d6ygm6hx3jsdx26sqsbfjl1jjiyf260f-cl-net.didierverna.asdf-flv-2.1/share:/gnu/store/cdgldjxq8wlsr4yanhr3v2rqv74c3hcp-cl-clump-0.0.0-1.1ea4dba/share:/gnu/store/8crqlj6bmqmq9axz4gjjyxs6f7qq3w71-cl-acclimation-0.0.0-1.4d51150/share:/gnu/store/ns7h2s5zs276pdy0n6jixjazlql013aw-cl-lack-middleware-backtrace-0.1.0-1.abff8ef/share:/gnu/store/wsrpi39h6riaxvzg2y4mbpp10m2vq04w-cl-lack-0.1.0-1.abff8ef/share:/gnu/store/h7y3wancdghsxqrrc5gcm57qc3frp5ky-cl-circular-streams-0.1.0-1.e770bad/share:/gnu/store/k4ln09qbb5gfadq5xx8hbf6cd14spqjz-cl-http-body-0.1.0-1.dd01dc4/share:/gnu/store/hnrlcxlb3l0azzcfmj06kknbxjdhphaj-cl-ansi-text-1.0.0-1.53badf7/share:/gnu/store/5lx7kvm5j95wpyciqqkafcqxpn730mgm-cl-kmrcl-1.111-1.4a27407/share:/gnu/store/ixly7qm6r5hnrdra20cx79darp4qr85n-cl-ptester-2.1.3-1.fe69fde/share:/gnu/store/8ffkqhsmh76cms0h9y18305mmngnchmh-cl-proc-parse-0.0.0-1.ac36368/share:/gnu/store/yl0vwjdc9pcy2p755x5w6h78wmx1wd64-cl-checkl-0.0.0-1.8032880/share:/gnu/store/s2n5iccbi0klwkmihxph31l41vj7pz5v-cl-static-vectors-1.8.4/share:/gnu/store/r754mk53m9jhfq5w4kvwl9vvwa1a25ip-cl-syntax-interpol-0.0.3/share:/gnu/store/592kx3n7zckh75rs8ysbn3bhwnbd0m3h-cl-smart-buffer-0.0.1-1.09b9a9a/share:/gnu/store/gwda7zyq5dlcmlc378ssq2zwgyk7z4w9-cl-xsubseq-0.0.1-1.5ce430b/share:/gnu/store/m81vc3rhx8c0dx8lzbmpmpqxvwvmkihg-cl-cffi-libffi-0.21.0/share:/gnu/store/m2fp5qlcrcw16df46xf2w2bimfw931wd-cl-iolib.common-lisp-0.8.3-2.7f5ea3a/share:/gnu/store/gk08ffsvnlqn29m6q687l0yr0i9y7zml-cl-cffi-toolchain-0.21.0/share:/gnu/store/sacn7axrr33y8yhlcnhapgajjbbs12r7-cl-cffi-bootstrap-0.21.0/share:/gnu/store/lx3nj36afazg2i2f5zz6p8da59pa1h9j-cl-iolib+syscalls-0.8.3-2.7f5ea3a/share:/gnu/store/fk6rwp21swrzblsd5k30bffghw4dmgyy-cl-trivial-indent-1.0.0-0.2d01694/share:/gnu/store/r9bcqslpa9f0yjpw4yj6jq3rkyb706sf-cl-parachute-1.1.1-0.ca04dd8/share:/gnu/store/chzv6vsdzm9f8k3sq5vwbirgx4y495c8-cl-fare-quasiquote-readtable-1.0.1-1.640d39a/share:/gnu/store/7n1syib7x3n7fnkkx39kzjk6s4n1jsn1-cl-fare-quasiquote-optima-1.0.1-1.640d39a/share:/gnu/store/9fqcafv3ywy6mr0k1xsiyzmhd9x5i1mw-cl-fare-quasiquote-1.0.1-1.640d39a/share:/gnu/store/yk56ay17wy2dn0x1m8nj2a9c5b4z5257-cl-trivia.trivial-0.0.0-2.37698b4/share:/gnu/store/rqprnjgikgj634gby0465x0rs6sihkpv-cl-unicode-0.1.6/share:/gnu/store/ns6gp6czndm8fxhxqxsc5plmpfpyylvw-cl-eos-0.0.0-2.b4413bc/share:/gnu/store/9wfyi0dp3928ama4jfgpklafzwnv87n4-cl-type-i-0.1-2.d34440a/share:/gnu/store/3klh7kr1w6zxafpaqxsryin64m8r988j-cl-usocket-boot0-0.8.3/share:/gnu/store/drgfb9zva6ab6906x9xczin8wzb19psf-cl-cffi-gtk-pango-0.11.2-2.e9a46df/share:/gnu/store/2j6bndc25lbsjdnrrnsap9j23c23x36w-cl-cffi-gtk-cairo-0.11.2-2.e9a46df/share:/gnu/store/rvy30nh9xb483wpiq715nlj2sq4rkgw3-cl-cffi-gtk-gdk-pixbuf-0.11.2-2.e9a46df/share:/gnu/store/yqsigmmrj42m4i9v78bhbaj44zil8k89-cl-clump-binary-tree-0.0.0-1.1ea4dba/share:/gnu/store/bfrfkadjk5qgrskvlk0c72s5bzgg9p5h-cl-clump-2-3-tree-0.0.0-1.1ea4dba/share:/gnu/store/6yn5d9nylhk0nznjgqd6gwd7did9h03j-cl-lack-util-0.1.0-1.abff8ef/share:/gnu/store/gylgdffg85zza3zwl53s8rpbll2y1nsl-cl-lack-component-0.0.0-1.abff8ef/share:/gnu/store/bdjyj3rg66jsafz20baq8jnykr33m6v3-cl-jonathan-0.1.0-1.1f448b4/share:/gnu/store/xyx461wffbj06ivdcrws0bgl5rixbcmb-cl-colors-0.0.0-1.8274105/share:/gnu/store/3vw2i2aaz0lsi2m48b6pjpxm6yqj65fx-cl-marshal-1.3.0-1.eff1b15/share:/gnu/store/szzcjw92kj4id4ksd5942x3425mndgfx-cl-interpol-0.2.6-1.1fd288d/share:/gnu/store/w2z0qam1nrbgszd9bfkhl3a5pjixnhf1-cl-syntax-0.0.3/share:/gnu/store/sbvgizj5ykx39gndpx579dkpz2bn0kf2-cl-form-fiddle-1.1.0-0.e0c2359/share:/gnu/store/rdhygp67ybx7z8lmpa72nfbn9sjmd7l5-cl-fare-utils-1.0.0.5-1.66e9c6f/share:/gnu/store/3bgrk89p87hm7i4l09v3hidj5wpn0g65-cl-trivia.level2-0.0.0-2.37698b4/share:/gnu/store/sdi3dik43hx1dm30kmpsxh7jrp3cn6ac-cl-unicode-base-0.1.6/share:/gnu/store/0v0ipq1rf8b1ya6hpn15wih69ngd3czh-cl-introspect-environment-0.1-1.fff42f8/share:/gnu/store/ha4577kw9l87hxh0l1cdj1fkjbdqyhsi-cl-ironclad-0.51/share:/gnu/store/5dlb08fn2jlbws560lrz2gk4pq4bkbn8-cl-syntax-annot-0.0.3/share:/gnu/store/xmgyaxmlq3d27minz6w570sdwdmaxhnf-cl-let-plus-0.0.0-1.5f14af6/share:/gnu/store/zrafgspf5djzd7k95y9sj8qclrw6axwd-cl-trivial-cltl2-0.1.1-2.8a3bda3/share:/gnu/store/2wrlkjhxlhg5rb4bh17pcyz3aczbwl0g-cl-lisp-namespace-0.1-1.28107ca/share:/gnu/store/sldl2x50him6c95889i6836inp4kbdvb-cl-trivia.level1-0.0.0-2.37698b4/share:/gnu/store/3frd79wbrvrxf90hai2fvdc58zv6hiqy-cl-annot-0.0.0-1.c99e69c/share:/gnu/store/gk2n6hszczb24420wsbyv76b40y6bg4f-cl-trivia.level0-0.0.0-2.37698b4/share'
environment variable `BASH_LOADABLES_PATH' unset
environment variable `C_INCLUDE_PATH' set to `/gnu/store/25w211z7d8hhaf8lni6rxwda7pj628mm-gsettings-desktop-schemas-3.34.0/include:/gnu/store/i8h2pcxqdq07ijm3ibkka8f4smn1w48v-bzip2-1.0.8/include:/gnu/store/9860f1abqj8wjjnwl8a9v54pdcc3bhgf-xz-5.2.4/include:/gnu/store/60g7r3l01fd7c58yjbm6krgcwj1jkpwg-file-5.38/include:/gnu/store/swqdvwri9dbv6zssg6v0by7l05hd6wxp-gawk-5.0.1/include:/gnu/store/hm40bxnv8jxmbc1lpb7zfimii4xm9m81-make-4.3/include:/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/include:/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/include:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include:/gnu/store/46f8qznz564zapmfwks9zqjs7gfj82gr-libfixposix-0.4.3/include:/gnu/store/gfapkk5c6hvl1d94m4sqnhn7f9l5gqyh-linux-libre-headers-5.4.20/include'
environment variable `CPLUS_INCLUDE_PATH' set to `/gnu/store/25w211z7d8hhaf8lni6rxwda7pj628mm-gsettings-desktop-schemas-3.34.0/include:/gnu/store/i8h2pcxqdq07ijm3ibkka8f4smn1w48v-bzip2-1.0.8/include:/gnu/store/9860f1abqj8wjjnwl8a9v54pdcc3bhgf-xz-5.2.4/include:/gnu/store/60g7r3l01fd7c58yjbm6krgcwj1jkpwg-file-5.38/include:/gnu/store/swqdvwri9dbv6zssg6v0by7l05hd6wxp-gawk-5.0.1/include:/gnu/store/hm40bxnv8jxmbc1lpb7zfimii4xm9m81-make-4.3/include:/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/include:/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/include/c++:/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/include:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include:/gnu/store/46f8qznz564zapmfwks9zqjs7gfj82gr-libfixposix-0.4.3/include:/gnu/store/gfapkk5c6hvl1d94m4sqnhn7f9l5gqyh-linux-libre-headers-5.4.20/include'
environment variable `LIBRARY_PATH' set to `/gnu/store/511l95ac95ix30ig5g6z0wfj6idp1l5q-sbcl-prove-1.0.0-1.4f9122b/lib:/gnu/store/8j3lwvyha8ikbmdn18nf6gri1jhw1ssc-sbcl-2.0.10/lib:/gnu/store/nlcsg5rla43xkz9431lwmxwgxcadxrbl-sbcl-osicat-0.7.0-1.de0c18a/lib:/gnu/store/mwk489h9vzza5dy3hyhmsmdwn1qz37dd-glib-networking-2.62.2/lib:/gnu/store/25w211z7d8hhaf8lni6rxwda7pj628mm-gsettings-desktop-schemas-3.34.0/lib:/gnu/store/i8h2pcxqdq07ijm3ibkka8f4smn1w48v-bzip2-1.0.8/lib:/gnu/store/9860f1abqj8wjjnwl8a9v54pdcc3bhgf-xz-5.2.4/lib:/gnu/store/60g7r3l01fd7c58yjbm6krgcwj1jkpwg-file-5.38/lib:/gnu/store/swqdvwri9dbv6zssg6v0by7l05hd6wxp-gawk-5.0.1/lib:/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/lib:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib:/gnu/store/s3dcqzwqaakv1yx37by9chksdbkgih17-glibc-2.31-static/lib:/gnu/store/hwcky7446s952w0mwchhmm211ll07zrq-glibc-utf8-locales-2.31/lib:/gnu/store/46f8qznz564zapmfwks9zqjs7gfj82gr-libfixposix-0.4.3/lib'
environment variable `GUIX_LOCPATH' set to `/gnu/store/hwcky7446s952w0mwchhmm211ll07zrq-glibc-utf8-locales-2.31/lib/locale'
phase `set-paths' succeeded after 0.0 seconds
starting phase `install-locale'
using 'en_US.utf8' locale for category "LC_ALL"
phase `install-locale' succeeded after 0.0 seconds
starting phase `unpack'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/README.org' -> `./README.org'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/.gitmodules' -> `./.gitmodules'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/nyxt-ubuntu-package.asd' -> `./nyxt-ubuntu-package.asd'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/nyxt.asd' -> `./nyxt.asd'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/Makefile' -> `./Makefile'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/.gitignore' -> `./.gitignore'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/INSTALL' -> `./INSTALL'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/build-scripts/build-ubuntu-package.sh' -> `./build-scripts/build-ubuntu-package.sh'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/build-scripts/darwin-app.asd' -> `./build-scripts/darwin-app.asd'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/build-scripts/guix.scm' -> `./build-scripts/guix.scm'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/build-scripts/shell.nix' -> `./build-scripts/shell.nix'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/build-scripts/report-warnings.lisp' -> `./build-scripts/report-warnings.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/download-manager/engine.lisp' -> `./libraries/download-manager/engine.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/download-manager/native.lisp' -> `./libraries/download-manager/native.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/download-manager/package.lisp' -> `./libraries/download-manager/package.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/download-manager/tests/tests.lisp' -> `./libraries/download-manager/tests/tests.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/password-manager/password-keepassxc.lisp' -> `./libraries/password-manager/password-keepassxc.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/password-manager/password-pass.lisp' -> `./libraries/password-manager/password-pass.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/password-manager/password-security.lisp' -> `./libraries/password-manager/password-security.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/password-manager/password.lisp' -> `./libraries/password-manager/password.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/password-manager/package.lisp' -> `./libraries/password-manager/package.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/history-tree/history-tree.lisp' -> `./libraries/history-tree/history-tree.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/history-tree/package.lisp' -> `./libraries/history-tree/package.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/history-tree/tests/tests.lisp' -> `./libraries/history-tree/tests/tests.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/keymap/package.lisp' -> `./libraries/keymap/package.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/keymap/readme.org' -> `./libraries/keymap/readme.org'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/keymap/types.lisp' -> `./libraries/keymap/types.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/keymap/conditions.lisp' -> `./libraries/keymap/conditions.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/keymap/keymap.lisp' -> `./libraries/keymap/keymap.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/keymap/scheme-names.lisp' -> `./libraries/keymap/scheme-names.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/keymap/scheme.lisp' -> `./libraries/keymap/scheme.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/keymap/tests/scheme-tests.lisp' -> `./libraries/keymap/tests/scheme-tests.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/keymap/tests/tests.lisp' -> `./libraries/keymap/tests/tests.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/class-star/readme.org' -> `./libraries/class-star/readme.org'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/class-star/package.lisp' -> `./libraries/class-star/package.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/class-star/class-star.lisp' -> `./libraries/class-star/class-star.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/class-star/tests/tests.lisp' -> `./libraries/class-star/tests/tests.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/ospama/readme.org' -> `./libraries/ospama/readme.org'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/ospama/ospama.lisp' -> `./libraries/ospama/ospama.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/ospama/package.lisp' -> `./libraries/ospama/package.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/ospama/ospama-guix.lisp' -> `./libraries/ospama/ospama-guix.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/ospama/tests/test-generic.lisp' -> `./libraries/ospama/tests/test-generic.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/ospama/tests/tests.lisp' -> `./libraries/ospama/tests/tests.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/ospama/tests/test-functional.lisp' -> `./libraries/ospama/tests/test-functional.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/text-buffer/text-buffer.lisp' -> `./libraries/text-buffer/text-buffer.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/text-buffer/package.lisp' -> `./libraries/text-buffer/package.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/user-interface/package.lisp' -> `./libraries/user-interface/package.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/user-interface/user-interface.lisp' -> `./libraries/user-interface/user-interface.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/text-analysis/data.lisp' -> `./libraries/text-analysis/data.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/text-analysis/package.lisp' -> `./libraries/text-analysis/package.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/text-analysis/stem.lisp' -> `./libraries/text-analysis/stem.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/text-analysis/analysis.lisp' -> `./libraries/text-analysis/analysis.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/libraries/text-analysis/text-rank.lisp' -> `./libraries/text-analysis/text-rank.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/documents/EXTENSIONS.org' -> `./documents/EXTENSIONS.org'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/documents/MANUAL.org' -> `./documents/MANUAL.org'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/documents/CHANGELOG.org' -> `./documents/CHANGELOG.org'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/documents/README.org' -> `./documents/README.org'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/documents/SOURCES.org' -> `./documents/SOURCES.org'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/tests/test-fuzzy.lisp' -> `./tests/test-fuzzy.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/tests/test-global-history.lisp' -> `./tests/test-global-history.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/.github/FUNDING.yml' -> `./.github/FUNDING.yml'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/.github/workflows/tests.yml' -> `./.github/workflows/tests.yml'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/.github/workflows/package-ubuntu.yml' -> `./.github/workflows/package-ubuntu.yml'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/.github/ISSUE_TEMPLATE/bug_report.md' -> `./.github/ISSUE_TEMPLATE/bug_report.md'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/licenses/SOURCE-LICENSE' -> `./licenses/SOURCE-LICENSE'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/licenses/ASSET-LICENSE' -> `./licenses/ASSET-LICENSE'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/assets/Info.plist' -> `./assets/Info.plist'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/assets/nyxt.icns' -> `./assets/nyxt.icns'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/assets/nyxt_32x32.png' -> `./assets/nyxt_32x32.png'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/assets/nyxt.xcf' -> `./assets/nyxt.xcf'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/assets/nyxt_16x16.png' -> `./assets/nyxt_16x16.png'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/assets/nyxt_512x512.png' -> `./assets/nyxt_512x512.png'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/assets/nyxt.desktop' -> `./assets/nyxt.desktop'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/assets/nyxt_128x128.png' -> `./assets/nyxt_128x128.png'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/assets/icon_512x512.png.ico' -> `./assets/icon_512x512.png.ico'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/assets/nyxt_256x256.png' -> `./assets/nyxt_256x256.png'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/quicklisp-libraries/README.org' -> `./quicklisp-libraries/README.org'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/renderer-gtk.lisp' -> `./source/renderer-gtk.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/certificate-exception-mode.lisp' -> `./source/certificate-exception-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/buffer.lisp' -> `./source/buffer.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/object-display.lisp' -> `./source/object-display.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/input-edit.lisp' -> `./source/input-edit.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/blocker-mode.lisp' -> `./source/blocker-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/repl-mode.lisp' -> `./source/repl-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/style-mode.lisp' -> `./source/style-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/download-mode.lisp' -> `./source/download-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/lisp-system.lisp' -> `./source/lisp-system.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/browser.lisp' -> `./source/browser.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/emacs-mode.lisp' -> `./source/emacs-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/autofill.lisp' -> `./source/autofill.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/zoom.lisp' -> `./source/zoom.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/tutorial.lisp' -> `./source/tutorial.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/web-mode.lisp' -> `./source/web-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/session.lisp' -> `./source/session.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/darwin-gtk.lisp' -> `./source/darwin-gtk.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/reading-line-mode.lisp' -> `./source/reading-line-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/message-mode.lisp' -> `./source/message-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/buffer-listing-mode.lisp' -> `./source/buffer-listing-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/os-package-manager-mode.lisp' -> `./source/os-package-manager-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/scroll.lisp' -> `./source/scroll.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/start.lisp' -> `./source/start.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/manual.lisp' -> `./source/manual.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/message.lisp' -> `./source/message.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/conditions.lisp' -> `./source/conditions.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/notification.lisp' -> `./source/notification.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/bookmark.lisp' -> `./source/bookmark.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/data-storage.lisp' -> `./source/data-storage.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/reduce-tracking-mode.lisp' -> `./source/reduce-tracking-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/mode.lisp' -> `./source/mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/renderer-qt.lisp' -> `./source/renderer-qt.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/vi-mode.lisp' -> `./source/vi-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/types.lisp' -> `./source/types.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/command-commands.lisp' -> `./source/command-commands.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/time.lisp' -> `./source/time.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/vcs-mode.lisp' -> `./source/vcs-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/external-editor.lisp' -> `./source/external-editor.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/minibuffer-mode.lisp' -> `./source/minibuffer-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/jump-heading.lisp' -> `./source/jump-heading.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/file-manager-mode.lisp' -> `./source/file-manager-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/help.lisp' -> `./source/help.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/renderer-script.lisp' -> `./source/renderer-script.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/minibuffer-prompt.lisp' -> `./source/minibuffer-prompt.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/.dir-locals.el' -> `./source/.dir-locals.el'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/application-mode.lisp' -> `./source/application-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/clipboard.lisp' -> `./source/clipboard.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/help-mode.lisp' -> `./source/help-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/noimage-mode.lisp' -> `./source/noimage-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/history.lisp' -> `./source/history.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/about.lisp' -> `./source/about.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/search-buffer.lisp' -> `./source/search-buffer.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/global.lisp' -> `./source/global.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/window.lisp' -> `./source/window.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/fuzzy.lisp' -> `./source/fuzzy.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/nosound-mode.lisp' -> `./source/nosound-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/spell-check.lisp' -> `./source/spell-check.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/base-mode.lisp' -> `./source/base-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/proxy-mode.lisp' -> `./source/proxy-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/bookmarklets.lisp' -> `./source/bookmarklets.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/noscript-mode.lisp' -> `./source/noscript-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/package.lisp' -> `./source/package.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/force-https-mode.lisp' -> `./source/force-https-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/element-hint.lisp' -> `./source/element-hint.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/command.lisp' -> `./source/command.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/tags.lisp' -> `./source/tags.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/urls.lisp' -> `./source/urls.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/password.lisp' -> `./source/password.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/minibuffer.lisp' -> `./source/minibuffer.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/url-group.lisp' -> `./source/url-group.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/recent-buffers.lisp' -> `./source/recent-buffers.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/minibuffer-helper.lisp' -> `./source/minibuffer-helper.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/nowebgl-mode.lisp' -> `./source/nowebgl-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/input.lisp' -> `./source/input.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/configuration.lisp' -> `./source/configuration.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/status.lisp' -> `./source/status.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/search-engine.lisp' -> `./source/search-engine.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/source/auto-mode.lisp' -> `./source/auto-mode.lisp'
`/gnu/store/60zk70xqx8lnjqpj1zja3b3sm8qv8jsv-nyxt-2-pre-release-4-checkout/tests-network-needed/test-urls.lisp' -> `./tests-network-needed/test-urls.lisp'
phase `unpack' succeeded after 0.0 seconds
starting phase `bootstrap'
no 'configure.ac' or anything like that, doing nothing
phase `bootstrap' succeeded after 0.0 seconds
starting phase `patch-usr-bin-file'
phase `patch-usr-bin-file' succeeded after 0.0 seconds
starting phase `patch-source-shebangs'
patch-shebang: ./build-scripts/build-ubuntu-package.sh: changing `/usr/bin/env bash' to `/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash'
phase `patch-source-shebangs' succeeded after 0.0 seconds
starting phase `patch-generated-file-shebangs'
patch-makefile-SHELL: ./Makefile: changing `SHELL' from `/bin/sh' to `/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/sh'
phase `patch-generated-file-shebangs' succeeded after 0.0 seconds
starting phase `fix-common-lisp-cache-folder'
phase `fix-common-lisp-cache-folder' succeeded after 0.0 seconds
starting phase `set-version'
phase `set-version' succeeded after 0.0 seconds
starting phase `build'
make application
make[1]: Entering directory '/tmp/guix-build-nyxt-2-pre-release-4.drv-0/source'
false && make build-deps || true
[ "sbcl" = "sbcl" ] && sbcl --no-userinit --non-interactive --eval '(assert-version->= 1 5 0)' || true
This is SBCL 2.0.10, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
env NYXT_INTERNAL_QUICKLISP=false sbcl --no-userinit --non-interactive \
	--eval '(require "asdf")' \
	--eval '(when (string= (uiop:getenv "NYXT_INTERNAL_QUICKLISP") "true") (load "quicklisp-client/setup.lisp") (push #p"quicklisp-libraries/" (symbol-value (find-symbol "*LOCAL-PROJECT-DIRECTORIES*" (find-package (quote ql))))))' \
	--load nyxt.asd \
	--eval '(asdf:make :nyxt/gtk-application)' \
	--eval '(uiop:quit)' || (printf "\n%s\n%s\n" "Compilation failed, see the above stacktrace." && exit 1)
This is SBCL 2.0.10, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
WARNING:
   redefining ASDF/ACTION:PERFORM (#<STANDARD-CLASS ASDF/BUNDLE:IMAGE-OP>
                                   #<STANDARD-CLASS ASDF/SYSTEM:SYSTEM>) in DEFMETHOD
WARNING: System definition file #P"/gnu/store/xikbdqjq9qpvd5cqh9rw0884bsk4x6g3-cl-json-0.5-1.6dfebb9/share/common-lisp/source/cl-json/cl-json.asd" contains definition for system "cl-json.test". Please only define "cl-json" and secondary systems with a name starting with "cl-json/" (e.g. "cl-json/test") in that file.
WARNING: System definition file #P"/gnu/store/8byybm7qji0v3s8hfh99cyybclwh8ha6-cl-ppcre-2.1.1/share/common-lisp/source/cl-ppcre/cl-ppcre-unicode.asd" contains definition for system "cl-ppcre-unicode-test". Please only define "cl-ppcre-unicode" and secondary systems with a name starting with "cl-ppcre-unicode/" (e.g. "cl-ppcre-unicode/test") in that file.
WARNING: The CL-Containers system would enjoy having asdf-system-connections around. See
http://www.cliki.net/asdf-system-connections for details and download
instructions.
; compiling file "/gnu/store/icb18an2nhiiw44fbx5qdrwzfk4s8qvc-cl-trivial-features-0.8-1.870d03d/share/common-lisp/source/cl-trivial-features/src/tf-sbcl.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :CL-USER)
; processing (PUSHNEW (WITH-ALIEN # ...) ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/icb18an2nhiiw44fbx5qdrwzfk4s8qvc-cl-trivial-features-0.8-1.870d03d/share/common-lisp/source/cl-trivial-features/src/tf-sbcl-tmpGHU3ALSV.fasl
; compilation finished in 0:00:00.010
WARNING: System definition file #P"/gnu/store/qg1nsydg05kf8vrs4aias3fg37l5s42y-cl-flexi-streams-1.0.18/share/common-lisp/source/cl-flexi-streams/flexi-streams.asd" contains definition for system "flexi-streams-test". Please only define "flexi-streams" and secondary systems with a name starting with "flexi-streams/" (e.g. "flexi-streams/test") in that file.
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/package.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (DEFPACKAGE :ALEXANDRIA ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/package-tmpAAURSO1.fasl
; compilation finished in 0:00:00.000
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/definitions.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DEFUN %REEVALUATE-CONSTANT ...)
; processing (DEFMACRO DEFINE-CONSTANT ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/definitions-tmp5GEXGEG5.fasl
; compilation finished in 0:00:00.020
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/binding.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DEFMACRO IF-LET ...)
; processing (DEFMACRO WHEN-LET ...)
; processing (DEFMACRO WHEN-LET* ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/binding-tmpAR3FSGEY.fasl
; compilation finished in 0:00:00.030
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/strings.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DEFTYPE STRING-DESIGNATOR ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/strings-tmpJAIDFZTC.fasl
; compilation finished in 0:00:00.000
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/conditions.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DEFUN REQUIRED-ARGUMENT ...)
; processing (DEFINE-CONDITION SIMPLE-STYLE-WARNING ...)
; processing (DEFUN SIMPLE-STYLE-WARNING ...)
; processing (DEFINE-CONDITION SIMPLE-READER-ERROR ...)
; processing (DEFUN SIMPLE-READER-ERROR ...)
; processing (DEFINE-CONDITION SIMPLE-PARSE-ERROR ...)
; processing (DEFUN SIMPLE-PARSE-ERROR ...)
; processing (DEFINE-CONDITION SIMPLE-PROGRAM-ERROR ...)
; processing (DEFUN SIMPLE-PROGRAM-ERROR ...)
; processing (DEFMACRO IGNORE-SOME-CONDITIONS ...)
; processing (DEFMACRO UNWIND-PROTECT-CASE ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/conditions-tmp8V3J6PE9.fasl
; compilation finished in 0:00:00.040
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/symbols.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DECLAIM (INLINE ENSURE-SYMBOL))
; processing (DEFUN ENSURE-SYMBOL ...)
; processing (DEFUN MAYBE-INTERN ...)
; processing (DECLAIM (INLINE FORMAT-SYMBOL))
; processing (DEFUN FORMAT-SYMBOL ...)
; processing (DEFUN MAKE-KEYWORD ...)
; processing (DEFUN MAKE-GENSYM ...)
; processing (DEFUN MAKE-GENSYM-LIST ...)
; processing (DEFUN SYMBOLICATE ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/symbols-tmp9V47YWQF.fasl
; compilation finished in 0:00:00.030
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/macros.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DEFMACRO WITH-GENSYMS ...)
; processing (DEFMACRO WITH-UNIQUE-NAMES ...)
; processing (DEFMACRO ONCE-ONLY ...)
; processing (DEFUN PARSE-BODY ...)
; processing (DEFUN PARSE-ORDINARY-LAMBDA-LIST ...)
; processing (DEFUN EXPAND-DESTRUCTURING-CASE ...)
; processing (DEFMACRO DESTRUCTURING-CASE ...)
; processing (DEFMACRO DESTRUCTURING-CCASE ...)
; processing (DEFMACRO DESTRUCTURING-ECASE ...)
; processing (DOLIST (NAME #) ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/macros-tmp9BN22RMA.fasl
; compilation finished in 0:00:00.110
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/functions.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DECLAIM (INLINE ENSURE-FUNCTION))
; processing (DECLAIM (FTYPE # ...))
; processing (DEFUN ENSURE-FUNCTION ...)
; processing (DEFINE-MODIFY-MACRO ENSURE-FUNCTIONF/1 ...)
; processing (DEFMACRO ENSURE-FUNCTIONF ...)
; processing (DEFUN DISJOIN ...)
; processing (DEFUN CONJOIN ...)
; processing (DEFUN COMPOSE ...)
; processing (DEFINE-COMPILER-MACRO COMPOSE ...)
; processing (DEFUN MULTIPLE-VALUE-COMPOSE ...)
; processing (DEFINE-COMPILER-MACRO MULTIPLE-VALUE-COMPOSE ...)
; processing (DECLAIM (INLINE CURRY ...))
; processing (DEFUN CURRY ...)
; processing (DEFINE-COMPILER-MACRO CURRY ...)
; processing (DEFUN RCURRY ...)
; processing (DEFINE-COMPILER-MACRO RCURRY ...)
; processing (DECLAIM (NOTINLINE CURRY ...))
; processing (DEFMACRO NAMED-LAMBDA ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/functions-tmp1CXFJSK9.fasl
; compilation finished in 0:00:00.090
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/lists.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DECLAIM (INLINE SAFE-ENDP))
; processing (DEFUN SAFE-ENDP ...)
; processing (DEFUN ALIST-PLIST ...)
; processing (DEFUN PLIST-ALIST ...)
; processing (DECLAIM (INLINE RACONS))
; processing (DEFUN RACONS ...)
; processing (DEFINE-ALIST-GET ASSOC-VALUE ...)
; processing (DEFINE-ALIST-GET RASSOC-VALUE ...)
; processing (DEFUN MALFORMED-PLIST ...)
; processing (DEFMACRO DOPLIST ...)
; processing (DEFINE-MODIFY-MACRO APPENDF ...)
; processing (DEFINE-MODIFY-MACRO NCONCF ...)
; processing (DEFINE-MODIFY-MACRO UNIONF ...)
; processing (DEFINE-MODIFY-MACRO NUNIONF ...)
; processing (DEFINE-MODIFY-MACRO REVERSEF ...)
; processing (DEFINE-MODIFY-MACRO NREVERSEF ...)
; processing (DEFUN CIRCULAR-LIST ...)
; processing (DEFUN CIRCULAR-LIST-P ...)
; processing (DEFUN CIRCULAR-TREE-P ...)
; processing (DEFUN PROPER-LIST-P ...)
; processing (DEFTYPE PROPER-LIST ...)
; processing (DEFUN CIRCULAR-LIST-ERROR ...)
; processing (DEF PROPER-LIST-LENGTH ...)
; processing (DEF LASTCAR ...)
; processing (DEF (SETF LASTCAR) ...)
; processing (DEFUN MAKE-CIRCULAR-LIST ...)
; processing (DEFTYPE CIRCULAR-LIST ...)
; processing (DEFUN ENSURE-CAR ...)
; processing (DEFUN ENSURE-CONS ...)
; processing (DEFUN ENSURE-LIST ...)
; processing (DEFUN REMOVE-FROM-PLIST ...)
; processing (DEFUN DELETE-FROM-PLIST ...)
; processing (DEFINE-MODIFY-MACRO REMOVE-FROM-PLISTF ...)
; processing (DEFINE-MODIFY-MACRO DELETE-FROM-PLISTF ...)
; processing (DECLAIM (INLINE SANS))
; processing (DEFUN SANS ...)
; processing (DEFUN MAPPEND ...)
; processing (DEFUN SETP ...)
; processing (DEFUN SET-EQUAL ...)
; processing (DEFUN MAP-PRODUCT ...)
; processing (DEFUN FLATTEN ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/lists-tmpX4BRKI0R.fasl
; compilation finished in 0:00:00.200
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/types.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DEFTYPE ARRAY-INDEX ...)
; processing (DEFTYPE ARRAY-LENGTH ...)
; processing (FROB FIXNUM ...)
; processing (FROB INTEGER)
; processing (FROB RATIONAL)
; processing (FROB REAL)
; processing (FROB FLOAT)
; processing (FROB SHORT-FLOAT)
; processing (FROB SINGLE-FLOAT)
; processing (FROB DOUBLE-FLOAT)
; processing (FROB LONG-FLOAT)
; processing (DEFUN OF-TYPE ...)
; processing (DEFINE-COMPILER-MACRO OF-TYPE ...)
; processing (DECLAIM (INLINE TYPE=))
; processing (DEFUN TYPE= ...)
; processing (DEFINE-MODIFY-MACRO COERCEF ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/types-tmpQ371UGST.fasl
; compilation finished in 0:00:00.120
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/io.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DEFMACRO WITH-OPEN-FILE* ...)
; processing (DEFMACRO WITH-INPUT-FROM-FILE ...)
; processing (DEFMACRO WITH-OUTPUT-TO-FILE ...)
; processing (DEFUN READ-STREAM-CONTENT-INTO-STRING ...)
; processing (DEFUN READ-FILE-INTO-STRING ...)
; processing (DEFUN WRITE-STRING-INTO-FILE ...)
; processing (DEFUN READ-STREAM-CONTENT-INTO-BYTE-VECTOR ...)
; processing (DEFUN READ-FILE-INTO-BYTE-VECTOR ...)
; processing (DEFUN WRITE-BYTE-VECTOR-INTO-FILE ...)
; processing (DEFUN COPY-FILE ...)
; processing (DEFUN COPY-STREAM ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/io-tmp2OWI3Q7U.fasl
; compilation finished in 0:00:00.170
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/hash-tables.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DEFMACRO ENSURE-GETHASH ...)
; processing (DEFUN COPY-HASH-TABLE ...)
; processing (DECLAIM (INLINE MAPHASH-KEYS))
; processing (DEFUN MAPHASH-KEYS ...)
; processing (DECLAIM (INLINE MAPHASH-VALUES))
; processing (DEFUN MAPHASH-VALUES ...)
; processing (DEFUN HASH-TABLE-KEYS ...)
; processing (DEFUN HASH-TABLE-VALUES ...)
; processing (DEFUN HASH-TABLE-ALIST ...)
; processing (DEFUN HASH-TABLE-PLIST ...)
; processing (DEFUN ALIST-HASH-TABLE ...)
; processing (DEFUN PLIST-HASH-TABLE ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/hash-tables-tmp9KKTJMYV.fasl
; compilation finished in 0:00:00.060
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/control-flow.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DEFUN EXTRACT-FUNCTION-NAME ...)
; processing (DEFUN GENERATE-SWITCH-BODY ...)
; processing (DEFMACRO SWITCH ...)
; processing (DEFMACRO ESWITCH ...)
; processing (DEFMACRO CSWITCH ...)
; processing (DEFMACRO WHICHEVER ...)
; processing (DEFMACRO XOR ...)
; processing (DEFMACRO NTH-VALUE-OR ...)
; processing (DEFMACRO MULTIPLE-VALUE-PROG2 ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/control-flow-tmpJU0JWO19.fasl
; compilation finished in 0:00:00.070
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/arrays.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DEFUN COPY-ARRAY ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/arrays-tmpZX2WN8N4.fasl
; compilation finished in 0:00:00.010
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/sequences.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DECLAIM (INLINE COPY-SEQUENCE ...))
; processing (DEFUN SEQUENCE-OF-LENGTH-P ...)
; processing (DEFUN ROTATE-TAIL-TO-HEAD ...)
; processing (DEFUN ROTATE-HEAD-TO-TAIL ...)
; processing (DEFUN ROTATE ...)
; processing (DEFUN SHUFFLE ...)
; processing (DEFUN RANDOM-ELT ...)
; processing (DECLAIM (INLINE REMOVE/SWAPPED-ARGUMENTS))
; processing (DEFUN REMOVE/SWAPPED-ARGUMENTS ...)
; processing (DEFINE-MODIFY-MACRO REMOVEF ...)
; processing (DECLAIM (INLINE DELETE/SWAPPED-ARGUMENTS))
; processing (DEFUN DELETE/SWAPPED-ARGUMENTS ...)
; processing (DEFINE-MODIFY-MACRO DELETEF ...)
; processing (DEFTYPE PROPER-SEQUENCE ...)
; processing (WHEN (AND # ...) ...)
; processing (DECLAIM (FTYPE # ...))
; processing (SETF (SYMBOL-FUNCTION #) ...)
; processing (DEFINE-COMPILER-MACRO EMPTYP ...)
; processing (DEFUN LENGTH= ...)
; file: /gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/sequences.lisp
; in: DEFUN LENGTH=
;     (LENGTH FIRST)
; 
; note: unable to optimize due to type uncertainty: The first argument is a SEQUENCE, not a VECTOR.

; processing (DEFINE-COMPILER-MACRO LENGTH= ...)
; processing (DEFUN COPY-SEQUENCE ...)
; processing (DEFUN FIRST-ELT ...)
; processing (DEFUN (SETF FIRST-ELT) ...)
; processing (DEFUN LAST-ELT ...)
; processing (DEFUN (SETF LAST-ELT) ...)
; processing (DEFUN STARTS-WITH-SUBSEQ ...)
; processing (DEFUN ENDS-WITH-SUBSEQ ...)
; processing (DEFUN STARTS-WITH ...)
; processing (DEFUN ENDS-WITH ...)
; processing (DEFUN MAP-COMBINATIONS ...)
; processing (DEFUN MAP-PERMUTATIONS ...)
; processing (DEFUN MAP-DERANGEMENTS ...)
; file: /gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/sequences.lisp
; in: DEFUN MAP-DERANGEMENTS
;     (MAKE-ARRAY ALEXANDRIA::SIZE :ELEMENT-TYPE 'BIT :INITIAL-ELEMENT 0)
; --> TRULY-THE 
; ==>
;   (SB-KERNEL:ALLOCATE-VECTOR 213 (THE SB-INT:INDEX LENGTH)
;                              (CEILING (TRULY-THE SB-INT:INDEX LENGTH) 64))
; 
; note: could not stack allocate: (MAKE-ARRAY SIZE :ELEMENT-TYPE (QUOTE BIT) :INITIAL-ELEMENT 0)

; processing (DECLAIM (NOTINLINE SEQUENCE-OF-LENGTH-P))
; processing (DEFUN EXTREMUM ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/sequences-tmpOU81XRV0.fasl
; compilation finished in 0:00:00.210
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/numbers.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DECLAIM (INLINE CLAMP))
; processing (DEFUN CLAMP ...)
; processing (DEFUN GAUSSIAN-RANDOM ...)
; processing (DECLAIM (INLINE IOTA))
; processing (DEFUN IOTA ...)
; processing (DECLAIM (INLINE MAP-IOTA))
; processing (DEFUN MAP-IOTA ...)
; processing (DECLAIM (INLINE LERP))
; processing (DEFUN LERP ...)
; processing (DECLAIM (INLINE MEAN))
; processing (DEFUN MEAN ...)
; processing (DEFUN MEDIAN ...)
; processing (DECLAIM (INLINE VARIANCE))
; processing (DEFUN VARIANCE ...)
; processing (DECLAIM (INLINE STANDARD-DEVIATION))
; processing (DEFUN STANDARD-DEVIATION ...)
; processing (DEFINE-MODIFY-MACRO MAXF ...)
; processing (DEFINE-MODIFY-MACRO MINF ...)
; processing (DEFCONSTANT +FACTORIAL-BISECTION-RANGE-LIMIT+ ...)
; processing (DEFCONSTANT +FACTORIAL-DIRECT-MULTIPLICATION-LIMIT+ ...)
; processing (DEFUN %MULTIPLY-RANGE ...)
; processing (DECLAIM (INLINE FACTORIAL))
; processing (DEFUN %FACTORIAL ...)
; processing (DEFUN FACTORIAL ...)
; processing (DEFUN BINOMIAL-COEFFICIENT ...)
; processing (DEFUN SUBFACTORIAL ...)
; processing (DEFUN COUNT-PERMUTATIONS ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/numbers-tmpY2ML9CFA.fasl
; compilation finished in 0:00:00.150
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/features.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA)
; processing (DEFUN FEATUREP ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-1/features-tmpX2JYJDQE.fasl
; compilation finished in 0:00:00.010
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-2/package.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :CL-USER)
; processing (DEFPACKAGE :ALEXANDRIA-2 ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-2/package-tmpOPCILR65.fasl
; compilation finished in 0:00:00.010
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-2/control-flow.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA-2)
; processing (DEFUN LINE-UP-ITER ...)
; processing (DEFMACRO LINE-UP-FIRST ...)
; processing (DEFMACRO LINE-UP-LAST ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-2/control-flow-tmpRV9F8A9A.fasl
; compilation finished in 0:00:00.010
; compiling file "/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-2/lists.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE :ALEXANDRIA-2)
; processing (DEFUN DELETE-FROM-PLIST* ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/2an7kj80983swc8d7kx4j3h072fxrj2g-cl-alexandria-1.1/share/common-lisp/source/cl-alexandria/alexandria-2/lists-tmpK2ZAJT4I.fasl
; compilation finished in 0:00:00.010
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/packages.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CL-USER)
; processing (DEFPACKAGE #:BABEL-ENCODINGS ...)
; processing (DEFPACKAGE #:BABEL ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/packages-tmpUX5S4ADN.fasl
; compilation finished in 0:00:00.000
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/encodings.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL-ENCODINGS)
; processing (DEFCLASS CHARACTER-ENCODING ...)
; processing (DEFMETHOD INITIALIZE-INSTANCE ...)
; processing (DEFVAR *SUPPORTED-CHARACTER-ENCODINGS* ...)
; processing (DEFUN LIST-CHARACTER-ENCODINGS ...)
; processing (DEFVAR *CHARACTER-ENCODINGS* ...)
; processing (DEFVAR *DEFAULT-CHARACTER-ENCODING* ...)
; processing (DEFUN GET-CHARACTER-ENCODING ...)
; processing (DEFMETHOD AMBIGUOUS-ENCODING-P ...)
; processing (DEFUN NOTICE-CHARACTER-ENCODING ...)
; processing (DEFMACRO DEFINE-CHARACTER-ENCODING ...)
; processing (DEFUN MAKE-FIXED-WIDTH-COUNTER ...)
; processing (DEFUN MAKE-DUMMY-CODER ...)
; processing (DEFCLASS ABSTRACT-MAPPING ...)
; processing (DEFCLASS CONCRETE-MAPPING ...)
; processing (DEFPARAMETER *ABSTRACT-MAPPINGS* ...)
; processing (DEFUN GET-ABSTRACT-MAPPING ...)
; processing (DEFUN (SETF GET-ABSTRACT-MAPPING) ...)
; processing (DEFUN %REGISTER-MAPPING-PART ...)
; processing (DEFMACRO DEFINE-ENCODER ...)
; processing (DEFMACRO DEFINE-DECODER ...)
; processing (DEFMACRO DEFINE-OCTET-COUNTER ...)
; processing (DEFMACRO DEFINE-CODE-POINT-COUNTER ...)
; processing (DEFUN INSTANTIATE-ENCODER ...)
; processing (DEFUN INSTANTIATE-DECODER ...)
; processing (DEFUN INSTANTIATE-CODE-POINT-COUNTER ...)
; processing (DEFUN INSTANTIATE-OCTET-COUNTER ...)
; processing (DEFMACRO INSTANTIATE-CONCRETE-MAPPINGS ...)
; processing (DEFCONSTANT +DEFAULT-SUBSTITUTION-CODE-POINT+ ...)
; processing (DEFTYPE UB8 ...)
; processing (DEFTYPE CODE-POINT ...)
; processing (DEFMACRO DEFINE-UNIBYTE-ENCODER ...)
; processing (DEFMACRO DEFINE-UNIBYTE-DECODER ...)
; processing (DEFVAR *SUPPRESS-CHARACTER-CODING-ERRORS* ...)
; processing (DEFINE-CONDITION CHARACTER-CODING-ERROR ...)
; processing (DEFINE-CONDITION CHARACTER-ENCODING-ERROR ...)
; processing (DECLAIM (INLINE ENCODING-ERROR))
; processing (DEFUN ENCODING-ERROR ...)
; processing (DEFINE-CONDITION CHARACTER-DECODING-ERROR ...)
; processing (DEFINE-CONDITION END-OF-INPUT-IN-CHARACTER ...)
; processing (DEFINE-CONDITION CHARACTER-OUT-OF-RANGE ...)
; processing (DECLAIM (INLINE DECODING-ERROR))
; processing (DEFUN DECODING-ERROR ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/encodings-tmp10401X32.fasl
; compilation finished in 0:00:00.190
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-ascii.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL-ENCODINGS)
; processing (DEFINE-CHARACTER-ENCODING :ASCII ...)
; processing (DEFINE-UNIBYTE-ENCODER :ASCII ...)
; processing (DEFINE-UNIBYTE-DECODER :ASCII ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-ascii-tmpZ7CBRM0G.fasl
; compilation finished in 0:00:00.010
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-ebcdic.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL-ENCODINGS)
; processing (DEFINE-CHARACTER-ENCODING :EBCDIC-US ...)
; processing (DEFINE-CONSTANT +EBCDIC-DECODE-TABLE+ ...)
; processing (DEFINE-CONSTANT +EBCDIC-ENCODE-TABLE+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :EBCDIC-US ...)
; processing (DEFINE-UNIBYTE-DECODER :EBCDIC-US ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-ebcdic-tmp9OZEQ0G2.fasl
; compilation finished in 0:00:00.020
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-ebcdic-int.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL-ENCODINGS)
; processing (DEFINE-CHARACTER-ENCODING :EBCDIC-INTERNATIONAL ...)
; processing (DEFPARAMETER +EBCDIC-INT-TO-UNICODE+ ...)
; processing (DEFPARAMETER +UNICODE-UPTO-AC-EBCDIC-INT+ ...)
; processing (DEFPARAMETER +UNICODE-0410-0450-EBCDIC-INT+ ...)
; processing (DEFINE-UNIBYTE-DECODER :EBCDIC-INTERNATIONAL ...)
; processing (DEFINE-UNIBYTE-ENCODER :EBCDIC-INTERNATIONAL ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-ebcdic-int-tmpB2JTL1W9.fasl
; compilation finished in 0:00:00.010
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-iso-8859.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL-ENCODINGS)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-1 ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-1 ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-1 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-2 ...)
; processing (DEFINE-CONSTANT +UNICODE-00A0-0180-TO-ISO-8859-2+ ...)
; processing (DEFINE-CONSTANT +UNICODE-02C0-02E0-TO-ISO-8859-2+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-2 ...)
; processing (DEFINE-CONSTANT +ISO-8859-2-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-2 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-3 ...)
; processing (DEFINE-CONSTANT +UNICODE-A0-100-TO-ISO-8859-3+ ...)
; processing (DEFINE-CONSTANT +UNICODE-108-180-TO-ISO-8859-3+ ...)
; processing (DEFINE-CONSTANT +UNICODE-2D8-2E0-TO-ISO-8859-3+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-3 ...)
; processing (DEFINE-CONSTANT +ISO-8859-3-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-3 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-4 ...)
; processing (DEFINE-CONSTANT +UNICODE-A0-180-TO-ISO-8859-4+ ...)
; processing (DEFINE-CONSTANT +UNICODE-2C0-2E0-TO-ISO-8859-4+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-4 ...)
; processing (DEFINE-CONSTANT +ISO-8859-4-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-4 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-5 ...)
; processing (DEFINE-CONSTANT +UNICODE-A0-B0-TO-ISO-8859-5+ ...)
; processing (DEFINE-CONSTANT +UNICODE-400-460-TO-ISO-8859-5+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-5 ...)
; processing (DEFINE-CONSTANT +ISO-8859-5-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-5 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-6 ...)
; processing (DEFINE-CONSTANT +UNICODE-A0-B0-TO-ISO-8859-6+ ...)
; processing (DEFINE-CONSTANT +UNICODE-608-658-TO-ISO-8859-6+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-6 ...)
; processing (DEFINE-CONSTANT +ISO-8859-6-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-6 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-7 ...)
; processing (DEFINE-CONSTANT +UNICODE-A0-C0-TO-ISO-8859-7+ ...)
; processing (DEFINE-CONSTANT +UNICODE-378-3D0-TO-ISO-8859-7+ ...)
; processing (DEFINE-CONSTANT +UNICODE-2010-2020-TO-ISO-8859-7+ ...)
; processing (DEFINE-CONSTANT +UNICODE-20AC-20B0-TO-ISO-8859-7+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-7 ...)
; processing (DEFINE-CONSTANT +ISO-8859-7-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-7 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-8 ...)
; processing (DEFINE-CONSTANT +UNICODE-A0-F8-TO-ISO-8859-8+ ...)
; processing (DEFINE-CONSTANT +UNICODE-5D0-5F0-TO-ISO-8859-8+ ...)
; processing (DEFINE-CONSTANT +UNICODE-2008-2018-TO-ISO-8859-8+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-8 ...)
; processing (DEFINE-CONSTANT +ISO-8859-8-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-8 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-9 ...)
; processing (DEFINE-CONSTANT +UNICODE-D0-100-TO-ISO-8859-9+ ...)
; processing (DEFINE-CONSTANT +UNICODE-118-160-TO-ISO-8859-9+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-9 ...)
; processing (DEFINE-CONSTANT +ISO-8859-9-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-9 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-10 ...)
; processing (DEFINE-CONSTANT +UNICODE-A0-180-TO-ISO-8859-10+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-10 ...)
; processing (DEFINE-CONSTANT +ISO-8859-10-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-10 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-11 ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-11 ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-11 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-13 ...)
; processing (DEFINE-CONSTANT +UNICODE-A0-180-TO-ISO-8859-13+ ...)
; processing (DEFINE-CONSTANT +UNICODE-2018-2020-TO-ISO-8859-13+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-13 ...)
; processing (DEFINE-CONSTANT +ISO-8859-13-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-13 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-14 ...)
; processing (DEFINE-CONSTANT +UNICODE-A0-100-TO-ISO-8859-14+ ...)
; processing (DEFINE-CONSTANT +UNICODE-108-128-TO-ISO-8859-14+ ...)
; processing (DEFINE-CONSTANT +UNICODE-170-180-TO-ISO-8859-14+ ...)
; processing (DEFINE-CONSTANT +UNICODE-1E00-1E88-TO-ISO-8859-14+ ...)
; processing (DEFINE-CONSTANT +UNICODE-1EF0-1EF8-TO-ISO-8859-14+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-14 ...)
; processing (DEFINE-CONSTANT +ISO-8859-14-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-14 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-15 ...)
; processing (DEFINE-CONSTANT +UNICODE-A0-100-TO-ISO-8859-15+ ...)
; processing (DEFINE-CONSTANT +UNICODE-150-180-TO-ISO-8859-15+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-15 ...)
; processing (DEFINE-CONSTANT +ISO-8859-15-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-15 ...)
; processing (DEFINE-CHARACTER-ENCODING :ISO-8859-16 ...)
; processing (DEFINE-CONSTANT +UNICODE-A0-180-TO-ISO-8859-16+ ...)
; processing (DEFINE-CONSTANT +UNICODE-218-220-TO-ISO-8859-16+ ...)
; processing (DEFINE-CONSTANT +UNICODE-2018-2020-TO-ISO-8859-16+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :ISO-8859-16 ...)
; processing (DEFINE-CONSTANT +ISO-8859-16-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :ISO-8859-16 ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-iso-8859-tmpP3BI68WQ.fasl
; compilation finished in 0:00:00.200
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-unicode.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL-ENCODINGS)
; processing (DEFCONSTANT +REPL+ ...)
; processing (DEFCONSTANT +BYTE-ORDER-MARK-CODE+ ...)
; processing (DEFCONSTANT +SWAPPED-BYTE-ORDER-MARK-CODE+ ...)
; processing (DEFCONSTANT +SWAPPED-BYTE-ORDER-MARK-CODE-32+ ...)
; processing (DEFMACRO F-ASH ...)
; processing (DEFMACRO F-LOGIOR ...)
; processing (DEFMACRO F-LOGAND ...)
; processing (DEFMACRO F-LOGXOR ...)
; processing (DEFINE-CHARACTER-ENCODING :UTF-8 ...)
; processing (DEFINE-CONDITION INVALID-UTF8-STARTER-BYTE ...)
; processing (DEFINE-CONDITION INVALID-UTF8-CONTINUATION-BYTE ...)
; processing (DEFINE-CONDITION OVERLONG-UTF8-SEQUENCE ...)
; processing (DEFINE-OCTET-COUNTER :UTF-8 ...)
; processing (DEFINE-CODE-POINT-COUNTER :UTF-8 ...)
; processing (DEFINE-ENCODER :UTF-8 ...)
; processing (DEFINE-DECODER :UTF-8 ...)
; processing (DEFINE-CHARACTER-ENCODING :UTF-8B ...)
; processing (DEFINE-OCTET-COUNTER :UTF-8B ...)
; processing (DEFINE-CODE-POINT-COUNTER :UTF-8B ...)
; processing (DEFINE-ENCODER :UTF-8B ...)
; processing (DEFINE-DECODER :UTF-8B ...)
; processing (DEFMACRO UTF16-OCTET-COUNTER ...)
; processing (DEFMACRO UTF-16-COMBINE-SURROGATE-PAIRS ...)
; processing (DEFMACRO DEFINE-UTF-16 ...)
; processing (DEFINE-CHARACTER-ENCODING :UTF-16 ...)
; processing (DEFINE-UTF-16 :UTF-16)
; processing (DEFINE-CHARACTER-ENCODING :UTF-16LE ...)
; processing (DEFINE-UTF-16 :UTF-16LE ...)
; processing (DEFINE-CHARACTER-ENCODING :UTF-16BE ...)
; processing (DEFINE-UTF-16 :UTF-16BE ...)
; processing (DEFMACRO DEFINE-UCS ...)
; processing (DEFINE-CHARACTER-ENCODING :UTF-32 ...)
; processing (DEFINE-UCS :UTF-32 ...)
; processing (DEFINE-CHARACTER-ENCODING :UTF-32LE ...)
; processing (DEFINE-UCS :UTF-32LE ...)
; processing (DEFINE-CHARACTER-ENCODING :UTF-32BE ...)
; processing (DEFINE-UCS :UTF-32BE ...)
; processing (DEFINE-CHARACTER-ENCODING :UCS-2 ...)
; processing (DEFINE-UCS :UCS-2 ...)
; processing (DEFINE-CHARACTER-ENCODING :UCS-2LE ...)
; processing (DEFINE-UCS :UCS-2LE ...)
; processing (DEFINE-CHARACTER-ENCODING :UCS-2BE ...)
; processing (DEFINE-UCS :UCS-2BE ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-unicode-tmpQDARA81Z.fasl
; compilation finished in 0:00:00.320
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-cp1251.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL-ENCODINGS)
; processing (DEFINE-CHARACTER-ENCODING :CP1251 ...)
; processing (DEFINE-CONSTANT +CP1251-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :CP1251 ...)
; processing (DEFINE-CONSTANT +UNICODE-A0-BF-TO-CP1251+ ...)
; processing (DEFINE-CONSTANT +UNICODE-0-97-TO-CP1251+ ...)
; processing (DEFINE-CONSTANT +UNICODE-10-3F-TO-CP1251+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :CP1251 ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-cp1251-tmpYEMMM7SE.fasl
; compilation finished in 0:00:00.010
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-cp1252.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL-ENCODINGS)
; processing (DEFINE-CHARACTER-ENCODING :CP1252 ...)
; processing (DEFINE-CONSTANT +CP1252-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :CP1252 ...)
; processing (DEFINE-CONSTANT +UNICODE-0152-017E-CP1252+ ...)
; processing (DEFINE-CONSTANT +UNICODE-2013-203A-CP1252+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :CP1252 ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-cp1252-tmp73HU0RPK.fasl
; compilation finished in 0:00:00.020
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/jpn-table.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL-ENCODINGS)
; processing (DEFVAR *CP932-ONLY* ...)
; processing (DEFVAR *EUCJP-ONLY* ...)
; processing (DEFVAR *EUCJP* ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/jpn-table-tmpIO5N7K88.fasl
; compilation finished in 0:00:00.160
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-jpn.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL-ENCODINGS)
; processing (DEFVAR *EUCJP-TO-UCS-HASH* ...)
; processing (DEFVAR *UCS-TO-EUCJP-HASH* ...)
; processing (DEFVAR *CP932-TO-UCS-HASH* ...)
; processing (DEFVAR *UCS-TO-CP932-HASH* ...)
; processing (DOLIST (I #) ...)
; processing (FLET (#) ...)
; processing (LOOP FOR ...)
; processing (LOOP FOR ...)
; processing (LET (#) ...)
; processing (DEFUN EUCJP-TO-UCS ...)
; processing (DEFUN UCS-TO-EUCJP ...)
; processing (DEFUN CP932-TO-UCS ...)
; processing (DEFUN UCS-TO-CP932 ...)
; processing (DEFINE-CHARACTER-ENCODING :EUCJP ...)
; processing (DEFINE-OCTET-COUNTER :EUCJP ...)
; processing (DEFINE-CODE-POINT-COUNTER :EUCJP ...)
; processing (DEFINE-ENCODER :EUCJP ...)
; processing (DEFINE-DECODER :EUCJP ...)
; processing (DEFINE-CHARACTER-ENCODING :CP932 ...)
; processing (DEFINE-OCTET-COUNTER :CP932 ...)
; processing (DEFINE-CODE-POINT-COUNTER :CP932 ...)
; processing (DEFINE-ENCODER :CP932 ...)
; processing (DEFINE-DECODER :CP932 ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-jpn-tmpCM21U60Z.fasl
; compilation finished in 0:00:00.080
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-gbk.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL-ENCODINGS)
; processing (DEFVAR *GBK-UNICODE-MAPPING*)
; processing (DEFCONSTANT +GBK2-OFFSET+ ...)
; processing (DEFCONSTANT +GBK3-OFFSET+ ...)
; processing (DEFCONSTANT +GBK4-OFFSET+ ...)
; processing (DEFCONSTANT +GBK1-OFFSET+ ...)
; processing (DEFCONSTANT +GBK5-OFFSET+ ...)
; processing (DEFINE-CHARACTER-ENCODING :GBK ...)
; processing (DEFINE-CONDITION INVALID-GBK-BYTE ...)
; processing (DEFINE-CONDITION INVALID-GBK-CHARACTER ...)
; processing (DEFINE-OCTET-COUNTER :GBK ...)
; processing (DEFINE-CODE-POINT-COUNTER :GBK ...)
; processing (DEFINE-ENCODER :GBK ...)
; processing (DEFINE-DECODER :GBK ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-gbk-tmp9DT7SEFG.fasl
; compilation finished in 0:00:00.030
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-koi8.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL-ENCODINGS)
; processing (DEFINE-CHARACTER-ENCODING :KOI8-RU ...)
; processing (DEFINE-CONSTANT +KOI8-RU-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :KOI8-RU ...)
; processing (DEFINE-CONSTANT +UNICODE-04->KOI8-RU+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :KOI8-RU ...)
; processing (DEFINE-CHARACTER-ENCODING :KOI8-R ...)
; processing (DEFINE-CONSTANT +KOI8-R-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :KOI8-R ...)
; processing (DEFINE-CONSTANT +UNICODE-X04->KOI8-R+ ...)
; processing (DEFINE-CONSTANT +UNICODE-X25->KOI8-R+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :KOI8-R ...)
; processing (DEFINE-CHARACTER-ENCODING :KOI8-U ...)
; processing (DEFINE-CONSTANT +KOI8-U-TO-UNICODE+ ...)
; processing (DEFINE-UNIBYTE-DECODER :KOI8-U ...)
; processing (DEFINE-CONSTANT +UNICODE-X04->KOI8-U+ ...)
; processing (DEFINE-CONSTANT +UNICODE-X25->KOI8-U+ ...)
; processing (DEFINE-UNIBYTE-ENCODER :KOI8-U ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/enc-koi8-tmp8065ESJT.fasl
; compilation finished in 0:00:00.040
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/external-format.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL)
; processing (DEFVAR *DEFAULT-EOL-STYLE* ...)
; processing (DEFTYPE EOL-STYLE ...)
; processing (DEFCLASS EXTERNAL-FORMAT ...)
; processing (DEFMETHOD PRINT-OBJECT ...)
; processing (DEFUN MAKE-EXTERNAL-FORMAT ...)
; processing (DEFUN ENSURE-EXTERNAL-FORMAT ...)
; processing (DEFUN EXTERNAL-FORMAT-EQUAL ...)
; processing (DECLAIM (INLINE LOOKUP-MAPPING))
; processing (DEFUN LOOKUP-MAPPING ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/external-format-tmp7S8Z6FGF.fasl
; compilation finished in 0:00:00.030
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/strings.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL)
; processing (CASE (EVAL CHAR-CODE-LIMIT) ...)
; processing (DEFMACRO UB-GET ...)
; processing (DEFMACRO UB-SET ...)
; processing (DEFMACRO STRING-GET ...)
; processing (DEFMACRO STRING-SET ...)
; processing (DEFCONSTANT UNICODE-CHAR-CODE-LIMIT ...)
; processing (DEFTYPE UNICODE-CHAR ...)
; processing (DEFTYPE SIMPLE-UNICODE-STRING ...)
; processing (DEFTYPE UNICODE-STRING ...)
; processing (DEFPARAMETER *STRING-VECTOR-MAPPINGS* ...)
; processing (DEFPARAMETER *SIMPLE-BASE-STRING-VECTOR-MAPPINGS* ...)
; processing (DEFUN CHECK-VECTOR-BOUNDS ...)
; processing (DEFMACRO WITH-SIMPLE-VECTOR ...)
; processing (DEFMACRO WITH-CHECKED-SIMPLE-VECTOR ...)
; processing (DECLAIM (INLINE OCTETS-TO-STRING ...))
; processing (DEFUN OCTETS-TO-STRING ...)
; processing (DEFUN BOM-VECTOR ...)
; processing (DEFUN STRING-TO-OCTETS ...)
; processing (DEFUN CONCATENATE-STRINGS-TO-OCTETS ...)
; processing (DEFUN STRING-SIZE-IN-OCTETS ...)
; processing (DEFUN VECTOR-SIZE-IN-CHARS ...)
; processing (DECLAIM (NOTINLINE OCTETS-TO-STRING ...))

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/strings-tmpSIT3QPKP.fasl
; compilation finished in 0:00:03.890
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/gbk-map.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL-ENCODINGS)
; processing (DEFPARAMETER *GBK-UNICODE-MAPPING* ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/gbk-map-tmpE0PA0714.fasl
; compilation finished in 0:00:00.070
; compiling file "/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/sharp-backslash.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:BABEL)
; processing (DEFUN SHARP-BACKSLASH-READER ...)
; processing (DEFUN MAKE-SHARP-BACKSLASH-READER ...)
; processing (DEFMACRO ENABLE-SHARP-BACKSLASH-SYNTAX ...)
; processing (DEFUN SET-SHARP-BACKSLASH-SYNTAX-IN-READTABLE ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/9kl8br157wrz4nvz6nb6v1xiwrqrjwl9-cl-babel-0.5.0-1.aeed2d1/share/common-lisp/source/cl-babel/src/sharp-backslash-tmpJRWHHVG0.fasl
; compilation finished in 0:00:00.010
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/cffi-sbcl.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (DEFPACKAGE #:CFFI-SYS ...)
; processing (IN-PACKAGE #:CFFI-SYS)
; processing (PUSHNEW (QUOTE FLAT-NAMESPACE) ...)
; processing (DECLAIM (INLINE CANONICALIZE-SYMBOL-NAME-CASE))
; processing (DEFUN CANONICALIZE-SYMBOL-NAME-CASE ...)
; processing (DEFTYPE FOREIGN-POINTER ...)
; processing (DECLAIM (INLINE POINTERP))
; processing (DEFUN POINTERP ...)
; processing (DECLAIM (INLINE POINTER-EQ))
; processing (DEFUN POINTER-EQ ...)
; processing (DECLAIM (INLINE NULL-POINTER))
; processing (DEFUN NULL-POINTER ...)
; processing (DECLAIM (INLINE NULL-POINTER-P))
; processing (DEFUN NULL-POINTER-P ...)
; processing (DECLAIM (INLINE INC-POINTER))
; processing (DEFUN INC-POINTER ...)
; processing (DECLAIM (INLINE MAKE-POINTER))
; processing (DEFUN MAKE-POINTER ...)
; processing (DECLAIM (INLINE POINTER-ADDRESS))
; processing (DEFUN POINTER-ADDRESS ...)
; processing (DECLAIM (INLINE %FOREIGN-ALLOC))
; processing (DEFUN %FOREIGN-ALLOC ...)
; processing (DECLAIM (INLINE FOREIGN-FREE))
; processing (DEFUN FOREIGN-FREE ...)
; processing (DEFMACRO WITH-FOREIGN-POINTER ...)
; processing (DECLAIM (INLINE MAKE-SHAREABLE-BYTE-VECTOR))
; processing (DEFUN MAKE-SHAREABLE-BYTE-VECTOR ...)
; processing (DEFMACRO WITH-POINTER-TO-VECTOR-DATA ...)
; processing (DEFMACRO DEFINE-MEM-ACCESSORS ...)
; processing (DEFMACRO DEFINE-TYPE-MAPPING ...)
; processing (DEFINE-TYPE-MAPPING (# # ...) ...)
; processing (DEFUN %FOREIGN-TYPE-SIZE ...)
; processing (DEFUN %FOREIGN-TYPE-ALIGNMENT ...)
; processing (DEFUN FOREIGN-FUNCALL-TYPE-AND-ARGS ...)
; processing (DEFMACRO %%FOREIGN-FUNCALL ...)
; processing (DEFMACRO %FOREIGN-FUNCALL ...)
; processing (DEFMACRO %FOREIGN-FUNCALL-POINTER ...)
; processing (DEFVAR *CALLBACKS* ...)
; processing (DEFMACRO %DEFCALLBACK ...)
; processing (DEFUN %CALLBACK ...)
; processing (DECLAIM (INLINE %LOAD-FOREIGN-LIBRARY))
; processing (DEFUN %LOAD-FOREIGN-LIBRARY ...)
; processing (DEFUN UNLOAD-SHARED-OBJECT-PRESENT-P ...)
; processing (DEFUN %CLOSE-FOREIGN-LIBRARY ...)
; processing (DEFUN NATIVE-NAMESTRING ...)
; processing (DEFUN %FOREIGN-SYMBOL-POINTER ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/cffi-sbcl-tmp4WZVROCX.fasl
; compilation finished in 0:00:00.410
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/package.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CL-USER)
; processing (DEFPACKAGE #:CFFI ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/package-tmpA0I3UKX8.fasl
; compilation finished in 0:00:00.000
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/utils.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CFFI)
; processing (DEFMACRO DISCARD-DOCSTRING ...)
; processing (DEFUN SINGLE-BIT-P ...)
; processing (DEFUN WARN-IF-KW-OR-BELONGS-TO-CL ...)
; processing (DEFINE-CONDITION OBSOLETE-ARGUMENT-WARNING ...)
; processing (DEFUN WARN-OBSOLETE-ARGUMENT ...)
; processing (DEFUN SPLIT-IF ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/utils-tmp267Y2N80.fasl
; compilation finished in 0:00:00.020
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/libraries.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CFFI)
; processing (DEFUN EXPLODE-PATH-ENVIRONMENT-VARIABLE ...)
; processing (DEFUN DARWIN-FALLBACK-LIBRARY-PATH ...)
; processing (DEFVAR *FOREIGN-LIBRARY-DIRECTORIES* ...)
; processing (DEFUN FALLBACK-DARWIN-FRAMEWORK-DIRECTORIES ...)
; processing (DEFVAR *DARWIN-FRAMEWORK-DIRECTORIES* ...)
; processing (DEFUN MINI-EVAL ...)
; processing (DEFUN PARSE-DIRECTORIES ...)
; processing (DEFUN FIND-FILE ...)
; processing (DEFUN FIND-DARWIN-FRAMEWORK ...)
; processing (DEFVAR *FOREIGN-LIBRARIES* ...)
; processing (DEFCLASS FOREIGN-LIBRARY ...)
; processing (DEFMETHOD PRINT-OBJECT ...)
; processing (DEFINE-CONDITION FOREIGN-LIBRARY-UNDEFINED-ERROR ...)
; processing (DEFUN GET-FOREIGN-LIBRARY ...)
; processing (DEFUN (SETF GET-FOREIGN-LIBRARY) ...)
; processing (DEFUN FOREIGN-LIBRARY-TYPE ...)
; processing (DEFUN FOREIGN-LIBRARY-PATHNAME ...)
; processing (DEFUN %FOREIGN-LIBRARY-SPEC ...)
; processing (DEFUN FOREIGN-LIBRARY-SPEC ...)
; processing (DEFUN FOREIGN-LIBRARY-OPTIONS ...)
; processing (DEFUN FOREIGN-LIBRARY-SEARCH-PATH ...)
; processing (DEFUN FOREIGN-LIBRARY-LOADED-P ...)
; processing (DEFUN LIST-FOREIGN-LIBRARIES ...)
; processing (DEFUN CLEAN-SPEC-UP ...)
; processing (DEFMETHOD INITIALIZE-INSTANCE ...)
; processing (DEFUN REGISTER-FOREIGN-LIBRARY ...)
; processing (DEFMACRO DEFINE-FOREIGN-LIBRARY ...)
; processing (DEFINE-CONDITION LOAD-FOREIGN-LIBRARY-ERROR ...)
; processing (DEFUN READ-NEW-VALUE ...)
; processing (DEFUN FL-ERROR ...)
; processing (DEFUN LOAD-DARWIN-FRAMEWORK ...)
; processing (DEFUN REPORT-SIMPLE-ERROR ...)
; processing (DEFUN LOAD-FOREIGN-LIBRARY-PATH ...)
; processing (DEFUN TRY-FOREIGN-LIBRARY-ALTERNATIVES ...)
; processing (DEFPARAMETER *CFFI-FEATURE-SUFFIX-MAP* ...)
; processing (DEFUN DEFAULT-LIBRARY-SUFFIX ...)
; processing (DEFUN LOAD-FOREIGN-LIBRARY-HELPER ...)
; processing (DEFUN %DO-LOAD-FOREIGN-LIBRARY ...)
; processing (DEFUN FILTER-PATHNAME ...)
; processing (DEFUN LOAD-FOREIGN-LIBRARY ...)
; processing (DEFMACRO USE-FOREIGN-LIBRARY ...)
; processing (DEFUN CLOSE-FOREIGN-LIBRARY ...)
; processing (DEFUN RELOAD-FOREIGN-LIBRARIES ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/libraries-tmpOUPE5FSJ.fasl
; compilation finished in 0:00:00.170
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/early-types.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CFFI)
; processing (DEFVAR *TYPE-PARSERS* ...)
; processing (DEFINE-CONDITION CFFI-ERROR ...)
; processing (DEFINE-CONDITION FOREIGN-TYPE-ERROR ...)
; processing (DEFUN FOREIGN-TYPE-ERROR/COMPOUND-NAME ...)
; processing (DEFINE-CONDITION SIMPLE-FOREIGN-TYPE-ERROR ...)
; processing (DEFUN SIMPLE-FOREIGN-TYPE-ERROR ...)
; processing (DEFINE-CONDITION UNDEFINED-FOREIGN-TYPE-ERROR ...)
; processing (DEFUN UNDEFINED-FOREIGN-TYPE-ERROR ...)
; processing (DEFTYPE C-NAMESPACE-NAME ...)
; processing (DEFUN FIND-TYPE-PARSER ...)
; processing (DEFUN (SETF FIND-TYPE-PARSER) ...)
; processing (DEFUN UNDEFINE-FOREIGN-TYPE ...)
; processing (DEFMACRO DEFINE-PARSE-METHOD ...)
; processing (DEFUN NOTICE-FOREIGN-TYPE ...)
; processing (DEFGENERIC CANONICALIZE ...)
; processing (DEFGENERIC AGGREGATEP ...)
; processing (DEFGENERIC FOREIGN-TYPE-ALIGNMENT ...)
; processing (DEFGENERIC FOREIGN-TYPE-SIZE ...)
; processing (DEFGENERIC UNPARSE-TYPE ...)
; processing (DEFCLASS FOREIGN-TYPE ...)
; processing (DEFMETHOD MAKE-LOAD-FORM ...)
; processing (DEFMETHOD FOREIGN-TYPE-SIZE ...)
; processing (DEFCLASS NAMED-FOREIGN-TYPE ...)
; processing (DEFMETHOD PRINT-OBJECT ...)
; processing (DEFMETHOD UNPARSE-TYPE ...)
; processing (DEFCLASS FOREIGN-BUILT-IN-TYPE ...)
; processing (DEFMETHOD CANONICALIZE ...)
; processing (DEFMETHOD AGGREGATEP ...)
; processing (DEFMETHOD FOREIGN-TYPE-ALIGNMENT ...)
; processing (DEFMETHOD FOREIGN-TYPE-SIZE ...)
; processing (DEFMETHOD UNPARSE-TYPE ...)
; processing (DEFMETHOD PRINT-OBJECT ...)
; processing (DEFVAR *BUILT-IN-FOREIGN-TYPES* ...)
; processing (DEFMACRO DEFINE-BUILT-IN-FOREIGN-TYPE ...)
; processing (DEFCLASS FOREIGN-POINTER-TYPE ...)
; processing (LET (#) ...)
; processing (DEFMETHOD UNPARSE-TYPE ...)
; processing (DEFMETHOD PRINT-OBJECT ...)
; processing (DEFGENERIC BARE-STRUCT-TYPE-P ...)
; processing (DEFMETHOD BARE-STRUCT-TYPE-P ...)
; processing (DEFCLASS FOREIGN-STRUCT-TYPE ...)
; processing (DEFUN SLOTS-IN-ORDER ...)
; processing (DEFMETHOD CANONICALIZE ...)
; processing (DEFMETHOD UNPARSE-TYPE ...)
; processing (DEFMETHOD AGGREGATEP ...)
; processing (DEFMETHOD FOREIGN-TYPE-SIZE ...)
; processing (DEFMETHOD FOREIGN-TYPE-ALIGNMENT ...)
; processing (DEFCLASS FOREIGN-UNION-TYPE ...)
; processing (DEFMETHOD CANONICALIZE ...)
; processing (DEFCLASS FOREIGN-TYPE-ALIAS ...)
; processing (DEFMETHOD CANONICALIZE ...)
; processing (DEFMETHOD AGGREGATEP ...)
; processing (DEFMETHOD FOREIGN-TYPE-ALIGNMENT ...)
; processing (DEFMETHOD FOREIGN-TYPE-SIZE ...)
; processing (DEFCLASS FOREIGN-TYPEDEF ...)
; processing (DEFUN FOLLOW-TYPEDEFS ...)
; processing (DEFMETHOD BARE-STRUCT-TYPE-P ...)
; processing (DEFUN STRUCTURE-SLOTS ...)
; processing (DEFCLASS TRANSLATABLE-FOREIGN-TYPE ...)
; processing (DEFCLASS ENHANCED-FOREIGN-TYPE ...)
; processing (DEFMETHOD INITIALIZE-INSTANCE ...)
; processing (DEFMETHOD UNPARSE-TYPE ...)
; processing (DEFUN CHECK-FOR-TYPEDEF-CYCLES ...)
; processing (DEFUN PARSE-TYPE ...)
; processing (DEFUN ENSURE-PARSED-BASE-TYPE ...)
; processing (DEFUN CANONICALIZE-FOREIGN-TYPE ...)
; processing (DEFGENERIC TRANSLATE-TO-FOREIGN ...)
; processing (DEFGENERIC TRANSLATE-INTO-FOREIGN-MEMORY ...)
; processing (DEFGENERIC TRANSLATE-AGGREGATE-TO-FOREIGN ...)
; processing (DEFGENERIC TRANSLATE-FROM-FOREIGN ...)
; processing (DEFGENERIC FREE-TRANSLATED-OBJECT ...)
; processing (DEFVAR *RUNTIME-TRANSLATOR-FORM*)
; processing (DEFGENERIC EXPAND-FROM-FOREIGN ...)
; processing (DEFMETHOD EXPAND-FROM-FOREIGN ...)
; processing (DEFMETHOD EXPAND-FROM-FOREIGN ...)
; processing (DEFGENERIC EXPAND-TO-FOREIGN ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN ...)
; processing (DEFGENERIC EXPAND-INTO-FOREIGN-MEMORY ...)
; processing (DEFMETHOD EXPAND-INTO-FOREIGN-MEMORY ...)
; processing (DEFMETHOD EXPAND-INTO-FOREIGN-MEMORY ...)
; processing (DEFGENERIC EXPAND-TO-FOREIGN-DYN ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN-DYN ...)
; processing (DEFUN FOREIGN-EXPAND-RUNTIME-TRANSLATOR-OR-BINDING ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN-DYN ...)
; processing (DEFGENERIC EXPAND-TO-FOREIGN-DYN-INDIRECT ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN-DYN-INDIRECT ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN-DYN-INDIRECT ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN-DYN-INDIRECT ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN-DYN-INDIRECT ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN-DYN-INDIRECT ...)
; processing (DEFUN CONVERT-TO-FOREIGN ...)
; processing (DEFINE-COMPILER-MACRO CONVERT-TO-FOREIGN ...)
; processing (DEFUN CONVERT-FROM-FOREIGN ...)
; processing (DEFINE-COMPILER-MACRO CONVERT-FROM-FOREIGN ...)
; processing (DEFUN CONVERT-INTO-FOREIGN-MEMORY ...)
; processing (DEFINE-COMPILER-MACRO CONVERT-INTO-FOREIGN-MEMORY ...)
; processing (DEFUN FREE-CONVERTED-OBJECT ...)
; processing (DEFCLASS ENHANCED-TYPEDEF ...)
; processing (DEFMETHOD TRANSLATE-TO-FOREIGN ...)
; processing (DEFMETHOD TRANSLATE-INTO-FOREIGN-MEMORY ...)
; processing (DEFMETHOD TRANSLATE-FROM-FOREIGN ...)
; processing (DEFMETHOD FREE-TRANSLATED-OBJECT ...)
; processing (DEFMETHOD EXPAND-FROM-FOREIGN ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN-DYN ...)
; processing (DEFMETHOD EXPAND-INTO-FOREIGN-MEMORY ...)
; processing (DEFMACRO DEFINE-FOREIGN-TYPE ...)
; processing (DEFMACRO DEFCTYPE ...)
; processing (DEFMACRO DEFCTYPE* ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/early-types-tmpIGHCU6ZA.fasl
; compilation finished in 0:00:00.370
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/types.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CFFI)
; processing (DEFINE-BUILT-IN-FOREIGN-TYPE :CHAR)
; processing (DEFINE-BUILT-IN-FOREIGN-TYPE :UNSIGNED-CHAR)
; processing (DEFINE-BUILT-IN-FOREIGN-TYPE :SHORT)
; processing (DEFINE-BUILT-IN-FOREIGN-TYPE :UNSIGNED-SHORT)
; processing (DEFINE-BUILT-IN-FOREIGN-TYPE :INT)
; processing (DEFINE-BUILT-IN-FOREIGN-TYPE :UNSIGNED-INT)
; processing (DEFINE-BUILT-IN-FOREIGN-TYPE :LONG)
; processing (DEFINE-BUILT-IN-FOREIGN-TYPE :UNSIGNED-LONG)
; processing (DEFINE-BUILT-IN-FOREIGN-TYPE :FLOAT)
; processing (DEFINE-BUILT-IN-FOREIGN-TYPE :DOUBLE)
; processing (DEFINE-BUILT-IN-FOREIGN-TYPE :VOID)
; processing (DEFINE-BUILT-IN-FOREIGN-TYPE :LONG-LONG)
; processing (DEFINE-BUILT-IN-FOREIGN-TYPE :UNSIGNED-LONG-LONG)
; processing (DEFPARAMETER *POSSIBLE-FLOAT-TYPES* ...)
; processing (DEFPARAMETER *OTHER-BUILTIN-TYPES* ...)
; processing (DEFPARAMETER *BUILT-IN-INTEGER-TYPES* ...)
; processing (DEFPARAMETER *BUILT-IN-FLOAT-TYPES* ...)
; processing (DEFINE-COMPILER-MACRO INC-POINTER ...)
; processing (DEFINE-MODIFY-MACRO INCF-POINTER ...)
; processing (DEFUN MEM-REF ...)
; processing (DEFINE-COMPILER-MACRO MEM-REF ...)
; processing (DEFUN MEM-SET ...)
; processing (DEFINE-SETF-EXPANDER MEM-REF ...)
; processing (DEFINE-COMPILER-MACRO MEM-SET ...)
; processing (DEFUN MEM-AREF ...)
; processing (DEFINE-COMPILER-MACRO MEM-AREF ...)
; processing (DEFINE-SETF-EXPANDER MEM-AREF ...)
; processing (DEFMETHOD TRANSLATE-INTO-FOREIGN-MEMORY ...)
; processing (DEFMETHOD TRANSLATE-INTO-FOREIGN-MEMORY ...)
; processing (DEFUN MEM-APTR ...)
; processing (DEFINE-COMPILER-MACRO MEM-APTR ...)
; processing (DEFINE-FOREIGN-TYPE FOREIGN-ARRAY-TYPE ...)
; processing (DEFMETHOD AGGREGATEP ...)
; processing (DEFMETHOD PRINT-OBJECT ...)
; processing (DEFUN ARRAY-ELEMENT-SIZE ...)
; processing (DEFMETHOD FOREIGN-TYPE-SIZE ...)
; processing (DEFMETHOD FOREIGN-TYPE-ALIGNMENT ...)
; processing (DEFINE-PARSE-METHOD :ARRAY ...)
; processing (DEFUN INDEXES-TO-ROW-MAJOR-INDEX ...)
; processing (DEFUN ROW-MAJOR-INDEX-TO-INDEXES ...)
; processing (DEFUN FOREIGN-ALLOC ...)
; processing (DEFINE-COMPILER-MACRO FOREIGN-ALLOC ...)
; processing (DEFUN LISP-ARRAY-TO-FOREIGN ...)
; processing (DEFUN FOREIGN-ARRAY-TO-LISP ...)
; processing (DEFUN FOREIGN-ARRAY-ALLOC ...)
; processing (DEFUN FOREIGN-ARRAY-FREE ...)
; processing (DEFMACRO WITH-FOREIGN-ARRAY ...)
; processing (DEFUN FOREIGN-AREF ...)
; processing (DEFUN (SETF FOREIGN-AREF) ...)
; processing (DEFMETHOD TRANSLATE-TO-FOREIGN ...)
; processing (DEFMETHOD TRANSLATE-AGGREGATE-TO-FOREIGN ...)
; processing (DEFMETHOD TRANSLATE-FROM-FOREIGN ...)
; processing (DEFMETHOD FREE-TRANSLATED-OBJECT ...)
; processing (DEFGENERIC FOREIGN-STRUCT-SLOT-POINTER ...)
; processing (DEFGENERIC FOREIGN-STRUCT-SLOT-POINTER-FORM ...)
; processing (DEFGENERIC FOREIGN-STRUCT-SLOT-VALUE ...)
; processing (DEFGENERIC (SETF FOREIGN-STRUCT-SLOT-VALUE) ...)
; processing (DEFGENERIC FOREIGN-STRUCT-SLOT-VALUE-FORM ...)
; processing (DEFGENERIC FOREIGN-STRUCT-SLOT-SET-FORM ...)
; processing (DEFCLASS FOREIGN-STRUCT-SLOT ...)
; processing (DEFMETHOD FOREIGN-STRUCT-SLOT-POINTER ...)
; processing (DEFMETHOD FOREIGN-STRUCT-SLOT-POINTER-FORM ...)
; processing (DEFUN FOREIGN-SLOT-NAMES ...)
; processing (DEFCLASS SIMPLE-STRUCT-SLOT ...)
; processing (DEFMETHOD FOREIGN-STRUCT-SLOT-VALUE ...)
; processing (DEFMETHOD FOREIGN-STRUCT-SLOT-VALUE-FORM ...)
; processing (DEFMETHOD (SETF FOREIGN-STRUCT-SLOT-VALUE) ...)
; processing (DEFMETHOD FOREIGN-STRUCT-SLOT-SET-FORM ...)
; processing (DEFCLASS AGGREGATE-STRUCT-SLOT ...)
; processing (DEFMETHOD FOREIGN-STRUCT-SLOT-VALUE ...)
; processing (DEFMETHOD FOREIGN-STRUCT-SLOT-VALUE-FORM ...)
; processing (DEFMETHOD TRANSLATE-AGGREGATE-TO-FOREIGN ...)
; processing (DEFMETHOD (SETF FOREIGN-STRUCT-SLOT-VALUE) ...)
; processing (DEFMETHOD FOREIGN-STRUCT-SLOT-SET-FORM ...)
; processing (DEFUN MAKE-STRUCT-SLOT ...)
; processing (DEFUN PARSE-DEPRECATED-STRUCT-TYPE ...)
; processing (DEFUN GET-ALIGNMENT ...)
; processing (DEFUN ADJUST-FOR-ALIGNMENT ...)
; processing (DEFMACRO WITH-TENTATIVE-TYPE-DEFINITION ...)
; processing (DEFUN NOTICE-FOREIGN-STRUCT-DEFINITION ...)
; processing (DEFUN GENERATE-STRUCT-ACCESSORS ...)
; processing (DEFINE-PARSE-METHOD :STRUCT ...)
; processing (DEFVAR *DEFCSTRUCT-HOOK* ...)
; processing (DEFMACRO DEFCSTRUCT ...)
; processing (DEFUN GET-SLOT-INFO ...)
; processing (DEFUN FOREIGN-SLOT-POINTER ...)
; processing (DEFINE-COMPILER-MACRO FOREIGN-SLOT-POINTER ...)
; processing (DEFUN FOREIGN-SLOT-TYPE ...)
; processing (DEFUN FOREIGN-SLOT-OFFSET ...)
; processing (DEFUN FOREIGN-SLOT-COUNT ...)
; processing (DEFUN FOREIGN-SLOT-VALUE ...)
; processing (DEFINE-COMPILER-MACRO FOREIGN-SLOT-VALUE ...)
; processing (DEFINE-SETF-EXPANDER FOREIGN-SLOT-VALUE ...)
; processing (DEFUN FOREIGN-SLOT-SET ...)
; processing (DEFINE-COMPILER-MACRO FOREIGN-SLOT-SET ...)
; processing (DEFMACRO WITH-FOREIGN-SLOTS ...)
; processing (DEFMACRO DEFINE-C-STRUCT-WRAPPER ...)
; processing (DEFUN NOTICE-FOREIGN-UNION-DEFINITION ...)
; processing (DEFINE-PARSE-METHOD :UNION ...)
; processing (DEFMACRO DEFCUNION ...)
; processing (DEFMETHOD FOREIGN-TYPE-ALIGNMENT ...)
; processing (DEFMACRO WITH-FOREIGN-OBJECT ...)
; processing (DEFMACRO WITH-FOREIGN-OBJECTS ...)
; processing (DEFINE-FOREIGN-TYPE FOREIGN-TYPE-WRAPPER ...)
; processing (DEFINE-PARSE-METHOD :WRAPPER ...)
; processing (DEFMETHOD TRANSLATE-TO-FOREIGN ...)
; processing (DEFMETHOD TRANSLATE-FROM-FOREIGN ...)
; processing (DEFINE-FOREIGN-TYPE FOREIGN-BOOLEAN-TYPE ...)
; processing (DEFINE-PARSE-METHOD :BOOLEAN ...)
; processing (DEFMETHOD TRANSLATE-TO-FOREIGN ...)
; processing (DEFMETHOD TRANSLATE-FROM-FOREIGN ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN ...)
; processing (DEFMETHOD EXPAND-FROM-FOREIGN ...)
; processing (DEFCTYPE :BOOL ...)
; processing (DEFCTYPE :UCHAR ...)
; processing (DEFCTYPE :USHORT ...)
; processing (DEFCTYPE :UINT ...)
; processing (DEFCTYPE :ULONG ...)
; processing (DEFCTYPE :LLONG ...)
; processing (DEFCTYPE :ULLONG ...)
; processing (MATCH-TYPES (# # ...) ...)
; processing (MATCH-TYPES (# # ...) ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/types-tmpBO0TUGLK.fasl
; compilation finished in 0:00:00.710
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/enum.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CFFI)
; processing (DEFCLASS FOREIGN-ENUM ...)
; processing (DEFTYPE ENUM-KEY ...)
; processing (DEFPARAMETER +VALID-ENUM-BASE-TYPES+ ...)
; processing (DEFUN PARSE-FOREIGN-ENUM-LIKE ...)
; processing (DEFUN MAKE-FOREIGN-ENUM ...)
; processing (DEFUN %DEFCENUM-LIKE ...)
; processing (DEFMACRO DEFCENUM ...)
; processing (DEFUN HASH-KEYS-TO-LIST ...)
; processing (DEFUN FOREIGN-ENUM-KEYWORD-LIST ...)
; processing (DEFUN %FOREIGN-ENUM-VALUE ...)
; processing (DEFUN FOREIGN-ENUM-VALUE ...)
; processing (DEFUN %FOREIGN-ENUM-KEYWORD ...)
; processing (DEFUN FOREIGN-ENUM-KEYWORD ...)
; processing (DEFMETHOD TRANSLATE-TO-FOREIGN ...)
; processing (DEFMETHOD TRANSLATE-INTO-FOREIGN-MEMORY ...)
; processing (DEFMETHOD TRANSLATE-FROM-FOREIGN ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN-DYN-INDIRECT ...)
; processing (DEFCLASS FOREIGN-BITFIELD ...)
; processing (DEFUN MAKE-FOREIGN-BITFIELD ...)
; processing (DEFMACRO DEFBITFIELD ...)
; processing (DEFUN FOREIGN-BITFIELD-SYMBOL-LIST ...)
; processing (DEFUN %FOREIGN-BITFIELD-VALUE ...)
; processing (DEFUN FOREIGN-BITFIELD-VALUE ...)
; processing (DEFINE-COMPILER-MACRO FOREIGN-BITFIELD-VALUE ...)
; processing (DEFUN %FOREIGN-BITFIELD-SYMBOLS ...)
; processing (DEFUN FOREIGN-BITFIELD-SYMBOLS ...)
; processing (DEFINE-COMPILER-MACRO FOREIGN-BITFIELD-SYMBOLS ...)
; processing (DEFMETHOD TRANSLATE-TO-FOREIGN ...)
; processing (DEFMETHOD TRANSLATE-FROM-FOREIGN ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN ...)
; processing (DEFMETHOD EXPAND-FROM-FOREIGN ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/enum-tmpIIXPIQNW.fasl
; compilation finished in 0:00:00.190
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/strings.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CFFI)
; processing (DEFVAR *DEFAULT-FOREIGN-ENCODING* ...)
; processing (DEFMACRO BGET ...)
; processing (DEFMACRO BSET ...)
; processing (DEFPARAMETER *FOREIGN-STRING-MAPPINGS* ...)
; processing (DEFUN NULL-TERMINATOR-LEN ...)
; processing (DEFUN LISP-STRING-TO-FOREIGN ...)
; processing (DEFMACRO %FOREIGN-STRING-LENGTH ...)
; processing (DEFUN FOREIGN-STRING-LENGTH ...)
; processing (DEFUN FOREIGN-STRING-TO-LISP ...)
; processing (DEFUN FOREIGN-STRING-ALLOC ...)
; processing (DEFUN FOREIGN-STRING-FREE ...)
; processing (DEFMACRO WITH-FOREIGN-STRING ...)
; processing (DEFMACRO WITH-FOREIGN-STRINGS ...)
; processing (DEFMACRO WITH-FOREIGN-POINTER-AS-STRING ...)
; processing (DEFINE-FOREIGN-TYPE FOREIGN-STRING-TYPE ...)
; processing (DEFUN FST-ENCODING ...)
; processing (DEFMETHOD PRINT-OBJECT ...)
; processing (DEFMETHOD TRANSLATE-TO-FOREIGN ...)
; processing (DEFMETHOD TRANSLATE-TO-FOREIGN ...)
; processing (DEFMETHOD TRANSLATE-FROM-FOREIGN ...)
; processing (DEFMETHOD FREE-TRANSLATED-OBJECT ...)
; processing (DEFMETHOD EXPAND-TO-FOREIGN-DYN-INDIRECT ...)
; processing (DEFINE-FOREIGN-TYPE FOREIGN-STRING+PTR-TYPE ...)
; processing (DEFMETHOD TRANSLATE-FROM-FOREIGN ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/strings-tmpOHM494YR.fasl
; compilation finished in 0:00:02.550
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/structures.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CFFI)
; processing (DEFMETHOD TRANSLATE-INTO-FOREIGN-MEMORY ...)
; processing (DEFMETHOD TRANSLATE-TO-FOREIGN ...)
; processing (DEFMETHOD TRANSLATE-FROM-FOREIGN ...)
; processing (DEFMETHOD FREE-TRANSLATED-OBJECT ...)
; processing (DEFMACRO DEFINE-TRANSLATION-METHOD ...)
; processing (DEFMACRO TRANSLATION-FORMS-FOR-CLASS ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/structures-tmpOVFB07XF.fasl
; compilation finished in 0:00:00.060
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/functions.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CFFI)
; processing (DEFUN TRANSLATE-OBJECTS ...)
; processing (DEFUN PARSE-ARGS-AND-TYPES ...)
; processing (DEFUN PARSE-FUNCTION-OPTIONS ...)
; processing (DEFUN STRUCTURE-BY-VALUE-P ...)
; processing (DEFUN FN-CALL-BY-VALUE-P ...)
; processing (DEFVAR *FOREIGN-STRUCTURES-BY-VALUE* ...)
; processing (DEFUN FOREIGN-FUNCALL-FORM ...)
; processing (DEFMACRO FOREIGN-FUNCALL ...)
; processing (DEFMACRO FOREIGN-FUNCALL-POINTER ...)
; processing (DEFUN PROMOTE-VARARGS-TYPE ...)
; processing (UNLESS (FBOUNDP #) ...)
; processing (UNLESS (FBOUNDP #) ...)
; processing (DEFUN FOREIGN-FUNCALL-VARARGS-FORM ...)
; processing (DEFMACRO FOREIGN-FUNCALL-VARARGS ...)
; processing (DEFMACRO FOREIGN-FUNCALL-POINTER-VARARGS ...)
; processing (UNLESS (FBOUNDP #) ...)
; processing (DEFUN %DEFCFUN ...)
; processing (DEFUN %DEFCFUN-VARARGS ...)
; processing (DEFGENERIC TRANSLATE-UNDERSCORE-SEPARATED-NAME ...)
; processing (DEFUN COLLAPSE-PREFIX ...)
; processing (DEFUN CHECK-PREFIX ...)
; processing (DEFGENERIC TRANSLATE-CAMELCASE-NAME ...)
; processing (DEFGENERIC TRANSLATE-NAME-FROM-FOREIGN ...)
; processing (DEFGENERIC TRANSLATE-NAME-TO-FOREIGN ...)
; processing (DEFUN LISP-NAME ...)
; processing (DEFUN FOREIGN-NAME ...)
; processing (DEFUN FOREIGN-OPTIONS ...)
; processing (DEFUN LISP-NAME-P ...)
; processing (DEFUN %PARSE-NAME-AND-OPTIONS ...)
; processing (DEFUN PARSE-NAME-AND-OPTIONS ...)
; processing (DEFMACRO DEFCFUN ...)
; processing (DEFUN INVERSE-TRANSLATE-OBJECTS ...)
; processing (DEFUN PARSE-DEFCALLBACK-OPTIONS ...)
; processing (DEFMACRO DEFCALLBACK ...)
; processing (DECLAIM (INLINE GET-CALLBACK))
; processing (DEFUN GET-CALLBACK ...)
; processing (DEFMACRO CALLBACK ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/functions-tmpG6VFGMYP.fasl
; compilation finished in 0:00:00.360
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/foreign-vars.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CFFI)
; processing (DEFUN PARSE-DEFCVAR-OPTIONS ...)
; processing (DEFUN GET-VAR-POINTER ...)
; processing (DEFUN FOREIGN-SYMBOL-POINTER ...)
; processing (DEFUN FS-POINTER-OR-LOSE ...)
; processing (DEFMACRO DEFCVAR ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/foreign-vars-tmp4QIPRMOF.fasl
; compilation finished in 0:00:00.030
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/features.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CL-USER)
; processing (PUSHNEW :CFFI ...)
; processing (DEFPACKAGE #:CFFI-FEATURES ...)
; processing (IN-PACKAGE #:CFFI-FEATURES)
; processing (DEFUN CFFI-FEATURE-P ...)
; processing (MAPC (LAMBDA # ...) ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/src/features-tmpGW0QV22K.fasl
; compilation finished in 0:00:00.020
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/toolchain/package.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (DEFINE-PACKAGE #:CFFI-TOOLCHAIN ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/toolchain/package-tmp2K9J0HSR.fasl
; compilation finished in 0:00:00.010
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/toolchain/c-toolchain.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CFFI-TOOLCHAIN)
; processing (DEFUN PARSE-COMMAND-FLAGS ...)
; processing (DEFUN PARSE-COMMAND-FLAGS-LIST ...)
; processing (DEFUN PROGRAM-ARGUMENT ...)
; processing (DEFUN INVOKE ...)
; processing (DEFPARAMETER *CC* ...)
; processing (DEFPARAMETER *CC-FLAGS* ...)
; processing (DEFPARAMETER *LD* ...)
; processing (DEFPARAMETER *LD-EXE-FLAGS* ...)
; processing (DEFPARAMETER *LD-DLL-FLAGS* ...)
; processing (DEFPARAMETER *LINKKIT-START* ...)
; processing (DEFPARAMETER *LINKKIT-END* ...)
; processing (DEFUN LINK-ALL-LIBRARY ...)
; processing (DEFUN NORMALIZE-FLAGS ...)
; processing (DEFUN IMPLEMENTATION-FILE ...)
; processing (DEFPARAMETER *SBCL-TOOLCHAIN-PARAMETERS* ...)
; processing (DEFUN SBCL-TOOLCHAIN-PARAMETERS ...)
; processing (DEFUN SPLIT-CFLAGS ...)
; processing (DEFUN DEFAULT-TOOLCHAIN-PARAMETERS ...)
; file: /gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/toolchain/c-toolchain.lisp
; in: DEFUN DEFAULT-TOOLCHAIN-PARAMETERS
;     (OR (UIOP/OS:GETENVP "CC")
;         "/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/gcc" "gcc")
; --> LET IF LET IF 
; ==>
;   "gcc"
; 
; note: deleting unreachable code

; processing (DEFUN ENSURE-TOOLCHAIN-PARAMETERS ...)
; processing (IGNORE-ERRORS (ENSURE-TOOLCHAIN-PARAMETERS))
; processing (DEFUN CALL-WITH-TEMPORARY-OUTPUT ...)
; processing (DEFMACRO WITH-TEMPORARY-OUTPUT ...)
; processing (DEFUN INVOKE-BUILDER ...)
; processing (DEFUN CC-COMPILE ...)
; processing (DEFUN LINK-EXECUTABLE ...)
; processing (DEFUN LINK-LISP-EXECUTABLE ...)
; file: /gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/toolchain/c-toolchain.lisp
; in: DEFUN LINK-LISP-EXECUTABLE
;     (CFFI-TOOLCHAIN:LINK-EXECUTABLE ASDF/ACTION:OUTPUT-FILE
;      `(,@CFFI-TOOLCHAIN:*LINKKIT-START* ,@CFFI-TOOLCHAIN::INPUTS
;        ,@CFFI-TOOLCHAIN:*LINKKIT-END*))
; ==>
;   ASDF/ACTION:OUTPUT-FILE
; 
; note: deleting unreachable code

; processing (DEFUN LINK-STATIC-LIBRARY ...)
; processing (DEFUN LINK-SHARED-LIBRARY ...)
; processing (DEFUN MAKE-C-FILE-NAME ...)
; processing (DEFUN MAKE-O-FILE-NAME ...)
; processing (DEFUN MAKE-SO-FILE-NAME ...)
; processing (DEFUN MAKE-EXE-FILE-NAME ...)
; processing (DEFMETHOD PERFORM ...)
; processing (DEFCLASS C-FILE ...)
; processing (DEFMETHOD OUTPUT-FILES ...)
; processing (DEFMETHOD PERFORM ...)
; processing (DEFMETHOD PERFORM ...)
; processing (SETF (FIND-CLASS #) ...)
; processing (DEFCLASS O-FILE ...)
; processing (DEFMETHOD OUTPUT-FILES ...)
; processing (DEFMETHOD PERFORM ...)
; processing (SETF (FIND-CLASS #) ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/toolchain/c-toolchain-tmpP44I4E0Y.fasl
; compilation finished in 0:00:00.120
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/toolchain/static-link.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CFFI-TOOLCHAIN)
; processing (DEFUN STATIC-OPS-ENABLED-P ...)
; processing (DEFCLASS STATIC-RUNTIME-OP ...)
; processing (DEFMETHOD BUNDLE-TYPE ...)
; processing (DEFMETHOD SELFWARD-OPERATION ...)
; processing (DEFMETHOD OUTPUT-FILES ...)
; processing (DEFMETHOD PERFORM ...)
; processing (DEFCLASS STATIC-IMAGE-OP ...)
; processing (DEFMETHOD SELFWARD-OPERATION ...)
; processing (DEFCLASS STATIC-PROGRAM-OP ...)
; processing (DEFMETHOD PERFORM ...)
; processing (SETF (FIND-CLASS #) ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/toolchain/static-link-tmp63LQ7EX6.fasl
; compilation finished in 0:00:00.040
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/grovel/package.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (DEFINE-PACKAGE #:CFFI-GROVEL ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/grovel/package-tmp86F1A8FB.fasl
; compilation finished in 0:00:00.010
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/grovel/grovel.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CFFI-GROVEL)
; processing (DEFINE-CONDITION GROVEL-ERROR ...)
; processing (DEFUN GROVEL-ERROR ...)
; processing (DEFINE-CONDITION MISSING-DEFINITION ...)
; processing (DEFPARAMETER *HEADER* ...)
; processing (DEFPARAMETER *PROLOGUE* ...)
; processing (DEFPARAMETER *POSTSCRIPT* ...)
; processing (DEFUN UNESCAPE-FOR-C ...)
; processing (DEFUN C-FORMAT ...)
; processing (DEFUN C-PRINTF ...)
; processing (DEFUN C-PRINT-INTEGER-CONSTANT ...)
; processing (DEFUN C-PRINT-SYMBOL ...)
; processing (DEFUN C-WRITE ...)
; processing (DEFVAR *AUTO-EXPORT* ...)
; processing (DEFUN C-EXPORT ...)
; processing (DEFUN C-SECTION-HEADER ...)
; processing (DEFUN REMOVE-SUFFIX ...)
; processing (DEFGENERIC %PROCESS-GROVEL-FORM ...)
; processing (DEFUN PROCESS-GROVEL-FORM ...)
; processing (DEFUN FORM-KIND ...)
; processing (DEFVAR *HEADER-FORMS* ...)
; processing (DEFUN HEADER-FORM-P ...)
; processing (DEFUN GENERATE-C-FILE ...)
; processing (DEFUN TMP-LISP-FILE-NAME ...)
; processing (DEFUN PROCESS-GROVEL-FILE ...)
; processing (DEFMACRO DEFINE-GROVEL-SYNTAX ...)
; processing (DEFINE-GROVEL-SYNTAX C ...)
; processing (DEFINE-GROVEL-SYNTAX INCLUDE ...)
; processing (DEFINE-GROVEL-SYNTAX DEFINE ...)
; processing (DEFINE-GROVEL-SYNTAX TYPEDEF ...)
; processing (DEFINE-GROVEL-SYNTAX FFI-TYPEDEF ...)
; processing (DEFINE-GROVEL-SYNTAX FLAG ...)
; processing (DEFINE-GROVEL-SYNTAX CC-FLAGS ...)
; processing (DEFINE-GROVEL-SYNTAX PKG-CONFIG-CFLAGS ...)
; processing (DEFINE-GROVEL-SYNTAX IN-PACKAGE ...)
; processing (DEFINE-GROVEL-SYNTAX CTYPE ...)
; processing (DEFINE-GROVEL-SYNTAX CONSTANT ...)
; processing (DEFINE-GROVEL-SYNTAX FEATURE ...)
; processing (DEFINE-GROVEL-SYNTAX CUNION ...)
; processing (DEFUN MAKE-FROM-POINTER-FUNCTION-NAME ...)
; processing (DEFINE-GROVEL-SYNTAX CSTRUCT-AND-CLASS-ITEM ...)
; processing (DEFINE-GROVEL-SYNTAX CSTRUCT ...)
; processing (DEFMACRO DEFINE-PSEUDO-CVAR ...)
; processing (DEFUN FOREIGN-NAME-TO-SYMBOL ...)
; processing (DEFUN CHOOSE-LISP-AND-FOREIGN-NAMES ...)
; processing (DEFINE-GROVEL-SYNTAX CVAR ...)
; processing (DEFINE-GROVEL-SYNTAX CENUM ...)
; processing (DEFINE-GROVEL-SYNTAX CONSTANTENUM ...)
; processing (DEFUN DEFINE-CONSTANTS-FROM-ENUM ...)
; processing (DEFUN CONVERT-INTMAX-CONSTANT ...)
; processing (DEFUN FOREIGN-TYPE-TO-PRINTF-SPECIFICATION ...)
; processing (DEFINE-GROVEL-SYNTAX BITFIELD ...)
; processing (DEFUN PROCESS-WRAPPER-FORM ...)
; processing (DEFVAR *LISP-FORMS*)
; processing (DEFUN GENERATE-C-LIB-FILE ...)
; processing (DEFUN MAKE-SONAME ...)
; processing (DEFUN GENERATE-BINDINGS-FILE ...)
; processing (DEFUN CC-INCLUDE-GROVEL-ARGUMENT ...)
; processing (DEFUN PROCESS-WRAPPER-FILE ...)
; processing (DEFGENERIC %PROCESS-WRAPPER-FORM ...)
; processing (DEFMACRO DEFINE-WRAPPER-SYNTAX ...)
; processing (DEFINE-WRAPPER-SYNTAX PROGN ...)
; processing (DEFINE-WRAPPER-SYNTAX IN-PACKAGE ...)
; processing (DEFINE-WRAPPER-SYNTAX C ...)
; processing (DEFINE-WRAPPER-SYNTAX FLAG ...)
; processing (DEFINE-WRAPPER-SYNTAX PROCLAIM ...)
; processing (DEFINE-WRAPPER-SYNTAX DECLAIM ...)
; processing (DEFINE-WRAPPER-SYNTAX DEFINE ...)
; processing (DEFINE-WRAPPER-SYNTAX INCLUDE ...)
; processing (DEFUN C-TYPE-NAME ...)
; processing (DEFUN CFFI-TYPE ...)
; processing (DEFUN SYMBOL* ...)
; processing (DEFINE-WRAPPER-SYNTAX DEFWRAPPER ...)
; processing (DEFINE-WRAPPER-SYNTAX DEFWRAPPER* ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/grovel/grovel-tmpH7D4HL98.fasl
; compilation finished in 0:00:00.510
; compiling file "/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/grovel/asdf.lisp" (written 01 JAN 1970 12:00:01 AM):
; processing (IN-PACKAGE #:CFFI-GROVEL)
; processing (DEFCLASS CC-FLAGS-MIXIN ...)
; processing (DEFCLASS PROCESS-OP ...)
; processing (DEFCLASS PROCESS-OP-INPUT ...)
; processing (DEFMETHOD PERFORM ...)
; processing (DEFMETHOD INPUT-FILES ...)
; processing (DEFMETHOD INPUT-FILES ...)
; processing (DEFMETHOD COMPONENT-DEPENDS-ON ...)
; processing (DEFMETHOD COMPONENT-DEPENDS-ON ...)
; processing (DEFMETHOD COMPONENT-DEPENDS-ON ...)
; processing (DEFCLASS GROVEL-FILE ...)
; processing (DEFMETHOD OUTPUT-FILES ...)
; processing (DEFMETHOD PERFORM ...)
; processing (DEFCLASS WRAPPER-FILE ...)
; processing (DEFUN WRAPPER-SONAME ...)
; processing (DEFMETHOD OUTPUT-FILES ...)
; processing (DEFMETHOD OUTPUT-FILES ...)
; processing (DEFMETHOD PERFORM ...)
; processing (SETF (FIND-CLASS #) ...)
; processing (SETF (FIND-CLASS #) ...)

; wrote /tmp/.cache/common-lisp/sbcl-2.0.10-linux-x64/gnu/store/aliig7pl9wvg4shg216h6aqrl2a1q8g9-cl-cffi-0.21.0/share/common-lisp/source/cl-cffi/grovel/asdf-tmpCDM7YXYI.fasl
; compilation finished in 0:00:00.090
; 
; compilation unit finished
;   printed 4 notes
WARNING: System definition file #P"/gnu/store/lal98m9jmwz1x2j7s4bd262drljiz35f-cl-fad-0.7.6/share/common-lisp/source/cl-fad/cl-fad.asd" contains definition for system "cl-fad-test". Please only define "cl-fad" and secondary systems with a name starting with "cl-fad/" (e.g. "cl-fad/test") in that file.
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                                              {1001898213}>:
  Component "cl-base64" not found, required by #<SYSTEM "dexador">

Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {1001898213}>
0: (SB-DEBUG::DEBUGGER-DISABLED-HOOK Component "cl-base64" not found, required by #<SYSTEM "dexador"> #<unused argument> :QUIT T)
1: (SB-DEBUG::RUN-HOOK *INVOKE-DEBUGGER-HOOK* Component "cl-base64" not found, required by #<SYSTEM "dexador">)
2: (INVOKE-DEBUGGER Component "cl-base64" not found, required by #<SYSTEM "dexador">)
3: (ERROR ASDF/FIND-COMPONENT:MISSING-DEPENDENCY :REQUIRED-BY #<ASDF/SYSTEM:SYSTEM "dexador"> :REQUIRES "cl-base64")
4: (ASDF/FIND-COMPONENT:RESOLVE-DEPENDENCY-NAME #<ASDF/SYSTEM:SYSTEM "dexador"> "cl-base64" NIL)
5: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/SYSTEM:SYSTEM "dexador"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {10018F31EB}>)
6: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
7: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
8: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/SYSTEM:SYSTEM "dexador"> NIL)
9: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/COMPONENT:MODULE "dexador" "src"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {10018F2E3B}>)
10: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
11: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
12: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/COMPONENT:MODULE "dexador" "src"> NIL)
13: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "dexador" "src" "dexador"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {10018F2A6B}>)
14: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
15: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
16: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "dexador" "src" "dexador"> NIL)
17: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "dexador" "src" "dexador"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {10018F266B}>)
18: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
19: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
20: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "dexador" "src" "dexador"> NIL)
21: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/COMPONENT:MODULE "dexador" "src"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {10018F225B}>)
22: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
23: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
24: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/COMPONENT:MODULE "dexador" "src"> NIL)
25: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/SYSTEM:SYSTEM "dexador"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {10018F1E0B}>)
26: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
27: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
28: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/SYSTEM:SYSTEM "dexador"> NIL)
29: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/SYSTEM:SYSTEM "nyxt"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {100694B7BB}>)
30: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
31: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
32: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/SYSTEM:SYSTEM "nyxt"> NIL)
33: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "nyxt" "package"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {100694B2BB}>)
34: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
35: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
36: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "nyxt" "package"> NIL)
37: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "nyxt" "package"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {100694AF3B}>)
38: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
39: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
40: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "nyxt" "package"> NIL)
41: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/SYSTEM:SYSTEM "nyxt"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {1006949F0B}>)
42: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
43: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
44: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/SYSTEM:SYSTEM "nyxt"> NIL)
45: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {10069497BB}>)
46: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
47: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
48: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk"> NIL)
49: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "nyxt/gtk" "renderer-gtk"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {1006947E7B}>)
50: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
51: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
52: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "nyxt/gtk" "renderer-gtk"> NIL)
53: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "nyxt/gtk" "renderer-gtk"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {100694268B}>)
54: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
55: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
56: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/LISP-ACTION:CL-SOURCE-FILE "nyxt/gtk" "renderer-gtk"> NIL)
57: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {100693D34B}>)
58: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
59: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
60: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk"> NIL)
61: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk-application"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {100693C14B}>)
62: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
63: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
64: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:PREPARE-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk-application"> NIL)
65: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk-application"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {100693987B}>)
66: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
67: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
68: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/LISP-ACTION:LOAD-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk-application"> NIL)
69: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/BUNDLE:PROGRAM-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk-application"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {1006937CBB}>)
70: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
71: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
72: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/BUNDLE:PROGRAM-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk-application"> T)
73: (ASDF/PLAN:MAP-DIRECT-DEPENDENCIES #<ASDF/OPERATE:BUILD-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk-application"> #<CLOSURE (LAMBDA (ASDF/PLAN::O ASDF/PLAN::C) :IN ASDF/PLAN:TRAVERSE-ACTION) {100692CD7B}>)
74: ((LAMBDA NIL :IN ASDF/PLAN:TRAVERSE-ACTION))
75: ((LAMBDA NIL :IN ASDF/ACTION:CALL-WHILE-VISITING-ACTION))
76: (ASDF/PLAN:TRAVERSE-ACTION #<ASDF/PLAN:SEQUENTIAL-PLAN {100692B133}> #<ASDF/OPERATE:BUILD-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk-application"> T)
77: ((LAMBDA NIL :IN ASDF/PLAN:MAKE-PLAN))
78: ((:METHOD ASDF/OPERATE:OPERATE (ASDF/OPERATION:OPERATION ASDF/COMPONENT:COMPONENT)) #<ASDF/OPERATE:BUILD-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk-application"> :PLAN-CLASS NIL :PLAN-OPTIONS NIL) [fast-method]
79: ((SB-PCL::EMF ASDF/OPERATE:OPERATE) #<unused argument> #<unused argument> #<ASDF/OPERATE:BUILD-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk-application">)
80: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE))
81: ((:METHOD ASDF/OPERATE:OPERATE :AROUND (T T)) #<ASDF/OPERATE:BUILD-OP > #<ASDF/SYSTEM:SYSTEM "nyxt/gtk-application">) [fast-method]
82: ((SB-PCL::EMF ASDF/OPERATE:OPERATE) #<unused argument> #<unused argument> ASDF/OPERATE:BUILD-OP :NYXT/GTK-APPLICATION)
83: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE))
84: ((:METHOD ASDF/OPERATE:OPERATE :AROUND (T T)) ASDF/OPERATE:BUILD-OP :NYXT/GTK-APPLICATION) [fast-method]
85: (ASDF/SESSION:CALL-WITH-ASDF-SESSION #<CLOSURE (LAMBDA NIL :IN ASDF/OPERATE:OPERATE) {100652E5DB}> :OVERRIDE T :KEY NIL :OVERRIDE-CACHE T :OVERRIDE-FORCING NIL)
86: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE))
87: (ASDF/SESSION:CALL-WITH-ASDF-SESSION #<CLOSURE (LAMBDA NIL :IN ASDF/OPERATE:OPERATE) {100425E22B}> :OVERRIDE NIL :KEY NIL :OVERRIDE-CACHE NIL :OVERRIDE-FORCING NIL)
88: ((:METHOD ASDF/OPERATE:OPERATE :AROUND (T T)) ASDF/OPERATE:BUILD-OP :NYXT/GTK-APPLICATION) [fast-method]
89: (ASDF/OPERATE:MAKE :NYXT/GTK-APPLICATION)
90: (SB-INT:SIMPLE-EVAL-IN-LEXENV (ASDF/OPERATE:MAKE :NYXT/GTK-APPLICATION) #<NULL-LEXENV>)
91: (EVAL (ASDF/OPERATE:MAKE :NYXT/GTK-APPLICATION))
92: (SB-IMPL::PROCESS-EVAL/LOAD-OPTIONS ((:EVAL . "(require \"asdf\")") (:EVAL . #<(SIMPLE-ARRAY CHARACTER (217)) (when (string= (uiop:getenv "NYXT_INTERNAL_QUICKLISP") "true") (load "quicklisp-client/setup.lisp") (push #p"quicklisp-libraries/" (symbol-value (find-symbol "*LOCAL-PROJECT-DIRECTORIES*" (find-packag... {10024FFC4F}>) (:LOAD . "nyxt.asd") (:EVAL . "(asdf:make :nyxt/gtk-application)") (:EVAL . "(uiop:quit)") (:QUIT)))
93: (SB-IMPL::TOPLEVEL-INIT)
94: ((FLET SB-UNIX::BODY :IN SB-IMPL::START-LISP))
95: ((FLET "WITHOUT-INTERRUPTS-BODY-1" :IN SB-IMPL::START-LISP))
96: (SB-IMPL::START-LISP)

unhandled condition in --disable-debugger mode, quitting

Compilation failed, see the above stacktrace.

make[1]: *** [Makefile:45: application] Error 1
make[1]: Leaving directory '/tmp/guix-build-nyxt-2-pre-release-4.drv-0/source'
make: *** [Makefile:41: nyxt] Error 2
command "make" "-j" "4" "nyxt" "NYXT_INTERNAL_QUICKLISP=false" "DESTDIR=/gnu/store/1fa4443ripbxjnyvk577hp98r7szrbh2-nyxt-2-pre-release-4" "PREFIX=" failed with status 2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14  9:52   ` Pierre Neidhardt
  2020-11-14 11:23     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-11-14 12:09     ` zimoun
  1 sibling, 0 replies; 37+ messages in thread
From: zimoun @ 2020-11-14 12:09 UTC (permalink / raw)
  To: Pierre Neidhardt, Tobias Geerinckx-Rice; +Cc: 44612

Hi Pierre,

On Sat, 14 Nov 2020 at 10:52, Pierre Neidhardt <mail@ambrevar.xyz> wrote:
> Tobias Geerinckx-Rice <me@tobias.gr> writes:
>
>> A magic ‘-’ alias is nice, providing ‘guix repl -- -’ still DTRT 
>> (I know, who does that, but still).
>>
>> But why can't you just pipe your input into ‘guix repl’ now?
>
> It does not work now, I haven't looked at the details.

It does with the plain shell pipe ’|’:

--8<---------------cut here---------------start------------->8---
$ echo 42 | guix repl
GNU Guile 3.0.4
Copyright (C) 1995-2020 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
$1 = 42
scheme@(guix-user)>
$ 
--8<---------------cut here---------------end--------------->8---

Another example here:

  <https://yhetil.org/guix-bugs/86mtzkdhet.fsf@tournier.info>


Please look at the details.

All the best,
simon




^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 11:23     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-11-14 13:19       ` Pierre Neidhardt
  2020-11-14 13:58         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-14 15:43         ` Christopher Baines
  2020-11-14 13:24       ` Pierre Neidhardt
  1 sibling, 2 replies; 37+ messages in thread
From: Pierre Neidhardt @ 2020-11-14 13:19 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 1533 bytes --]

Hey Tobias,

Always good to have someone actually test the stuff :)

Tobias Geerinckx-Rice <me@tobias.gr> writes:

> So far this looks like an (SB)CL(-specific) bug, right?  Does it 
> happen anywhere else?  I tried Guile[0].

Maybe there was a misunderstanding, it's not about Common Lisp.
We can do easier than from Guile, i.e. from a shell:

--8<---------------cut here---------------start------------->8---
echo '(display "hello")' | guix repl
--8<---------------cut here---------------end--------------->8---

and... it works! O.o

OK, my bad then, I mistested somehow.

For future reference, it's also works in Common Lisp:

--8<---------------cut here---------------start------------->8---
> (with-input-from-string (s "(display \"foo\\n\")")
           (uiop:run-program '("guix" "repl") :input s :output t :error-output nil))
GNU Guile 3.0.4
Copyright (C) 1995-2020 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
foo

--8<---------------cut here---------------end--------------->8---

However this brings me to another issue: the program output is prefixed
with the REPL welcome message which is printed to stdout.

So ideally when we read from standard input we should not include the
welcome message.

Any clue how to do that?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 11:23     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-14 13:19       ` Pierre Neidhardt
@ 2020-11-14 13:24       ` Pierre Neidhardt
  2020-11-14 14:12         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  1 sibling, 1 reply; 37+ messages in thread
From: Pierre Neidhardt @ 2020-11-14 13:24 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

Tobias Geerinckx-Rice <me@tobias.gr> writes:

> To ‘it does not work’ I can reply only that Nyxt doesn't build 
> [log attached] on current master

Shoot! :p

Which architecture?

I builds for me on x86-64 at commit
403ba4140f52b9ea9483e4c775f102bbb9753e51.

I've released Nyxt 2-pre-release-4 a few days ago and I've used it to
build the Guix pack, so your feedback is surprising.

Or is it a reproducibility issue?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 13:19       ` Pierre Neidhardt
@ 2020-11-14 13:58         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-14 15:03           ` Guillaume Le Vaillant
  2020-11-14 16:11           ` Pierre Neidhardt
  2020-11-14 15:43         ` Christopher Baines
  1 sibling, 2 replies; 37+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-11-14 13:58 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 1966 bytes --]

Pierre,

Pierre Neidhardt 写道:
> and... it works! O.o

Don't you hate it when that happens?  Ban bug suicide.

(Does that mean this one can be closed?  Or retitled, if we want 
to debug Nyxt? :-)

> For future reference, it's also works in Common Lisp:
>            (uiop:run-program '("guix" "repl") :input s :output t 
>            :error-output nil))

Well, I stranded trying to import (or whatever the CL term is) 
UIOP itself, but my Common Lisp-fu is hella weak.

> However this brings me to another issue: the program output is 
> prefixed
> with the REPL welcome message which is printed to stdout.
>
> So ideally when we read from standard input we should not 
> include the
> welcome message.

That's a question for Guile channels, but I totally agree.  It's 
annoying and nowhere near ‘an interactive mode’ as suggested by 
the GPL3.

This is sensible:

  $ echo echo Hi. | bash
  Hi.
  $ 

This is not:

  $ echo '(display "Hi.\n")' | guile
  GNU Guile 3.0.2
  Copyright (C) 1995-2020 Free Software Foundation, Inc.

  Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show 
  w'.
  This program is free software, and you are welcome to 
  redistribute it
  under certain conditions; type `,show c' for details.

  Enter `,help' for help.
  Hi.
  scheme@(guile-user)> 
  $

> Any clue how to do that?

The following line in my ~/.guile does just that:

  (set! repl-welcome (const #t))

...unfortunately, it doesn't work late:

  $ echo '(use-modules ((system repl common))) \
    (set! repl-welcome (const #t))' | guix repl
  [shouty noises]
  $

It does not appear documented if and how you'd make Guile load a 
different (Nyxt-specific) init file name.

This reminds me: do you want Nyxt to call ‘guix repl -q’ to skip 
loading ~/.guile to make your UI more predictable & debuggable? 
Or keep it as an escape hatch for cool hacks?

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 13:24       ` Pierre Neidhardt
@ 2020-11-14 14:12         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-14 16:05           ` Pierre Neidhardt
  0 siblings, 1 reply; 37+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-11-14 14:12 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 1004 bytes --]

Pierre Neidhardt 写道:
> Tobias Geerinckx-Rice <me@tobias.gr> writes:
>
>> To ‘it does not work’ I can reply only that Nyxt doesn't build 
>> [log attached] on current master
>
> Shoot! :p
>
> Which architecture?

Boring old x86_64 I'm afraid.

> I builds for me on x86-64 at commit
> 403ba4140f52b9ea9483e4c775f102bbb9753e51.

I pulled to that commit but it's still the same ungrafted 
derivation 
(/gnu/store/bdi8dq8i3f59zxp7jrabas847dh80m7x-nyxt-2-pre-release-4.drv).

Building for the fourth time now, with -{M,c}1...

...nope, always the same error:

  Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread
    #<SB-THREAD:THREAD "main thread" RUNNING {1001898213}>:
  Component "cl-base64" not found, required by #<SYSTEM "dexador">

So I'm surprised it does build for you.  Weak Lisp-fu or not, that 
looks pretty deterministic to me.  Weird.

> Or is it a reproducibility issue?

No, it's an error in the ‘build’ phase.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 13:58         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-11-14 15:03           ` Guillaume Le Vaillant
  2020-11-14 15:07             ` Guillaume Le Vaillant
  2020-11-14 15:22             ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-14 16:11           ` Pierre Neidhardt
  1 sibling, 2 replies; 37+ messages in thread
From: Guillaume Le Vaillant @ 2020-11-14 15:03 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: mail, 44612

[-- Attachment #1: Type: text/plain, Size: 2253 bytes --]


Tobias Geerinckx-Rice via Bug reports for GNU Guix <bug-guix@gnu.org> skribis:

> Pierre,
>
> Pierre Neidhardt 写道:
>> and... it works! O.o
>
> Don't you hate it when that happens?  Ban bug suicide.
>
> (Does that mean this one can be closed?  Or retitled, if we want to debug
> Nyxt? :-)
>
>> For future reference, it's also works in Common Lisp:
>>            (uiop:run-program '("guix" "repl") :input s :output
>> t            :error-output nil))
>
> Well, I stranded trying to import (or whatever the CL term is) UIOP itself, but
> my Common Lisp-fu is hella weak.
>
>> However this brings me to another issue: the program output is prefixed
>> with the REPL welcome message which is printed to stdout.
>>
>> So ideally when we read from standard input we should not include the
>> welcome message.
>
> That's a question for Guile channels, but I totally agree.  It's annoying and
> nowhere near ‘an interactive mode’ as suggested by the GPL3.
>
> This is sensible:
>
>  $ echo echo Hi. | bash
>  Hi.
>  $ 
> This is not:
>
>  $ echo '(display "Hi.\n")' | guile
>  GNU Guile 3.0.2
>  Copyright (C) 1995-2020 Free Software Foundation, Inc.
>
>  Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show   w'.
>  This program is free software, and you are welcome to   redistribute it
>  under certain conditions; type `,show c' for details.
>
>  Enter `,help' for help.
>  Hi.
>  scheme@(guile-user)>   $
>
>> Any clue how to do that?
>
> The following line in my ~/.guile does just that:
>
>  (set! repl-welcome (const #t))
>
> ...unfortunately, it doesn't work late:
>
>  $ echo '(use-modules ((system repl common))) \
>    (set! repl-welcome (const #t))' | guix repl
>  [shouty noises]
>  $
>
> It does not appear documented if and how you'd make Guile load a different
> (Nyxt-specific) init file name.
>
> This reminds me: do you want Nyxt to call ‘guix repl -q’ to skip loading
> ~/.guile to make your UI more predictable & debuggable? Or keep it as an escape
> hatch for cool hacks?
>
> Kind regards,
>
> T G-R

It looks like you can get rid of the welcome message by using the '-s'
option:

$ echo '(display "Hi.\n")' | guile -s /dev/stdin
Hi.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 15:03           ` Guillaume Le Vaillant
@ 2020-11-14 15:07             ` Guillaume Le Vaillant
  2020-11-14 16:06               ` Pierre Neidhardt
  2020-11-14 15:22             ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  1 sibling, 1 reply; 37+ messages in thread
From: Guillaume Le Vaillant @ 2020-11-14 15:07 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: mail, 44612

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]


Guillaume Le Vaillant <glv@posteo.net> skribis:

> It looks like you can get rid of the welcome message by using the '-s'
> option:
>
> $ echo '(display "Hi.\n")' | guile -s /dev/stdin
> Hi.

Or:
$ echo '(display "Hi.\n")' | guix repl /dev/stdin
Hi.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 15:03           ` Guillaume Le Vaillant
  2020-11-14 15:07             ` Guillaume Le Vaillant
@ 2020-11-14 15:22             ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-14 15:36               ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  1 sibling, 1 reply; 37+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-11-14 15:22 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: 44612, mail

[-- Attachment #1: Type: text/plain, Size: 486 bytes --]

Guillaume,

Guillaume Le Vaillant 写道:
> It looks like you can get rid of the welcome message by using 
> the '-s'
> option:

Wonderful!

But I'd tried ‘-s’ already:

  $ guile -s /tmp/scm
  GNU Guile 3.0.4
  Copyright (C) 1995-2020 Free Software Foundation, Inc.
  [...here we go again...]

That's starting to look like a bug.  Or rather, having to use 
‘/dev/stdin’ explicity is clearly an ugly work-around 
for... something.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 15:22             ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-11-14 15:36               ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 37+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-11-14 15:36 UTC (permalink / raw)
  Cc: glv, 44612, mail

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

The point is that people shouldn't have to resort to gross 
not-even-POSIX hacks just to get rid of this message.  Imagine 
typing

  ... | grep x /dev/stdin | uniq /dev/stdin | wc /dev/stdin

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 13:19       ` Pierre Neidhardt
  2020-11-14 13:58         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-11-14 15:43         ` Christopher Baines
  2020-11-14 16:03           ` Pierre Neidhardt
  1 sibling, 1 reply; 37+ messages in thread
From: Christopher Baines @ 2020-11-14 15:43 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 1737 bytes --]


Pierre Neidhardt <mail@ambrevar.xyz> writes:

> Hey Tobias,
>
> Always good to have someone actually test the stuff :)
>
> Tobias Geerinckx-Rice <me@tobias.gr> writes:
>
>> So far this looks like an (SB)CL(-specific) bug, right?  Does it 
>> happen anywhere else?  I tried Guile[0].
>
> Maybe there was a misunderstanding, it's not about Common Lisp.
> We can do easier than from Guile, i.e. from a shell:
>
> --8<---------------cut here---------------start------------->8---
> echo '(display "hello")' | guix repl
> --8<---------------cut here---------------end--------------->8---
>
> and... it works! O.o
>
> OK, my bad then, I mistested somehow.
>
> For future reference, it's also works in Common Lisp:
>
> --8<---------------cut here---------------start------------->8---
>> (with-input-from-string (s "(display \"foo\\n\")")
>            (uiop:run-program '("guix" "repl") :input s :output t :error-output nil))
> GNU Guile 3.0.4
> Copyright (C) 1995-2020 Free Software Foundation, Inc.
>
> Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
> This program is free software, and you are welcome to redistribute it
> under certain conditions; type `,show c' for details.
>
> Enter `,help' for help.
> foo
>
> --8<---------------cut here---------------end--------------->8---
>
> However this brings me to another issue: the program output is prefixed
> with the REPL welcome message which is printed to stdout.
>
> So ideally when we read from standard input we should not include the
> welcome message.
>
> Any clue how to do that?

I haven't been following along too closely, but I'm surprised guix repl
--type=machine hasn't been mentioned, is that relevant?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 15:43         ` Christopher Baines
@ 2020-11-14 16:03           ` Pierre Neidhardt
  0 siblings, 0 replies; 37+ messages in thread
From: Pierre Neidhardt @ 2020-11-14 16:03 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 662 bytes --]

Hi Chris!

Christopher Baines <mail@cbaines.net> writes:

>> Any clue how to do that?
>
> I haven't been following along too closely, but I'm surprised guix repl
> --type=machine hasn't been mentioned, is that relevant?

Ha, didn't know about this one, I should have read the manual more
closely!

Sadly, it doesn't cut it:

--8<---------------cut here---------------start------------->8---
> echo '(display "Hi.\n")' | guix repl -t machine 2>/dev/null
(repl-version 0 1 1)
Hi.
(values (non-self-quoting 2052 "#<unspecified>"))
--8<---------------cut here---------------end--------------->8---

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 14:12         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-11-14 16:05           ` Pierre Neidhardt
  2020-11-14 16:13             ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 37+ messages in thread
From: Pierre Neidhardt @ 2020-11-14 16:05 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

I think this is the old non-UTF8 encoding grafting issue (if you ask me,
I'll send you the link).  Try:

--8<---------------cut here---------------start------------->8---
guix build --no-grafts nyxt
--8<---------------cut here---------------end--------------->8---

If this is the case, nothing Nyxt can do here I'm afraid, as it's a Guix
issue with the reference scannr (it does not find non-UTF8 references).

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 15:07             ` Guillaume Le Vaillant
@ 2020-11-14 16:06               ` Pierre Neidhardt
  0 siblings, 0 replies; 37+ messages in thread
From: Pierre Neidhardt @ 2020-11-14 16:06 UTC (permalink / raw)
  To: Guillaume Le Vaillant, Tobias Geerinckx-Rice; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]

Fantastic, this works!

Thanks a lot, Guillaume!

I'll update Nyxt then.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 13:58         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-14 15:03           ` Guillaume Le Vaillant
@ 2020-11-14 16:11           ` Pierre Neidhardt
  1 sibling, 0 replies; 37+ messages in thread
From: Pierre Neidhardt @ 2020-11-14 16:11 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 1433 bytes --]

Tobias Geerinckx-Rice <me@tobias.gr> writes:

> Pierre,
>
> Pierre Neidhardt 写道:
>> and... it works! O.o
>
> Don't you hate it when that happens?  Ban bug suicide.
>
> (Does that mean this one can be closed?  Or retitled,

We can retitle it to remove the Guile banner indeed.


> if we want to debug Nyxt? :-)

Err... I'm confused, this is not about Nyxt :p

>> For future reference, it's also works in Common Lisp:
>>            (uiop:run-program '("guix" "repl") :input s :output t 
>>            :error-output nil))
>
> Well, I stranded trying to import (or whatever the CL term is) 
> UIOP itself, but my Common Lisp-fu is hella weak.

If you tried with SBCL, then you need to first require UIOP:

--8<---------------cut here---------------start------------->8---
(require :uiop)
(with-input-from-string (s "(display \"foo\\n\")")
  (uiop:run-program '("guix" "repl") :input s :output :string :error-output nil))
--8<---------------cut here---------------end--------------->8---

> This reminds me: do you want Nyxt to call ‘guix repl -q’ to skip 
> loading ~/.guile to make your UI more predictable & debuggable? 
> Or keep it as an escape hatch for cool hacks?

Oops, thanks for the reminder.  Will do indeed, I don't think it's
needed in Nyxt.  Or maybe make it optional.  Well, if someone ever
complains about it...

Cheers!

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 16:05           ` Pierre Neidhardt
@ 2020-11-14 16:13             ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-14 16:25               ` Pierre Neidhardt
  0 siblings, 1 reply; 37+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-11-14 16:13 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 146 bytes --]

Pierre Neidhardt 写道:
> guix build --no-grafts nyxt

That's what fails.  I haven't tried building with grafts.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 16:13             ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-11-14 16:25               ` Pierre Neidhardt
  2020-11-14 17:08                 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 37+ messages in thread
From: Pierre Neidhardt @ 2020-11-14 16:25 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

Does building sbcl-dexador work for you?

Maybe it's a parallel build issue.  Can you reduce the number cores to 1
see if that helps?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 16:25               ` Pierre Neidhardt
@ 2020-11-14 17:08                 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-14 17:21                   ` Pierre Neidhardt
  0 siblings, 1 reply; 37+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-11-14 17:08 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

Pierre Neidhardt 写道:
> Does building sbcl-dexador work for you?

Yes, even with multiple cores & grafts enabled.

> Maybe it's a parallel build issue.  Can you reduce the number 
> cores to 1
> see if that helps?

I think I mentioned in my previous mail that I was using -{M,c}1. 
Anyway, I was, the message never changes.

Here's that ungrafted derivation again:

  /gnu/store/2s6m5wkjksxi63wv1cz73x0kqj0az2l9-nyxt-2-pre-release-4.drv

Can you confirm that we're building the same thing?

> Err... I'm confused, this is not about Nyxt :p

  Always has been,
    /
T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 17:08                 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-11-14 17:21                   ` Pierre Neidhardt
  2020-11-14 17:33                     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 37+ messages in thread
From: Pierre Neidhardt @ 2020-11-14 17:21 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

Tobias Geerinckx-Rice <me@tobias.gr> writes:

> Here's that ungrafted derivation again:
>
>   /gnu/store/2s6m5wkjksxi63wv1cz73x0kqj0az2l9-nyxt-2-pre-release-4.drv
>
> Can you confirm that we're building the same thing?

We are not, it seems:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix build --no-grafts -d nyxt
/gnu/store/bdi8dq8i3f59zxp7jrabas847dh80m7x-nyxt-2-pre-release-4.drv
--8<---------------cut here---------------end--------------->8---

Commit 403ba4140f52b9ea9483e4c775f102bbb9753e51.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 17:21                   ` Pierre Neidhardt
@ 2020-11-14 17:33                     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-14 19:08                       ` zimoun
  0 siblings, 1 reply; 37+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-11-14 17:33 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 1186 bytes --]

Pierre Neidhardt 写道:
> Tobias Geerinckx-Rice <me@tobias.gr> writes:
>
>> Here's that ungrafted derivation again:
>>
>>   /gnu/store/2s6m5wkjksxi63wv1cz73x0kqj0az2l9-nyxt-2-pre-release-4.drv
>>
>> Can you confirm that we're building the same thing?
>
> We are not, it seems:
>
> --8<---------------cut 
> here---------------start------------->8---
> $ ./pre-inst-env guix build --no-grafts -d nyxt
> /gnu/store/bdi8dq8i3f59zxp7jrabas847dh80m7x-nyxt-2-pre-release-4.drv
> --8<---------------cut 
> here---------------end--------------->8---
>
> Commit 403ba4140f52b9ea9483e4c775f102bbb9753e51.

Hm, OK, even with

  $ git checkout 403ba4140f52b9ea9483e4c775f102bbb9753e51
  $ guix environment guix -- ./pre-inst-env guix build \
    --no-grafts nyxt -{M,c}1 -d
→ 
/gnu/store/2s6m5wkjksxi63wv1cz73x0kqj0az2l9-nyxt-2-pre-release-4.drv

But for whatever reason I have your derivation, and

  $ guix build --no-grafts -{M,c}1 \
    /gnu/store/bdi8dq8i3f59zxp7jrabas847dh80m7x-nyxt-2-pre-release-4.drv

fails just as reliably, in the same way, so I don't think that's 
related.

I'll try it on a different x86_64 machine.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 17:33                     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-11-14 19:08                       ` zimoun
  2020-11-16 10:45                         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 37+ messages in thread
From: zimoun @ 2020-11-14 19:08 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice, Pierre Neidhardt; +Cc: 44612

Hi Tobias,

Do not know if it is expected but that downloads the world… then it
compiles it.  It is not Green-friendly. ;-)

If it helps, what I get on my laptop:

>> Commit 403ba4140f52b9ea9483e4c775f102bbb9753e51.

[..]

>> /gnu/store/bdi8dq8i3f59zxp7jrabas847dh80m7x-nyxt-2-pre-release-4.drv

[..]

>   $ guix environment guix -- ./pre-inst-env guix build \
>     --no-grafts nyxt -{M,c}1 -d
> →
> /gnu/store/2s6m5wkjksxi63wv1cz73x0kqj0az2l9-nyxt-2-pre-release-4.drv

[..]

>   $ guix build --no-grafts -{M,c}1 \
>     /gnu/store/bdi8dq8i3f59zxp7jrabas847dh80m7x-nyxt-2-pre-release-4.drv
>
> fails just as reliably, in the same way, so I don't think that's
> related.


--8<---------------cut here---------------start------------->8---
$ guix time-machine --commit=403ba4140f52b9ea9483e4c775f102bbb9753e51 \
       -- build --no-grafts -d nyxt
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
/gnu/store/bdi8dq8i3f59zxp7jrabas847dh80m7x-nyxt-2-pre-release-4.drv

$ guix time-machine --commit=403ba4140f52b9ea9483e4c775f102bbb9753e51 \
       -- build --no-grafts nyxt
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
/gnu/store/1fa4443ripbxjnyvk577hp98r7szrbh2-nyxt-2-pre-release-4

$ guix time-machine --commit=403ba4140f52b9ea9483e4c775f102bbb9753e51 \
       -- build --no-grafts nyxt -{M,c}1 -d
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
/gnu/store/bdi8dq8i3f59zxp7jrabas847dh80m7x-nyxt-2-pre-release-4.drv
--8<---------------cut here---------------end--------------->8---


Cheers,
simon




^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-13 19:08 ` Bengt Richter
  2020-11-13 22:24   ` zimoun
@ 2020-11-16  9:25   ` Ludovic Courtès
  2020-11-16 11:36     ` Pierre Neidhardt
  1 sibling, 1 reply; 37+ messages in thread
From: Ludovic Courtès @ 2020-11-16  9:25 UTC (permalink / raw)
  To: Bengt Richter; +Cc: Pierre Neidhardt, 44612

Hi,

Bengt Richter <bokr@bokr.com> skribis:

> On +2020-11-13 10:41:38 +0100, Pierre Neidhardt wrote:
>> `guix repl` is a fantastic, hassle-free tool to bind Guix with
>> third-party languages.  I've done it here:
>> 
>> https://github.com/atlas-engineer/nyxt/blob/2-pre-release-4/libraries/ospama/ospama-guix.lisp

I recommend using ‘guix repl -t machine’ and keeping the REPL process
around instead of respawning it for every expression.

Ludo’.




^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-14 19:08                       ` zimoun
@ 2020-11-16 10:45                         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-11-16 11:38                           ` zimoun
  0 siblings, 1 reply; 37+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-11-16 10:45 UTC (permalink / raw)
  To: zimoun; +Cc: Pierre Neidhardt, 44612

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

Simon,

zimoun 写道:
> Do not know if it is expected but that downloads the world… then 
> it
> compiles it.  It is not Green-friendly. ;-)

What exactly downloads the world?

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-16  9:25   ` Ludovic Courtès
@ 2020-11-16 11:36     ` Pierre Neidhardt
  2020-11-16 11:53       ` Pierre Neidhardt
  2020-11-16 12:52       ` Ludovic Courtès
  0 siblings, 2 replies; 37+ messages in thread
From: Pierre Neidhardt @ 2020-11-16 11:36 UTC (permalink / raw)
  To: Ludovic Courtès, Bengt Richter; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 1513 bytes --]

Ludovic Courtès <ludo@gnu.org> writes:

> Hi,
>
> Bengt Richter <bokr@bokr.com> skribis:
>
>> On +2020-11-13 10:41:38 +0100, Pierre Neidhardt wrote:
>>> `guix repl` is a fantastic, hassle-free tool to bind Guix with
>>> third-party languages.  I've done it here:
>>> 
>>> https://github.com/atlas-engineer/nyxt/blob/2-pre-release-4/libraries/ospama/ospama-guix.lisp
>
> I recommend using ‘guix repl -t machine’

Looks like `-t machine` has the same issue.
This does what I want:

--8<---------------cut here---------------start------------->8---
$ echo "(display \"Hi.\\n\")" | guix repl -t machine /dev/stdin
Hi.
--8<---------------cut here---------------end--------------->8---

This does not:

--8<---------------cut here---------------start------------->8---
$ echo "(display \"Hi.\\n\")" | guix repl -t machine  
(repl-version 0 1 1)
Hi.
(values (non-self-quoting 2052 "#<unspecified>"))
--8<---------------cut here---------------end--------------->8---

> and keeping the REPL process around instead of respawning it for every
> expression.

At first glance, we would want to do this indeed.

But in the case of Nyxt, there would be no point when to terminate the
process, so it would be around for the whole time Nyxt is running, which
may not be desirable.

Alternatively, I could simply keep it alive for a given duration (1
minute?) and automatically spawn it if the process is dead.

Any recommendations?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-16 10:45                         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-11-16 11:38                           ` zimoun
  0 siblings, 0 replies; 37+ messages in thread
From: zimoun @ 2020-11-16 11:38 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: Pierre Neidhardt, 44612

Hi Tobias,

On Mon, 16 Nov 2020 at 11:45, Tobias Geerinckx-Rice <me@tobias.gr> wrote:

> What exactly downloads the world?

I have not inspected but I think that’s because a lot of substitutes
missing:

--8<---------------cut here---------------start------------->8---
$ pkgs=$(guix time-machine --branch=version-1.2.0 -- package -A ^sbcl- |cut -f1)
$ guix time-machine --branch=version-1.2.0 -- weather $pkgs
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
computing 455 package derivations for x86_64-linux...
looking for 456 store items on https://ci.guix.gnu.org...
updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
https://ci.guix.gnu.org
  71.3% substitutes available (325 out of 456)
  at least 214.4 MiB of nars (compressed)
  431.6 MiB on disk (uncompressed)
  0.008 seconds per request (3.5 seconds in total)
  130.2 requests per second

  0.0% (0 out of 131) of the missing items are queued
  at least 1,000 queued builds
      x86_64-linux: 490 (49.0%)
      i686-linux: 353 (35.3%)
      aarch64-linux: 133 (13.3%)
      armhf-linux: 24 (2.4%)
  build rate: 30.54 builds per hour
      aarch64-linux: 4.21 builds per hour
      i686-linux: 10.14 builds per hour
      x86_64-linux: 11.45 builds per hour
      armhf-linux: 4.73 builds per hour
--8<---------------cut here---------------end--------------->8---

Well, I have not pulled ’master’ since a couple of days but should be
the same, I guess.  Yes, it is with f6a42ac:

  72.4% substitutes available (336 out of 464)


All the best,
simon




^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-16 11:36     ` Pierre Neidhardt
@ 2020-11-16 11:53       ` Pierre Neidhardt
  2020-11-16 12:52       ` Ludovic Courtès
  1 sibling, 0 replies; 37+ messages in thread
From: Pierre Neidhardt @ 2020-11-16 11:53 UTC (permalink / raw)
  To: Ludovic Courtès, Bengt Richter; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

If I understand correctly, "-t machine" is for when we want to retrieve
the results of all top-level evaluations.

If we only want specific results, then we are better off "passing" the
desired value to the caller by dumping them to the standard output.

For the latter, "-t machine" is not necessary I believe.

Is this correct?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-16 11:36     ` Pierre Neidhardt
  2020-11-16 11:53       ` Pierre Neidhardt
@ 2020-11-16 12:52       ` Ludovic Courtès
  2020-11-16 16:11         ` Pierre Neidhardt
  1 sibling, 1 reply; 37+ messages in thread
From: Ludovic Courtès @ 2020-11-16 12:52 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 44612

Hi,

Pierre Neidhardt <mail@ambrevar.xyz> skribis:

> Ludovic Courtès <ludo@gnu.org> writes:
>
>> Hi,
>>
>> Bengt Richter <bokr@bokr.com> skribis:
>>
>>> On +2020-11-13 10:41:38 +0100, Pierre Neidhardt wrote:
>>>> `guix repl` is a fantastic, hassle-free tool to bind Guix with
>>>> third-party languages.  I've done it here:
>>>> 
>>>> https://github.com/atlas-engineer/nyxt/blob/2-pre-release-4/libraries/ospama/ospama-guix.lisp
>>
>> I recommend using ‘guix repl -t machine’
>
> Looks like `-t machine` has the same issue.
> This does what I want:
>
> $ echo "(display \"Hi.\\n\")" | guix repl -t machine /dev/stdin
> Hi.
>
>
> This does not:
>
> $ echo "(display \"Hi.\\n\")" | guix repl -t machine  
> (repl-version 0 1 1)
> Hi.
> (values (non-self-quoting 2052 "#<unspecified>"))

The general idea is that the REPL protocol allows you to offload
computations to the ‘guix repl’ process and to read the result of those
computations.  Side effects such as writing to stdout are not treated,
but they’re mostly beyond the scope of ‘guix repl’.

>> and keeping the REPL process around instead of respawning it for every
>> expression.
>
> At first glance, we would want to do this indeed.
>
> But in the case of Nyxt, there would be no point when to terminate the
> process, so it would be around for the whole time Nyxt is running, which
> may not be desirable.

I think it’s desirable since it saves on CPU costs.

> Alternatively, I could simply keep it alive for a given duration (1
> minute?) and automatically spawn it if the process is dead.

Yes, that’s a reasonable tradeoff.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-16 12:52       ` Ludovic Courtès
@ 2020-11-16 16:11         ` Pierre Neidhardt
  0 siblings, 0 replies; 37+ messages in thread
From: Pierre Neidhardt @ 2020-11-16 16:11 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 83 bytes --]

Perfect, thanks for the feedback!

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-11-13  9:41 bug#44612: Read standard input in `guix repl' Pierre Neidhardt
  2020-11-13 19:08 ` Bengt Richter
  2020-11-13 20:27 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-12-01  7:52 ` Ludovic Courtès
  2020-12-01  8:29   ` Pierre Neidhardt
  2 siblings, 1 reply; 37+ messages in thread
From: Ludovic Courtès @ 2020-12-01  7:52 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 44612

Hi!

Pierre Neidhardt <mail@ambrevar.xyz> skribis:

> It'd be better if we could send Guile code to the standard input of the
> `guix repl -` process to bypass file generation.

I think the thread derailed a bit, but in the end, this is already
possible, in particular with ‘guix repl -t machine’ (designed for this
purpose).

I’m closing, but we can always open a new issue if the need arises.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-12-01  7:52 ` Ludovic Courtès
@ 2020-12-01  8:29   ` Pierre Neidhardt
  2020-12-03 10:22     ` Ludovic Courtès
  0 siblings, 1 reply; 37+ messages in thread
From: Pierre Neidhardt @ 2020-12-01  8:29 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

Indeed, it works perfectly now, I've implemented your suggestions and
Nyxt is now running a "guix repl server" to which it sends all the
requests.  It's awesome! :)

The only issue remaining is the weird behaviour that one has to pass
/dev/stdin to get rid of the welcome message:

echo '(display "Hi.\n")' | guix repl /dev/stdin


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-12-01  8:29   ` Pierre Neidhardt
@ 2020-12-03 10:22     ` Ludovic Courtès
  2020-12-03 10:33       ` Pierre Neidhardt
  0 siblings, 1 reply; 37+ messages in thread
From: Ludovic Courtès @ 2020-12-03 10:22 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 44612

Hi Pierre!

Pierre Neidhardt <mail@ambrevar.xyz> skribis:

> Indeed, it works perfectly now, I've implemented your suggestions and
> Nyxt is now running a "guix repl server" to which it sends all the
> requests.  It's awesome! :)
>
> The only issue remaining is the weird behaviour that one has to pass
> /dev/stdin to get rid of the welcome message:
>
> echo '(display "Hi.\n")' | guix repl /dev/stdin

As discussed earlier, I think you should use ‘-t machine’, which doesn’t
have the welcome message.  ‘-t guile’ (the default) is meant for humans,
not for inter-process communication.

Ludo’.




^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#44612: Read standard input in `guix repl'
  2020-12-03 10:22     ` Ludovic Courtès
@ 2020-12-03 10:33       ` Pierre Neidhardt
  0 siblings, 0 replies; 37+ messages in thread
From: Pierre Neidhardt @ 2020-12-03 10:33 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 44612

[-- Attachment #1: Type: text/plain, Size: 562 bytes --]

Hi Ludo!

Ludovic Courtès <ludo@gnu.org> writes:

> As discussed earlier, I think you should use ‘-t machine’, which doesn’t
> have the welcome message.  ‘-t guile’ (the default) is meant for humans,
> not for inter-process communication.

Oh, for sure, I'm using `t machine` now.

All I meant is that the aforementioned behaviour highlights a
probable (harmless) bug, so if someone has got the time, they should
look at what `guix repl` is doing with stdin, something is fishy.

Cheers!

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2020-12-03 10:34 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13  9:41 bug#44612: Read standard input in `guix repl' Pierre Neidhardt
2020-11-13 19:08 ` Bengt Richter
2020-11-13 22:24   ` zimoun
2020-11-16  9:25   ` Ludovic Courtès
2020-11-16 11:36     ` Pierre Neidhardt
2020-11-16 11:53       ` Pierre Neidhardt
2020-11-16 12:52       ` Ludovic Courtès
2020-11-16 16:11         ` Pierre Neidhardt
2020-11-13 20:27 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-14  9:52   ` Pierre Neidhardt
2020-11-14 11:23     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-14 13:19       ` Pierre Neidhardt
2020-11-14 13:58         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-14 15:03           ` Guillaume Le Vaillant
2020-11-14 15:07             ` Guillaume Le Vaillant
2020-11-14 16:06               ` Pierre Neidhardt
2020-11-14 15:22             ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-14 15:36               ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-14 16:11           ` Pierre Neidhardt
2020-11-14 15:43         ` Christopher Baines
2020-11-14 16:03           ` Pierre Neidhardt
2020-11-14 13:24       ` Pierre Neidhardt
2020-11-14 14:12         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-14 16:05           ` Pierre Neidhardt
2020-11-14 16:13             ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-14 16:25               ` Pierre Neidhardt
2020-11-14 17:08                 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-14 17:21                   ` Pierre Neidhardt
2020-11-14 17:33                     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-14 19:08                       ` zimoun
2020-11-16 10:45                         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-16 11:38                           ` zimoun
2020-11-14 12:09     ` zimoun
2020-12-01  7:52 ` Ludovic Courtès
2020-12-01  8:29   ` Pierre Neidhardt
2020-12-03 10:22     ` Ludovic Courtès
2020-12-03 10:33       ` Pierre Neidhardt

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).