00:13
freakazoid0223 has joined #qi-hardware
00:34
xiangfu has joined #qi-hardware
00:53
freemor has joined #qi-hardware
01:02
urandom__ has quit [Quit: Konversation terminated!]
01:04
freemor is now known as freemor
01:04
emeb has quit [Quit: Leaving.]
01:08
freemor is now known as Freemor
01:12
Freemor has left #qi-hardware [#qi-hardware]
01:48
aisa has joined #qi-hardware
02:01
nikescar has quit [Read error: Connection reset by peer]
02:03
scientes has quit [Ping timeout: 245 seconds]
02:59
aisa has quit [Quit: leaving]
03:04
DocScrutinizer05 has quit [Disconnected by services]
03:04
DocScrutinizer06 has joined #qi-hardware
03:35
Fallenou has quit [Ping timeout: 260 seconds]
04:04
wolfspraul has quit [Ping timeout: 260 seconds]
04:04
wolfspraul has joined #qi-hardware
04:54
<
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:55
<
kyak >
mirko: for your info, please have a look when you have some time..
04:57
guanucoluis has joined #qi-hardware
04:58
DocScrutinizer06 is now known as DocScrutinizer05
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:11
LunaVorax has joined #qi-hardware
05:12
pabs3 has quit [Quit: Don't rest until all the world is paved in moss and greenery.]
05:15
<
kyak >
oh, i wish all fallouts were so easy to fix..
05:17
pabs3 has joined #qi-hardware
05:23
guanucoluis has quit [Ping timeout: 246 seconds]
05:30
<
kyak >
Package libzip is missing dependencies for the following libraries: libz.so.1 (This stone goes to upstream OpenWrt :)
05:31
<
kyak >
intersting though that libzip sure has +zlib in DEPENDS
05:37
<
kyak >
ah, we have our own libzip..
05:43
<
kyak >
hm.. what's that '+' before $(MAKE) in Host/Compile/Default in include/host-build.mk? yeilds an error "+make command not found"
05:45
<
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:53
xiangfu has quit [Ping timeout: 245 seconds]
06:10
LunaVorax has quit [Ping timeout: 246 seconds]
06:28
jekhor has joined #qi-hardware
06:55
jekhor has quit [Ping timeout: 265 seconds]
07:14
xiangfu has joined #qi-hardware
07:17
<
xiangfu >
thanks kyak, more packages come back. great.
07:19
<
kyak >
and also soem discussion on #openwrt
07:27
jekhor has joined #qi-hardware
07:36
<
kyak >
damn, i never realized how many deps we miss
07:39
kristoffer has joined #qi-hardware
07:43
<
xiangfu >
kyak, about host-compile(+). is that because the $(call ...) ?
07:43
<
kyak >
no, it's because of '+' in front of $(MAKE)
07:44
<
kyak >
this problem doesn't happen in all packages which require host-compile, though
07:44
<
kyak >
so it's double strange
07:45
<
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:46
<
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:47
<
xiangfu >
sorry. what 'export"?
07:49
<
xiangfu >
oh. I saw the export.
07:50
<
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:51
<
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:52
<
kyak >
but i'm glad qt4 packages built well.. i don't know yet if they work on Ben though :)
07:56
<
kyak >
xiangfu: do we still host a downlaod mirror?
07:57
<
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:58
<
kyak >
wej: what would you say?
07:58
<
xiangfu >
kyak, not in downloads.qi-hardware.com. I delete that mirror.
07:58
<
wej >
kyak, hey there. just go for the latest version, despite the beta in its name. it actually is pretty stable
07:59
jekhor has quit [Ping timeout: 252 seconds]
08:04
<
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:12
<
xiangfu >
kyak, great. you got another apple now. :-D
08:16
<
kyak >
xiangfu: so it's not need after all (the export)?
08:17
<
xiangfu >
kyak, yes. I saw the openwrt already have that export.
08:17
<
xiangfu >
kyak, it compile find after remove those lines.
08:19
<
xiangfu >
what david is try to overwrite, openwrt is try to append. anyway. it compile fine here. :)
08:22
<
kyak >
xiangfu: another package i uninstalled is emacs, couldn't download the tarball..
08:23
<
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:24
<
xiangfu >
kyak, after download emacs. you may meet that problem. emacs depends on qemu-host.
08:26
<
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:32
<
kyak >
xiangfu: having problem with pangomm
08:33
<
kyak >
for some reason it thinks that i requested to build documentation
08:36
<
xiangfu >
kyak, 'CONFIGURE_ARGS+= --disable-documentation' should be 'TARGET_CONFIGURE_ARGS+= --disable-documentation'
08:37
<
kyak >
xiangfu: doesn't help.. i see that --disable-documentation is passed to configure
08:37
<
kyak >
the problem must be in configure itself
09:14
<
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:15
<
kyak >
would be better to fix the source, of course
09:23
<
xiangfu >
the buildhost compile pangomm fine. let's wait how buildhost going. if buildhost also meet that problem. I will apply your patch.
09:24
<
kyak >
it still indicates a bug
09:24
mirko has quit [Quit: leaving]
09:24
mirko has joined #qi-hardware
09:29
<
kyak >
xiangfu: uninstalling ikog, can't fetch tarball
09:41
<
kyak >
the fix was trivial..
09:41
<
kyak >
also no new version for a long time
09:47
<
kyak >
jfbterm dl url is also broken
09:48
<
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:52
<
kyak >
i'm amused with how easy people/companies change things in release tarballs
09:53
<
kyak >
liek they've never heard of QA
09:54
<
viric >
well, 'that' QA, whether it works for openwrt, is out of their scope, no?
09:56
<
kyak >
in terms that they don't care, yes
09:58
<
viric >
well, it's gentle to keep old download urls though
09:59
<
kyak >
it is also "gentle" to change a version number, if you change something related to the current release
10:00
<
viric >
is this ikog nice though?
10:01
<
kyak >
it's insane to have jfbterm 0.4.7 - one with local exploit, another oen without
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:02
<
kyak >
never tried ikog :)
10:04
<
viric >
maybe you should say that to the jfbterm maintainer
10:04
<
viric >
But I'd be lazy to do that.
10:05
<
kyak >
viric: the release is as old as 2005, the author probably doesn't care
10:07
<
viric >
but who then replaced the tarball on 0.4.7? Who released 0.4.7?
10:10
<
kyak >
who knows.. ):
10:29
Jurting has quit [Ping timeout: 260 seconds]
10:30
Jurting has joined #qi-hardware
10:37
zedstar_ has joined #qi-hardware
10:38
zedstar_ has quit [Client Quit]
10:38
Jurting has quit [Ping timeout: 245 seconds]
10:41
ChanServ has quit [*.net *.split]
10:41
mth has quit [*.net *.split]
10:41
rodgort has quit [*.net *.split]
10:41
lindi- has quit [*.net *.split]
10:41
freakazoid0223 has quit [*.net *.split]
10:41
xiangfu has quit [*.net *.split]
10:41
pabs3 has quit [*.net *.split]
10:41
lekernel has quit [*.net *.split]
10:41
paroneayea has quit [*.net *.split]
10:41
zedstar has quit [*.net *.split]
10:41
gdm has quit [*.net *.split]
10:41
roh has quit [*.net *.split]
10:45
paul_boddie has joined #qi-hardware
10:45
xiangfu has joined #qi-hardware
10:45
freakazoid0223 has joined #qi-hardware
10:45
lekernel has joined #qi-hardware
10:45
ChanServ has joined #qi-hardware
10:45
pabs3 has joined #qi-hardware
10:45
roh has joined #qi-hardware
10:45
lindi- has joined #qi-hardware
10:45
mth has joined #qi-hardware
10:45
paroneayea has joined #qi-hardware
10:45
rodgort has joined #qi-hardware
10:45
gdm has joined #qi-hardware
11:12
zedstar has joined #qi-hardware
11:51
urandom__ has joined #qi-hardware
11:55
cladamw has joined #qi-hardware
11:57
jekhor has joined #qi-hardware
12:09
dandon has quit [Ping timeout: 260 seconds]
12:11
dandon has joined #qi-hardware
12:44
jekhor has quit [Ping timeout: 256 seconds]
12:51
erikkugel has joined #qi-hardware
13:22
Jurting has joined #qi-hardware
13:22
urandom__ has quit [Quit: Konversation terminated!]
13:26
Hoolxi has joined #qi-hardware
13:26
Openfree has joined #qi-hardware
13:28
Hoolxi has quit [Remote host closed the connection]
13:42
xiangfu has quit [Ping timeout: 245 seconds]
13:52
Openfree has quit [Remote host closed the connection]
14:00
xiangfu has joined #qi-hardware
14:05
cladamw has quit [Quit: Ex-Chat]
14:08
xiangfu has quit [Quit: Leaving]
14:38
aisa has joined #qi-hardware
14:48
heberth has joined #qi-hardware
15:03
wolfspraul has quit [Read error: Connection reset by peer]
15:04
wolfspraul has joined #qi-hardware
15:08
heberth has quit [Quit: leaving]
16:00
emeb has joined #qi-hardware
16:20
heberth has joined #qi-hardware
16:32
jekhor has joined #qi-hardware
16:38
Fallenou has joined #qi-hardware
16:56
lekernel has quit [Ping timeout: 245 seconds]
17:43
LunaVorax has joined #qi-hardware
18:02
heberth has quit [Quit: leaving]
19:21
LunaVorax has quit [Read error: No route to host]
19:43
emeb has quit [Quit: Leaving.]
20:14
kristoffer has quit [Quit: Leaving]
20:41
infobot has quit [Quit: cyal8r]
20:42
infobot has joined #qi-hardware
21:00
erikkugel has left #qi-hardware [#qi-hardware]
21:29
jekhor has quit [Read error: Operation timed out]
22:26
<
DocScrutinizer05 >
what's the name of this ultra lean http server?
22:26
<
DocScrutinizer05 >
wpwrak: ^^^
22:27
<
DocScrutinizer05 >
tomcat?
22:30
emeb has joined #qi-hardware
22:31
<
kristianpaul >
lighttpd? :-)
22:35
<
DocScrutinizer05 >
yeah probably, thanks
22:38
<
wpwrak >
anti-web ? in its lightest form (version 3) called awhttpd
22:39
<
wpwrak >
lean enough that one can review the code in just a couple of hours
22:41
<
wpwrak >
(i did, of course. and it got safer as a result :)
22:46
<
kristianpaul >
safer means no cgi? :-)
22:58
<
wpwrak >
yeah, among other things
22:58
<
wpwrak >
static content rules :)
23:08
<
DocScrutinizer05 >
hi werner!
23:09
<
DocScrutinizer05 >
wpwrak: any URL to get your security-audited source of aw?
23:11
<
DocScrutinizer05 >
hmm, answers seems "every 30min"
23:13
urandom__ has joined #qi-hardware
23:14
<
DocScrutinizer05 >
~logs
23:15
<
DocScrutinizer05 >
OMG
23:15
<
DocScrutinizer05 >
2 days old
23:47
heberth has joined #qi-hardware
23:54
heberth has quit [Quit: leaving]