bug#70838: guix pull fails

2024-05-14 Thread Jeremiah
> As pointed by Chris [1], this report seems a duplicate of #70663. Now, > it should be fixed. Could you try again “guix pull” with a recent > revision? yes that guix pull was successful -Jeremiah

bug#70838: guix pull fails

2024-05-13 Thread Jeremiah
> That’s said, could you confirm (guix describe) that you are currently > pulling from 0f68306268773f0eaa4327e1f6fdcb39442e4a34? yes guix describe does display that checksum. > I think ’nss’ is substitutable, so I guess you are rebuilding from > source, right? exclusively. -Jeremiah

bug#70838: guix pull fails

2024-05-13 Thread Jeremiah
> Hmm, I've got a T400 with libreboot as well. guix pull worked for me > just now. What is your guix --version? mine is 0f68306268773f0eaa4327e1f6fdcb39442e4a34 -jeremiah

bug#70838: guix pull fails

2024-05-10 Thread Jeremiah
> What hardware do you have? RYF certified IBM x200 with libreboot firmware. Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz 16GB of RAM and 64GB of swap 4TB SSD and Qualcomm Atheros AR93xx Wireless Network Adapter (rev 01) -Jeremiah

bug#70838: guix pull fails

2024-05-08 Thread Jeremiah
──⚙ guix pull [4/559] Updating channel 'guix' from Git repository at

bug#59971: iwd is packaged but there is no iwd shepherd service

2022-12-23 Thread Jeremiah
with your work ^_^ -Jeremiah

bug#59971: iwd is packaged but there is no iwd shepherd service

2022-12-23 Thread Jeremiah
Well it is nice to see that someone made a iwd-servce-type, perhaps it should be integrated into guix services, so that we don't have to copy that into our configuration or import a channel to run a basic iwd service. -Jeremiah

bug#59972: confusing behavior when sshfs mount enabled

2022-12-11 Thread Jeremiah
n't allow sshfs filesystems to automount on boot -Jeremiah

bug#59971: iwd is packaged but there is no iwd shepherd service

2022-12-11 Thread Jeremiah
without a proper shepherd service, users are forced to manually start the iwd service as root and background the process. Nor is there any documentation provided to work around this defect. -Jeremiah

bug#44559: Solution

2020-12-30 Thread jeremiah
I created a procedure to work around the build failure and enable a successful build: # when gnutls-3.6.12 build breaks you need to do: # run the following as root # turn off networking ip link set enp0s25 down # Fixup the time so that the build will succeed timedatectl set-ntp false timedatectl

bug#36175: python@3.7.0

2019-06-11 Thread Jeremiah
Currently python@3.7.0 fails to build on low memory systems; despite actually building successfully. The diff required to disable the test is as follows: diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 11f3aacf00..75afeba2a1 100644 --- a/gnu/packages/python.scm +++