#archlinux32 | Logs for 2018-11-13

Back
[00:17:09] <buildmaster> i686/deepin-file-manager is broken (says rechenknecht).
[00:25:46] -!- guys has quit [Ping timeout: 268 seconds]
[01:03:21] -!- guys has joined #archlinux32
[01:28:52] -!- woshty has quit [Ping timeout: 246 seconds]
[01:45:47] -!- isacdaavid has quit [Quit: Leaving.]
[02:50:04] -!- guys has quit [Ping timeout: 246 seconds]
[03:04:41] -!- guys has joined #archlinux32
[03:28:31] -!- djmoch has joined #archlinux32
[03:28:55] -!- autofsckk has joined #archlinux32
[04:00:49] <autofsckk> hello everybody, my lxpanel is working again after last update :D
[04:01:14] <autofsckk> do you have any minimize to tray addon for thunderbird?
[04:52:10] -!- guys has quit [Ping timeout: 268 seconds]
[05:05:42] -!- guys has joined #archlinux32
[05:29:47] -!- thePiGrepper has quit [Ping timeout: 268 seconds]
[05:34:47] -!- thePiGrepper has joined #archlinux32
[06:17:30] -!- thePiGrepper has quit [Ping timeout: 272 seconds]
[06:51:18] -!- guys has quit [Ping timeout: 245 seconds]
[07:06:21] -!- guys has joined #archlinux32
[07:52:09] -!- T`aZ has quit [Ping timeout: 252 seconds]
[08:29:36] -!- deep42thought has joined #archlinux32
[08:29:37] <buildmaster> Hi deep42thought!
[08:29:37] <buildmaster> !rq deep42thought
[08:29:39] <phrik> buildmaster: <deep42thought> one day, some genius will prove, that all programming languages are isomorphic and there is actually only _one_ compiler
[08:51:07] -!- guys has quit [Ping timeout: 240 seconds]
[09:46:16] -!- T`aZ has joined #archlinux32
[10:52:38] -!- woshty has joined #archlinux32
[12:25:07] -!- thePiGrepper has joined #archlinux32
[12:35:12] -!- thePiGrepper has quit [Ping timeout: 252 seconds]
[12:45:49] -!- Cthulu201 has quit [Quit: Nowhere special. I always wanted to go there.]
[12:53:39] -!- Cthulu201 has joined #archlinux32
[13:47:35] <buildmaster> i686/netwatch is broken (says buildknecht2).
[14:05:53] -!- chromicant has quit [Ping timeout: 245 seconds]
[14:18:12] <buildmaster> i686/libreoffice-extension-writer2latex is broken (says rechenknecht).
[14:18:32] <buildmaster> i686/swt is broken (says buildknecht2).
[14:28:30] -!- guys has joined #archlinux32
[15:11:25] -!- guys has quit [Ping timeout: 252 seconds]
[15:52:53] -!- autofsckk has quit [Quit: leaving]
[16:02:07] -!- guys has joined #archlinux32
[16:57:39] -!- deep42thought has quit [Quit: Leaving.]
[16:59:27] <buildmaster> i686/virtualbox-modules-arch is broken (says eurobuild3).
[17:04:19] <buildmaster> i686/deepin-control-center is broken (says eurobuild3).
[17:16:37] -!- thePiGrepper has joined #archlinux32
[18:28:34] -!- isacdaavid has joined #archlinux32
[19:11:38] -!- abaumann has joined #archlinux32
[19:11:39] <buildmaster> Hi abaumann!
[19:11:39] <buildmaster> !rq abaumann
[19:11:39] <phrik> buildmaster: <abaumann> naa.. not testing never has bad consequences.. ;-)
[19:18:02] <abaumann> mmh.. one of the best and worst decisions.. using bash for PKGBUILD.. how do you programmatically extract pkgname, depends, etc. without a real bash? There is not a library for such kind of things. I found https://github.com but it's not working and is quite old..
[19:27:57] -!- abaumann has quit [Quit: leaving]
[20:02:40] -!- isacdaavid has quit [Read error: Connection reset by peer]
[20:31:39] <buildmaster> dirty! girls, my database - so dirty :-(
[20:31:39] * buildmaster goes insane.
[20:45:53] -!- guys has quit [Ping timeout: 245 seconds]
[21:06:08] -!- guys has joined #archlinux32
[21:27:50] <thePiGrepper> abaumann: hmm, just curious, why would you need to do this with a different tool, instead of just using bash? and, how would that tool be any different from regular bash, especially taking into account that for the merge files, any kind of scripting (sed,awk,etc) is allowed to redefined variables?
[21:28:19] <thePiGrepper> *redefine
[21:31:54] <elibrokeit> abaumann: the tool is makepkg --printsrcinfo
[21:32:16] <elibrokeit> thePiGrepper: the argument is basically that one should not be allowed to redefine this stuff
[23:06:49] -!- _DCyrax has joined #archlinux32
[23:09:50] -!- DCyrax has quit [Ping timeout: 268 seconds]
[23:17:45] <thePiGrepper> elibrokeit: hm, I see. however that's how it has been done to port upstreams PKGBUILDs to arch32, correct? that makes me wonder: a) makepkg --printsrcinfo works just fine even with those 'upstream + mergefiles' redefine cases? and b)how does alArm does this porting from upstream?
[23:18:33] -!- DepositePirate has quit [Ping timeout: 256 seconds]
[23:21:10] <elibrokeit> thePiGrepper: makepkg sees the metadata as it is redefined, by running the redefinitions. makepkg --printsrcinfo merely uses this information to print metadata rather than use it to compile a package...
[23:21:40] <elibrokeit> and alarn does the same thing as archlinux32 does, except usually they provide the entire PKGBUILD rather than using sed to redefine things.
[23:21:59] -!- DepositePirate has joined #archlinux32
[23:22:20] <elibrokeit> FWIW: when I originally suggested appending the al32 PKGBUILDs, I was referring to overriding e.g. source=() and providing entire, forked build() functions.
[23:22:39] <elibrokeit> I guess sed could be used too, but that's metaprogramming, not just overriding