#archlinux32 | Logs for 2019-03-23

Back
[00:25:12] -!- City-busz has quit [Quit: http://quassel-irc.org - Csevegjen kényelmesen. Bárhol.]
[00:25:13] -!- elibrokeit has quit [Quit: A random quit message]
[00:26:09] -!- phrik has quit [Remote host closed the connection]
[00:28:02] <buildmaster> i686/massif-visualizer is broken (says rechenknecht).
[00:32:38] -!- City-busz has joined #archlinux32
[00:32:43] -!- phrik has joined #archlinux32
[00:32:43] <buildmaster> Hi phrik!
[00:32:44] <buildmaster> !rq phrik
[00:35:10] -!- elibrokeit has joined #archlinux32
[00:36:31] <phrik> buildmaster: <phrik> i am bot
[00:45:29] <buildmaster> i686/wkhtmltopdf is broken (says eurobuild3).
[01:05:16] -!- deep42thought has quit [Quit: Leaving.]
[01:59:00] <buildmaster> i686/ntk is broken (says rechenknecht).
[02:44:20] -!- MrBIOS has quit [Quit: MrBIOS]
[03:24:42] -!- MrBIOS has joined #archlinux32
[03:43:32] <buildmaster> i686/shellcheck is broken (says rechenknecht).
[03:43:46] -!- yans has quit [Quit: chaos is the only true answer]
[03:57:38] -!- slacka123 has joined #archlinux32
[04:27:49] -!- slacka123 has quit [Read error: Connection reset by peer]
[04:28:23] -!- slacka123 has joined #archlinux32
[04:35:05] -!- ubuntuxp has joined #archlinux32
[04:44:28] <buildmaster> i686/linux-zen is broken (says eurobuild3).
[05:38:28] -!- thePiGrepper has quit [Ping timeout: 244 seconds]
[06:04:32] -!- ubuntuxp has quit [Ping timeout: 250 seconds]
[06:41:01] <slacka123> does anyone dual boot with 64-bit Arch?
[06:42:16] <slacka123> & grub-install /dev/sda ---> grub-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't exist.
[06:43:48] <slacka123> should I just let Arch 64 manage the grub or should I copy the x86_64-efi files over to Arch32?
[06:44:43] -!- deep42thought has joined #archlinux32
[06:44:44] <buildmaster> Hi deep42thought!
[06:44:44] <buildmaster> !rq deep42thought
[06:44:45] <phrik> buildmaster: <deep42thought> doesn't one usually try to avoid rust on metals?
[06:44:52] <deep42thought> slacka123: one grub should be enough ;-)
[06:46:28] <slacka123> deep42thought: but without being able to run grub-mkconfig, I'm not getting microcode updates
[06:47:20] <deep42thought> you can append the microcode by hand
[06:47:28] <deep42thought> but I guess, there are more convenient ways
[06:58:32] <slacka123> deep42thought: Years ago I was on arch i686. DIdn't its grub come with x86_64-efi? Or was I in BIOS mode back then?
[06:58:47] <slacka123> 32-bit EFI is very rare
[07:02:47] <girls> hmmm, grub comes with /usr/lib/grub/i386-efi
[07:04:06] <slacka123> if I understand this right, bitness of EFI does not need to match bitneess of OS
[07:05:00] <slacka123> you can install a 32-bit EFI on 64-bit OS and vice versa
[07:05:02] <deep42thought> to be frank, I'm not too familiar with efi ...
[07:05:09] <deep42thought> sry
[07:07:16] <slacka123> It's OK. Thanks for keep Arch i686 going! Now that I got it on my old netbook. I want to put in on everything :)
[07:07:43] <deep42thought> :-D
[07:08:21] <slacka123> I'll let you guys know if I work out a good solution for dual booting UEFI
[07:09:27] <deep42thought> I was just looking at the files in archlinux's /usr/lib/grub/x86_64-* - they seem to be 64bittish all (and the ones in i386-* on archlinux are 32bittish)
[07:17:49] -!- abaumann has joined #archlinux32
[07:17:49] <buildmaster> Hi abaumann!
[07:17:50] <buildmaster> !rq abaumann
[07:17:50] <phrik> buildmaster: <abaumann> "anywhere is anywhere for all values of anywhere"
[07:18:07] <abaumann> you should start every morning with a *-zen practice.. ;-)
[07:18:12] <deep42thought> :-)
[07:18:17] <deep42thought> !grab abaumann
[07:18:17] <phrik> deep42thought: Tada!
[07:18:32] <abaumann> hi deep42thought
[07:18:59] <deep42thought> Hi abaumann!
[07:19:07] <deep42thought> Do you get notified when I update a package?
[07:19:44] <abaumann> No, but I was doing exactly the same, going through the list of broken packages :-)
[07:21:22] <abaumann> I'm serisously considering an auto-bug-reporter for 'source' errors and a checker for out-of-date packages..
[07:21:57] <deep42thought> we could move "update-package" from devops to builder and run it automatically >:-D
[07:22:15] <abaumann> :-)
[07:22:24] <deep42thought> otoh, it sometimes needs manual intervention ...
[07:22:39] <deep42thought> e.g. when there are merge conflicts in the kernel config
[07:22:55] <abaumann> yeah. true.
[07:23:15] <abaumann> but all those broken download links and illegal checksums make the impression they could be automatized..
[07:23:23] <abaumann> zathura-*
[07:23:26] <abaumann> openbsd-netcat
[07:24:41] <deep42thought> yeah
[07:24:50] <deep42thought> I'll think about something and probably implement something
[07:25:05] <deep42thought> btw: can you give me tips how to compile a statically linked gcc?
[07:26:02] <abaumann> gcc itself should be a static binary?
[07:26:14] <deep42thought> it is linked against libc.so.6
[07:26:17] <abaumann> not sure if that's possible. there is a reason why the LTO plugin is a plugin..
[07:26:40] <abaumann> -static?
[07:26:46] <abaumann> too obvious. :-)
[07:26:48] <deep42thought> ok, I tried that :-)
[07:27:13] <abaumann> Never tried to build gcc statically..
[07:28:30] <abaumann> https://github.com static-get, sounds interesting
[07:28:58] <abaumann> static-get -x gcc
[07:29:00] <abaumann> mmh.
[07:30:26] <abaumann> gcc-4.6.1, yeah.
[07:30:39] <deep42thought> does it come with gcc-ada?
[07:30:40] <abaumann> thought so. the very last version which has been decenctly maintained.
[07:30:48] <deep42thought> (that's the one I'm actually interested in)
[07:30:51] <abaumann> nope
[07:30:55] <deep42thought> :-(
[07:31:02] <deep42thought> ok, I have to leave now anyways
[07:31:10] <abaumann> actually. there is a GNAT binary which can be used for bootstrapping.
[07:31:22] <deep42thought> wherewherewhere
[07:31:41] <abaumann> gnat-gpl-2014-x86-linux-bin.tar.gz
[07:31:41] * deep42thought didn't think of only using gnat
[07:31:49] <abaumann> wait..
[07:32:01] <abaumann> I'll put it onto my mirror and I'll paste a link here..
[07:32:16] <deep42thought> sry, have to go now
[07:32:17] <deep42thought> cu
[07:32:18] <deep42thought> thx
[07:32:19] <abaumann> ok. cu.
[07:32:20] <abaumann> np
[07:32:22] -!- deep42thought has quit [Quit: Leaving.]
[07:33:41] <abaumann> http://archlinux32.andreasbaumann.cc
[07:34:45] <slacka123> so I copied the /usr/lib/grub/x86_64-efi from my arch64 to my arch 32
[07:35:20] <slacka123> that allowed me to run grub-mkconfig
[07:48:36] -!- slacka123 has quit [Remote host closed the connection]
[07:52:19] -!- abaumann has quit [Quit: leaving]
[08:09:01] -!- oaken-source has joined #archlinux32
[08:23:17] -!- oaken-source has quit [Quit: Lost terminal]
[08:29:03] <bill-auger> ping tyzoid_
[08:29:09] <bill-auger> fatal: unable to access 'https://git.archlinux32.org/archlinux32/archiso32.git/': SSL certificate problem: certificate has expired
[08:29:09] <bill-auger> error: Could not fetch arch32
[08:50:54] <buildmaster> i686/wine-nine is broken (says rechenknecht).
[08:57:57] <buildmaster> i686/qcad is broken (says nlopc46).
[09:01:22] <buildmaster> i686/vault is broken (says rechenknecht).
[09:16:34] -!- oaken-source has joined #archlinux32
[09:38:49] -!- bill-auger has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
[09:39:18] <buildmaster> i686/curaengine is broken (says nlopc46).
[09:46:12] -!- bill-auger has joined #archlinux32
[09:58:41] <buildmaster> i686/forge is broken (says nlopc46).
[10:47:49] -!- DCyrax has joined #archlinux32
[12:03:03] <buildmaster> i686/nvchecker is broken (says rechenknecht).
[12:09:09] -!- thePiGrepper has joined #archlinux32
[13:19:37] <buildmaster> i686/vdirsyncer is broken (says rechenknecht).
[14:50:45] -!- MrBIOS has quit [Quit: MrBIOS]
[14:51:47] -!- thePiGrepper has quit [Ping timeout: 250 seconds]
[14:58:06] <buildmaster> i686/reflector is broken (says rechenknecht).
[15:16:41] -!- thePiGrepper has joined #archlinux32
[15:21:28] -!- thePiGrepper has quit [Ping timeout: 246 seconds]
[15:50:32] <buildmaster> i686/ruby-optimist is broken (says rechenknecht).
[17:55:40] -!- thePiGrepper has joined #archlinux32
[18:31:58] <DepositePirate> I'm getting many SIGILLs when running apps on Athlon XP with i686. Isn't i686 supposed not to compile stuff with SSE2?
[19:08:51] <KitsuWhooa> if they're GTK apps, make sure you're running the latest librsvg
[19:12:39] -!- thePiGrepper has quit [Ping timeout: 250 seconds]
[19:21:08] <KitsuWhooa> 3
[19:21:17] <KitsuWhooa> er, apologies for that
[19:39:34] <DepositePirate> It's not only Gtk+ apps. But most of those do SIGILL at startup. Some don't. But the biggest problem is keepassxc which is Qt.
[19:53:34] <buildmaster> i686/bash-language-server is broken (says rechenknecht).
[19:57:47] <buildmaster> i686/vegeta is broken (says nlopc46).
[20:09:51] -!- ubuntuxp has joined #archlinux32
[20:55:17] -!- DCyrax has quit [Remote host closed the connection]