#archlinux32 | Logs for 2018-06-21

Back
[00:22:34] -!- rcf has quit [Quit: WeeChat 2.1]
[00:27:58] -!- rcf has joined #archlinux32
[00:28:32] -!- rcf has quit [Client Quit]
[00:29:43] -!- rcf has joined #archlinux32
[01:13:39] -!- NoobAlice has joined #archlinux32
[03:06:03] -!- finsternis has quit [Ping timeout: 256 seconds]
[03:06:46] -!- finsternis has joined #archlinux32
[03:47:33] <cyp8> Hi
[03:49:11] <cyp8> I've found my archlinux32 netbook do not accept local DNS server IP from DHCP on WiFi router, while archlinux 64-bit notebook do accept DNS server from the same DHCP
[03:54:14] <cyp8> oops, after reboot it is OK
[03:54:40] <cyp8> looks like it was single event
[06:00:51] -!- deep42thought has joined #archlinux32
[06:00:51] <buildmaster> Hi deep42thought!
[06:01:26] <deep42thought> cyp8: dhcp is a strange fellow
[06:29:44] -!- comrumino has quit [Ping timeout: 256 seconds]
[06:35:54] * buildmaster failed to execute a mysql query - can you have a look at "tmp.mysql-functions.query.stdin.2018-06-21T06:35:53.m0AWZB"?.
[06:44:11] -!- deep42thought has quit [Quit: Leaving.]
[06:51:55] -!- NoobAlice has quit [Quit: Leaving.]
[08:12:35] -!- deep42thought has joined #archlinux32
[08:12:36] <buildmaster> Hi deep42thought!
[08:12:43] <deep42thought> Hi buildmaster, what's up?
[08:12:43] <buildmaster> up? I'm up for 2 days, 1 hour, 48 minutes, load average: 0.46, 0.69, 0.85
[08:25:59] -!- abaumann has joined #archlinux32
[08:26:00] <buildmaster> Hi abaumann!
[08:28:57] <deep42thought> Hi Andreas!
[08:30:44] <abaumann> hi.
[08:31:42] <abaumann> mmh. looking good. I like the auto-haskell-knottifier
[08:31:47] <abaumann> *de-knottifier
[08:31:48] <abaumann> :-)
[08:31:50] <deep42thought> :-D
[08:34:46] <abaumann> I wonder how we can work around those 'out of memory issues'..
[08:34:54] <abaumann> in qt5-webengine it worked to remove the -pipe.
[08:35:12] <abaumann> though I don't quite understand why this has such a huge impact on the ram.
[08:35:34] <deep42thought> maybe it cannot run that many processes in parallel, when not using pipes?
[08:35:53] <abaumann> aha. yes. that's a good point.
[08:36:09] <abaumann> but then make -j1 should also have the same effect
[08:36:15] <deep42thought> yes
[08:36:17] <deep42thought> does it?
[08:36:28] <abaumann> dunno. must test. :-)
[08:36:45] <abaumann> it's just simpler to build firefox with make -j1 than to try to patch away all instances of -pipe..
[08:36:48] <deep42thought> I hesistate to set everything to -j1 - it will slow down some builds considerably
[08:37:10] <deep42thought> find src -type f -exec sed s/-pipe//g {} \;
[08:37:11] <abaumann> yes, 99.5% of the packages work just fine with parallel builds and -pipe.
[08:37:27] <abaumann> I'm also in favour to patch only the packages creating trouble
[08:37:55] <deep42thought> "sed -i", that should be
[08:37:59] <abaumann> :-)
[08:43:47] <deep42thought> O.o adding the domain part to my hostname makes opening new windows in x fail O.o
[08:44:12] <abaumann> huh?
[08:44:20] <abaumann> that's a strange one..
[08:44:23] <deep42thought> yeah
[08:44:26] <deep42thought> and unexpected
[08:44:48] <deep42thought> https://stackoverflow.com
[08:44:49] <phrik> Title:ubuntu - After changing hostname, gedit (and other X clients) don't open - Stack Overflow (at stackoverflow.com)
[08:44:51] <abaumann> just adding a FQDN is enough?
[08:44:59] <deep42thought> yes
[08:45:06] <deep42thought> nlopc43 -> nlopc43.ioq.uni-jena.de
[08:45:13] <deep42thought> results in the linked issue
[08:45:27] <abaumann> sometimes I have my doubts about open source software development.. :-)
[08:46:03] <deep42thought> it's a feature!
[08:46:05] <abaumann> mmh. sweet. :-)
[08:47:37] <abaumann> good I'm working without domains.. :-)
[09:38:17] -!- eduardoeae has quit [Ping timeout: 265 seconds]
[10:08:42] <abaumann> ls
[10:08:50] <deep42thought> .
[10:08:51] <deep42thought> ..
[10:08:54] <abaumann> *abaumann types into the wrong window
[10:08:54] <deep42thought> .ssh
[10:08:56] <abaumann> thanks. :-)
[11:11:48] <deep42thought> tyzoid: can you set up another vagrant image which has all the testing/staging repositories enabled and base-devel and asp installed?
[11:12:14] <deep42thought> This would be great for upperstream to reproduce our build issues :-)
[11:22:28] <buildmaster> haskell-servant-server is broken (says rechenknecht). - I rescheduled: haskell-hspec-wai.
[11:35:32] <abaumann> oh: this is a very good idea. totally forgot about radare2 and the binutils internal error.
[11:36:04] <deep42thought> btw: the heaptrack error also looks like an upperstream issue
[11:37:05] <deep42thought> and electron fails with some "recompile with -fPIC" error :-(
[11:37:35] <abaumann> heaptrack. by upstream you mean upstream heaprtack, not binutils.
[11:37:45] <deep42thought> yes
[11:37:50] <abaumann> error: call of overloaded ‘clz(long long unsigned int&)’ is ambiguous
[11:37:55] <deep42thought> yes
[11:37:57] <abaumann> yeah, some 32/64 overloads.
[11:38:01] <deep42thought> exactly
[11:38:31] <abaumann> the radare2 one is quite interesting as it points to an issue either in the toolchain (binutils) or the way we build the distro.
[11:38:48] <deep42thought> how so?
[11:38:50] <abaumann> I played with link, compilation flags, but it always ended in the same error.
[11:39:10] <abaumann> they do stuff in radar2 no other package is doing, similar to glibc.
[11:39:23] <deep42thought> ah, ok
[11:39:23] <abaumann> so those are corner-case usages of the linker or of a feature in ELF.
[11:48:00] <buildmaster> pandoc is broken (says buildknecht). - I rescheduled: haskell-skylighting, haskell-skylighting-core, haskell-tasty-golden.
[11:48:25] <deep42thought> infinite fun :-)
[11:50:00] <abaumann> yes, soon all of haskell will reschedule itself :-)
[12:03:52] -!- eduardoeae has joined #archlinux32
[12:42:02] -!- Polichronucci_ has joined #archlinux32
[12:42:43] -!- Polichronucci has quit [Ping timeout: 256 seconds]
[12:42:43] Polichronucci_ is now known as Polichronucci
[12:49:00] -!- abaumann has quit [Quit: leaving]
[14:45:47] <pulec> why so much haskell talk?
[14:46:10] <deep42thought> pulec: because haskell has ugly dependencies :-)
[14:46:31] <deep42thought> or rather "dependency handling in haskell is ugly"
[14:46:47] <pulec> pacman -Qi pandoc
[14:46:49] <pulec> lots of libs
[14:47:05] <deep42thought> and all kind of haskell dependencies :-)
[14:47:21] <deep42thought> https://packages.archlinux32.org
[14:54:52] <tyzoid> deep42thought: Sure thing
[14:55:10] <deep42thought> tyzoid: thanks!
[15:02:09] <buildmaster> tamarin-prover is broken (says nlopc46). - I rescheduled: haskell-yesod-static.
[15:31:51] -!- rcf has quit [Quit: WeeChat 2.1]
[15:42:03] -!- rcf has joined #archlinux32
[15:51:38] -!- rcf has quit [Quit: WeeChat 2.1]
[15:55:39] -!- rcf has joined #archlinux32
[16:01:37] -!- rcf has quit [Remote host closed the connection]
[16:02:03] -!- rcf has joined #archlinux32
[16:11:47] <tyzoid> deep42thought: While I'm at it, I'm also updating the existing vagrant box a bit early, due to the key issue
[16:11:56] <deep42thought> ok :-)
[16:12:03] <deep42thought> I totally forgot about that already
[16:12:27] <deep42thought> (as I do not regularly pull a new box, but only run "pacman -Syu" in the existing one)
[16:12:28] <tyzoid> Yeah, packer-io kept timing out because it was hung on the key
[16:12:43] <deep42thought> that's not the only issue
[16:12:45] <tyzoid> btw, vagrant box update will download the new box
[16:13:02] <tyzoid> just make sure you've got all work saved outside the vm though
[16:13:29] <deep42thought> there's no permanent "work" stored inside my vm :-)
[16:45:57] -!- deep42thought has quit [Quit: Leaving.]
[16:56:50] <buildmaster> java10-openjdk is broken (says rechenknecht).
[17:11:05] <buildmaster> java8-openjdk is broken (says rechenknecht).
[17:20:41] <buildmaster> gmic is broken (says rechenknecht).
[18:58:53] <tyzoid> deep42thought: packer is hanging when trying to generate the dev image
[18:58:58] <tyzoid> I'll take a closer look this weekend
[18:59:08] <girls> tyzoid: ok, no hurry
[18:59:51] <tyzoid> girls: https://git.archlinux32.org
[18:59:52] <phrik> Title:archlinux32/arch-boxes32: Arch-boxes provides automated builds of the Arch Linux releases for different providers and post-processors - Archlinux32 Gitea (at git.archlinux32.org)
[19:00:05] <tyzoid> Pushed up the changes necessary to build both the default and dev vms
[19:08:37] -!- Alina-malina has quit [Ping timeout: 256 seconds]
[20:32:57] -!- Alina-malina has joined #archlinux32
[22:49:00] -!- alexandre9099 has quit [Ping timeout: 245 seconds]
[22:53:17] -!- alexandre9099 has joined #archlinux32
[23:04:00] -!- alexandre9099 has quit [Ping timeout: 265 seconds]