Building mysql-workbench-community cannot find cairo.h

2024-10-20 Thread Simen Endsjø
Hi, I need some help packaging mysql-workbench. I'm using https://git.sr.ht/~yewscion/yewscion-guix-channel/tree/trunk/item/cdr255/utils.scm#L985 as a base. That channel doesn't work, but it seems pretty complete although maybe not 100% up to date. I pushed my changes to a branch in case someone

trouble defining a shepherd service

2024-10-20 Thread post@bonni.codes
Hello, I am trying to define a shepherd service to add to my system configuration. Reading the docs this is what I came up with: (define openslides-shepherd-service (shepherd-service (documentation "Runs the openslides docker-compose.") (provision '(openslides)) (requirement '(dockerd)

Re: How to point nushell to guix profile

2024-10-20 Thread Felix Lechner via
Hi Abdullah, On Wed, Oct 16 2024, Abdullah Imad via wrote: > nushell doesn't seem to respect the current profile How does that preclude you from using nushell as a login shell, please? Doesn't the lack of a profile merely mean you can't run any executables? Kind regards Felix

Re: Difficulty updating Guix System or installing packages

2024-10-20 Thread Felix Lechner via
Hi Joshua, On Tue, Oct 15 2024, Joshua Branson wrote: > It also only has 2GB of RAM with maybe 20GB hard drive. That's small. Please consider using a swap partition, if you aren't. > May I ask why apt is SOO much faster? Probably because there are 500 fewer symbolic links. Kind regar

Re: ABI mismatch on boot on arm32 system

2024-10-20 Thread Zack Weinberg
On Sun, Oct 20, 2024, at 11:23 AM, Christoph Buck wrote: > I think something goes wrong during crosscompilation of the guile > modules in package `module-import-compiled`. The abi error is thrown > early on boot in the `initrd.cpio.gz` ramdisk. I extracted and > decompressed the ramdisk from both b

Re: ABI mismatch on boot on arm32 system

2024-10-20 Thread Christoph Buck
Hi Zack! > Can you show us the *complete and unedited* output of `readelf -hlSd > file-systems.go` from both the working and the broken ramdisk, please? > Sure. See the attachments of this mail. But i just saw that i made a mistake and compaired the module `qemu/gnu/build/file-systems.go` to `cr

Re: Rollback with efi-bootloader-chain: no such bootloader

2024-10-20 Thread Roman Scherer
Roman Scherer writes: Hello, I think I figured it out. In commit a9acbf919a7668e26863d2d26d48c5fd41b57fcd the name of the efi-bootloader-chain bootloader was changed to the string "efi-bootloader-chain". I believe this this should be a symbol, like in all other bootloaders. The `(lookup-bootloa

Re: E-mail package

2024-10-20 Thread Luis Felipe
Hi Gottfried, On 19/10/24 18:41, gfp wrote: I can't help you with the hunt for a new MUA, What does "MUA" mean: It means: «An email client, email reader or, more formally, message user agent (MUA) or mail user agent is a computer program used to access and manage a user's email. » from Ema

Re: ABI mismatch on boot on arm32 system

2024-10-20 Thread Christoph Buck
Richard Sent writes: > Hi Christoph, Hi Richard! > > The TL;DR (although I encourage you to read it!) is that you need the > CONFIG_BINFMT_MISC Linux kernel compilation option set, but when you use > a linux-libre-*-generic kernel that option is NOT set. If you're using > the qemu-binfmt-servi

Re: ABI mismatch on boot on arm32 system

2024-10-20 Thread Christoph Buck
Hi! I played around a little bit more and i can indeed now successfully boot. Instead of using cross-compilation (cli option `--target=arm-linux-gnueabihf`) i created a build using qemu emulation (cli option `--system=armhf-linux`). This takes ages to build, but the resulting images is bootable wi