git send-email

2021-12-30 Thread Adam Kandur
Hi, guix! I'm trying to send patches with the git send-email But I get the following error: git: 'send-email' is not a git command. See 'git --help'. Quick search showed that this problem can be solved on debian based systems by installing git-email package. Which is not available in guix. So, is

tor bridges in tor service

2022-02-23 Thread Adam Kandur
Hi guix! Is there a way to use tor bridges with tor service? As I know, there is the obfs4 package on debian which used to do this. Found nothing like this in guix packages. Maybe somebody has this issue or even uses tor service with bridges and has an example of config.

cannot build system from source during the installation

2022-04-01 Thread Adam Kandur
hi guix! I decided to try to build a guix system from source instead of using substitutes but ran into a problem: "guix pull --no-substitutes" returns me this Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from this channel: guix http

info about (identifier-syntax)

2022-05-27 Thread Adam Kandur
Hi guix! where i can find documentation about (identifier-syntax) (what it is and what it does)?

Tried to send a patch

2022-09-05 Thread Adam Kandur
Hi guix! Two days ago I tried to send a patch to guix-patches. But my message didn’t appear in mail archive? Did I send it wrong?

Re: Tried to send a patch

2022-09-05 Thread Adam Kandur
Hi Tobias! I attached my previous message as a file. Thanks for your help. пн, 5 сент. 2022 г. в 15:03, Tobias Geerinckx-Rice : > > Hi Adam, > > Adam Kandur 写道: > > Two days ago I tried to send a patch to guix-patches. But my > > message didn’t > > appear in mai

guix builds the old guix version

2022-11-09 Thread Adam Kandur
Hi guix! I pulled the guix channel, reconfigured my system and cleaned my storage. But when I am trying to "guix build guix", I am getting this version guix-1.3.0-32.682639c which is old. What I need to do to build an actual guix version? (for now it is b4e3e02)

how to suspend guix system?

2020-03-14 Thread Adam Kandur via
Hi everyone, what is an alternative to "systemctl suspend" in guix?

keyboard layout

2020-03-19 Thread Adam Kandur via
Hi guixers! i have a question. Sometimes i need to switch keyboard layout for writing messages. Currently i'm using this command setxkbmap -layout 'us,ru' -option 'grp:alt_shift_toggle,grp_led:scroll' How i can do something similar with config.scm definition?

fix chessx

2020-05-14 Thread Adam Kandur via
hi everyone! recently i tried to install chessx on my laptop, there were errors. then i decided to test in my channel. and, i fixed link for downloading chessx. hope will be usefull. patch Description: Binary data

zlib licence

2020-05-14 Thread Adam Kandur via
hi, it seems http://www.gzip.org/zlib/zlib_license.html returns 404. i suggest this link https://zlib.net/zlib_license.html patch Description: Binary data

newbe question

2020-06-03 Thread Adam Kandur via
hi everyone! why when i "$ guix pull" i need to connect to ci.guix.gnu.org?

what about custom licenses?

2020-08-01 Thread Adam Kandur via
hi everyone! i packed some cl libs. but they have custom (foss) licenses. how i can describe it in guix?

running gui aps in docker

2020-08-19 Thread Adam Kandur via
hi everyone! recently i tried to run a simple gui app in docker: docker run --rm -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix aliustaoglu/firefox but all i got is this error: No protocol specified error: XDG_RUNTIME_DIR not set in the environment. Error: cannot open display: :1 Did anybody have so

building emacs from tarball inside guix env

2020-08-20 Thread Adam Kandur via
hi everyone! tried to build emacs in guix env here is my manifest: -- (specifications->manifest  '("make"    "gcc-toolchain"    "gnutls"    "ncurses"    "mailutils"    "libx11"    "gtk+"    "libxft"    "libtiff"    "giflib"    "libjpeg"    "imagemagick"    "acl"   

Re: building emacs from tarball inside guix env

2020-08-20 Thread Adam Kandur via
hi it helped. after "guix environment emacs" configuration was ok. but there some additional questions i have: 1) where "guix environment emacs" look for env description? 2) i tried to recreate env using inputs described in gnu/packages/emacs.scm in emacs package but got error described in the fi

need help with cl packaging

2020-08-29 Thread Adam Kandur via
hi everyone! trying to pack this library https://gitlab.com/lockie/d2clone-kit as sbcl-d2clone-kit (here the definition https://git.sr.ht/~rndd/adamka-channel/tree/master/channel/adamka-libs/common-lisp.scm) so, when i download source of this lib and load library in env - everything ok, asdf

problem with common lisp

2020-10-21 Thread Adam Kandur via
hi everyone! recently i started getting this error when i try to build any sbcl package: starting phase `build' Invoking sbcl: "/gnu/store/48v5srksa9nkp4hh527l6rb08pigy1bw-sbcl-2.0.9/bin/sbcl"

help with cyrillic in games

2020-10-24 Thread Adam Kandur via
hi everyone! i cannot type cyrillic chars in games (for example in xonotic). it refuses to print out any chars when i change layout

Re: problem with common lisp

2020-10-24 Thread Adam Kandur via
debugger for the Lisp runtime environment. ldb> Oct 21, 2020, 22:51 by zimon.touto...@gmail.com: > Please keep help-guix CC. :-) > > On Wed, 21 Oct 2020 at 23:53, Adam Kandur wrote: > >> hi, i mean that my packages for common lisp are same as one week ago when >> everyth

Re: problem with common lisp

2020-10-24 Thread Adam Kandur via
Hi! thank you for this question. dont have to much knowledge about cpu. i attached lscpu output. if you find something interesting in it, let me know, please Oct 24, 2020, 16:35 by g...@posteo.net: > > Adam Kandur via skribis: > >> hi, i realized that i have this problem w

help with emacs package

2020-12-09 Thread Adam Kandur via
hi everyone! i'm trying to pack this https://melpa.org/#/roguel-ike to do this, i wrote this package: --- (define-public emacs-roguel-ike   ;; tagged branch is outdated.   (let ((revision "0")     (commit "706dcb0687e8016d7d776f9d9e5ace9fdbbca43c"))     (package   (name "emacs-roguel-ike")

Re: help with emacs package

2020-12-10 Thread Adam Kandur via
thank you! adding ---     (arguments `(#:phases    (modify-phases %standard-phases (add-before 'check 'set-test-environment    (lambda _ (setenv "HOME" "/tmp") #t)--- solved this problem ^_^ could anybody describe in details what went wrong?

Re: help with emacs package

2020-12-10 Thread Adam Kandur via
oh, thank you again for this information Dec 10, 2020, 11:24 by arunis...@systemreboot.net: >> could anybody describe in details what went wrong? >> > > By default, the HOME environment variable in the build environment is > set to /homeless-shelter, a non-existent directory. Some package

cannot "guix pull"

2021-03-20 Thread Adam Kandur via
hi everyone! i got this error trying to "guix pull" http://paste.debian.net/1190170/

Re: cannot "guix pull"

2021-03-21 Thread Adam Kandur via
t; Sergiu >> >> >> Thus quoth Patricio Martínez on Sat Mar 20 2021 at 20:00 (+0100): >> > The same to me. >> > >> > It's not your conection, maybe a problems on the server. I don't know, >> > but try later >> > >> >

newbe question

2021-05-11 Thread Adam Kandur via
hi everyone! is there any example of command line application written in common lisp and packed with guix?

Re: newbe question

2021-05-11 Thread Adam Kandur via
o, thank you =) May 11, 2021, 18:22 by g...@posteo.net: > Adam Kandur via skribis: > >> hi everyone! >> is there any example of command line application written in common lisp and >> packed with guix? >> > > There is uglify-js or tinmop I thin

how to use gccgo?

2021-06-03 Thread Adam Kandur via
hi guix! how i can compile .go files using gccgo in guix? i've installed gcc-toolchain and gccgo, but this does not work for me.

using docker in guix

2021-06-03 Thread Adam Kandur via
hi everyone! i've added docker-service-type but cannot user docker and get this error "930e243adc9721e53ace815c19ba216c58a8f6b2b1d40d8d970b16046fbba37a"

using docker in guix

2021-06-03 Thread Adam Kandur via
i'm sorry, i mean this error "Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?"

Re: using docker in guix

2021-06-03 Thread Adam Kandur via
Hi Bone, thank you but this command didn't helped, i got ``` Service dockerd could not be started. herd: failed to start service dockerd ``` Jun 3, 2021, 17:19 by bone.bab...@disroot.org: > Adam Kandur via writes: > >> i'm sorry, i mean this error "Cannot conn

Re: using docker in guix

2021-06-04 Thread Adam Kandur via
d.sock 0  }] }" module=grpc time="2021-06-04T22:42:45.812624258+03:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc failed to start daemon: failed to dial "/run/containerd/containerd.sock": unknown service containerd.services.namespaces.v1.Na

Re: using docker in guix

2021-06-05 Thread Adam Kandur via
Hi, Ricardo! Actually, containerd is started on my system (at least herd status tells me that). Jun 4, 2021, 23:27 by rek...@elephly.net: > > Adam Kandur via writes: > >> that's what i have in docker log >> >> >> - >> time=&quo

guix as a hypervisor

2021-12-10 Thread Adam Kandur via
Hi guix! What is the best way to run a vm on a guix host which will be available to other members of a local network?

Re: guix as a hypervisor

2021-12-11 Thread Adam Kandur via
, vm1 is 192.168.1.7, etc).Maybe somebody had this case? Dec 11, 2021, 17:10 by pelzflor...@pelzflorian.de: > On Sat, Dec 11, 2021 at 01:07:57AM +0100, Adam Kandur via wrote: > >> Hi guix! >> What is the best way to run a vm on a guix host which will be available to >>

how to run docker?

2020-03-12 Thread Adam Kandur via
hi, guixers! Sorry for newbe question. How yo run docker service after installation docker package?

Re: how to run docker?

2020-03-12 Thread Adam Kandur via
i really tried to find manual for this topic -_- Mar 12, 2020, 21:42 by r...@tuta.io: > hi, guixers! > Sorry for newbe question. > How yo run docker service after installation docker package? > >