#archlinux32 | Logs for 2023-06-07

Back
[01:07:37] -!- T`aZ has quit [Ping timeout: 240 seconds]
[01:10:11] -!- T`aZ has joined #archlinux32
[01:31:41] <bill-auger> just to confirm this - on the 4th, our imported i686 community.db became empty - i assume that you now consider the migration to be complete
[02:42:26] -!- epony has quit [Remote host closed the connection]
[02:43:22] -!- epony has joined #archlinux32
[08:11:01] -!- T`aZ has quit [Ping timeout: 250 seconds]
[08:13:19] -!- T`aZ has joined #archlinux32
[09:12:07] -!- T`aZ has quit [Ping timeout: 250 seconds]
[09:14:12] -!- T`aZ has joined #archlinux32
[10:24:55] -!- T`aZ has quit [Ping timeout: 268 seconds]
[10:26:17] -!- T`aZ has joined #archlinux32
[14:32:02] -!- City-busz has quit [Quit: No Ping reply in 180 seconds.]
[14:33:38] -!- City-busz has joined #archlinux32
[14:43:12] -!- City-busz has quit [Quit: No Ping reply in 180 seconds.]
[14:45:36] -!- City-busz has joined #archlinux32
[14:56:26] -!- epony has quit [Ping timeout: 240 seconds]
[14:59:16] -!- epony has joined #archlinux32
[16:09:43] <girls> there are different stages of "complete" - yes, most packages should be in their respective upstream repositories, now
[16:10:01] <girls> however, there are some packages still lingering in community-staging, community-testing, et al.
[16:11:16] <girls> and also the build-part of the migration is not yet finished, i.e. devtools32 is not yet migrated
[16:13:48] <KitsuWhooa> are there still many packages needing to be rebuilt?
[16:13:57] <girls> theoretically: none
[16:14:00] <girls> practically: 11k
[16:14:18] <girls> so I moved all packages manually, leaving only those, where the version differs
[16:14:23] <KitsuWhooa> My desktop will be sitting mostly idle from roughly next week, so I was wondering if it'd be viable to donate it for like a month to build packages
[16:14:43] <girls> is it a x86_64 or 32 bit?
[16:14:47] <KitsuWhooa> x86_64
[16:15:00] <KitsuWhooa> but I can run an archi686/pentium4 VM if needed
[16:15:09] <girls> nah, x86_64 is better :D
[16:15:15] <girls> we build on x86_64 arch, too
[16:15:27] <girls> (abaumann had some power trouble the last weeks/month(s))
[16:17:29] <KitsuWhooa> How much storage would be needed?
[16:19:04] <girls> around 10GB should work
[16:19:26] <KitsuWhooa> And you want arch64 on it, correct?
[16:19:37] <girls> that would be perfect, yes :)
[16:47:24] <KitsuWhooa> girls: do you need ipv4 ssh access?
[16:47:34] <KitsuWhooa> (as in, does v6 only ssh work?)
[16:48:34] <KitsuWhooa> or rather, do you need constant ssh access or would a one off work?
[17:09:30] <girls> the build client needs ssh access to the build maser
[17:09:34] <girls> *master
[17:09:40] <girls> ipv4 and ipv6 should both work
[17:43:01] <KitsuWhooa> I meant ssh access so that you set the VM up. Unless you want me to do it, in which case you won't get any ssh access to it.
[18:25:22] <girls> proper security would be, that I don't have ssh access :)
[18:25:35] <girls> but that would you require to follow our convoluted installation steps :D
[18:44:09] <KitsuWhooa> girls: https://bbs.archlinux32.org this I assume?
[18:44:11] <phrik> Title: How to create a build slave? / Building / Arch Linux 32 Forum (at bbs.archlinux32.org)
[18:44:59] <girls> yes
[18:45:06] <KitsuWhooa> Alright, we'll see how far I get :p
[18:45:40] <girls> you need to add [extra-testing], [extra-staging], [core-testing] and [core-staging] to the respective pacman-*.conf's, though
[18:47:45] <girls> pacman -Qql devtools32 \
[18:47:45] <girls> | grep '/pacman-[^/]*-\(i486\|i686\|pentium4\)\.conf$' \
[18:47:47] <girls> | xargs -r sed -i '
[18:47:49] <girls> /^\[\(test\|stag\)ing]$/{
[18:47:51] <girls> N;N;h;
[18:47:53] <girls> s@\b\(test\|stag\)ing\b@core-\1ing@;
[18:47:55] <girls> p;g;
[18:47:57] <girls> s@\b\(test\|stag\)ing\b@extra-\1ing@;
[18:47:59] <girls> p;g
[18:48:01] <girls> }'
[19:20:55] <KitsuWhooa> girls: :: File /var/cache/pacman/pkg/archlinux32-keyring-transition-20201202-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
[19:21:18] <girls> ah, don't install the transition keyring
[19:21:25] <girls> we didn't bother to update this since quite a while
[19:21:34] <girls> use the archlinux32-keyring directly
[19:21:40] <girls> (ignore the signature for the first install)
[19:22:01] <KitsuWhooa> force install it then ignoring the sig?
[19:22:15] <girls> I think, pacman -U ignores the signature
[19:22:21] <KitsuWhooa> if you delete the .sig
[19:22:24] <KitsuWhooa> but yeah I get it
[19:22:39] <KitsuWhooa> is devtools32 up to date or do I need to build it manually?
[19:22:54] <girls> it's not more up-to-date in git
[19:23:06] <girls> install the package, then run the sed, which I wrote above
[19:23:20] <KitsuWhooa> ah
[19:24:15] <KitsuWhooa> > Create a signing key for signing your packages. Communicate this key to the group.
[19:24:17] <KitsuWhooa> what kind of key?
[19:24:24] <girls> pgp key
[19:24:59] <KitsuWhooa> RSA?
[19:25:16] <girls> doesn't matter - it needs to be able to sign; encryption is not necessary
[19:25:25] <KitsuWhooa> ah
[19:27:34] <KitsuWhooa> how long should it be valid for?
[19:28:07] <girls> depends on how often you want to prolong the validity ;)
[19:28:13] <girls> usually, I take 1 year
[19:28:21] <girls> but it's also ok, if you choose "indefinitely"
[19:28:28] <KitsuWhooa> indefinitely it is :p
[19:28:35] <girls> :D
[19:30:11] <KitsuWhooa> > gpg: agent_genkey failed: Permission denied
[19:30:12] <KitsuWhooa> oh dear
[19:32:29] <KitsuWhooa> Right. Does the key need a passphrase?
[19:32:35] <girls> no
[19:32:43] <girls> I think, it won't work if you pick one
[19:32:52] <KitsuWhooa> That's what I thought, which is why I asked
[19:32:54] <KitsuWhooa> thakns
[19:32:56] <KitsuWhooa> *thanks
[19:59:44] -!- drathir_tor has quit [Ping timeout: 240 seconds]
[20:06:55] -!- drathir_tor has joined #archlinux32
[20:24:41] -!- epony has quit [K-Lined]
[21:07:44] -!- drathir_tor has quit [Ping timeout: 240 seconds]
[21:49:44] -!- drathir_tor has joined #archlinux32
[21:58:32] -!- drathir_tor has quit [Ping timeout: 240 seconds]
[22:35:03] -!- drathir_tor has joined #archlinux32
[23:17:34] <KitsuWhooa> girls: sorry, I got horribly sidetracked. If you're still around, should I run multiple build slaves?
[23:53:20] -!- drathir_tor has quit [Ping timeout: 240 seconds]