Skip to content

Instantly share code, notes, and snippets.

@b4284
Created June 18, 2015 19:13
Show Gist options
  • Save b4284/ceb996438b4eb5dbae53 to your computer and use it in GitHub Desktop.
Save b4284/ceb996438b4eb5dbae53 to your computer and use it in GitHub Desktop.
b4283@chakra-laptop /root/.guix-profile/bin % guix package -i luajit
warning: failed to install locale: Invalid argument
The following package will be installed:
luajit 2.0.3 /gnu/store/cjx2nnrp6mgpzridhczzy5hjhp9gi61i-luajit-2.0.3
substitute: warning: failed to install locale: Invalid argument
The following derivations will be built:
/gnu/store/2lqrhiqkn707lv8rhlzhw8rdrx4dsn5p-profile.drv
/gnu/store/bcd24hdd374qdxqnhlyxah3vk9v6bilp-ca-certificate-bundle.drv
/gnu/store/4dasjpa61bd38gczcqk88i5x4mxazkbd-info-dir.drv
The following files will be downloaded:
/gnu/store/kbf46vds6f7lp723xn62kgdaxmwc1jvi-module-import-compiled
/gnu/store/41wzbfhmb6j5yha508y30kwycivhpx9b-module-import
/gnu/store/3xiw447yhxxmhd39cbz8fqr02z18z7np-texinfo-5.2
/gnu/store/ki6mvjqbf3nc8lfavwqfsrxqzi7qhf50-module-import
/gnu/store/jhbkpizpakgk5xzzpyrh15vaprqcarb8-module-import-compiled
/gnu/store/5cd6fybj61hixvsnnmglvyj1h2d1j7fx-perl-5.16.1
warning: failed to install locale: Invalid argument
found valid signature for '/gnu/store/5cd6fybj61hixvsnnmglvyj1h2d1j7fx-perl-5.16.1', from 'http://hydra.gnu.org/nar/5cd6fybj61hixvsnnmglvyj1h2d1j7fx-perl-5.16.1'
downloading `/gnu/store/5cd6fybj61hixvsnnmglvyj1h2d1j7fx-perl-5.16.1' (49.0 MiB installed)...
http://hydra.gnu.org/nar/5cd6fybj61hixvsnnmglvyj1h2d1j7fx-perl-5.16.1 15275.2 KiB transferred (651. KiB/s)
warning: failed to install locale: Invalid argument
.
.
.
downloading `/gnu/store/3xiw447yhxxmhd39cbz8fqr02z18z7np-texinfo-5.2' (7.6 MiB installed)...
http://hydra.gnu.org/nar/3xiw447yhxxmhd39cbz8fqr02z18z7np-texinfo-5.2 1391.5 KiB transferred (444. KiB/s)
1 package in profile
b4283@chakra-laptop /root/.guix-profile/bin % guix package -I
warning: failed to install locale: Invalid argument
luajit 2.0.3 out /gnu/store/cjx2nnrp6mgpzridhczzy5hjhp9gi61i-luajit-2.0.3
b4283@chakra-laptop /root/.guix-profile/bin % ls /gnu/store/cjx2nnrp6mgpzridhczzy5hjhp9gi61i-luajit-2.0.3
bin include lib share
b4283@chakra-laptop /root/.guix-profile/bin % /gnu/store/cjx2nnrp6mgpzridhczzy5hjhp9gi61i-luajit-2.0.3/bin/luajit
LuaJIT 2.0.3 -- Copyright (C) 2005-2014 Mike Pall. http://luajit.org/
JIT: ON CMOV SSE2 SSE3 SSE4.1 fold cse dce fwd dse narrow loop abc sink fuse
>
b4283@chakra-laptop /root/.guix-profile/bin % ldd /gnu/store/cjx2nnrp6mgpzridhczzy5hjhp9gi61i-luajit-2.0.3/bin/luajit
linux-vdso.so.1 (0x00007fff547f5000)
libm.so.6 => /gnu/store/hy2hi0zj5hrqkmkhpdxf04c9bcnlnsf9-glibc-2.21/lib/libm.so.6 (0x00007fef39bc0000)
libdl.so.2 => /gnu/store/hy2hi0zj5hrqkmkhpdxf04c9bcnlnsf9-glibc-2.21/lib/libdl.so.2 (0x00007fef399bc000)
libgcc_s.so.1 => /gnu/store/rsw0dkmv1x2krv9pl1ciai1h235r9nb7-gcc-4.8.4-lib/lib/libgcc_s.so.1 (0x00007fef397a6000)
libc.so.6 => /gnu/store/hy2hi0zj5hrqkmkhpdxf04c9bcnlnsf9-glibc-2.21/lib/libc.so.6 (0x00007fef39406000)
/gnu/store/hy2hi0zj5hrqkmkhpdxf04c9bcnlnsf9-glibc-2.21/lib/ld-linux-x86-64.so.2 (0x00007fef39ec2000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment