#archlinux-ports | Logs for 2026-04-08

Back
[00:24:29] -!- marmis has quit [Quit: Bye!]
[00:26:00] -!- marmis has joined #archlinux-ports
[01:00:10] -!- idealseal has quit [Ping timeout: 245 seconds]
[01:00:56] -!- idealseal has joined #archlinux-ports
[01:25:06] -!- hcmb has quit [Ping timeout: 248 seconds]
[01:26:34] -!- hcmb has joined #archlinux-ports
[01:35:51] -!- idealseal has quit [Ping timeout: 255 seconds]
[01:55:55] -!- idealseal has joined #archlinux-ports
[03:53:17] -!- hcmb_ has joined #archlinux-ports
[03:53:17] hcmb is now known as Guest5431
[03:53:17] -!- Guest5431 has quit [Killed (iridium.libera.chat (Nickname regained by services))]
[03:53:17] hcmb_ is now known as hcmb
[06:31:35] -!- SpieringsAE has joined #archlinux-ports
[09:44:57] -!- SpieringsAE has quit [Quit: SpieringsAE]
[09:45:14] -!- SpieringsAE has joined #archlinux-ports
[09:59:14] -!- qwertviop has joined #archlinux-ports
[10:15:35] -!- qwertviop has quit [Remote host closed the connection]
[10:40:00] -!- qwertviop has joined #archlinux-ports
[11:27:14] -!- idealseal has quit [Quit: No Ping reply in 180 seconds.]
[11:28:33] -!- idealseal has joined #archlinux-ports
[12:16:09] -!- qwertviop has quit [Ping timeout: 248 seconds]
[12:56:09] -!- linkmauve has quit [Remote host closed the connection]
[12:56:33] -!- qwertviop has joined #archlinux-ports
[12:57:37] -!- linkmauve has joined #archlinux-ports
[14:58:05] -!- SpieringsAE has quit [Quit: SpieringsAE]
[15:28:06] <bschnei> fyi: https://gitlab.archlinux.org I like the spirit of this RFC very much. Device tree files for ARM devices that do not support UEFI and/or do not supply the device tree to the kernel (e.g. all RPi devices) would require additional work/support in order to comply. Most pressingly, we would need to figure out where to install dtbs (not hard) and then figure out how to get them where a
[15:28:06] <bschnei> device's bootloader expects to find them (I believe quite hard to automate in general).
[15:28:07] <phrik> Title: Sign in · GitLab (at gitlab.archlinux.org)
[15:39:08] -!- qwertviop has quit [Quit: qwertviop]
[18:13:47] -!- rennod has quit [Remote host closed the connection]
[22:10:14] -!- titus_livius has joined #archlinux-ports
[22:11:03] <solskogen|M> heftig: How did you get evolution-data-server to build? It fails on both x86_64 and aarch64 when I try it. It seems to be missing boost-libs (either as depends or makedepends)
[22:12:27] <Antiz> solskogen|M: This happens in the mean time: https://gitlab.archlinux.org
[22:12:28] <phrik> Title: Remove boost-libs from boost dependency (da6a96ad) · Commits · Arch Linux / Packaging / Packages / boost · GitLab (at gitlab.archlinux.org)
[22:13:57] <solskogen|M> that's from February in 2025. evolution-data-server had a update in April.
[22:14:05] <Antiz> evolution-data-server should indeed most likely explicitly depend on boost-libs now, it just hasn't been detected yet because the package hasn't been rebuilt since the above change
[22:14:17] <Antiz> solskogen|M: No, the change is from April but was only release in late march
[22:14:27] <Antiz> s/April/February
[22:14:56] <Antiz> This change was shipped with boost 1.90.0-1
[22:15:10] <Antiz> Which was released in March 23
[22:15:30] <Antiz> And evolution-data-server was last built on March 13 (so before the change)
[22:16:07] <solskogen|M> AH! I see. the evolution package has been living testing, just moved.
[22:16:35] <Antiz> Yes, the "last updated" field refers to the last repo db update
[22:16:57] <Antiz> So April 7 is the date it was moved to stable
[22:17:05] <Antiz> The relevant field here is "Build date"
[22:17:22] <Antiz> "Build Date: 2026-03-13 21:23 UTC" <-- here
[22:17:53] <solskogen|M> are packages in staging ever moved? Or are they always rebuilt before entering testing or stable?
[22:18:17] <Antiz> Well, staging is where rebuilds happen
[22:18:29] <Antiz> Once done, they are moved as-is in testing, then stable
[22:18:34] <Antiz> No rebuilds in between
[22:19:27] <solskogen|M> I understand. Thank you!
[22:19:36] <Antiz> You're welcome :)
[22:20:12] <Antiz> But yeah, evolutation-data-server most likely miss the boost-libs dependency
[22:20:48] <Antiz> (Or well, makedependency I assume)
[22:20:50] <solskogen|M> I'm heading to bed now, but I'll propose a MR tomorrow unless it's been fixed in the mean time :-)
[22:21:00] <Antiz> Sounds good, thanks! 👍