*** SpeedEvil1 has joined #maemo-devel | 00:01 | |
*** tbf has quit IRC | 00:03 | |
*** SpeedEvil has quit IRC | 00:04 | |
*** SpeedEvil1 is now known as SpeedEvi | 00:12 | |
*** SpeedEvi is now known as SpeedEvil | 00:12 | |
*** t-tan has quit IRC | 00:12 | |
*** Ian--- has joined #maemo-devel | 00:17 | |
*** Joonas has quit IRC | 00:22 | |
*** OptX has joined #maemo-devel | 00:23 | |
*** joorin has joined #maemo-devel | 00:28 | |
joorin | anyone up for some guessing game as to why its not possible to unpack the SDK rootstrat when its on the N900? | 00:29 |
---|---|---|
joorin | "rootstrap" | 00:30 |
joorin | tar gives up when trying to access something close to ./usr/share/<bladhiblah>/foo.gz | 00:30 |
SpeedEvil | strace | 00:30 |
SpeedEvil | fat issues? | 00:31 |
joorin | kind of hard on the eyes when youre just using Xterminal on teh device and not ssh. | 00:31 |
joorin | but strace is up there, sure. | 00:31 |
joorin | i thought it would be easy to at least get the rootstrap onto the device... | 00:32 |
joorin | but, silly me. | 00:32 |
SpeedEvil | why nott ssh in? | 00:32 |
joorin | a tad complicated network environment. | 00:32 |
joorin | second terminal left at work so nothing to reconnect to get on teh same network segment. | 00:33 |
joorin | my main goal is to defeat qemu in an as civil way as possible to not have to fiddle with it and compile in the best invironment. | 00:33 |
lcuk | joorin, space will be #1 | 00:34 |
lcuk | you have perhaps ~50mb optimistically speak | 00:34 |
joorin | id prefer my main linux box, but, fedora and maemo dont mix... | 00:34 |
lcuk | how large is the sdk rootstrap | 00:34 |
joorin | lcuk, oh, hi.;) | 00:34 |
lcuk | (considering "build-essential" has a footprint of ~80mb | 00:34 |
joorin | lcuk, im unpacking it under MyDocs. planning to chroot to it and build away whien i get the include structure sorted out. | 00:35 |
joorin | lcuk, ive already fiddled with it on my main box but qemu is so ugly it hurts if "cross compiling" is the goal. or im just picky. | 00:35 |
lcuk | not at all | 00:36 |
lcuk | best of luck | 00:36 |
lcuk | ive gone through same | 00:36 |
lcuk | tho i didnt try using rootstrap | 00:36 |
joorin | the rootstrap for armel is some 38MByte tar.gz | 00:36 |
lcuk | i just got sdk and tools repos | 00:36 |
lcuk | and went from there | 00:36 |
joorin | rootstrap gives me a compiler that generates binaries. from that i might be able to pull myself up by my hair (and learn something along the way). | 00:37 |
joorin | but im not looking forward to compiling hildon, for example. | 00:38 |
joorin | but the weekend is coming up and electricity iss cheap. | 00:38 |
lcuk | heh | 00:38 |
joorin | had there been an i386 actual cross compiler, much of this hadnt needed to be done. | 00:38 |
lcuk | what else is in the rootstrap | 00:39 |
joorin | basic system to get it running from the metal. | 00:39 |
lcuk | yeah but linux building is more than compiler | 00:39 |
SpeedEvil | joorin: mydocs is vfat | 00:39 |
lcuk | i get basic compiler with build essential | 00:39 |
SpeedEvil | it has all sorts of naming issues | 00:39 |
joorin | speedevil, oh. ;( | 00:39 |
lcuk | fat != problem if its a chroot | 00:39 |
SpeedEvil | yes it is | 00:39 |
lcuk | or rather if you put a chroot inside | 00:40 |
SpeedEvil | you mean a loopback mounted chroot containing another fs | 00:40 |
SpeedEvil | yes - that works | 00:40 |
joorin | speedevil, if i unpack the bootstrap in the root, its going to be full. | 00:40 |
lcuk | SpeedEvil, thats probably what i meant | 00:40 |
SpeedEvil | joorin: /home/user is a seperate 2G partition | 00:40 |
SpeedEvil | joorin: which is ext3 | 00:40 |
joorin | oh. | 00:40 |
lcuk | but a loopback mounted chroot containing another fs isnt so easy to remember | 00:40 |
joorin | speedevil, so moving things up from MyDocs might actually work? | 00:41 |
joorin | lets rephrase that, ill test it now... | 00:41 |
joorin | and it gets further at least. | 00:44 |
joorin | oh, n00b debian question: the file command, in which package will i find it and where should i have searched for it (or how)? | 00:45 |
joorin | and now tar worked as intended. | 00:46 |
joorin | speedevil, thank you. | 00:47 |
SpeedEvil | I just backed up mydocs into /home/user - then deleted the partition, and recreated it as a 4G partition, and a 28G one in the remaining space | 00:48 |
SpeedEvil | which I made an ext3 | 00:48 |
joorin | speedevil, good way to use the space. | 00:50 |
joorin | speedevil, i havent done any thinking at all about how to utilize the "drives". | 00:50 |
joorin | but thats a very good suggestion. | 00:50 |
SpeedEvil | I know the camera app had issues with mydocs not being a vfat - I think that's fixed - I don't know if there are other issues. | 00:51 |
SpeedEvil | An issue for some might be that for plugging in - you can't get to the ext3fs in most cases | 00:51 |
joorin | i dont use the camera much. | 00:51 |
joorin | oh, not being able to mount it via USB might be a stumbling block for me, taking my icky network setup into account. | 00:52 |
joorin | but now i have the rootstrap in place, chroot worked as intended and i can compile. i wish i had an editor too. ;) | 00:53 |
SpeedEvil | vi is there, what more do you need | 00:53 |
joorin | oh well, cat >> hello_world.c is fine... | 00:54 |
joorin | speedevil, no vi in rootstrap as far as i can see. | 00:54 |
*** lbt has quit IRC | 01:01 | |
joorin | speedevil, but, a middle road might be suitable, leaving something like 5GByte for MyDocs as vfat and take the rest to /home/user as ext3. than its still possible to play around while having more space for real things. | 01:01 |
SpeedEvil | yeah | 01:03 |
joorin | and when i reread what you wrote earlier im just saying what you said. time to sleep... | 01:04 |
*** lukkash has quit IRC | 01:13 | |
*** rsalveti has quit IRC | 01:16 | |
*** rsalveti has joined #maemo-devel | 03:01 | |
*** psybermonkey has joined #maemo-devel | 03:14 | |
*** psybermonkey has quit IRC | 04:02 | |
*** Ken-Young has joined #maemo-devel | 04:09 | |
*** OptX has quit IRC | 04:12 | |
*** Mek has quit IRC | 04:40 | |
*** rsalveti has quit IRC | 04:47 | |
*** rsalveti has joined #maemo-devel | 04:49 | |
*** Mek has joined #maemo-devel | 04:54 | |
*** sopsnips has joined #maemo-devel | 05:47 | |
*** sopsnips has left #maemo-devel | 05:47 | |
*** swc|666 has joined #maemo-devel | 06:45 | |
*** DocScrutinizer has quit IRC | 07:33 | |
*** DocScrutinizer has joined #maemo-devel | 07:33 | |
*** SpeedEvil has quit IRC | 07:44 | |
*** SpeedEvil has joined #maemo-devel | 07:45 | |
*** schasch has joined #maemo-devel | 08:20 | |
*** psybermonkey has joined #maemo-devel | 09:15 | |
*** bricks has joined #maemo-devel | 09:22 | |
*** ppenz has joined #maemo-devel | 09:25 | |
*** rsalveti has quit IRC | 09:28 | |
*** amigadave has joined #maemo-devel | 09:28 | |
*** amigadave has left #maemo-devel | 09:29 | |
*** SpeedEvil has quit IRC | 09:47 | |
*** psybermonkey has quit IRC | 10:10 | |
*** tbf has joined #maemo-devel | 10:26 | |
*** lbt has joined #maemo-devel | 10:27 | |
*** dazo_afk is now known as dazo | 10:58 | |
*** tbf has quit IRC | 10:58 | |
*** tbf has joined #maemo-devel | 10:58 | |
*** rlinfati has joined #maemo-devel | 11:17 | |
*** swc|666 has quit IRC | 11:51 | |
*** psybermonkey has joined #maemo-devel | 12:07 | |
*** SpeedEvil has joined #maemo-devel | 12:15 | |
*** Aranel has joined #maemo-devel | 12:24 | |
*** Aranel has joined #maemo-devel | 12:24 | |
*** achipa has joined #maemo-devel | 12:48 | |
*** psybermonkey has quit IRC | 12:58 | |
*** Acedip has joined #maemo-devel | 13:36 | |
*** lizardo has joined #maemo-devel | 13:47 | |
*** amigadave has joined #maemo-devel | 14:11 | |
*** psybermonkey has joined #maemo-devel | 14:35 | |
*** psybermonkey has quit IRC | 14:39 | |
*** DataBeaver has quit IRC | 15:01 | |
*** rlinfati has quit IRC | 15:02 | |
*** DataBeaver has joined #maemo-devel | 15:14 | |
*** Ken-Young has quit IRC | 15:20 | |
*** DataBeaver has quit IRC | 15:23 | |
*** Mek has quit IRC | 15:27 | |
*** ppenz has quit IRC | 15:29 | |
*** Mek has joined #maemo-devel | 15:36 | |
*** silbo_ has joined #maemo-devel | 15:51 | |
*** Chiku|dc has joined #maemo-devel | 16:23 | |
*** ynezz_ has joined #maemo-devel | 16:27 | |
*** corecode_ has joined #maemo-devel | 16:28 | |
*** sr71_ has joined #maemo-devel | 16:28 | |
*** Chiku has quit IRC | 16:32 | |
*** corecode has quit IRC | 16:32 | |
*** ynezz has quit IRC | 16:32 | |
*** sr71 has quit IRC | 16:32 | |
*** sr71_ is now known as sr71 | 16:33 | |
*** Acedip has quit IRC | 16:46 | |
*** sopsnips has joined #maemo-devel | 16:49 | |
*** sopsnips has left #maemo-devel | 16:49 | |
*** tbf has quit IRC | 17:07 | |
*** flukebox has joined #maemo-devel | 17:10 | |
jacekowski | i have problem with hildon-input i think | 17:14 |
jacekowski | it's sending me incorrect letters with commit event | 17:14 |
*** amigadave has quit IRC | 17:20 | |
*** flukebox has quit IRC | 17:33 | |
*** aboyer has quit IRC | 17:41 | |
*** achipa has quit IRC | 17:57 | |
*** amigadave has joined #maemo-devel | 18:09 | |
*** amigadave has left #maemo-devel | 18:10 | |
*** Aranel has quit IRC | 18:11 | |
*** bricks has left #maemo-devel | 18:20 | |
*** schasch has quit IRC | 18:24 | |
*** silbo_ has quit IRC | 18:24 | |
*** rsalveti has joined #maemo-devel | 19:19 | |
*** dazo is now known as dazo_afk | 19:30 | |
*** rsalveti has quit IRC | 19:34 | |
*** rsalveti has joined #maemo-devel | 20:17 | |
joorin | it seems no time zone is the right one to see frantic activity here. ;) | 20:17 |
*** lukkash has joined #maemo-devel | 20:22 | |
*** zgold is now known as zgoldberg | 20:31 | |
*** jacekowski has left #maemo-devel | 20:49 | |
joorin | ' | 21:37 |
*** dmj726_n9001 has joined #maemo-devel | 23:01 | |
dmj726_n9001 | what's the deal with clutter compared to qt3d? | 23:15 |
*** jeremiah has joined #maemo-devel | 23:24 | |
*** SpeedEvil has quit IRC | 23:39 | |
*** SpeedEvil has joined #maemo-devel | 23:40 | |
*** lizardo has quit IRC | 23:51 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!