| xiangfu | C-Keen: Hi, is your nanonote work again? | 04:23 |
|---|---|---|
| tuxbrain | kyak xiangfu: building image following http://en.qi-hardware.com/wiki/Building_Software_Image fails on gtkhtml | 06:28 |
| tuxbrain | checking for GTKHTML... configure: error: Package requirements (gtk+-2.0 >= 2.16.0 enchant gconf-2.0 iso-codes) were not met: | 06:28 |
| tuxbrain | No package 'enchant' found | 06:29 |
| tuxbrain | No package 'iso-codes' found | 06:29 |
| tuxbrain | n -s data/qi_lb60/files 00:24 | 06:30 |
| tuxbrain | doesn't work, there is no "data" dir in openwrt-xburst | 06:30 |
| tuxbrain | kyak xiangfu: building image following http://en.qi-hardware.com/wiki/Building_Software_Image fails on gtkhtml | 06:30 |
| tuxbrain | checking for GTKHTML... configure: error: Package requirements (gtk+-2.0 >= 2.16.0 enchant gconf-2.0 iso-codes) were not met: 07:26 | 06:30 |
| tuxbrain | No package 'enchant' found 07:26 | 06:30 |
| tuxbrain | No package 'iso-codes' found 07:26 | 06:30 |
| kyak | tuxbrain: seems that you are not using the latest openwrt feeds | 06:32 |
| kyak | i remember this error, it had been fixed | 06:32 |
| kyak | tuxbrain: edit your feeds.conf and drop the trailing "@..." | 06:34 |
| kyak | this way you will use the latest fedes rather then stick some specific svn revision | 06:35 |
| kyak | you are using @25513 | 06:36 |
| kyak | and this bug was fixed in @25949 :) | 06:36 |
| kyak | (don't forget to run make package/symlinks after that) | 06:37 |
| xMff | kyak: hi, any outstanding issues with the migration to trunk? | 06:38 |
| kyak | xMff: oh, hi! i've sent an e-mail to ML here: | 06:39 |
| kyak | http://lists.en.qi-hardware.com/pipermail/discussion/2011-March/007603.html | 06:39 |
| kyak | basically, it's not so bad at all | 06:39 |
| kyak | most apps build and run fine | 06:39 |
| xMff | ah the binutils and ncruses tickets | 06:41 |
| xMff | I'll check them later today | 06:41 |
| kyak | yep | 06:41 |
| kyak | there is also 9047 ticket | 06:41 |
| kyak | but it is related to backfire | 06:41 |
| xMff | did you test the last patch in #9048 ? | 06:41 |
| kyak | yeah, i was the anonymous proposer :) | 06:42 |
| xMff | ah | 06:42 |
| tuxbrain | xiangfu then what should had to be changed in http://en.qi-hardware.com/wiki/Building_Software_Image? due I'm making a fresh git checkout | 06:48 |
| xMff | kyak: I committed #9044 and #9048 | 06:49 |
| kyak | xMff: thanks! | 06:51 |
| xiangfu | tuxbrain: we have move the 'data/' folder to one package. | 06:52 |
| xiangfu | tuxbrain: I will update the wiki page now. | 06:52 |
| kyak | xMff: while you are here, i wanted to mention one more thing: | 06:53 |
| kyak | $ ./staging_dir/target-mipsel_uClibc-0.9.32/usr/bin/perl -e "print join(' ', @INC)" | 06:53 |
| kyak | /usr/local/lib/perl5/5.10.0/i686-linux /usr/local/lib/perl5/5.10.0 /usr/local/lib/perl5/site_perl/5.10.0/i686-linux /usr/local/lib/perl5/site_perl/5.10.0 . | 06:53 |
| kyak | xMff: don't you think it's weird? | 06:53 |
| xMff | kyak: I never actually built perl on openwrt yet but I think its config.pm must be patched | 06:53 |
| kyak | it's causing compilation problems for packages that find perl in stagind_dir | 06:53 |
| kyak | cause perl is not able to find it's own modules | 06:53 |
| kyak | for exmaple, if i build plplot, then perl, it's OK. But if i build perl, then plplot, then plplot fails to build :) | 06:55 |
| xMff | I see | 06:56 |
| kyak | i tried to have a look, but there was no fast solution. Then i marked plplot as BROKEN :) | 06:57 |
| xMff | I think the perl binary sources its @INC from config.pm | 06:57 |
| kyak | yeah, and config.pm is generated at build time.. | 06:58 |
| xMff | I think the generated one is not even used | 06:58 |
| xMff | but the system wide one | 06:58 |
| kyak | in feeds/packages/lang/perl/perlmod.mk, there is PERL_LIB := $(STAGING_DIR)/usr/lib/perl5/5.10. It is later passed to configure | 06:59 |
| kyak | so it's really weird | 06:59 |
| kyak | that it is missed at some point later | 06:59 |
| xiangfu | tuxbrain: I will split them to two parts. 1. build release image. 2. build last git commit | 06:59 |
| xMff | kyak: can you locate the config.pm in your staging_dir qand upload it? | 06:59 |
| kyak | staging_dir/target-mipsel_uClibc-0.9.32/usr/lib/perl5/5.10/Config.pm is at http://dpaste.com/523410/ | 07:00 |
| xMff | ok | 07:01 |
| xMff | now please try this: | 07:01 |
| xMff | PERL5LIB=staging_dir/target-mipsel_uClibc-0.9.32/usr/lib/perl5/5.10/ ./staging_dir/target-mipsel_uClibc-0.9.32/usr/bin/perl -e "print join(' ', @INC)" | 07:01 |
| kyak | the stagind_dir is prepended to @INC | 07:03 |
| kyak | (btw, this is the hack used by xiangfu to build plplot :) | 07:03 |
| xMff | I think we should put a wrapper perl in staging_dir | 07:04 |
| kyak | sounds goof | 07:05 |
| kyak | *good | 07:05 |
| xMff | you said it prepended @INC, so there still was /usr/local stuff in it? | 07:05 |
| kyak | yep | 07:05 |
| xMff | can you run strings on the binary and see if those paths are coded in? | 07:06 |
| kyak | yep | 07:06 |
| kyak | hardcoded :) | 07:06 |
| xMff | ok | 07:07 |
| xMff | so we have to trac that down | 07:07 |
| xMff | +k | 07:07 |
| kyak | have to go now.. see you later! | 07:09 |
| xMff | bye | 07:09 |
| xiangfu | http://en.qi-hardware.com/wiki/Building_Software_Image#Building_OpenWrt_base_on_release_files | 07:28 |
| xiangfu | http://en.qi-hardware.com/wiki/Building_Software_Image#Building_OpenWrt_on_last_git_commmit | 07:28 |
| xiangfu | tuxbrain: ^ | 07:28 |
| tuxbrain | thanks xianfu, I will test procedures once the build I runing right now (wich I guess is a mixture of both :P) finish :), I need a full toolchain with qt, if the mixture brings it to me I will be fine :) | 07:43 |
| Jay7 | http://blog.webmproject.org/2011/03/introducing-anthill-first-vp8-hardware.html | 09:47 |
| viric | ah great news | 10:09 |
| kristianpaul | Jay7: Can you request the hardware HDL part? | 10:58 |
| kristianpaul | i mean RTL source code | 10:59 |
| kristianpaul | i'll do too | 10:59 |
| Jay7 | It's not my project :) | 10:59 |
| kristianpaul | and wait for replly | 10:59 |
| kristianpaul | yes no mather | 10:59 |
| kristianpaul | ask/push ! | 10:59 |
| Jay7 | http://www.webmproject.org/hardware/ | 10:59 |
| kristianpaul | ask/push !!! :-) | 10:59 |
| B_Lizzard | Are you Mr. Stevens? | 13:39 |
| B_Lizzard | Head of Catering | 13:39 |
| mstevens | not me | 13:41 |
| wpwrak | B_Lizzard: the one with a business proposal involving a large money transfer ? :) | 13:42 |
| B_Lizzard | Oh come on, classic Eddie Izzard | 13:43 |
| mstevens | Yes, I propose you transfer me all your money. | 13:43 |
| mstevens | B_Lizzard: I am not familiar with the gentleman's work. | 13:43 |
| B_Lizzard | I have 200 euro in the bank | 13:43 |
| wpwrak | B_Lizzard: let's find out by how much they let you overdraw our account ;-) | 13:44 |
| B_Lizzard | http://www.youtube.com/watch?v=Sv5iEK-IEzw | 13:44 |
| B_Lizzard | :D | 13:44 |
| wpwrak | B_Lizzard: heh, cute :) | 13:48 |
| B_Lizzard | :) | 13:53 |
| tuxbrain | damn it, I have not remove the /CONFIG_ALL=y option ... I'm building the whole repo , the good thing is that if successful builds I will ha a damn complete toolchain with all libs aviable on openwrt :P | 15:09 |
| tuxbrain | is building since 7:00AM now is 16:00 | 15:09 |
| jow_laptop | tuxbrain: you can just abort, disable config_all and continue | 15:33 |
| tuxbrain | yeah I can but... I love to see my machine working :P, and I'm courious how much space the FULL toolchain will arrive. | 15:38 |
| tuxbrain | after if finish I will do a "just image build" and compare | 15:39 |
| tuxbrain | yes I need new glasses, xMff I can be a real PITA isn't it? any advance on avr tools ported to openwrt you experience any problem? | 15:43 |
| viric | lars_: 2.6.36 is the only vanilla kernel that runs on the nanonote? Do .37 and .38 work as is? | 18:45 |
| lars_ | .37 does | 18:48 |
| lars_ | .38 does not | 18:48 |
| viric | ok | 18:50 |
| viric | lars_: can you point me to some document that talks about 'the hardware has a problem that makes suspend-to-ram fail after some time suspended' | 18:50 |
| lars_ | not really, afaic it was only discussed here | 18:51 |
| viric | mh | 18:51 |
| viric | and what does it require to become 'sure' it is a hardware problem? | 18:52 |
| lars_ | a hw fix | 18:53 |
| viric | :) | 18:53 |
| viric | How have been the attempts to fix it, to decide 'it's a hardware problem'? | 18:54 |
| lars_ | i don't think so. | 18:54 |
| lars_ | we can work around it in sw, by wakeing it up with the rtc clock from time to time | 18:55 |
| viric | I was told here you (and some other people here) think it is a hardware problem | 18:55 |
| viric | What happens with that rtc clock? | 18:55 |
| lars_ | i assume, that it is a hardware problem, because it doesn't occur on other jz4740 based devices. | 18:56 |
| lars_ | the rtc clock would wake up the device | 18:57 |
| viric | isn't the rtc clock in the jz4740? | 18:57 |
| lars_ | hm? | 19:00 |
| viric | hm | 19:00 |
| lars_ | yes | 19:00 |
| lars_ | but you'd wake up the device before the problem occurs | 19:01 |
| viric | you mean a problem of the jz4740 in the nanonote, or a problem out of the jz4740? | 19:01 |
| lars_ | after two hours | 19:01 |
| lars_ | i guess it's a problem of the nanonote circuit | 19:01 |
| viric | but noone found out what problem still | 19:01 |
| wpwrak | do we know if the work-around eliminates the problem reliably ? or are there unintended side-effects ? | 19:04 |
| lars_ | i'm not sure if anybody tested it yet extensivly | 19:08 |
| viric | What I tested was to suspend | 19:13 |
| viric | wait some hours, and try to wake it up | 19:13 |
| viric | and it was *off* | 19:13 |
| viric | I had to power it up as if it was off. | 19:13 |
| viric | Is this the behaviour you saw? | 19:13 |
| viric | it did not look hanged. I expected to find it hanged | 19:17 |
| lars_ | why? | 19:22 |
| viric | I've no idea. I imagined that :) | 19:24 |
| viric | here people simply said 'it does not work' | 19:24 |
| kristianpaul | old gps-receivers (1990) we're prety valuable for hacking | 21:16 |
| kristianpaul | http://gps.psas.pdx.edu/MpcForMG5001/ | 21:17 |
| kristianpaul | surelly the equivalent to a computer with ISA slots and GPIO board, vga board, processor board.. | 21:19 |
| LunaVorax_mini | Hi all ! | 22:14 |
| LunaVorax_mini | Is anyone available ? | 22:14 |
| wpwrak | ... asked the sailor upon entering madam's parlour :) | 22:16 |
| kristianpaul | hi | 22:20 |
| tuxbrain | wpwrak: you are a poet :P | 22:38 |
| tuxbrain | LunaVorax_mini: seems yes, what happens? | 22:39 |
| LunaVorax_mini | Hey | 22:44 |
| LunaVorax_mini | Sorry I was afk | 22:44 |
| LunaVorax_mini | Ok so | 22:44 |
| LunaVorax_mini | I'm lost with the wiki so I'm going to ask my question here | 22:44 |
| LunaVorax_mini | Is a Ben Nanonote 2 is in the works ? | 22:44 |
| kristianpaul | It depends how you see it | 22:54 |
| kristianpaul | There are ongoing side projects around | 22:54 |
| kristianpaul | Like avt2,but i dont know his status clearly | 22:54 |
| LunaVorax_mini | kristianpaul, what ongoing project is the closest to the ben then ? | 23:00 |
| --- Tue Mar 22 2011 | 00:00 | |
Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!