#archlinux32 | Logs for 2019-01-18

Back
[00:01:10] -!- bill-auger has quit [Remote host closed the connection]
[00:03:28] -!- bill-auger has joined #archlinux32
[00:27:00] -!- bill-auger has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
[00:27:21] -!- bill-auger has joined #archlinux32
[00:42:19] -!- thePiGrepper has joined #archlinux32
[01:05:37] -!- guys has quit [Quit: A random quit message]
[01:06:11] -!- guys has joined #archlinux32
[01:33:46] <buildmaster> i686/prometheus are broken (says buildknecht2).
[01:36:55] -!- Fear has quit [Quit: ZNC - https://znc.in]
[01:37:21] -!- Fear has joined #archlinux32
[02:17:13] -!- MrBIOS has quit [Quit: MrBIOS]
[02:42:56] -!- isacdaavid has quit [Quit: Leaving.]
[06:24:57] -!- titus_livius has joined #archlinux32
[06:48:31] -!- MrBIOS has quit [Quit: MrBIOS]
[08:17:58] -!- deep42thought has joined #archlinux32
[08:17:58] <buildmaster> Hi deep42thought!
[08:17:58] <buildmaster> !rq deep42thought
[08:17:59] <phrik> buildmaster: <deep42thought> my cluster of 1k 4/86's will be happy to iterate Maxwell-Vlasov-equations :-D
[08:28:48] -!- abaumann has joined #archlinux32
[08:28:48] <buildmaster> Hi abaumann!
[08:28:48] <buildmaster> !rq abaumann
[08:28:49] <phrik> buildmaster: <abaumann> I think, adding a error to namcap whenever git/hg repos are used, is an idea. :->
[08:28:57] <abaumann> hi deep42thought
[08:29:00] <deep42thought> Hi abaumann!
[08:29:18] <abaumann> I'm trying to fix some ECM failures in k* packages currently
[08:42:02] -!- alexandre9099 has quit [Ping timeout: 252 seconds]
[08:43:00] -!- alexandre9099 has joined #archlinux32
[08:43:01] <abaumann> aha, cmake was updated, but not extra-cmake-modules (ECM), I'll rebuild it..
[08:45:36] <deep42thought> hmm, this seems to be a repetive error
[08:45:55] <deep42thought> I remember rebuilding those modules two times within the last few weeks
[08:49:35] <abaumann> so, there are dependencies missing?
[08:49:51] <deep42thought> or it's a cycle
[08:49:56] <deep42thought> or the logic is flawed
[08:50:09] <deep42thought> probably, there's the _version_ on the dependency missing
[08:50:13] <deep42thought> and it's only a makedepends
[08:50:22] <deep42thought> ... for which versions are not honored
[08:50:41] <abaumann> extra-cmake-modules has a depends on cmake
[08:51:05] <deep42thought> so it should be scheduled after cmake
[08:51:19] <abaumann> ok
[08:53:16] <abaumann> -rw-r--r-- 1 http http 231820 Dec 21 09:10 ./pool/extra-cmake-modules-5.53.0-1.0-any.pkg.tar.xz
[08:53:19] <abaumann> mmh.
[08:53:36] <abaumann> -rw-r--r-- 1 http http 6064236 Jan 3 23:01 pool/cmake-3.13.2-1.0-i686.pkg.tar.xz
[08:53:41] <deep42thought> it was not rebuilt, yes
[08:53:45] <deep42thought> question is :why
[08:54:05] <abaumann> I was also thinking: it's quite old. But it's not that old, it seems.
[08:54:16] <deep42thought> it's not recent
[08:54:22] <deep42thought> upstream has 5.54.0-1
[08:54:33] <buildmaster> i686/extra-cmake-modules are broken (says eurobuild3).
[08:54:38] <abaumann> ah. cool.
[08:54:54] <deep42thought> did you schedule it?
[08:54:59] <abaumann> yep
[08:54:59] <deep42thought> or was it still on the build-list?
[08:55:01] <deep42thought> ok
[08:55:34] <abaumann> ECM-Qt5.12.patch ... FAILED
[08:55:35] -!- alexandre9099_ has joined #archlinux32
[08:55:36] <abaumann> cool again.
[08:56:04] <deep42thought> wait a sec
[08:56:25] <deep42thought> this was patched in trunk only
[08:56:34] <deep42thought> now you can try the new -d option for build-packages
[08:56:38] <deep42thought> :-D
[08:57:04] -!- alexandre9099 has quit [Ping timeout: 264 seconds]
[08:57:26] <abaumann> aha. nice new option :-)
[08:57:44] <deep42thought> it takes the directory of upstream's released source as parameter (e.g. /usr/src/archlinux/packages/extra-cmake-modules/repos/extra-x86_64) and applies the diff between that and ../../trunk (relative to that dir) onto the PKGBUILD
[08:57:53] <abaumann> yeah. If you check out with 'asp' you get a correct version.
[08:57:54] <deep42thought> prior to building
[08:58:01] <deep42thought> depends
[08:58:06] <abaumann> so asp does the same presumably?
[08:58:19] <deep42thought> "asp export extra/extra-cmake-modules" will get you the wrong version, too
[08:58:23] <deep42thought> no
[08:58:35] <deep42thought> asp checks out trunk/ or checks out repos/.../
[08:58:42] <deep42thought> and then adds our arch mangling
[08:58:49] <deep42thought> (asp32 only, obviously)
[08:58:55] <abaumann> aha
[08:59:28] <deep42thought> whereas build-packages checks out the repos/.../ thing, applies our arch mangling and our patches and _then_ (if -d was passed) tries to apply the diff
[08:59:44] <abaumann> and where do I get the $source-directory from?
[08:59:56] <abaumann> Should I give it the trunk dir from the repo?
[09:00:09] <deep42thought> no, the repos/extra-x86_64 dir
[09:00:10] -!- T`aZ_ has quit [Quit: Reconnecting]
[09:00:21] <deep42thought> otherwise the build scripts would not know which one is the released
[09:00:25] -!- T`aZ has joined #archlinux32
[09:00:32] <deep42thought> if there are more than one subdir in repos/
[09:00:52] <abaumann> or extra-any in this case it seems..
[09:01:11] <deep42thought> ah, right, yes
[09:01:27] * deep42thought shivers when looking at the grammer he uses
[09:01:27] <abaumann> File /data/arch32/builder/bin/../work/tmp.build-packages.DVVR6k/PKGBUILD is read-only; trying to patch anyway
[09:01:30] <abaumann> patching file /data/arch32/builder/bin/../work/tmp.build-packages.DVVR6k/PKGBUILD
[09:01:43] <deep42thought> oh, that's probably a bug
[09:02:17] <abaumann> I chmod by hand
[09:03:04] <deep42thought> strange, that I didn't catch that one
[09:03:21] <abaumann> ==> ERROR: ECM-Qt5.12.patch was not found in the build directory and is not a URL.
[09:03:24] <abaumann> ==> ERROR: Could not download sources.
[09:03:26] <abaumann> *sigh*
[09:03:41] <deep42thought> damn
[09:03:47] <deep42thought> it's really just patching the PKGBUILD
[09:03:53] <deep42thought> nothing else
[09:03:54] <abaumann> I'm all for: wait for upstream to sort out the mess and problems should disappear again..
[09:04:11] <deep42thought> no, the patch is probably there, but only in trunk/
[09:04:24] <deep42thought> but the "apply patches from trunk" thing does not copy over files
[09:04:37] <deep42thought> it simply applies the diff between the released and the trunk PKGBUILD
[09:04:52] <abaumann> ah. and if there is a new patch command, it lacks the patchfile. ok.
[09:05:49] <deep42thought> exactly
[09:05:51] <abaumann> actually, from a logical standpoint: shouldn't we just build release things?
[09:05:57] <deep42thought> yes
[09:05:59] <abaumann> *released
[09:06:44] <deep42thought> but I noticed, that we sometimes (lately: more often) needed to build the trunk version, because the source url had changed or some other minor things
[09:06:58] <deep42thought> and I got annoyed by doing the patching always manually, so I added that option
[09:07:20] <abaumann> and if not, we generate bug reports upstream for trivial things which are already fixed in trunk. yeah. good point.
[09:07:48] <deep42thought> ok, I manually copied over the patch files and it looks good so far
[09:08:05] <abaumann> into packages32?
[09:08:18] <deep42thought> no, just on-the-fly on my build slave
[09:08:22] <abaumann> ah, ok.
[09:08:44] <deep42thought> common option: "-s ': : : : : : : : : : : : : : : : : : : : : :'"
[09:08:54] <abaumann> because, that was sometimes a thing I did: I just backported trunk into the diff PKGBUILD in packages32
[09:08:58] <deep42thought> ^buys you some time to hack stuff manually
[09:09:10] <abaumann> :-)
[09:09:13] <deep42thought> that's not a good idea imho
[09:09:25] <deep42thought> because eventually trunk will get released and you have twice the work
[09:09:28] <abaumann> yeah. reapplied diffs and stuff, or worse.
[09:09:28] <deep42thought> ... thus: -d :_D
[09:09:30] <deep42thought> :-D
[09:09:44] <deep42thought> ecm is done
[09:09:50] <abaumann> ok. thanks.
[09:09:55] <abaumann> I retrigger a kdialog or so..
[09:10:06] <deep42thought> just prioritize it
[09:10:11] <deep42thought> if it's still on the buildlist
[09:12:08] <abaumann> ok. kdialog builds. looking good. :-)
[09:12:13] <deep42thought> \o/
[09:13:12] <abaumann> mmh: systemctl: error while loading shared libraries: libidn2.so.0: cannot open shared object file: No such file or directory
[09:13:15] <abaumann> on i486.
[09:13:16] <abaumann> still.
[09:13:22] <deep42thought> rebuild systemd
[09:13:27] <abaumann> yep.
[09:13:28] <deep42thought> or is it already rebuilt?
[09:13:37] <abaumann> I thought so, but who knows..
[09:13:47] <deep42thought> maybe it failed to compile?
[09:14:17] <deep42thought> yup, it fails to build
[09:14:40] <deep42thought> LOOOL
[09:14:45] <deep42thought> it fails to build, because ...
[09:14:46] <abaumann> whut?
[09:14:51] <deep42thought> systemd-nspawn: error while loading shared libraries: libidn2.so.0: cannot open shared object file: No such file or directory
[09:14:59] <abaumann> ah.
[09:15:09] <abaumann> a cyrcle of another kind.. :-)
[09:16:26] <abaumann> ok, I retrigger it onto my i486 slave, this one has a libidn2.so.0 installed
[09:16:36] <deep42thought> good
[09:47:52] -!- woshty has joined #archlinux32
[09:55:07] <deep42thought> systemd is still building on your slave? or did it fail already?
[09:56:52] <buildmaster> i686/kde-cli-tools are broken (says eurobuild3).
[10:05:35] <abaumann> still building, 1015/1733
[10:10:34] <deep42thought> ok, I just noticed, that my slave is building it, too - let's see, who finishes first :-D
[10:12:06] <buildmaster> i686/sagemath-doc is broken (says nlopc46).
[10:17:28] <buildmaster> i686/deepin-file-manager is broken (says eurobuild3).
[10:21:28] -!- oaken-source has joined #archlinux32
[10:26:06] <deep42thought> hmm, mine failed in check
[10:31:31] -!- oaken-source has quit [Ping timeout: 244 seconds]
[10:41:55] <abaumann> yep: that's an endless loop because the chroot has no users because systemd-sysusers fails..
[10:42:49] <deep42thought> this is the same on i686, right?
[10:43:00] <deep42thought> so maybe, we should simply deactivate that test ...
[10:43:34] <abaumann> I'm making an experiment with adding passwd group entries for journal-xxx
[10:43:43] <abaumann> just to safe my running build
[10:44:01] <abaumann> yeah. disabled checks should work
[11:23:38] <abaumann> so, i486 looks ok. i686 builds on nlopc46..
[11:28:52] <deep42thought> you patched something?
[11:30:16] <abaumann> yep 'unset check'
[11:30:18] <abaumann> just for now.
[11:30:24] <deep42thought> :-D
[12:05:24] -!- Fear has quit [Quit: ZNC - https://znc.in]
[12:08:39] -!- Fear has joined #archlinux32
[12:28:52] <abaumann> mmh. I hope all systemd is published and ok now. I'll switch back the check, so there will be yet another build of systemd, this time with testing..
[12:46:21] <buildmaster> i686/perl-dbd-mysql is broken (says nlopc46).
[13:08:53] <abaumann> there is something, i don't understand: libsystemd 240.34-3.1 but systemd 240.34-3.4. So libsystemd has no updated build version?
[13:12:27] <abaumann> on i686, on i486 everything is in sync.
[13:28:43] <deep42thought> systemd was moved to [core], but libsystemd was not
[13:29:00] <deep42thought> but that should not matter for sub_pkgrel changes
[13:29:21] <deep42thought> although, the buildmaster should move split-packages atomically
[13:56:11] <buildmaster> i686/rust is broken (says nlopc46).
[14:01:46] -!- Piraty has quit [Quit: No Ping reply in 180 seconds.]
[14:02:29] -!- Piraty has joined #archlinux32
[14:12:32] -!- Fear has quit [Quit: ZNC - https://znc.in]
[14:28:25] -!- abaumann has quit [Quit: leaving]
[14:40:54] -!- Fear has joined #archlinux32
[14:56:18] -!- oaken-source has joined #archlinux32
[15:20:35] <buildmaster> i686/freeradius are broken (says nlopc46).
[15:51:23] -!- Cthulu201 has quit [Quit: Nowhere special. I always wanted to go there.]
[15:56:01] -!- Cthulu201 has joined #archlinux32
[16:21:43] -!- MrBIOS has joined #archlinux32
[16:23:36] -!- oaken-source has quit [Ping timeout: 250 seconds]
[16:50:34] -!- deep42thought has quit [Quit: Leaving.]
[17:03:46] <buildmaster> i686/libgda is broken (says buildknecht).
[18:01:10] -!- isacdaavid has joined #archlinux32
[19:59:20] -!- ofara__ has quit [Ping timeout: 244 seconds]
[19:59:22] <buildmaster> i686/linux-lts are broken (says rechenknecht).
[20:01:35] -!- ofara__ has joined #archlinux32
[20:47:56] -!- thePiGrepper has quit [Ping timeout: 250 seconds]
[20:48:42] -!- thePiGrepper has joined #archlinux32
[21:17:02] -!- oaken-source has joined #archlinux32
[21:45:10] <buildmaster> i686/cobalt is broken (says rechenknecht).
[21:55:28] <buildmaster> i686/lsd is broken (says rechenknecht).
[22:17:27] <thePiGrepper> elibrokeit: hi
[22:17:38] <elibrokeit> hi?
[22:18:00] <thePiGrepper> I have some questions regarding PKGBUILD, do you have a min?
[22:18:23] <elibrokeit> not really, I'm about to go offline for the Sabbath.
[22:18:34] <elibrokeit> Can it wait until tomorrow night?
[22:18:39] <thePiGrepper> oh. ok, np
[22:18:41] <thePiGrepper> sure
[22:18:44] <thePiGrepper> ;)
[22:29:45] -!- djmoch has quit [Quit: ZNC 1.7.1 - https://znc.in]
[22:32:54] -!- djmoch has joined #archlinux32
[22:48:37] <buildmaster> i686/percona-server is broken (says rechenknecht).
[22:55:05] -!- woshty has quit [Ping timeout: 245 seconds]