2017-07-03 18:29:14 hum 2017-07-03 18:29:22 i wonder whats broke with cups-filters 2017-07-03 18:29:28 it built on my dev box earlier 2017-07-10 19:32:03 sorry about those test suites failing 2017-07-10 19:32:55 i looked at some of them today. cmocka is missing on aarch64, also due to test suite failing 2017-07-10 19:33:06 but i could not figure out why 2017-07-11 11:52:10 algitbot: retry master 2017-07-11 12:40:33 ncopa, why is perl-test-roo not built? 2017-07-11 12:41:53 ncopa, is it lua-aports skipping checkdepends? 2017-07-11 12:42:02 yes 2017-07-11 12:42:16 ncopa, how to fix that then? 2017-07-11 12:42:24 that was a problem while building 3.6 release 2017-07-11 12:42:30 was never solved properly 2017-07-11 12:42:40 algitbot: retry master 2017-07-11 12:42:57 we could make lua-aports pull it in explicitly 2017-07-11 12:43:03 seems to be that if i'm lucky it picks up correct order 2017-07-11 12:43:22 but then we need to make sure that checkdepends does not create any circular deps 2017-07-11 12:43:59 i think the idea with checkdepends was that we could allow circular deps for tests 2017-07-11 12:45:30 algitbot: retry master 2017-07-11 12:47:31 algitbot: retry master 2017-07-11 12:49:37 algitbot: retry master 2017-07-11 12:49:55 algitbot: retry master 2017-07-11 12:50:04 oh 2017-07-11 12:50:15 checkdepends is added to lua-aports git 2017-07-11 12:50:32 i suppose we only need to tag new release 2017-07-11 12:54:56 algitbot: retry master 2017-07-11 12:57:50 algitbot: retry master 2017-07-13 12:29:24 how come libreoffice on s390x fails with: unzip: unsupported method 2048 2017-07-13 12:29:35 is unzip crippled or buggy on s390x? 2017-07-15 06:05:15 jirutka, thanks for pulling it to stable it was in my todo. just got distracted, and i don't usually backport until edge has finished building 2017-07-15 06:05:30 perhaps we should mark the commits in commit message that should be backported so we can have script to check which ones are not yet done so we don't accidentally forget them 2017-07-15 10:14:09 fabled: I tag it on GH with backport-it 2017-07-15 10:15:11 fabled: I’m not sure that it can be easily automated, it’s not always reapplying the same commit 2017-07-15 13:35:56 I don’t know how to upload tarball to dev.a.o from snapshot func :/ 2017-07-15 23:36:01 **** please someone upload snapshot from testing/libcoro to dev.a.o **** 2017-07-17 10:27:37 algitbot: retry master 2017-07-17 10:41:17 algitbot: retry master 2017-07-17 14:45:51 something interesting is happening 2017-07-17 14:45:55 >>> ldb: Analyzing dependencies... 2017-07-17 14:45:55 Segmentation fault 2017-07-18 07:18:49 i'll fix rlwrap 2017-07-19 06:07:39 something is wrong on s390x: 2017-07-19 06:07:39 >>> py-urllib3: Unpacking /var/cache/distfiles/py-urllib3-1.21.1.zip... 2017-07-19 06:07:40 unzip: unsupported method 2048 2017-07-19 08:18:15 fabled: yes. somethine is wrong in busybox unzip apparently 2017-07-19 08:18:20 on s390x 2017-07-19 08:23:08 hum, seems my bb add-shell patch went ignored 2017-07-19 08:23:43 http://lists.busybox.net/pipermail/busybox/2017-July/085612.html 2017-07-19 08:31:33 fabled: maybe add a bug on their bugtracker 2017-07-21 23:14:57 algitbot: retry master 2017-07-22 21:23:10 algitbot: retry master 2017-07-24 19:43:21 jirutka^^^ 2017-07-24 19:56:07 jirutka: we should fix lua-aports to handle "exit 0" at the top of apkbuild 2017-07-24 19:56:21 and we should redirect output 2017-07-24 19:56:52 so if someone does: echo "hello there" in global scope, things does not go kaboom 2017-07-24 19:57:26 . ./APKBUILD >/dev/null 2017-07-24 19:57:37 ideally, we should redirect to tmpfile 2017-07-24 19:57:40 and check size of tmpfile 2017-07-24 19:57:49 if its non-zero, abort with error 2017-07-24 19:59:38 i’m currently investigating lua posix module, to have popen that can handle stdout, stderr and status simultaneously 2017-07-24 20:00:16 its non trivial 2017-07-24 20:00:42 you can create pipes 2017-07-24 20:00:50 and redirect 2017-07-24 20:00:58 dup() 2017-07-24 20:01:34 but you need use poll() or select() on 3 different fds 2017-07-24 20:01:42 to read from all 3 at same time 2017-07-24 20:02:05 and popen() will use stdio 2017-07-24 20:02:14 which is buffered 2017-07-24 20:02:31 you'll want use write(2) and read(2) 2017-07-24 20:02:56 might be worth making a dedicated module for that 2017-07-25 13:40:24 rdutra: are you the guy from IBM? I don’t remember nicknames 2017-07-25 13:40:37 jirutka: yes, I am 2017-07-25 13:41:08 rdutra: great, could you please look at http://build.alpinelinux.org/buildlogs/build-edge-ppc64le/community/lua-copas/lua-copas-2.0.2-r1.log ? LuaJIT segfaults in one test 2017-07-25 13:41:25 rdutra: I remember that someone from IBM patched LuaJIT to work on ppc64le 2017-07-25 13:44:06 jirutka: ok I can take a look 2017-07-25 13:45:15 rdutra: thanks! 2017-07-25 17:42:15 algitbot: retry master 2017-07-25 21:19:44 lua-aports:master |{author}| set up Travis CI to run luacheck >> passed | https://travis-ci.org/alpinelinux/lua-aports/builds/257485212 2017-07-25 21:25:26 lua-aports:master [passed] |Jakub Jirutka| travis: fix IRC message template | https://travis-ci.org/alpinelinux/lua-aports/builds/257487041 2017-07-25 21:37:51 mkinitfs:master [errored] |Jakub Jirutka| travis: notify on IRC | https://travis-ci.org/alpinelinux/mkinitfs/builds/257489656 2017-07-25 21:41:43 apk-tools:master [passed] |Jakub Jirutka| travis: notify on IRC | https://travis-ci.org/alpinelinux/apk-tools/builds/257488946 2017-07-26 11:26:38 algitbot: retry master 2017-07-26 13:31:50 clandmeter: ^ 2017-07-26 13:32:39 I think tarantool is not currently supported in ppc64le 2017-07-26 13:33:14 clandmeter: I started with tarantool pkg few weeks ago, there’s more work needed to be done… 2017-07-26 13:33:25 ? 2017-07-26 13:34:05 clandmeter: you haven’t reviewed it much, did you? there’s a lot of bundled libs and some troubles with tests 2017-07-26 13:34:19 clandmeter: I’ll at least add what I have done to the current pkg 2017-07-26 13:35:00 its just a start, and it runs. 2017-07-26 13:35:09 its in testing for a good reason :) 2017-07-26 13:35:16 oh, it runs! 2017-07-26 13:35:18 omg 2017-07-26 13:36:12 also 1.7.4.99 is old… 2017-07-26 13:36:50 the latest version is .308 2017-07-26 13:40:53 omfg! 2017-07-26 13:41:00 grrr 2017-07-26 13:41:52 seems latest is .335 2017-07-26 13:41:58 i scrolled too much down 2017-07-26 13:42:10 they dont officially state the current version? 2017-07-26 13:44:19 eh, pardon, yes, 335 2017-07-26 16:11:33 kaniini: do we _really_ want to start splitting openrc runscripts _now_? 2017-07-26 16:11:58 my paymasters say yes 2017-07-26 16:12:05 kaniini: your WHAT?! 2017-07-26 16:12:25 kaniini: have you discussed it with ncopa? 2017-07-26 16:13:25 yes, actually the concept of splitting was discussed and consensus was reached that it wasn't a terrible idea. 2017-07-26 16:30:53 (to clarify my paymasters say they want openrc split in Adelie, they have no opinion on what Alpine does) 2017-07-26 16:43:55 kaniini: who are your paymasters? 2017-07-26 16:44:33 well technically i am the one doing the paying 2017-07-26 16:44:40 ? 2017-07-26 16:44:53 like you pay yourself…? o.O 2017-07-26 16:44:55 but adelie is basically a distribution we developed for our own internal use 2017-07-26 16:45:04 to support our infrastructure 2017-07-26 16:45:10 because freebsd went completely bonkers 2017-07-26 16:45:12 i thought that it’s one-girl show 2017-07-26 16:45:19 according to commit history in Adélie repository 2017-07-26 16:45:20 that girl works for me :) 2017-07-26 16:45:32 wow 2017-07-26 16:45:41 interesting 2017-07-26 16:45:49 can I work for you too? ;) 2017-07-26 16:45:54 so effectively using adelie as an experimental branch for larger, sweeping changes? 2017-07-26 16:45:57 we try to do most work directly in alpine instead of in adelie 2017-07-26 16:46:17 adelie largely is the "backup plan" 2017-07-26 16:46:19 <^7heo> upstream all the fixes. 2017-07-26 16:46:30 <^7heo> which is the attitude of alpine too, afaik 2017-07-26 16:46:53 originally, adelie was based on gentoo as a backup plan to if alpine were to fail 2017-07-26 16:47:07 but gentoo seems to have serious troubles 2017-07-26 16:47:13 so we switched to being an alpine consumer 2017-07-26 16:47:31 which makes more sense anyway because if we need to, we can just crossgrade our alpine servers to adelie (which we plan to do anyway) 2017-07-26 16:48:28 jirutka: maybe in future. right now i just purged a few tech bros and i'm not looking to hire anyone right now 2017-07-26 16:48:55 kaniini: okay, so let me know when the situation change ; 2017-07-26 16:48:56 )) 2017-07-26 21:54:24 jirutka: ^ 2017-07-28 22:29:46 algitbot: retry master 2017-07-29 02:07:11 apk-tools:master [passed] |A. Wilcox| index: Only rewrite arch if no error is encountered | https://travis-ci.org/alpinelinux/apk-tools/builds/258777048 2017-07-29 19:21:15 nmeum: could you please fix these broken builds? ^ 2017-07-29 19:21:23 you mean libpng? 2017-07-29 19:22:05 jirutka: ^ 2017-07-29 19:22:21 nmeum: yes 2017-07-29 19:23:12 it seems that it’s only libpng, s390x failures are unrelated, there’s more broken things for longer time 2017-07-29 19:23:51 libpng builds fine on x86 and x86_64 it only fails on armhf and aarch64 2017-07-29 19:24:08 forgot to join 2017-07-29 19:24:16 yes, but previous version was fine, so there’s probably something wrong in this release 2017-07-29 19:25:14 Assembler messages: arm/../pngpriv.h:476: Error: bad instruction `typedef unsigned long png_ptruint'; Shiz , do you have some idea? 2017-07-29 19:25:32 it's trying to process a C file as if it were assembly 2017-07-29 19:25:38 or rather a header file 2017-07-29 19:25:38 huh 2017-07-29 19:25:48 probably I was looking into it but I don't haven an arm machine at hand currently which makes it hard to fix this 2017-07-29 19:25:57 i understand 2017-07-29 19:26:00 I could just revert the upgrade for now 2017-07-29 19:28:05 libpng 1.6.31 seems to fix this 2017-07-29 19:28:33 however as I said above a) I couldn't test this and b) libpng-apng isn't available for that version yet 2017-07-29 19:28:48 i see notice on http://www.libpng.org/pub/png/libpng.html 2017-07-29 19:30:29 hm, quite confusing, 1.6.31 is already relased, but not mentioned on homepage https://sourceforge.net/projects/libpng/files/libpng16/1.6.31/ 2017-07-29 19:30:59 nmeum: what is libpng-apng? 2017-07-29 19:31:22 a patchset for libpng to support the apng format 2017-07-29 19:31:28 apng are animated pngs 2017-07-29 19:31:35 *apngs 2017-07-29 19:31:44 aha 2017-07-29 19:32:03 i see 2017-07-29 19:33:02 well, then it’d be probably better to revert the upgrade until libpng-apng for 1.6.31 is released 2017-07-29 19:33:57 ok, will do so 2017-07-29 19:34:27 thanks 2017-07-29 19:37:07 there you go 2017-07-29 19:37:33 nice desu