#archlinux32 | Logs for 2019-10-26

Back
[00:01:33] -!- Buran has joined #archlinux32
[00:08:08] -!- thePiGrepper has quit [Ping timeout: 268 seconds]
[00:08:17] -!- thePiGre1per has joined #archlinux32
[00:18:27] <buildmaster> i686/java8-openjdk is broken (says eurobuild6-2): https://archlinux32.org
[00:23:20] <buildmaster> pentium4/java8-openjdk is broken (says eurobuild6-2): https://archlinux32.org
[00:23:37] -!- _Leviticus_ has joined #archlinux32
[00:37:28] -!- _Leviticus_ has quit [Remote host closed the connection]
[01:23:37] -!- mecky has joined #archlinux32
[02:45:02] <buildmaster> pentium4/chezmoi is broken (says eurobuild6-6): https://archlinux32.org
[02:50:36] -!- thePiGre1per has quit [Ping timeout: 240 seconds]
[02:57:21] <buildmaster> i686/chezmoi is broken (says buildknecht): https://archlinux32.org
[04:06:08] -!- petris has quit [Quit: Bye bye.]
[04:16:29] -!- petris has joined #archlinux32
[05:34:55] -!- petris has quit [Quit: Bye bye.]
[05:35:24] -!- petris has joined #archlinux32
[07:38:03] -!- thePiGrepper has joined #archlinux32
[08:21:40] -!- Buran has quit [Remote host closed the connection]
[09:36:26] -!- thePiGrepper has quit [Ping timeout: 240 seconds]
[09:57:45] -!- Heradon has joined #archlinux32
[09:59:27] <Heradon> hello
[10:05:27] -!- DepositePirate_ has quit [Remote host closed the connection]
[10:05:56] -!- DepositePirate_ has joined #archlinux32
[10:42:05] -!- mecky has quit [Ping timeout: 265 seconds]
[10:52:24] -!- thePiGrepper has joined #archlinux32
[10:54:46] <buildmaster> pentium4/firefox is broken (says nlopc46): https://archlinux32.org
[11:00:50] -!- samantaz has joined #archlinux32
[11:19:23] -!- samantaz has quit [Ping timeout: 276 seconds]
[12:01:46] -!- samantaz has joined #archlinux32
[12:11:52] -!- samantaz_ has joined #archlinux32
[12:12:02] -!- samantaz has quit [Ping timeout: 240 seconds]
[14:31:12] <KitsuWhooa> swrast_dri.so in mesa depends on libLLVM 9, but it doesn't seem to exist in the repo
[14:31:14] <KitsuWhooa> i686
[14:31:31] <KitsuWhooa> sorry if it's already known :p
[14:45:27] <girls> KitsuWhooa: does the one from testing work?
[14:45:35] <girls> I mean llvm-libs from testing
[14:45:39] -!- thePiGrepper has quit [Ping timeout: 268 seconds]
[14:46:40] <KitsuWhooa> I haven't tested
[14:46:47] <KitsuWhooa> I was going to recompile mesa to use llvm 8
[14:47:00] <girls> we can move llvm-libs to stable
[14:47:02] <KitsuWhooa> I usually avoid testing, but I assume I can manually download the package?
[14:47:07] <girls> but it will most probably break other stuff
[14:47:16] <KitsuWhooa> I'll try it, one moment
[14:47:17] <girls> yes
[14:47:21] <girls> thanks
[14:53:35] <KitsuWhooa> girls: it works, thank you!
[14:53:47] <girls> ok, I'll move it, then :-)
[14:53:48] <KitsuWhooa> if you can't move it to stable, maybe rebuild mesa to use llvm 8 instead
[14:54:08] <KitsuWhooa> I only tested X (which tries to load swrast)
[14:54:20] <KitsuWhooa> and I have a desktop running now
[14:54:37] <girls> well, I prefer upgrades over downgrades :-)
[14:54:43] <KitsuWhooa> fair
[14:55:20] <KitsuWhooa> is there a way to force libgl to use swrast?
[14:55:22] <KitsuWhooa> that way I can be sure it works fine
[14:55:44] <girls> sry, I don't know
[14:55:49] <KitsuWhooa> that's okay
[14:56:27] <KitsuWhooa> LIBGL_ALWAYS_SOFTWARE maybe
[14:57:01] <KitsuWhooa> that switches to llvmpipe
[14:57:47] <KitsuWhooa> well, glxgears works with that too, so I guess it's fine
[14:58:13] <girls> hmm, now we have llvm 8.0.1 in stable and 9.0.0 in staging
[14:58:15] <girls> :-/
[14:58:26] <girls> and llvm-libs both 9.0.0 in stable and staging
[14:58:38] <KitsuWhooa> is that necessarily an issue?
[14:58:43] <KitsuWhooa> I know nothing about llvm
[14:59:41] <girls> well, it doesn't affect our build system, because everything is on staging there
[14:59:52] <girls> but I always assumed, the compiler needs to match the libraries
[15:00:11] <KitsuWhooa> clang?
[15:00:15] <girls> llvm
[15:00:26] <girls> isn't that a compiler
[15:00:27] <KitsuWhooa> hm
[15:00:29] <girls> ?
[15:00:35] <KitsuWhooa> clang is the frontend that uses llvm
[15:00:45] <KitsuWhooa> which now looks for libllvm 8
[15:00:54] <KitsuWhooa> which is gone
[15:00:56] <KitsuWhooa> hmpf
[15:01:10] <KitsuWhooa> [ 6503.889] (II) IGLX: Loaded and initialized swrast
[15:01:12] <KitsuWhooa> [ 6503.889] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[15:01:15] <girls> can you update llvm to the current version to see if that fixes it?
[15:01:22] <KitsuWhooa> clang: error while loading shared libraries: libLLVM-8.so: cannot open shared object file: No such file or directory
[15:01:27] <KitsuWhooa> the version in testing?
[15:01:36] <girls> it's now in stable
[15:01:42] <girls> 9.0.0-3.1
[15:01:43] <KitsuWhooa> so pacman -Syu, then
[15:01:45] <girls> yes
[15:01:56] <KitsuWhooa> alright, one moment
[15:02:01] <girls> thanks
[15:02:45] <KitsuWhooa> nothing was upgraded
[15:03:02] <girls> probably, your mirror did not yet get the update
[15:03:27] <KitsuWhooa> I can switch to a specific one if you want
[15:03:29] <KitsuWhooa> as long as you tell me which one
[15:03:49] <girls> mirror.archlinux32.org
[15:04:13] <KitsuWhooa> oh
[15:04:16] <KitsuWhooa> that's the one it's set to
[15:04:30] <girls> maybe you don't have llvm installed, then?
[15:04:41] <girls> so it must be some other package that needs to be moved ...
[15:04:56] <KitsuWhooa> I have clang though, which I would assume depends on llvm
[15:05:25] <KitsuWhooa> I already installed llvm-libs from testing
[15:05:32] <KitsuWhooa> if that's what you are looking for
[15:05:40] <girls> it's only an optional dependency
[15:05:46] <KitsuWhooa> TIL
[15:05:57] <girls> llvm is optional
[15:06:18] <KitsuWhooa> yeah, I don't have llvm installed
[15:06:20] <KitsuWhooa> huh
[15:06:53] <girls> try updating now, I moved clang
[15:07:21] <KitsuWhooa> yup, upgrading
[15:08:42] <KitsuWhooa> yup, clang works
[15:14:02] <KitsuWhooa> Thank you for fixing this
[15:14:28] <girls> np - now I just need to fix whatever I broke in the process :-D
[15:14:54] <KitsuWhooa> I can't think of anything else off the top of my head, but I assume anything that depends on llvm-libs needs to be checked
[15:15:02] <girls> right
[15:15:04] <KitsuWhooa> I do wonder how mesa ended up with llvm-libs 9
[15:27:08] <girls> KitsuWhooa: thinking about it, this might be fallout from me breaking our database: Packages built between end of july and mid of september had all dependencies not correctly entered into our database - so the buildmaster did not know, that mesa linked against a specific version of llvm-libs (or llvm-libs at all)
[15:31:45] <KitsuWhooa> ah, I see
[16:04:40] -!- thePiGrepper has joined #archlinux32
[17:10:52] -!- thePiGrepper has quit [Ping timeout: 264 seconds]
[19:00:16] -!- windragon has parted #archlinux32
[19:01:24] -!- isacdaavid has joined #archlinux32
[19:49:28] <buildmaster> i486/vulkan-icd-loader is broken (says nlopc46-i486bs0): https://archlinux32.org
[20:43:19] -!- samantaz_ has quit [Ping timeout: 268 seconds]
[20:52:43] -!- isacdaavid has quit [Read error: Connection reset by peer]
[21:35:18] -!- DepositePirate_ has quit [Remote host closed the connection]
[21:35:48] -!- DepositePirate_ has joined #archlinux32
[21:44:21] <nit-picker> deep42thought: your slave nlopc46 builds pentium4/knemo for more than a day, now (3 day(s) 15:14:43)
[21:45:30] <Heradon> this is bad i think :D
[21:47:22] <nit-picker> abaumann: your slave eurobuild6-5 builds i686/grafana for more than a day, now (4 day(s) 19:27:19)
[21:54:08] -!- Heradon has quit [Remote host closed the connection]
[22:18:22] <nit-picker> deep42thought: your slave buildknecht2 builds i686/chromium for more than a day, now (3 day(s) 17:04:59)
[22:45:36] -!- thePiGrepper has joined #archlinux32
[22:56:44] <nit-picker> deep42thought: your slave rechenknecht builds i686/virtualbox for more than a day, now (3 day(s) 18:39:08)
[23:46:17] -!- bill-auger has quit [Ping timeout: 240 seconds]
[23:51:26] -!- Buran has joined #archlinux32