#archlinux32 | Logs for 2019-08-04

Back
[00:23:22] -!- thePiGrepper has joined #archlinux32
[00:26:13] -!- skydrome has quit [Ping timeout: 246 seconds]
[00:58:11] -!- thePiGrepper has quit [Ping timeout: 248 seconds]
[02:35:46] -!- skydrome has joined #archlinux32
[04:15:53] -!- Alina-malina has quit [Ping timeout: 245 seconds]
[04:19:15] -!- eschwartz has joined #archlinux32
[05:59:44] -!- tyzoid has quit [Ping timeout: 244 seconds]
[06:04:08] -!- tyzoid has joined #archlinux32
[06:04:09] <buildmaster> Hi tyzoid!
[06:04:09] <buildmaster> !rq tyzoid
[06:04:09] <phrik> buildmaster: <tyzoid> bugs are just unintended features
[06:10:19] -!- MrBIOS has joined #archlinux32
[06:36:30] -!- MrBIOS has quit [Quit: MrBIOS]
[06:59:24] -!- Alina-malina has joined #archlinux32
[08:18:59] -!- abaumann has joined #archlinux32
[08:19:00] <buildmaster> Hi abaumann!
[08:19:00] <buildmaster> !rq abaumann
[08:19:01] <phrik> buildmaster: <abaumann> YASMSBOP: yet another silly make system based on python
[08:19:57] <abaumann> deep42thought: kernel is 5.2.5 in staging, it doesn't get moved to testing or stable. Quite some packages just are stuck. The builds plateau at 3168 packages. Something is not correct with the update logic.
[08:20:14] -!- abaumann has quit [Client Quit]
[08:22:20] -!- abaumann has joined #archlinux32
[08:22:21] <buildmaster> Hi abaumann!
[08:22:21] <buildmaster> !rq abaumann
[08:22:22] <phrik> buildmaster: <abaumann> YASMSBOP: yet another silly make system based on python
[08:22:33] <abaumann> Moving now manually, to get rid of non-networked servers:
[08:22:33] <abaumann> ./db-update -w -f pentium4/staging/linux -f i686/staging/linux
[08:31:02] <abaumann> This is not enough to fix anything. old systemd breaks on 5.2 always network-vice
[08:31:04] <abaumann> ./db-update -w -f pentium4/staging/systemd -f i686/staging/systemd -f pentium4/staging/systemd-libs -f i686/staging/systemd-libs -f pentium4/staging/systemd-resolvconf -f i686/staging/systemd-resolvconf -f pentium4/staging/systemd-sysvcompat -f i686/staging/systemd-sysvcompat
[08:34:56] <abaumann> systemd-sysusers: error while loading shared libraries: libip4tc.so.2: cannot open shared object file: No such file or directory
[08:35:04] <abaumann> oh now. this crap library majors.
[08:36:23] <abaumann> basically every time you rebuild those crap libraries you either get .so.2 or .so.0!
[08:36:36] <abaumann> I didn't see any rule, why it generates the one or the other..
[08:36:51] <abaumann> libtool and similar ideas should just be forbidden IMHO
[08:37:15] <abaumann> this explains why systemd was not moved, it doesn't explain why linux was not.
[08:38:26] <abaumann> one solution is to just always add .so.0 and .so.2 symlinks in PKGBUILD
[08:38:41] <abaumann> till the original problem gets fixed
[08:39:11] <abaumann> .so.0 never makes _any_ sense for a released library, as the .0 major is reserved for development libraries _only_ by convention.
[08:40:49] <buildmaster> pentium4/iptables are broken (says eurobuild6-4): https://archlinux32.org
[08:43:20] <abaumann> of course
[08:43:55] <abaumann> iptables-1.8.3.tar.bz2 ... FAILED (unknown public key AB4655A126D292E4)
[08:44:24] <abaumann> seriously: more and more GPG tests start to fail.. either by bugs in gnupg, SKS attacks or what? I consider to switch it off
[08:45:15] <abaumann> gpg: keyserver receive failed: No keyserver available
[08:45:20] <abaumann> *sigh*
[08:49:10] <abaumann> 100 dirmgr idling around? so it starts a new dirmgr every time?
[08:49:47] <abaumann> killing all dirmgr helped
[08:49:57] <abaumann> is this serious software or just a joke?
[08:51:10] <abaumann> dirmngr[12555]: No ldapserver file at: '/data/home/slave6/.gnupg/dirmngr_ldapservers.conf'
[08:51:13] <abaumann> cool.
[08:52:03] <abaumann> gpg: keyserver receive failed: Server indicated a failure
[08:52:17] <abaumann> first request fails sometimes. seconds request almost always succeeds.
[08:52:48] <abaumann> I don't think this was made for automatized scripting.
[09:03:59] <abaumann> In stable we have an iptables version with .0: pacman -Qo /usr/lib/libip4tc.so.0
[09:04:21] <abaumann> pacman -Qo /usr/lib/libip4tc.so.2
[09:04:24] <abaumann> upstream has .2
[09:06:38] * buildmaster failed to execute a mysql query - can you have a look at "tmp.mysql-functions.query.2019-08-04T08:56:51.S9OzTv.stdin"?.
[09:10:00] <abaumann> Build master is not sane.
[09:10:03] <abaumann> of course
[09:10:27] <abaumann> ERROR 1213 (40001) at line 3: Deadlock found when trying to get lock; try restarting transaction
[09:10:30] <abaumann> ERROR 1205 (HY000) at line 3: Lock wait timeout exceeded; try restarting transaction
[09:10:39] <abaumann> This points to a programming error somewhere in the logic..
[09:11:01] <abaumann> ..or, during this DELETE FROM binary_packages_in_repositories something runs in parallel causing the deadlock
[09:13:23] <abaumann> skydrome: if moving packages from one repo to the next would break dependencies, the package is not moved.
[09:13:38] <abaumann> You see what happens, when I'm trying to force-move certain things.. they break. :-)
[09:14:08] <abaumann> we have currently too many packages failing, so we only have the choice to remain to stable versions, push forcefully and break things or blacklist things.
[09:27:30] <abaumann> also mysqldump just running at random in parallel is not helpful. We should most likely add a global lock there..
[09:30:40] <abaumann> SELECT /*!40001 SQL_NO_CACHE */ `id`, `date`, `build_slave`, `action`, `parameters`, `exit_code`, `duration` FROM `ssh_log`;
[09:30:44] <abaumann> mmh. all of it?
[09:31:46] <abaumann> So, is this the backup showing up in the slow log?
[09:32:03] <abaumann> # User@Host: root[root] @ localhost []
[09:32:05] <abaumann> yep.
[09:44:56] -!- traace has quit [Quit: bb]
[10:03:25] * buildmaster resumes sanity.
[10:19:32] -!- traace has joined #archlinux32
[10:25:29] <abaumann> several caveat: systemd-udevd is linked against iptables4, which is a) not necessary, b) requires the initramdisk to be rebuild c) renders the use of busybox for the ramdisk somewhat ridiculous
[10:39:13] -!- DepositePirate has quit [Quit: Connection reset by beer]
[10:43:04] -!- DepositePirate has joined #archlinux32
[10:58:34] -!- abaumann has quit [Quit: leaving]
[11:54:53] <buildmaster> pentium4/shellcheck is broken (says buildknecht2): https://archlinux32.org
[12:07:32] -!- ofara has quit [Ping timeout: 245 seconds]
[12:07:37] -!- ofara_ has quit [Ping timeout: 246 seconds]
[12:09:45] -!- ofara has joined #archlinux32
[12:10:14] -!- ofara_ has joined #archlinux32
[15:17:11] -!- infides has joined #archlinux32
[15:28:35] -!- infides has quit [Ping timeout: 248 seconds]
[15:34:40] * buildmaster failed to execute a mysql query - can you have a look at "tmp.mysql-functions.query.2019-08-04T15:24:01.XTmumA.stdin"?.
[15:49:36] <slacka123> website's package info is broken, for example : https://www.archlinux32.org
[15:49:38] <phrik> Title: Arch Linux 32 - nss 3.44-1.1 (pentium4) (at www.archlinux32.org)
[15:50:25] <slacka123> URL, description, license, build date: not found in pkg-api
[16:58:01] -!- thePiGrepper has joined #archlinux32
[17:15:54] -!- phrik has quit [Remote host closed the connection]
[17:16:28] -!- phrik has joined #archlinux32
[17:16:29] <buildmaster> Hi phrik!
[17:16:29] <buildmaster> !rq phrik
[17:18:37] <phrik> buildmaster: <phrik> ayy
[17:23:33] -!- City-busz has quit [Quit: http://quassel-irc.org - Csevegjen kényelmesen. Bárhol.]
[17:23:33] -!- elibrokeit has quit [Quit: A random quit message]
[17:23:56] -!- elibrokeit has joined #archlinux32
[17:23:56] -!- City-busz has joined #archlinux32
[17:23:56] -!- City-busz has quit [Client Quit]
[17:23:57] -!- elibrokeit has quit [Client Quit]
[17:25:49] -!- elibrokeit has joined #archlinux32
[17:26:51] -!- City-busz has joined #archlinux32
[17:29:05] -!- infides has joined #archlinux32
[18:05:02] -!- thePiGrepper has quit [Ping timeout: 245 seconds]
[18:16:14] * buildmaster resumes sanity.
[18:16:36] -!- infides has quit [Ping timeout: 272 seconds]
[19:07:51] -!- ofara has quit [Quit: ofara]
[19:09:49] -!- ofara has joined #archlinux32
[19:29:38] <elibrokeit> abaumann: configure is supposed to go in build() and autoreconf is supposed to go in prepare()
[20:24:05] * buildmaster failed to execute a mysql query - can you have a look at "tmp.mysql-functions.query.2019-08-04T20:14:15.Fw1AjJ.stdin"?.
[20:31:09] -!- thePiGrepper has joined #archlinux32
[20:42:18] -!- infides has joined #archlinux32
[21:51:42] * buildmaster resumes sanity.
[22:04:34] -!- DCyrax has joined #archlinux32
[22:54:11] -!- infides has quit [Ping timeout: 268 seconds]
[22:55:30] -!- slacka123 has quit [Remote host closed the connection]
[23:44:35] -!- thePiGrepper has quit [Ping timeout: 244 seconds]