Re: ublock extension for ungoogled-chromium

2022-02-03 Thread Marius Bakke
g/chromium directory from the (googled) Chromium laying around, there may be strange interactions. You can avoid both caveats by running: guix shell {ungoogled,ublock-origin}-chromium -- \ chromium --user-data-dir=/tmp/chromium-profile Does the extension show up then? > Marius Bakke men

Re: Ganeti with Guix tutorial from the Guix blog post

2020-10-10 Thread Marius Bakke
Hello! I worked with David off-list on this, and it eventually turned out that the problems were hardware-related. The cluster consisted of two Librebooted x200 machines. One that happened to support KVM, and one that did not. The Libreboot wiki entry on the x200 states that there is only one k

Re: Ganeti with Guix tutorial from the Guix blog post

2020-09-26 Thread Marius Bakke
david larsson writes: > Hi! > > First of all - thanks for a great post about using Ganeti with Guix! Thanks. :-) > I need some help with the networking setup part since I am stuck at the > end stages of the blog post tutorial - I am unable to run "gnt-instance > console ". So, I have things

Re: Local definitions and Virtual machine image

2020-07-25 Thread Marius Bakke
Emmanuel Medernach writes: >> I pulled the same commit on the VM that the one obtained >> with "guix describe" but it still recompiles my local >> packages with "guix build". Did I forget something ? >> > > > I mean it does not download from my substitute server. Did you authorize the

Re: Repair / reinstall Guix package manager (foreign distro)

2020-06-28 Thread Marius Bakke
Zelphir Kaltstahl writes: > Hi Guix Users! > > I would like to repair or reinstall my Guix package manager > installation, because it seems broken and nothing I tried fixes the problem. > > The problem: > > > xiaolong@xlx200:~/Downloads$ guix pull > Migrating profile generations to '/var/gui

Re: installing buildutils-gold

2020-06-26 Thread Marius Bakke
Hello Anthony, Anthony Quizon writes: > Hello, > I'm trying to install gold linker using guix. > I noticed there is a package in `(gnu packages base)` called > "binutils-gold". However, it doesn't come up on the search via `guix search > binutils-gold` and I'm unable to install it. > > Why is th

Re: failing to package attrs-strict for swh.model

2020-06-25 Thread Marius Bakke
zimoun writes: >> Can you paste the full package definition? > > Well, I have tried with and without the 'arguments'. > > --8<---cut here---start->8--- > (define-public python-attrs-strict > (package > (name "python-attrs-strict") > (version "0.1.0")

Re: failing to package attrs-strict for swh.model

2020-06-24 Thread Marius Bakke
zimoun writes: > Dear, > > I am trying to package "swh.model" which is a CLI tool developed by > Software Heritage. It allows to compute SWHID which is their internal > hash tag. This package is on PyPI, so I did: > >guix import pypi -r swh.model > > which returns 2 packages: "python-attrs-

Re: Dependencies between service extensions

2020-06-23 Thread Marius Bakke
conjaroy writes: > Greetings help-guix, > > I've been a casual user of Nix for a couple of years and have decided to > test the waters with Guix. While I'm looking forward to spending time with > Lisp after many years away, my biggest impression is that Guix seems to > have well-documented interf

Re: Profiles for Python projects

2020-06-18 Thread Marius Bakke
Hi Zelphir, Zelphir Kaltstahl writes: > I create a profile with that and it works fine: > > guix package --manifest="manifest.scm" > --profile="${GUIX_EXTRA_PROFILES}"/my-env/my-env > > Then I do the sourcing: > > GUIX_PROFILE="${GUIX_EXTRA_PROFILES}/my-env/my-env"; source > "${GUIX_PROFILE}/e

Re: curl server certificate verification failed for a few sites

2020-06-06 Thread Marius Bakke
Giovanni Biscuolo writes: > Hi Tobias, > > thank you for your clear explanation and patience > > ...and sorry again to all other Guix users for the "noise": this is not > strictly related to Guix but just to the most recent version of > curl/wget > > I still I don't understand the differences bet

Re: Local definitions and Virtual machine image

2020-06-03 Thread Marius Bakke
Emmanuel Medernach writes: > Hello Guixers ! > > I created an image with 'guix system vm-image' > which contains local defined packages. These > packages are present on the Virtual Machine > however they are not listed with 'guix package > --list-installed'. 'guix package -I

Re: Guix Docker image inflation

2020-05-29 Thread Marius Bakke
Leo Famulari writes: >> How else would you suggest that it be done? It would be nice if `guix >> system docker-image` >> took `--branch` and `--commit` options to build a container from a >> well-defined Guix check-in >> state, but that doesn't seem to be the case. And in any case - too slow. >>

Re: Appropriate way to use Guix API from a Guile program

2020-05-21 Thread Marius Bakke
sirgazil writes: > Hmm, and is there any way for a Guile program installed as a Guix package to > use the modules of the Guix obtained by the user with "guix pull" and also > being able to take advantage of user-defined channels? Or is this just not > possible at all? You need to add $HOME/.c

Re: Appropriate way to use Guix API from a Guile program

2020-05-21 Thread Marius Bakke
sirgazil writes: > Hi, > > I use Guix's GNU system. > > I had written a Guile script that called Guix procedures to manipulate > profiles. I put it in a Guix package in a custom channel and installed it. It > used to work, but now it fails with an error I can also reproduce when trying > to d

Re: Guix closure size of a system?

2020-05-19 Thread Marius Bakke
Pierre Neidhardt writes: > Hi! > > Is there a way to calculate the closure size of a system (as generated > by guix system reconfigure config.scm)? Try: 'guix size $(guix system build config.scm)'. Or for the currently running generation: 'guix size $(readlink -f /run/current-system)' signat

Re: How to configure a printer on Guix System

2020-05-16 Thread Marius Bakke
Christophe Pisteur writes: > Le vendredi 15 mai 2020 à 17:33 +0200, Tobias Geerinckx-Rice a écrit : >> Christophe, >> >> Christophe Pisteur 写道: >> > Since now, I installed the following packages: cups, >> > cups-filters, >> > fomatics-filters. >> > When I launch http: // localhost: 631 / in my

core-updates merged!

2020-05-08 Thread Marius Bakke
Guix, The mythical 'core-updates' branch was just merged to 'master'! You will notice newer versions of many "core" packages such as glibc, findutils, make, etc; see 'guix pull --news' for the scoop. The mailing list has a (non-exhaustive) overview of the big changes this round: https://lists

Re: whishlist: guix build -d /gnu/store/hash-pkg-version?

2020-05-08 Thread Marius Bakke
zimoun writes: > Dear, > > When debugging, I find really useful the command: "guix build -d package". > > Is it possible to do the same on the resulting '/gnu/store/'? > > For example, > > $ guix build hello > /gnu/store/kg9mirg6xbvzcp0a98v7326n1nvvwgsj-hello-2.10 > > $ guix build -d hello > /gnu

Re: What LVM support is missing?

2020-05-04 Thread Marius Bakke
Simon Josefsson writes: > The manual is quite clear that LVM support is missing: > > https://guix.gnu.org/manual/en/html_node/Limitations.html > > This held me back from using guix as the OS for my virtualization > servers since I use LVM for virtual machines. However, one evening I > was curi

Re: core-updates call for testing

2020-05-04 Thread Marius Bakke
Timothy Sample writes: > Hi Marius, > > Marius Bakke writes: > >> The "core-updates" branch is ready for testing! [...] >> >> Please try upgrading your profiles and systems and file bugs for >> anything that does not work for you. GNOME users

Re: core-updates call for testing

2020-04-28 Thread Marius Bakke
Leo Famulari writes: > I reconfigured my Guix System based on core-updates, and afterwards I > was unable to login, either remotely over SSH, or on the Linux console. Do you still have the logs from this attempt? Curious what caused login to fail. signature.asc Description: PGP signature

Re: core-updates call for testing

2020-04-28 Thread Marius Bakke
Efraim Flashner writes: > I have a package which currently depends on gfortran-5, although > gfortran-5 doesn't build on core-updates. > > efraimf@penguin2:~/workspace/guix-core-updates$ ./pre-inst-env guix build > --no-grafts -e '(@@ (gnu packages gcc) gfortran-5)' > substitute: updating substi

Re: Thunar does not launch: Failed to execute child process 'gio-launch-desktop'

2020-04-27 Thread Marius Bakke
zna...@disroot.org writes: > Hello! I use pcmanfm and everything works fine. > But when I open Downloads folder from IceCat it is opening in Thunar that has > ugly behavior. > When I click on any file it cannot run an Application with this error: > > Failed to open filename.csv > Failed to execut

Re: core-updates call for testing

2020-04-24 Thread Marius Bakke
sirgazil writes: > This time, one of my packages in a custom channel failed with "no code for > (term ansi-color)" (the package definition: > https://gitlab.com/sirgazil/guix-channel-x/-/blob/master/sirgazil-x/packages/guile.scm#L13). > This is not a new package in my profile, I've been using

Re: core-updates call for testing

2020-04-24 Thread Marius Bakke
sirgazil writes: > On Fri, 24 Apr 2020 03:20:41 + sirgazil wrote > > > On Thu, 23 Apr 2020 23:24:23 + Marius Bakke > wrote > > > Hello Guix! > > > > > > The "core-updates" branch is ready for testing!

core-updates call for testing

2020-04-23 Thread Marius Bakke
Hello Guix! The "core-updates" branch is ready for testing! According to 'guix weather', the substitute coverage is slightly better than on "master" for x86_64. You can get it by running: guix pull --branch=core-updates Please try upgrading your profiles and systems and file bugs for anythin

Re: How to temporarily disable Pulseaudio?

2020-04-19 Thread Marius Bakke
Pierre Neidhardt writes: > Hi! > > I've got a couple of sound issues which I suspect might be linked to > Pulseaudio. > > I'd like to temporarily disable Pulseaudio and see if I experience those > issues with ALSA alone. > > It seems that Pulseaudio is part of the %desktop-services. > However it'

Re: about basic operation of guix sd

2020-04-07 Thread Marius Bakke
Hi Satoru, and welcome to Guix! I hope you will enjoy your stay. :-) Satoru KURASHIKI writes: > hi, > > I happen to know Guix SD recently, and trying to tinkering it. FYI the 'SD' name has been deprecated in favor of 'Guix System'. > I've just managed to "guix init" on my new box, and have q

Re: Guix and clamav, freshclam doesn't dowload

2020-04-04 Thread Marius Bakke
Hi 白い熊, 白い熊 writes: > Unfortunately, this fails to install with: > > Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git'... > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > 1.2 MB will be downloaded: > /gnu/store/p5qdvijyl3vm

Re: Guix and clamav, freshclam doesn't dowload

2020-04-04 Thread Marius Bakke
白い熊 writes: > Apr 3, 2020 18:53:25 Marius Bakke : > > >> ClamAV can be pulled from that branch through an inferior or with >> 'guix time-machine --branch=core-updates -- install clamav'. >> >> > > I have clamav installed in its own profile usin

Re: Guix and clamav, freshclam doesn't dowload

2020-04-03 Thread Marius Bakke
Tobias Geerinckx-Rice writes: > Let's see how we can patch freshclam to point libcurl in the right > direction… FWIW this problem has been fixed on the 'core-updates' branch with commit a76a343082d61d5303b61a9e4cbde4ab8515a1e7. Now all libcurl users will respect the same search paths. ClamAV

Re: [dxvk] How to set RPATH with Meson?

2020-03-25 Thread Marius Bakke
Pierre Neidhardt writes: > Hi! > > I'm trying to update DXVK to 1.6 and it now ships a new d3d10core.dll.so > on which its other libraries depend. > Thus RUNPATH verification fails: > > --8<---cut here---start->8--- > validating RUNPATH of 6 binaries in > "/gn

Re: ungoogled-chromium

2020-03-22 Thread Marius Bakke
Vagrant Cascadian writes: > I'm curious if you can get audio or microphone access using > ungoogled-chromium on meet.jit.si... video worked fine for me, but > neither audio output nor microphone input worked. Are there optional > plugins needed to make audio work with ungoogled-chromium? Early

Re: ungoogled-chromium

2020-03-22 Thread Marius Bakke
Marco van Hulten writes: > I installed ungoogled-chromium. When it starts and I browse to the > main Jitsi instance [1], it wants to install the extension for Google > Calendar and Office 365 integration. I don't know if those are > non-free softwares, but they at least provide non-free web ser

Re: Problem with guix offload

2020-03-20 Thread Marius Bakke
Mikael Djurfeldt writes: > Hi, > > I just installed guix on top of Debian Buster using the installation script > at guix.gnu.org. I did this on two machines, hat and wand, with the hope > that I could offload compilation to wand. > > This is what I get: > > root@hat:~# guix offload test > guile:

Re: Installing guix on nixos system

2020-03-19 Thread Marius Bakke
Roy Lemmon writes: > Hi All, > > I have followed the instructions in that link and successfully installed > the build users and guix daemon on my nixos system. As root, I can run > > guix package -i hello > > and the hello package is installed and I can run it. > > However I am having trouble set

Re: guix browsers timezones are set to GMT

2020-02-05 Thread Marius Bakke
Ben Sturmfels writes: > For what it's worth, there's a bug report here matching the issue you > describe. The issue appears to affect quite a number of programs. > > https://issues.guix.gnu.org/issue/35746 Hmm, I thought we had fixed that particular bug with commit 2a80d9e55299214a3f0b4f585767b4

Re: ungoogled-chromium aborts on foreign distro via LTSP (Linux Terminal Server Project)

2020-01-13 Thread Marius Bakke
Giovanni Biscuolo writes: >>> The chromium binary from Debian 10 on the same LTSP environment does not >>> have the same problem, it works > > so the Debian binary is working without user namespaces? Chromium has another sandboxing method that relies on a setuid binary, which is what Debian uses

Re: protect generations

2020-01-11 Thread Marius Bakke
Marco van Hulten writes: > Hello— > > One of the great features of Guix is that one can roll back his > profile. But I did a garbage collection (gc) that was too aggressive > such that a relevant old profile disappeared. I presume this is gone > forever. > > Is it possible to lock certain gener

Re: ungoogled-chromium aborts on foreign distro via LTSP (Linux Terminal Server Project)

2020-01-11 Thread Marius Bakke
Giovanni Biscuolo writes: > if I run the last ungoogled-chromium Guix version in my terminal session > [1] on a Debian 10 server, I get SIGABRT: > > --8<---cut here---start->8--- > [14913:14913:0110/113833.689067:FATAL:zygote_host_impl_linux.cc(116)] No > usab

Re: Creating local variation of match-theme

2019-12-26 Thread Marius Bakke
Jack Hill writes: > Thanks Marius! > > On Wed, 18 Dec 2019, Marius Bakke wrote: > >> It's not pretty, but you could create a package that takes "match-theme" >> as an input and makes the necessary adjustments. >> >>

Re: Creating local variation of match-theme

2019-12-18 Thread Marius Bakke
Jack Hill writes: > Hi, > > It's been a few days, so I was wondering if anyone had thoughts on the > following: It's not pretty, but you could create a package that takes "match-theme" as an input and makes the necessary adjustments. See the 'mariadb/fixed-install-db' variant added in 9077cf68

Re: Cannot build libdbi-drivers: "dbd_mysql.c:54:10: fatal error: mysql.h: No such file or directory"

2019-12-18 Thread Marius Bakke
jorge+l...@disroot.org (Jorge P. de Morais Neto) writes: > For more than a week I have been unable to update Gnucash. One of its > dependencies, libdbi-drivers, fails to build. I have attached the build > log. Hello Jorge, This is fixed with commit 9077cf68ec57c0303ef7746e203c3fe5ed041add. Tha

Re: Fwd: Packaging a cmake C++ header only library requiring C++17

2019-11-29 Thread Marius Bakke
Hi Josh, Josh Marshall writes: > Hello, > > nckd and I have gone back and forth over a few days in IRC trying to > help me out here. I am trying to package magic-enum ( > https://github.com/Neargye/magic_enum ) which is a C++ header only > library requiring at least C++ 17, and uses the cmake b

Re: Tutorial: Running XFCE from Guix on a foreign distribution

2019-11-24 Thread Marius Bakke
zimoun writes: > On Thu, 21 Nov 2019 at 20:09, Marius Bakke wrote: > >> Did you use a different user account? > > No, same user account. Right. For those trying this tutorial at home, I recommend a dedicated user account to prevent conflicts with the other desktop sessio

Re: how to connect usb gamepad?

2019-11-24 Thread Marius Bakke
Try adding your user to the 'input' group: (user-account ... (supplementary-groups '("input" ...))) ...then reconfigure and reboot your system. If that does not work, please mention which controller you are using and paste the last lines from the `dmesg` command after plugging it in. signatu

Re: Tutorial: Running XFCE from Guix on a foreign distribution

2019-11-21 Thread Marius Bakke
zimoun writes: > Hi Marius, > > I have tried on the top of Debian. > > Instead of "/etc/X11/xinit/xinitrc-common" in the .xinitrc file, it is > just "/etc/X11/xinit/xinitrc". Then it works. \o/ Cool, thanks for testing! > However, after a couple of minutes, my normal X session (C-M-F7) using >

Re: Installing Guix System on an external hard drive

2019-11-19 Thread Marius Bakke
Jan writes: > On Fri, 15 Nov 2019 15:49:23 +0100 > Marius Bakke wrote: > >> Did you get the same error when you mounted at /boot/efi? > Yes. > >> If you want the USB drive to be 'portable', i.e. not tied to a single >> system, you can not use 'g

Re: gfortran seems to require gcc-toolchain

2019-11-19 Thread Marius Bakke
Konrad Hinsen writes: > Hi Simon, > >> Maybe a "gfortran-toolchain" package with all the battery included? > > That sounds like a very good idea! And I even volunteer to > implement it. Except if someone comes up with a better > solution of course. Sounds great to me. :-) signature.asc Descri

Tutorial: Running XFCE from Guix on a foreign distribution

2019-11-17 Thread Marius Bakke
Hello Guixers, Here is an end-to-end tutorial for running Guix XFCE on CentOS 7: https://guix.gnu.org/blog/2019/running-a-guix-xfce-desktop-on-centos-7/ It has only been tested on a special CentOS "appliance", but should be easily adaptable to other systemd-based distributions. Please share you

Re: `guix install protobuf:static` headers?

2019-11-15 Thread Marius Bakke
zimoun writes: > However, is it expected that LIBRARY_PATH is not set? > > --8<---cut here---start->8--- > $ cat /tmp/proto/etc/profile > # Source this file to define all the relevant environment variables in Bash > # for this profile. You may want to define

Re: gfortran seems to require gcc-toolchain

2019-11-15 Thread Marius Bakke
Konrad Hinsen writes: > Hi Marius, > >> 'as' is part of Binutils, you don't need the entire toolchain. >> >> That said, there are various other workarounds in Guix due to GCC >> (and apparently gfortran) lacking an absolute reference to 'as'. >> >> Can you try the following patch and see if it wo

Re: Installing Guix System on an external hard drive

2019-11-15 Thread Marius Bakke
Jan writes: > Tried this, but didn't work, also tried mounting the partition at > "/boot/efi" and installing bootloader at "/boot". I'm installing Guix > form a not-UEFI machine, could this cause the problem? Did you get the same error when you mounted at /boot/efi? If you want the USB drive to

Re: gfortran seems to require gcc-toolchain

2019-11-10 Thread Marius Bakke
Efraim Flashner writes: > On Sun, Nov 10, 2019 at 12:03:37AM +0100, Marius Bakke wrote: >> Konrad Hinsen writes: >> >> > Hi Guix, >> > >> > I am trying to recompile old Fortran code under Guix. I made an (pure) >> > environment contai

Re: gfortran seems to require gcc-toolchain

2019-11-09 Thread Marius Bakke
Konrad Hinsen writes: > Hi Guix, > > I am trying to recompile old Fortran code under Guix. I made an (pure) > environment containing "gfortran" plus a few required tools (make etc.), > but found that every Fortran compilation stops with an error message > complaining about "as" missing. Installin

Re: `guix install protobuf:static` headers?

2019-11-03 Thread Marius Bakke
zimoun writes: > Dear, > > When I run `guix install protobuf:static -p path/to/profile` then I > expect that the headers are in "path/to/profile" but they are not. > However, they appear without the ":static" flag. > > I am confused. > > Moreover, the static libraries are even copied without the

Re: upgrading systems with <= 2 GiB RAM

2019-11-03 Thread Marius Bakke
Marco van Hulten writes: > Marius— > > Je 31 okt 23:49 skribis Marius: >> Marco van Hulten writes: >> >> > I have an oldish amd64 system with 2 GiB of memory, but it is fast >> > enough to use as a media center. Guix was last updated early this >> > year. Upgrading it now takes many days. It

Re: upgrading systems with <= 2 GiB RAM

2019-10-31 Thread Marius Bakke
Marco van Hulten writes: > Hello— > > I have an oldish amd64 system with 2 GiB of memory, but it is fast > enough to use as a media center. Guix was last updated early this > year. Upgrading it now takes many days. It keeps on swapping (using > quite consistently 2 of 4 GiB of swap available).

Re: reconfigure in failure

2019-10-24 Thread Marius Bakke
Jack Hill writes: > On Thu, 24 Oct 2019, Marius Bakke wrote: > >> Hello Pierre, >> >> pirboazo writes: >> >>> for several days I can no longer update my system. >>> >>> with the last guix : 4c46356 >>> The update fails duri

Re: reconfigure in failure

2019-10-24 Thread Marius Bakke
Hello Pierre, pirboazo writes: > for several days I can no longer update my system. > > with the last guix : 4c46356 > The update fails during the check phase of the jimtcl-0.77 package. Where is this package from? I can not find it in Guix. signature.asc Description: PGP signature

Re: Kernel Panic

2019-10-24 Thread Marius Bakke
Raghav Gururajan writes: > Whenever I shutdown my system, I end up with kernel panic, 50% of the > time. Can you post a picture or transcript of the kernel panic? Please also include your system configuration and some information about the hardware you are using (i.e. laptop model). > I was wo

Re: Tons of packages get rebuild

2019-10-23 Thread Marius Bakke
Hartmut Goebel writes: > Am 22.10.19 um 05:27 schrieb Maxim Cournoyer: >> I can only think that one of the packages you updated as part of your >> work on the KDE Framework must be a dependency of many others (such as >> Python, or another core tool)? > > Of course the updated package have many d

Re: core-updates unbound variable

2019-10-23 Thread Marius Bakke
Hello Rene, Rene writes: > ice-9/eval.scm:293:34: ice-9/eval.scm:293:34: error: > repository-working-directory: unbound variable > hint: Did you forget `(use-modules (git repository))'? This means your installed version of Guile-Git is too old: you need version 0.2 or later. Typically `guix e

Re: PKG_CONFIG_PATH missing from guix-profile/etc/profile

2019-09-27 Thread Marius Bakke
Pierre Neidhardt writes: > Hi! > > I've installed webkitgtk+ to a custom profile, and the etc/profile file > does not contain any "export PKG_CONFIG_PATH...". > Because of this, > > --8<---cut here---start->8--- > $ pkg-config --cflags webkit2gtk-4.0 > --8<

Re: guix pull behind proxy not working

2019-08-15 Thread Marius Bakke
Jorge P. de Morais Neto writes: > Em 2019-07-04T11:05:35+0200, mar...@famic.de escreveu: > >> However, calling `guix pull` and `guix system reconfigure` still fails >> due to unreachable network. Does it need different proxy settings? >> What can I do? > > I have the same problem on a Debian bus

Re: guix copy connection problems

2019-07-27 Thread Marius Bakke
Jack Hill writes: > Hello Guix, > > I'm trying to use `guix copy` to copy some store items from a more > powerful computer to my laptop. I've tried to set everything up correctly > with ssh-agent, and I can ssh without being prompted for credentials, but > guix-initiated connections are timing

Re: /homeless-shelter workaround

2019-07-17 Thread Marius Bakke
Jesse Gibbons writes: > A package I am building fails multiple tests with the following error: > OSError: [Errno 13] Permission denied: '/homeless-shelter' > > It is trying to make subdirectories to the builder's $HOME directory, > which does not exist. Is there a standard workaround for this? Y

Re: Installing Guix from source

2019-07-14 Thread Marius Bakke
"Reza Alizadeh Majd" writes: > Hi Guix, > > I tried to build Guix from source on an existing version of GuixSD. so I > followed > the instructions provided in official documents: > > https://guix.info/manual/en/html_node/Requirements.html > https://www.gnu.org/software/guix/manual/en/html_no

Re: Why are these derivations different?

2019-06-10 Thread Marius Bakke
Jack Hill writes: > On Sat, 8 Jun 2019, Marius Bakke wrote: > >> Jack Hill writes: >> >>> Hi Guix, >>> >>> I'm trying to copy the store items for ungoogled-chromium from one of my >>> hosts that has many computational resources to an

Re: Why are these derivations different?

2019-06-08 Thread Marius Bakke
Jack Hill writes: > Hi Guix, > > I'm trying to copy the store items for ungoogled-chromium from one of my > hosts that has many computational resources to another one that does not, > so that I do not have to build ungoogled-chromium on the less powerful > host. > > However, even after copying

Re: Tor Service

2019-05-31 Thread Marius Bakke
Raghav Gururajan writes: >> > The Tor daemon received SIGTERM 10 minutes (or even 5 hours?) after it >> > had been started, so something must have happened. Is there anything >> > else in the log that could be useful in that interval? >> > >> >> Nope! There was nothing related to tor in that in

Re: Can't install gcc

2019-05-27 Thread Marius Bakke
Hi 白い熊, 白い熊 skriver: > Why does “guix package -i gcc” give me: > guix package: error: gcc: unknown package > > I realize about installing gcc-toolchain, but if I just want to install a > single arbitrary package? The 'gcc' package was recently "hidden" so that users don't accidentally install

Re: Outdated Qutebrowser and missing qtwebengine?

2019-03-11 Thread Marius Bakke
rce yet, but they seem to be doing the Right Thing (scrubbing non-free and otherwise unneeded stuff). Can you try this patch and ideally get something else (Qutebrowser) to use it? Thanks! From cd873b4b9f22371ef4fcb3990a927d529c81c614 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 19

Re: Need help porting eDuke32

2019-02-16 Thread Marius Bakke
Hello, HiPhish writes: > Then it fails at this step: > > In file included from source/build/include/mutex.h:10:0, > from source/build/include/osd.h:12, > from source/build/include/baselayer.h:11, > from source/duke3d/src/duke3d.h

Re: ethernet not loading

2019-01-31 Thread Marius Bakke
nightowl writes: > I just got back to looking at this. I was able to add the > linux-libre-4.4 to my system, the ethernet is visible now, but the > connection is erratic. I am using gnome, but it doesn't automatically > detect the ethernet. Sometimes I can execute the 'ifconfig eth0' up >

Re: Does not halt after Menu - Logout - Shut down and closing notebook hood

2018-10-15 Thread Marius Bakke
Chris Marusich writes: > writes: > >> [...] And may be I will need >> any other configurations in other services that were not mentioned in >> Guix cgit. >> So how to get their exact names? > > Some (perhaps most) services assume that you are somewhat familiar with > the software in question.

Re: Any server recommendations to run Guix System?

2018-08-17 Thread Marius Bakke
amirou...@hypermove.net writes: > Hello all, > > I would like to buy a rack server (from Algeria (North Africa)) to host in a > data center and use Guix System. > Looking up the Internet for rack server offering in Algeria doesn't lead to > good results so far. > So it seems like I will need to

Re: EFI entry got removed after system reconfigure

2018-07-10 Thread Marius Bakke
Roel Janssen writes: > Oleg Pykhalov writes: > >> Hello Roel, >> >> Roel Janssen writes: >> >> […] >> >>> So I created a new entry from a LiveUSB using “efibootmgr” to boot into >>> GuixSD again. Is this a known problem […]? >> >> I had this issue a long time ago. [1] >> >> I didn't take an at

Re: How to replace package in system configuration?

2018-07-04 Thread Marius Bakke
Jone writes: > Hello. My question briefly: I want to get a compact base system, but can > not do this by of the dependencies. > > Now for more details: during reconfigure installed a package A. A depend of > B, B depend of C, > C depend of D, .. and all of them I don't need. > Removing package А

Re: MTP & Guix

2018-06-24 Thread Marius Bakke
Ricardo Wurmus writes: > Ricardo Wurmus writes: > >> Pierre Neidhardt writes: >> >>> Both Gentoo and Guix packages are outdated. >>> 1.37 is out. >>> GVFS has switched to Meson in the mean time. >>> Arch is a little bit more up to date: >>> >>> https://git.archlinux.org/svntogit/packages.git/tr

Re: What is GUIX_PROFILE for?

2018-06-23 Thread Marius Bakke
George Clemmer writes: > What is GUIX_PROFILE is for? > > > First question: > > If I log into a GuixSD vm-image w/ 1 package installed ... > > nemo:~ $ ssh g1@sysi34.local > Last login: Fri Jun 22 08:24:11 2018 from fe80::1c82:5c21:6372:5970%eth0 > g1@sysi34 ~$ guix package -I > znc 1.7.0

Re: gst-plugins-base: Test suite failed: FAIL: elements/opus

2018-06-20 Thread Marius Bakke
Ricardo Wurmus writes: > Leo Famulari writes: > >> On Wed, Jun 20, 2018 at 06:15:19PM +0200, Pierre Neidhardt wrote: >>> I'm till seeing this problem. >>> >>> > guix --version >>> guix (GNU Guix) d39c9efa11168f5a441ac60b3ed486f2ac0b4c73 >>> >>> > guix pull -l >>> # ... >>> Generation 2Ju

Re: Conflict resolution (gtk, wayland)

2018-05-22 Thread Marius Bakke
Rutger Helling writes: > I've created a patch to update Mesa on staging, along with removing > wayland-egl from it. I can confirm I can still start GNOME on Wayland > manually after rebuilding with this patch. Excellent, thanks! > Should I apply this to staging now? It's been two weeks since th

Re: Nitrokey and udev rules

2018-05-22 Thread Marius Bakke
Pierre Neidhardt writes: > I'm trying to use my nitrokey on GuixSD. > > --8<---cut here---start->8--- >> gpg --card-status > gpg: selecting openpgp failed: No such device > gpg: OpenPGP card not available: No such device > --8<---cut here---

Re: Multilib support: running 32-bit binaries on 64-bit systems

2018-04-19 Thread Marius Bakke
Pierre Neidhardt writes: >> Does that make sense? > > Absolutely, but it gets trickier when trying to run a 32-bit executable > which was not compiled on Guix. > > Any idea how to achieve that easily? > > The way I can think of for now is to run patchelf against the binary to > change the dynamic

Re: Package requests: fortune, gifsicle, inxi, uncrustify, unrar, vsftp, xss-lock

2018-04-12 Thread Marius Bakke
Pierre Neidhardt writes: > Clément Lassieur writes: > >> Pierre Neidhardt writes: >> >>> vsftp: Very Secure FTP daemon >>> Upstream URL: https://security.appspot.com/vsftpd.html >>> (It seems that there is not a single FTP server on Guix. Strange... Can >>> anyone >>> recommend any

Re: Custom kernel module woes

2018-04-08 Thread Marius Bakke
Thorsten Wilms writes: > Now if anyone knows or can figure out how *exactly* to turn XTS's -*- > into a {M}, that would still be good to know. A script that turns any > kernel configuration into a guix-sd-safe one, or changes to make these > gymnastics unnecessary would be great! I recently r

Re: Locale error: Falling back to C locale

2018-03-29 Thread Marius Bakke
Pierre Neidhardt writes: > Marius Bakke writes: > >> Can you post the output of these commands in a terminal: >> >> $ locale > > locale: command not found Try: "$(guix build glibc)/bin/locale" instead. And then `ls -l /run/current-system/locale/

Re: Locale error: Falling back to C locale

2018-03-29 Thread Marius Bakke
Pierre Neidhardt writes: > Marius Bakke writes: > >> Pierre Neidhardt writes: >> >>>> guix package -I local >>> glibc-utf8-locales 2.26.105-g0890d5379cout >>> /gnu/store/3k6hl20c3b7big8ngrsl6mj9k8xav99d-glibc-utf8-locales-2.26.105-g089

Re: Locale error: Falling back to C locale

2018-03-28 Thread Marius Bakke
Pierre Neidhardt writes: >> guix package -I local > glibc-utf8-locales2.26.105-g0890d5379cout > /gnu/store/3k6hl20c3b7big8ngrsl6mj9k8xav99d-glibc-utf8-locales-2.26.105-g0890d5379c > >> guix package -I emacs > emacs 25.3out /gnu/store/y335nx4r08m6kg0yrna7spfwr4s05n36-emacs-25.

Re: Outdated Qutebrowser and missing qtwebengine?

2018-03-27 Thread Marius Bakke
Pierre Neidhardt writes: > Qutebrowser is out of date: 0.11.0 in GuixSD, upstream is 1.2.1. > > https://github.com/qutebrowser/qutebrowser/releases > > Newer versions support qtwebengine, which is not packaged on GuixSD > either. > I was wondering if this has anything to do with non-free software

Re: How to install prerelease package versions (particularly Emacs)

2018-03-27 Thread Marius Bakke
Oleg Pykhalov writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Pierre Neidhardt skribis: >> >>> Considering the importance of Emacs in this community, I think it would >>> make sense to provide a cutting-edge version. >> >> Do you mean a snapshot of the ‘master’ branch? >> >> We don’t do th

Re: Installation: Load non-free wifi firmware (iwlwifi)

2018-03-25 Thread Marius Bakke
Chris Marusich writes: > Hi Pierre, > > Pierre Neidhardt writes: > >> linux-libre turns off the ability to load non-free firmware. Why is >> it so? > > I did a little bit of searching on the Internet, and it seems to me like > the reason why Linux-libre turns off the ability to load non-free >

Re: Custom kernel module woes

2018-03-22 Thread Marius Bakke
Thorsten Wilms writes: > Things were going well until I got to XTS support. With either my custom > configuration, or a default one, XTS is stuck on -*-, i.e. mandatory > built-in. The after-build phase will fail if there's no xts.ko module! > > I tried to figure out the dependencies and failed

Re: system vm fails (reprise)

2018-03-16 Thread Marius Bakke
Catonano writes: > ~$ guix system vm ~/configs/vm-config-desktop.scm \ >>--image-size=10GB \ >>--share=$HOME/transit=/transit > guix system: error: build failed: error parsing derivation > `/gnu/store/dp8ywhh22n8ixikqdvsb6w6qbn4iw899-environment.drv': expected > string `Derive([' This is

Re: system vm fails (reprise)

2018-03-16 Thread Marius Bakke
Catonano writes: > Ok, so in running > > sudo -E guix ... > > I had messed up my installation, so guix pull didn't work anymore > > I think I fixed it now > > guix pull ust worked, I reconfigured my system > > but this still happens > > $ ./pre-inst-env guix system vm ~/configs/vm-config-desktop.

Re: system vm fails

2018-03-16 Thread Marius Bakke
Catonano writes: > and from a checked out gix I get > > ~/projects/guix$ sudo ./pre-inst-env guix pull > guix pull: error: Guile-Git is missing but it is now required by 'guix > pull'. > Install it by running: > > guix package -i guile-git > export > GUILE_LOAD_PATH=$HOME/.guix-profile/share/

Re: Wayland setup

2018-03-14 Thread Marius Bakke
Hi Thorsten, Thorsten Wilms writes: > Hi! > > I finally got Weston to ... fill my screen with a blocky mess and flood > STDERR with failure. > > To recap: > - use-modules freedesktop and xorg > - global packages: xorg-server-xwayland wayland weston %base-packages > - add "weston-launch" group >

Re: Posts in languages other than English on help-guix?

2018-03-03 Thread Marius Bakke
Marco van Hulten writes: > ("nb" > "Abonner på diskusjonlisten «Help» for å få hjelp om GuixSD og > GNU Guix via e-post. Du kan legge inn meldinger på norsk.") Takk! I think "diskusjonliste" should be "diskusjonsliste" as "diskusjon" is used in a passive infinite form (though good r

  1   2   >