| kyak | xiangfu: hi, i had to use this patch to make qt4 build: https://gist.github.com/3874950. Also i had to disable CONFIG_PACKAGE_qt4-drivers-mouse-tslibmousedriver (this qt4 package has bigger problems.. since it's not needed for us, i just disabled for now) | 04:54 |
|---|---|---|
| kyak | xiangfu: you can read the log from yesterday for more info/// | 04:54 |
| xiangfu | kyak, great. thanks. | 04:54 |
| kyak | mirko: for your info, please have a look when you have some time.. | 04:55 |
| qi-bot | [commit] kyak: config.full_system: disable qt4-drivers-mouse-tslibmousedriver (master) http://qi-hw.com/p/openwrt-packages/e2c6b99 | 05:01 |
| qi-bot | [commit] kyak: aewan: fix missing dependency (master) http://qi-hw.com/p/openwrt-packages/900e61a | 05:01 |
| qi-bot | [commit] kyak: alsa-lib: fix missing dependencies (master) http://qi-hw.com/p/openwrt-packages/bcea1d4 | 05:07 |
| kyak | wow, i love this new built-in check for missing dependencies! | 05:07 |
| kyak | better find out during build then when testing on target | 05:07 |
| xiangfu | yes. | 05:08 |
| qi-bot | [commit] kyak: liballegro-utils: fix missing deps (master) http://qi-hw.com/p/openwrt-packages/0a3529e | 05:14 |
| kyak | oh, i wish all fallouts were so easy to fix.. | 05:15 |
| qi-bot | [commit] kyak: ase: fix missing dependency (master) http://qi-hw.com/p/openwrt-packages/896375b | 05:27 |
| kyak | Package libzip is missing dependencies for the following libraries: libz.so.1 (This stone goes to upstream OpenWrt :) | 05:30 |
| kyak | intersting though that libzip sure has +zlib in DEPENDS | 05:31 |
| kyak | ah, we have our own libzip.. | 05:37 |
| qi-bot | [commit] kyak: libzip: now in upstream openwrt (master) http://qi-hw.com/p/openwrt-packages/cb4f985 | 05:39 |
| kyak | hm.. what's that '+' before $(MAKE) in Host/Compile/Default in include/host-build.mk? yeilds an error "+make command not found" | 05:43 |
| kyak | this is a recent change, says "build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems" | 05:45 |
| qi-bot | [commit] kyak: catdoc: update download url (master) http://qi-hw.com/p/openwrt-packages/d068460 | 06:08 |
| qi-bot | [commit] kyak: centerim: fix missing deps (master) http://qi-hw.com/p/openwrt-packages/39c6d86 | 06:30 |
| qi-bot | [commit] kyak: climm: add missing dependency (master) http://qi-hw.com/p/openwrt-packages/2e79041 | 06:45 |
| qi-bot | [commit] kyak: centerim5: update to latest git, add translation files (master) http://qi-hw.com/p/openwrt-packages/e6ca5ea | 07:04 |
| qi-bot | [commit] kyak: config.full_system: add centerim5 (master) http://qi-hw.com/p/openwrt-packages/2b84973 | 07:04 |
| qi-bot | [commit] kyak: libpurple: update to 2.10.6 (master) http://qi-hw.com/p/openwrt-packages/aa40dd3 | 07:04 |
| qi-bot | [commit] kyak: cxxtools: add missing deps (master) http://qi-hw.com/p/openwrt-packages/aa85997 | 07:15 |
| xiangfu | thanks kyak, more packages come back. great. | 07:17 |
| kyak | xiangfu: strange thing with host-compile.. see this bug: https://dev.openwrt.org/ticket/12308 | 07:19 |
| kyak | and also soem discussion on #openwrt | 07:19 |
| qi-bot | [commit] kyak: fbida: fix missing deps (master) http://qi-hw.com/p/openwrt-packages/74c8869 | 07:35 |
| kyak | damn, i never realized how many deps we miss | 07:36 |
| qi-bot | [commit] kyak: gcal: fixing missing dependency (master) http://qi-hw.com/p/openwrt-packages/ea2d93f | 07:42 |
| xiangfu | kyak, about host-compile(+). is that because the $(call ...) ? | 07:43 |
| kyak | no, it's because of '+' in front of $(MAKE) | 07:43 |
| kyak | this problem doesn't happen in all packages which require host-compile, though | 07:44 |
| kyak | so it's double strange | 07:44 |
| kyak | for now this only affected gforth | 07:45 |
| xiangfu | kyak, I mean the $(call, XXX) will pass the '+make' to bash. (I don't know the detail of $(call)) | 07:45 |
| kyak | yep, that's right | 07:45 |
| xiangfu | make can handle the "+command" as "command" but bash cannot do that. | 07:46 |
| kyak | so you think this is because of that trick with "export" ? | 07:46 |
| xiangfu | sorry. what 'export"? | 07:47 |
| xiangfu | oh. I saw the export. | 07:49 |
| kyak | do you also see the '+' in host-build.mk? | 07:50 |
| xiangfu | kyak, you can try remove that export. see what is going on | 07:50 |
| kyak | yep, i thought about it.. don't know the consequencies | 07:50 |
| kyak | David had it there for a reason, i suppose :) | 07:51 |
| kyak | i uninstalled gforth for now, there are many other packages left to fix. | 07:51 |
| xiangfu | sure. | 07:51 |
| kyak | but i'm glad qt4 packages built well.. i don't know yet if they work on Ben though :) | 07:52 |
| kyak | xiangfu: do we still host a downlaod mirror? | 07:56 |
| kyak | i think wejp decided to remove gmu 0.7.2 from his site :) | 07:57 |
| kyak | we should update to the latest version, but it has "beta" in it, so i'm not sure | 07:57 |
| kyak | wej: what would you say? | 07:58 |
| xiangfu | kyak, not in downloads.qi-hardware.com. I delete that mirror. | 07:58 |
| xiangfu | kyak, but there is another one : http://fidelio.qi-hardware.com/~xiangfu/dl/ | 07:58 |
| wej | kyak, hey there. just go for the latest version, despite the beta in its name. it actually is pretty stable | 07:58 |
| kyak | xiangfu: ok | 08:03 |
| kyak | wej: ok, i'll have a look into updating to 0.8 then | 08:04 |
| kyak | so far fixing the "low hanging fruits", as wolfgang likes to say :) | 08:04 |
| wej | :) | 08:04 |
| qi-bot | [commit] kyak: gnuchess: add missing deps (master) http://qi-hw.com/p/openwrt-packages/9ea8452 | 08:08 |
| xiangfu | kyak, great. you got another apple now. :-D | 08:12 |
| qi-bot | [commit] Xiangfu: gforth: fix 'bash: +make: command not found', more info: https://dev.openwrt.org/changeset/33523 (master) http://qi-hw.com/p/openwrt-packages/1e9f2d2 | 08:14 |
| kyak | xiangfu: so it's not need after all (the export)? | 08:16 |
| xiangfu | kyak, yes. I saw the openwrt already have that export. | 08:17 |
| xiangfu | kyak, it compile find after remove those lines. | 08:17 |
| kyak | nice ! | 08:18 |
| xiangfu | what david is try to overwrite, openwrt is try to append. anyway. it compile fine here. :) | 08:19 |
| qi-bot | [commit] kyak: gnuplot-gfx: fix missing deps (master) http://qi-hw.com/p/openwrt-packages/17006a2 | 08:20 |
| kyak | xiangfu: another package i uninstalled is emacs, couldn't download the tarball.. | 08:22 |
| kyak | i figured we should update to a recent version, but i don't use it, so.. | 08:23 |
| xiangfu | kyak, I have qemu-host build problem. | 08:23 |
| xiangfu | kyak, I uninstall both emacs and qemu-host. | 08:23 |
| kyak | xiangfu: i didn't reach qemu-host yet | 08:23 |
| xiangfu | kyak, after download emacs. you may meet that problem. emacs depends on qemu-host. | 08:24 |
| kyak | ah! | 08:24 |
| xiangfu | kyak, you can found the packages at here: http://fidelio.qi-hardware.com/~xiangfu/dl/emacs-23.2.tar.gz :) | 08:25 |
| kyak | ok :) i clean up my dl/ from time to time.. to remove older tarballs and make sure download urls are still working | 08:26 |
| xiangfu | kyak, sound good. | 08:26 |
| kyak | xiangfu: having problem with pangomm | 08:32 |
| kyak | for some reason it thinks that i requested to build documentation | 08:33 |
| xiangfu | kyak, 'CONFIGURE_ARGS+= --disable-documentation' should be 'TARGET_CONFIGURE_ARGS+= --disable-documentation' | 08:36 |
| kyak | xiangfu: doesn't help.. i see that --disable-documentation is passed to configure | 08:37 |
| kyak | the problem must be in configure itself | 08:37 |
| xiangfu | ok. | 08:39 |
| kyak | xiangfu: i removed PKG_FIXUP:=libtool from pangomm Makefile, it helped | 09:14 |
| kyak | seems that source files for configure are not correct | 09:14 |
| kyak | would be better to fix the source, of course | 09:15 |
| xiangfu | the buildhost compile pangomm fine. let's wait how buildhost going. if buildhost also meet that problem. I will apply your patch. | 09:23 |
| kyak | ok | 09:24 |
| kyak | it still indicates a bug | 09:24 |
| kyak | xiangfu: uninstalling ikog, can't fetch tarball | 09:29 |
| qi-bot | [commit] kyak: jbig2dec: add missing deps (master) http://qi-hw.com/p/openwrt-packages/9669f66 | 09:31 |
| qi-bot | [commit] kyak: ikog: fix dl url (master) http://qi-hw.com/p/openwrt-packages/cb5dc98 | 09:40 |
| kyak | the fix was trivial.. | 09:41 |
| kyak | also no new version for a long time | 09:41 |
| kyak | jfbterm dl url is also broken | 09:47 |
| kyak | the repo doesn't exist on SF anymore.. it's on sourceforge.jp | 09:48 |
| kyak | i'm not sure because the md5sum of the file has changed | 09:48 |
| kyak | and change log says "fix local exploit" | 09:48 |
| kyak | to the hell with jfbterm | 09:48 |
| kyak | fbterm is much better anyways | 09:48 |
| viric | :) | 09:50 |
| kyak | i'm amused with how easy people/companies change things in release tarballs | 09:52 |
| kyak | liek they've never heard of QA | 09:53 |
| viric | well, 'that' QA, whether it works for openwrt, is out of their scope, no? | 09:54 |
| kyak | in terms that they don't care, yes | 09:56 |
| viric | well, it's gentle to keep old download urls though | 09:58 |
| kyak | it is also "gentle" to change a version number, if you change something related to the current release | 09:59 |
| viric | also. | 10:00 |
| viric | is this ikog nice though? | 10:00 |
| kyak | it's insane to have jfbterm 0.4.7 - one with local exploit, another oen without | 10:01 |
| viric | hehe | 10:01 |
| kyak | also the main page states thsat the latest release in 0.4.3 | 10:01 |
| kyak | that's why i said to the hell with jfbterm, it's no quality | 10:01 |
| kyak | never tried ikog :) | 10:02 |
| viric | maybe you should say that to the jfbterm maintainer | 10:04 |
| viric | But I'd be lazy to do that. | 10:04 |
| qi-bot | [commit] kyak: libgc: add missing deps (master) http://qi-hw.com/p/openwrt-packages/7d7b76c | 10:05 |
| kyak | viric: the release is as old as 2005, the author probably doesn't care | 10:05 |
| viric | ok | 10:07 |
| viric | but who then replaced the tarball on 0.4.7? Who released 0.4.7? | 10:07 |
| kyak | who knows.. ): | 10:10 |
| viric | ah | 10:11 |
| viric | magic | 10:11 |
| viric | .) | 10:11 |
| qi-bot | [commit] kyak: mcabber: add missing dep (master) http://qi-hw.com/p/openwrt-packages/3e9c1e8 | 10:46 |
| qi-bot | [commit] kyak: libggi: fix missing dep (master) http://qi-hw.com/p/openwrt-packages/c03fef4 | 10:46 |
| qi-bot | [commit] kyak: netsurf libs: update dl urls (master) http://qi-hw.com/p/openwrt-packages/ff92cbb | 10:47 |
| qi-bot | [commit] kyak: mplayer: add missing dep (master) http://qi-hw.com/p/openwrt-packages/674e23b | 11:59 |
| qi-bot | [commit] kyak: mupdf: update dl url (master) http://qi-hw.com/p/openwrt-packages/7632204 | 12:14 |
| qi-bot | [commit] kyak: ncmpc: fix missing deps (master) http://qi-hw.com/p/openwrt-packages/c71bdca | 13:05 |
| qi-bot | [commit] kyak: ne: bump version (master) http://qi-hw.com/p/openwrt-packages/dfc4ca6 | 13:09 |
| qi-bot | [commit] kyak: nethack: fix missing deps (master) http://qi-hw.com/p/openwrt-packages/4209529 | 13:19 |
| qi-bot | [commit] kyak: netsurf: update dl url (master) http://qi-hw.com/p/openwrt-packages/f12a381 | 13:46 |
| qi-bot | [commit] kyak: octave: update dl url (master) http://qi-hw.com/p/openwrt-packages/9b29c23 | 13:50 |
| qi-bot | [commit] kyak: octave: add missing deps (master) http://qi-hw.com/p/openwrt-packages/706b268 | 17:03 |
| qi-bot | [commit] kyak: pygame: fix missing deps (master) http://qi-hw.com/p/openwrt-packages/615308e | 17:33 |
| qi-bot | [commit] kyak: qball: update to version 1.4 (master) http://qi-hw.com/p/openwrt-packages/3e39065 | 17:41 |
| qi-bot | [commit] kyak: quickcalc: update to version 1.28 (master) http://qi-hw.com/p/openwrt-packages/3612517 | 17:44 |
| qi-bot | [commit] kyak: sdcv: fix dl url and deps (master) http://qi-hw.com/p/openwrt-packages/73b7cbc | 17:51 |
| qi-bot | [commit] kyak: supertux: fix missing deps (master) http://qi-hw.com/p/openwrt-packages/b0be67f | 18:01 |
| qi-bot | [commit] kyak: tempest-for-eliza: fix missing deps (master) http://qi-hw.com/p/openwrt-packages/b2172c6 | 18:03 |
| qi-bot | [commit] kyak: units: fix missing deps (master) http://qi-hw.com/p/openwrt-packages/4ecd78c | 18:52 |
| qi-bot | [commit] kyak: vitetris: fix missing deps (master) http://qi-hw.com/p/openwrt-packages/370a498 | 18:54 |
| qi-bot | [commit] kyak: w3m: fix missing deps (master) http://qi-hw.com/p/openwrt-packages/08ed344 | 18:57 |
| qi-bot | [commit] kyak: xz: fix missing deps (master) http://qi-hw.com/p/openwrt-packages/f80247e | 19:02 |
| DocScrutinizer05 | what's the name of this ultra lean http server? | 22:26 |
| DocScrutinizer05 | wpwrak: ^^^ | 22:26 |
| DocScrutinizer05 | tomcat? | 22:27 |
| kristianpaul | lighttpd? :-) | 22:31 |
| DocScrutinizer05 | yeah probably, thanks | 22:35 |
| wpwrak | anti-web ? in its lightest form (version 3) called awhttpd | 22:38 |
| wpwrak | lean enough that one can review the code in just a couple of hours | 22:39 |
| wpwrak | (i did, of course. and it got safer as a result :) | 22:41 |
| kristianpaul | hmm | 22:46 |
| kristianpaul | safer means no cgi? :-) | 22:46 |
| wpwrak | yeah, among other things | 22:58 |
| wpwrak | static content rules :) | 22:58 |
| DocScrutinizer05 | hi werner! | 23:08 |
| DocScrutinizer05 | wpwrak: any URL to get your security-audited source of aw? | 23:09 |
| DocScrutinizer05 | btw how (in)frequntly will qibot update the http://en.qi-hardware.com/irclogs/latest.log.html ? | 23:11 |
| DocScrutinizer05 | hmm, answers seems "every 30min" | 23:11 |
| DocScrutinizer05 | ~logs | 23:14 |
| infobot | All conversations are logged to http://infobot.rikers.org/%23qi%2dhardware/ Lines starting with spaces are not logged. Logs are updated daily. | 23:14 |
| DocScrutinizer05 | OMG | 23:15 |
| DocScrutinizer05 | 2 days old | 23:15 |
| wpwrak | DocScrutinizer05: my fixes are in the regular awhttpd sources, http://www.hcsw.org/awhttpd/ http://www.hcsw.org/awhttpd/awhttpd-3.0.8.tgz | 23:43 |
| --- Sat Oct 13 2012 | 00:00 | |
Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!