kaushik | lbt: what should i use to build the sources locally? sorry for the delay | 00:00 |
---|---|---|
Myrtti | building on N900? | 00:01 |
lbt | if you run "osc build" then it will download all the needed sources and dependencies and do a full compile | 00:01 |
kaushik | lbt: do you have some document or wiki page on it? | 00:02 |
lbt | hmm | 00:03 |
lbt | http://wiki.meego.com/Build_Infrastructure/Packagers_Developers/Using_OBS_chroot_for_development | 00:03 |
kaushik | ok thanks | 00:03 |
*** whitewine__ has quit IRC | 00:04 | |
lbt | it's not great I'm afraid | 00:04 |
*** mmc has joined #meego | 00:04 | |
abstract3d | if i want to make a virtualbox for handsets environment, i should go with aava or n900 .img? | 00:08 |
lbt | kaushik: here's one I wrote ages ago for debian packages... the 'flow' is the same http://wiki.maemo.org/Mer/Build/Application_Building | 00:08 |
lbt | alterego: that ^^ link is what I had in mind for MeeGo | 00:08 |
kaushik | Cool | 00:09 |
kaushik | thanks | 00:09 |
alterego | lbt: neat. | 00:09 |
lbt | kaushik: and are you enabled on the community OBS ? | 00:09 |
alterego | QML isn't really suited to a notes application | 00:09 |
alterego | Maybe a todo or task list app would be better. | 00:09 |
alterego | Though I guess netbook is a bit different. | 00:10 |
kaushik | no .. I was about to ask that .. I am not enabled on the community obs. Let me clarify once again what I want to do. I have downloaded the rpm packages from meego. Now I need to build them locally without using community obs. | 00:10 |
lbt | is this "just because that's what you want to do"? Or do you have a goal ? | 00:11 |
mortenmj | lbt: there's no info in the wiki about using osc signkey to add a key for the meego repository. currently i have to use --no-verify. do you know how? | 00:11 |
kaushik | I have a goal. | 00:11 |
lbt | mortenmj: not off the top of my head | 00:12 |
kaushik | I have to modify package and then build it. For the same i want to build all the rpm packages at once. | 00:12 |
mortenmj | lbt: okay. what you said earlier about simply using "obs build" fails unless you've done that | 00:12 |
lbt | osc build --no-verify ? | 00:12 |
alterego | Asking some of the guys on Maemo, and they're all saying the same thing, we don't want to develop for MeeGo until it becomes usable on the N900 as a replacement for Maemo. | 00:13 |
alterego | Which we all know already,. | 00:13 |
alterego | So maybe promoting the use of the SDK. | 00:13 |
*** lukus has quit IRC | 00:13 | |
ali1234 | meego will never be a replacement for maemo imho | 00:13 |
lbt | alterego: yeah. Well. | 00:13 |
alterego | Rather than having people install handset on their precious devices, get them to write their apps and check them on MeeGo emu | 00:13 |
mortenmj | lbt: yes, you need to use --no-verify unless you've added keys for the meego repository | 00:14 |
mortenmj | er, meego project on obs, i suppose is what i'm trying to say | 00:14 |
lbt | mortenmj: what OS? | 00:14 |
alterego | Having fremantle as a target on OBS will be a good step in that direction | 00:14 |
mortenmj | lbt: ubuntu | 00:14 |
lbt | I think this is because at that point you're using ubuntu's rpm | 00:14 |
mortenmj | lbt: sounds strange | 00:14 |
* lbt never cared that much | 00:14 | |
mortenmj | though it does fail for the rpm package. not sure if that's because it's special, or because it's the first in line | 00:15 |
lbt | I haven't read all the code | 00:15 |
lbt | it uses local tools to get and verify the packaes | 00:16 |
mortenmj | ah | 00:16 |
lbt | then it uses the local rpm to unpack into a chroot | 00:16 |
lbt | then it chroots and runs the post-inst scripts | 00:16 |
lbt | inside what is now a meego-ish environment | 00:16 |
lbt | then it continues to use the meego rpm to install the remaining packagesd | 00:17 |
lbt | so the initial --no-verify is probably at the local rpm level ..... you could fix it by importing the meego keys to the ubuntu rpm | 00:17 |
* lbt is a debian guy so this rpm crap is just annoying ;) | 00:17 | |
*** luck has quit IRC | 00:18 | |
ali1234 | ...if only rpm had a tool like debootstrap... | 00:18 |
lbt | it does | 00:18 |
ali1234 | so why isn't meego using it? | 00:19 |
lbt | kiwi --prepare suse-11.2-JeOS --root $ROOTFS --add-profile xenFlavour --add-package less --add-package iputils --add-package kernel-xen --add-package wget --add-package less --add-package iputils --add-package terminfo --add-package emacs --add-package sudo | 00:19 |
lbt | NHIH | 00:19 |
lbt | they had 'mic' | 00:19 |
*** zariz has quit IRC | 00:19 | |
lbt | and the focus is images rather than rootfs's | 00:20 |
Stskeeps | ali1234: yum can actually 'debootstrap' .. mkdir the rights dir + repos, initialize a rpm db with --root=/chroot, yum --installroot=/chroot install yourpackages | 00:20 |
Stskeeps | and it uses host rpm/yum to do it | 00:20 |
Stskeeps | bbl sleep | 00:20 |
lbt | (but meego uses zypper) | 00:20 |
* lbt hides | 00:20 | |
alterego | Heh | 00:20 |
ali1234 | but these tools have annoying habit of failing to work on arbitrary distros, unlike debootstrap which i have never seen fail even on the most whacked out environments | 00:20 |
lbt | true... I suggest you port it | 00:21 |
lbt | let me know when you need beta testers :) | 00:21 |
ali1234 | port debootstrap to meego? sure, then you can install a real OS on your meego device in a chroot :) | 00:21 |
lbt | oh, I do *that* already. | 00:22 |
lbt | I guess doing it properly is too hard for you then? | 00:23 |
ali1234 | properly? | 00:23 |
alterego | Heh | 00:23 |
lbt | yeah... making debootstrap work with rpms | 00:23 |
lbt | would be really useful | 00:23 |
ali1234 | what would be the point? | 00:23 |
lbt | [22:18] <ali1234> ...if only rpm had a tool like debootstrap... | 00:23 |
ali1234 | if only rpm had a tool like debootstrap... it still wouldn't be as good as debs | 00:24 |
javispedro | that should be easy | 00:24 |
javispedro | debootstrap only extracts all packages then delays running scripts to a second stage | 00:25 |
lbt | ali1234: come on ... you can troll better than that | 00:25 |
tripzero | lol | 00:25 |
ali1234 | i know but it's getting late :) | 00:25 |
*** baraujo has quit IRC | 00:25 | |
*** Mece_ has joined #meego | 00:25 | |
*** jayabharath has quit IRC | 00:25 | |
ali1234 | actually, why doesn't mic just have a static librpm or something? | 00:29 |
*** mmc has quit IRC | 00:30 | |
*** Mece_ has quit IRC | 00:30 | |
lbt | oh, there's a lot about mic that could be improved | 00:30 |
*** sge has quit IRC | 00:30 | |
ali1234 | sure, but it would be nice if it at least behaved the same (with the same bugs) everywhere | 00:31 |
ali1234 | consistent bugs can be worked around... | 00:31 |
*** javispedro has quit IRC | 00:31 | |
*** jpe has quit IRC | 00:32 | |
*** zariz has joined #meego | 00:33 | |
*** juanman has quit IRC | 00:33 | |
*** halvors has joined #meego | 00:34 | |
*** frade has quit IRC | 00:35 | |
*** ColKilkenny has quit IRC | 00:35 | |
*** lukus has joined #meego | 00:35 | |
*** halvors has quit IRC | 00:36 | |
*** sar3th is now known as sar3th|away | 00:37 | |
*** halvors has joined #meego | 00:40 | |
*** eti has quit IRC | 00:41 | |
*** trumee has joined #meego | 00:42 | |
*** zariz has quit IRC | 00:43 | |
tgall_foo | hmm does anyone know where the aegis-builder package comes from? not finding anything on meego.gitorious.org | 00:44 |
*** timeless_webchat has joined #meego | 00:45 | |
*** MoRpHeUz has quit IRC | 00:46 | |
*** trumee has left #meego | 00:47 | |
lbt | DawnFoster: http://wiki.meego.com/Community_Office/So_You_Want_To_Be_A_Task_Force if you want to add it to the CO page | 00:47 |
Texrat | lol... love that title | 00:47 |
lbt | hey Texrat | 00:47 |
Texrat | hey lbt | 00:47 |
* thiago_home shivers upon seeing aegis | 00:48 | |
*** jeansch has quit IRC | 00:48 | |
*** puffin_ has quit IRC | 00:48 | |
Texrat | you're doing great work my man | 00:48 |
lbt | thiago_home: what could possibly go wrong ? | 00:48 |
lbt | Texrat: :) | 00:48 |
berndhs | lbt: that's the community version of "great, send us the patch" ? | 00:48 |
thiago_home | lbt: right | 00:48 |
*** Eiskis has quit IRC | 00:48 | |
pupnik | well wrtten lbt | 00:48 |
lbt | berndhs: kinda ... we get volunteers but it's hard to get traction | 00:49 |
MohammadAG | could someone help with the SDK installation? curl's failing to download the sysroot | 00:49 |
thiago_home | I still need to watch ryan and elena's talks | 00:49 |
* thiago_home checks if the videos are available now | 00:50 | |
lbt | thiago_home: yeah.... missed them too | 00:50 |
lbt | and somehow I didn't bump into you enough to even have a coffee :( | 00:50 |
lbt | next time :) | 00:50 |
thiago_home | videos available | 00:51 |
thiago_home | loaded, will watch them tomorrow | 00:51 |
lbt | night all o/ | 00:51 |
thiago_home | gnight lbt | 00:52 |
*** lbt is now known as lbt_away | 00:52 | |
DawnFoster | lbt: sweet - I'll take a look | 00:52 |
DawnFoster | lbt: I was just overhauling the task lists on the CO page: http://wiki.meego.com/Community_Office | 00:53 |
DawnFoster | lbt: I'll integrate the task force info | 00:53 |
*** githogori has quit IRC | 00:54 | |
*** otis has joined #meego | 00:54 | |
*** pcacjr has quit IRC | 00:54 | |
*** luist has joined #meego | 00:54 | |
*** raulfh_ has left #meego | 00:57 | |
*** murrayc has quit IRC | 00:57 | |
*** luist has quit IRC | 00:58 | |
*** ragner has quit IRC | 00:59 | |
*** juanman has joined #meego | 01:00 | |
*** lynxis has quit IRC | 01:00 | |
*** otis_ has joined #meego | 01:02 | |
*** galerien has joined #meego | 01:05 | |
*** otis_ has left #meego | 01:06 | |
*** otis has left #meego | 01:09 | |
*** Texrat has quit IRC | 01:11 | |
*** rob_w has quit IRC | 01:11 | |
*** otis has joined #meego | 01:11 | |
*** otis has quit IRC | 01:15 | |
*** otis has joined #meego | 01:15 | |
*** zariz has joined #meego | 01:16 | |
*** otis is now known as OT15 | 01:17 | |
*** berndhs has left #meego | 01:18 | |
*** berndhs has joined #meego | 01:18 | |
*** berndhs has quit IRC | 01:19 | |
*** berndhs has joined #meego | 01:19 | |
*** trevorj` has quit IRC | 01:20 | |
*** trevorj has joined #meego | 01:20 | |
*** OT15_ has joined #meego | 01:21 | |
*** hugopl has quit IRC | 01:21 | |
*** zariz has quit IRC | 01:21 | |
*** OT15_ has quit IRC | 01:22 | |
lcuk | oi lbt_away i didn't drift off! i went stripping a thinkpad down to its component atoms | 01:23 |
*** mitsutaka has quit IRC | 01:23 | |
*** fredy has quit IRC | 01:24 | |
*** notmart has quit IRC | 01:27 | |
berndhs | I think my ISP counts 53% packet loss as "up time" | 01:27 |
odin_ | berndhs, are you Mr Stramm ? and did meet you first on Sunday afternoon at the SDK talk at the conf ? | 01:28 |
berndhs | I'm Mr Stramm, but I wasn't at the conference | 01:29 |
odin_ | ok a different Bernd | 01:29 |
berndhs | probably yes | 01:30 |
berndhs | a different Bernd Stramm would be unlikely though :) | 01:30 |
odin_ | heh yes indeed, no I picked up your actual name from IPv6 research today, then though you maybe the same guy from conf | 01:31 |
*** pmcgowan has quit IRC | 01:32 | |
*** slaine has quit IRC | 01:35 | |
berndhs | it seems strange that everyone is ignoring ipv6, IANA will run out of ipv4 before end of march | 01:36 |
odin_ | yes indeed, you have added yourself to the bug, please comment to meego-dev | 01:37 |
odin_ | but the IANA is not the end, since the last /8 go out, and APNIC will eat it first, followed by RIPE/ARIN | 01:37 |
berndhs | oh sure | 01:38 |
odin_ | so maybe upto 18 months before actual panic happens but most ISPs seem to have enough in reserve anyway | 01:38 |
berndhs | but the top level will run out of ipv4 before meego releases 1.2 | 01:38 |
*** ^Diz^ has quit IRC | 01:38 | |
odin_ | toplevel ? | 01:38 |
berndhs | and I would think meego wants to be ready top to bottom for ipv6 | 01:39 |
odin_ | isn't all IP addresses space is allocated from LIR (Local Intenet Registries) for PI and PA | 01:39 |
berndhs | top level = allocation to RIRs | 01:39 |
*** rumohr has joined #meego | 01:39 | |
*** zutesmog has quit IRC | 01:40 | |
*** zutesmog1 has joined #meego | 01:40 | |
rumohr | in the presentation of the mobile simplified secrurity framework is mentioned "integrity protection ensures protection of tcb, apps and data".. what does TCB stand for? | 01:40 |
odin_ | well a usual nothing is done enough there is panic, should be good for asian el-cheapo router manufacturers to push out a few generations of "IP6 support here" stickers | 01:41 |
*** berndhs has quit IRC | 01:41 | |
*** ^Diz^ has joined #meego | 01:42 | |
*** chriadam|away is now known as chriadam | 01:42 | |
*** irieKEN has joined #meego | 01:42 | |
*** alvaro__ has quit IRC | 01:42 | |
irieKEN | Is there a more regularly updated Meego on N8x0 page than http://wiki.meego.com/ARM/N8x0 | 01:44 |
irieKEN | ? | 01:44 |
*** berndhs has joined #meego | 01:45 | |
*** andre__ has quit IRC | 01:45 | |
*** thiago_home has quit IRC | 01:47 | |
CosmoHill | probably not | 01:48 |
kaushik | Need an access to online obs | 01:48 |
berndhs | this is rough today, power failure, network keeps dropping | 01:48 |
*** DangerMaus has joined #meego | 01:49 | |
*** DangerMaus has joined #meego | 01:49 | |
irieKEN | Heh. | 01:49 |
CosmoHill | berndhs: at least the coffee machine still works :) | 01:49 |
*** lolloo has quit IRC | 01:49 | |
irieKEN | I've dug through the IRC logs, and it does seem like my trusty N810 will soon have to be retired. | 01:49 |
berndhs | yeah the critical parts ar ok | 01:49 |
*** DangerMaus has quit IRC | 01:50 | |
*** rumohr has quit IRC | 01:52 | |
CosmoHill | berndhs: I'm hoping this wasn't me but around the time I was turning my plugs on and off for the cluster the power went out for some of the sockets | 01:53 |
berndhs | I doubt your failure propagated over here :) | 01:53 |
*** merlin1991 has quit IRC | 01:54 | |
*** willer_ has quit IRC | 01:57 | |
*** ni1s has quit IRC | 02:00 | |
*** asm4ever has joined #meego | 02:01 | |
*** thiagoss has quit IRC | 02:04 | |
*** lolloo has joined #meego | 02:04 | |
*** asm4ever has quit IRC | 02:05 | |
*** irieKEN has left #meego | 02:12 | |
*** whitewine has joined #meego | 02:12 | |
odin_ | Hmm... might be nice if the favicon.ico for various Meego things could be tweaked slightly ? like bugs/repo/wiki/forums/meego.com, playing hunt that tab | 02:12 |
*** lolloo has quit IRC | 02:12 | |
*** mitsutaka has joined #meego | 02:13 | |
odin_ | actually obs is ok, even if its not the same icon as on the main page | 02:14 |
*** berndhs has quit IRC | 02:14 | |
*** sunil has joined #meego | 02:16 | |
*** puffin_ has joined #meego | 02:16 | |
*** ni1s has joined #meego | 02:17 | |
*** hlzxy has joined #meego | 02:18 | |
*** DangerMaus has joined #meego | 02:19 | |
*** DangerMaus has quit IRC | 02:23 | |
*** MoRpHeUz has joined #meego | 02:24 | |
*** whitewine has quit IRC | 02:26 | |
*** __kW has quit IRC | 02:27 | |
*** whitewine has joined #meego | 02:28 | |
*** javispedro has joined #meego | 02:30 | |
*** BManojlovic has quit IRC | 02:36 | |
*** berndhs has joined #meego | 02:44 | |
*** panaggio has joined #meego | 02:47 | |
*** dharman has joined #meego | 02:48 | |
*** lolloo has joined #meego | 02:52 | |
pupnik | the openpandora video running linux / openembedded shows how much more capable it is than android on a 256MB omap3 than is android http://www.youtube.com/watch?v=LZKGlg9Ur9k | 02:53 |
pupnik | erp | 02:53 |
pupnik | bad edit | 02:53 |
*** Alison_Chaiken has joined #meego | 02:53 | |
*** galerien has quit IRC | 02:54 | |
*** galerien has joined #meego | 02:55 | |
*** Erkan_Yilmaz_ has joined #meego | 02:56 | |
*** CosmoHill is now known as Cosmo|zZz | 02:58 | |
*** andyross has quit IRC | 02:59 | |
*** Erkan_Yilmaz has quit IRC | 02:59 | |
*** pixelgeek1 has joined #meego | 03:00 | |
*** pixelgeek has quit IRC | 03:00 | |
*** SWFu has joined #meego | 03:01 | |
*** SWFu has joined #meego | 03:01 | |
*** mwichmann has joined #meego | 03:04 | |
*** LjL has quit IRC | 03:09 | |
*** vgrade_ has quit IRC | 03:13 | |
*** SWFu has quit IRC | 03:20 | |
*** githogori has joined #meego | 03:20 | |
*** jannau has quit IRC | 03:21 | |
*** glin has joined #meego | 03:23 | |
*** OT15_ has joined #meego | 03:25 | |
*** jannau has joined #meego | 03:25 | |
*** pixelgeek1 has quit IRC | 03:25 | |
*** qgil has quit IRC | 03:30 | |
*** zariz has joined #meego | 03:31 | |
*** Dayman has joined #meego | 03:34 | |
*** Dayman has left #meego | 03:34 | |
*** vgrade has quit IRC | 03:35 | |
*** Cosmo|zZz has quit IRC | 03:36 | |
*** tackat has joined #meego | 03:37 | |
*** galerien has quit IRC | 03:39 | |
*** jfding has joined #meego | 03:39 | |
*** wliao has joined #meego | 03:43 | |
*** ScottishDuck has quit IRC | 03:43 | |
*** wliao has quit IRC | 03:44 | |
*** wliao has joined #meego | 03:45 | |
*** haroun has quit IRC | 03:45 | |
*** mtnbkr has joined #meego | 03:46 | |
*** wliao has quit IRC | 03:46 | |
*** jannau has quit IRC | 03:46 | |
*** jannau has joined #meego | 03:46 | |
*** wliao has joined #meego | 03:46 | |
*** fcrochik has joined #meego | 03:47 | |
*** andyross has joined #meego | 03:47 | |
*** wliao has quit IRC | 03:48 | |
*** wliao has joined #meego | 03:49 | |
*** wliao has quit IRC | 03:50 | |
*** wliao has joined #meego | 03:51 | |
*** wliao has quit IRC | 03:52 | |
*** chuckgao has joined #meego | 03:52 | |
*** wliao has joined #meego | 03:52 | |
*** dchang has joined #meego | 03:56 | |
*** exman has joined #meego | 03:58 | |
*** seanvk has quit IRC | 03:58 | |
*** OT15 has quit IRC | 04:01 | |
*** Alison_Chaiken has quit IRC | 04:01 | |
*** juvuolle-l has quit IRC | 04:02 | |
*** pcacjr has joined #meego | 04:03 | |
*** jayabharath has joined #meego | 04:05 | |
*** niala has joined #meego | 04:09 | |
*** Guest87704 has quit IRC | 04:12 | |
*** fcrochik has quit IRC | 04:14 | |
*** mwichmann has quit IRC | 04:17 | |
*** kaushik has quit IRC | 04:19 | |
*** thebootroo_ has joined #meego | 04:20 | |
*** otep has quit IRC | 04:21 | |
*** copyleft_ has joined #meego | 04:21 | |
*** copyleft_ has quit IRC | 04:22 | |
*** paulliu has joined #meego | 04:30 | |
*** niala has left #meego | 04:32 | |
hlzxy | could someone tell me something about spec file ,like the role 'Source0' | 04:35 |
*** otep has joined #meego | 04:35 | |
*** puffin_ has quit IRC | 04:42 | |
*** Ssk` has joined #meego | 04:42 | |
*** Ssk` has left #meego | 04:43 | |
*** Saviq is now known as Saviq_afk | 04:45 | |
*** trevorj has quit IRC | 04:51 | |
*** trevorj has joined #meego | 04:51 | |
*** ScottishDuck has joined #meego | 04:55 | |
*** nalle has quit IRC | 05:00 | |
*** lukus has quit IRC | 05:00 | |
*** puffin_ has joined #meego | 05:02 | |
*** jeansch has joined #meego | 05:07 | |
*** andyross has quit IRC | 05:07 | |
*** eliofall has quit IRC | 05:11 | |
*** raulfh has joined #meego | 05:12 | |
*** thiagoss has joined #meego | 05:19 | |
*** beford has joined #meego | 05:22 | |
*** hrhnick has quit IRC | 05:23 | |
*** thebootroo_ has left #meego | 05:24 | |
*** phinaliumz has quit IRC | 05:24 | |
*** pcacjr has quit IRC | 05:25 | |
*** DangerMaus has joined #meego | 05:27 | |
*** kuuntelija has quit IRC | 05:29 | |
*** kuuntelija has joined #meego | 05:29 | |
*** halley__ has quit IRC | 05:33 | |
*** ishta_paz has joined #meego | 05:34 | |
*** whitewine has quit IRC | 05:39 | |
*** swc|666 has quit IRC | 05:39 | |
*** firegnu has joined #meego | 05:42 | |
*** speccy1 has joined #meego | 05:47 | |
*** pcacjr has joined #meego | 05:47 | |
*** pcacjr has quit IRC | 05:47 | |
*** pcacjr has joined #meego | 05:47 | |
*** speccy1 has left #meego | 05:47 | |
firegnu | write application for meego..should i use meegotouch framework or Qt? | 05:49 |
*** Cosmo|zZz has joined #meego | 05:50 | |
beford | I believe the prefered is MTF but I am not sure :D | 05:52 |
*** MoRpHeUz has quit IRC | 05:55 | |
firegnu | But..wiki said we best use The qt...MTF will drop in future.. | 05:55 |
*** jeansch has quit IRC | 05:58 | |
*** pcfe has quit IRC | 05:58 | |
berndhs | derpends on when you want your app to start working, and how long it will be used for | 05:58 |
*** panaggio has quit IRC | 05:59 | |
*** pcfe has joined #meego | 05:59 | |
*** pcfe has joined #meego | 05:59 | |
*** lcuk_idea has quit IRC | 06:03 | |
*** javispedro has quit IRC | 06:04 | |
*** andyross has joined #meego | 06:07 | |
*** tackat has quit IRC | 06:10 | |
*** raulfh has quit IRC | 06:10 | |
*** anaZ_ has joined #meego | 06:10 | |
*** anaZ has quit IRC | 06:13 | |
chuckgao | it seems like MTF like the Orbit , but i still hope it won't be cancel in the future | 06:17 |
*** Zuu has quit IRC | 06:20 | |
*** thiagoss has quit IRC | 06:20 | |
*** stylesen has joined #meego | 06:21 | |
*** trevorj has quit IRC | 06:22 | |
*** firegnu has quit IRC | 06:22 | |
*** trevorj has joined #meego | 06:22 | |
*** frade has joined #meego | 06:23 | |
ishta_paz | I think everything is moving to Qt now. Tool are better with the QT Meego SDK anyway | 06:23 |
*** Jay_BEE has joined #meego | 06:25 | |
chuckgao | any new features on Meego Qt? | 06:25 |
*** nalle has joined #meego | 06:26 | |
Jay_BEE | howdy | 06:26 |
*** Zuu has joined #meego | 06:26 | |
*** Termana has joined #meego | 06:28 | |
Termana | morning | 06:28 |
*** firegnu has joined #meego | 06:32 | |
firegnu | Orbit is dead..and i think MTF will dead in the future...All application build for meego will use Qt... am i correct? | 06:32 |
*** ScottishDuck has quit IRC | 06:33 | |
beford | where does it say that MTF will de dropped firegnu ? | 06:33 |
*** RangerKarl|AtWor has joined #meego | 06:35 | |
firegnu | http://meego.com/developers/meego-api | 06:35 |
*** ScottishDuck has joined #meego | 06:35 | |
firegnu | the platform api section | 06:35 |
*** njwilson has quit IRC | 06:36 | |
*** Unmensch has quit IRC | 06:37 | |
*** njwilson has joined #meego | 06:41 | |
*** sumanth_ has quit IRC | 06:45 | |
*** abhijeet_ has joined #meego | 06:45 | |
*** sge has joined #meego | 06:45 | |
*** ScottishDuck has quit IRC | 06:47 | |
*** Zuu has quit IRC | 06:48 | |
*** ScottishDuck has joined #meego | 06:50 | |
*** abhijeet_ has quit IRC | 06:51 | |
*** ScottishDuck has quit IRC | 06:52 | |
*** ScottishDuck has joined #meego | 06:53 | |
*** Zuu has joined #meego | 06:55 | |
*** berndhs has quit IRC | 06:56 | |
*** juvuolle-l has joined #meego | 06:57 | |
*** gabrbedd has joined #meego | 06:58 | |
*** abhijeet has joined #meego | 06:58 | |
*** sge has quit IRC | 07:01 | |
*** abhijeet has quit IRC | 07:02 | |
*** abhijeet has joined #meego | 07:03 | |
*** sge has joined #meego | 07:03 | |
*** chriadam has quit IRC | 07:03 | |
*** firegnu has quit IRC | 07:04 | |
*** haro_ has joined #meego | 07:05 | |
*** tommim has joined #meego | 07:09 | |
*** Alison_Chaiken has joined #meego | 07:10 | |
haro_ | Does anybody build src.rpm packages using rpmbuild in Ubuntu 10.04, Do we have document/web link which describes setup procedure? | 07:10 |
*** swc|666 has joined #meego | 07:16 | |
*** Zuu_ has joined #meego | 07:20 | |
*** Aparna has joined #meego | 07:22 | |
gabrbedd | haro_: I created a "raw" meego image that I use as a chroot... and I build packages there. I don't there's any way around some manner of virtual/chroot environment. | 07:22 |
*** puffin_ has quit IRC | 07:23 | |
*** frade has quit IRC | 07:24 | |
*** Zuu has quit IRC | 07:24 | |
*** Alison_Chaiken has quit IRC | 07:24 | |
*** Alison_Chaiken has joined #meego | 07:24 | |
*** Alison_Chaiken has quit IRC | 07:25 | |
*** Alison_Chaiken has joined #meego | 07:25 | |
*** dani_l has quit IRC | 07:29 | |
*** ScottishDuck has quit IRC | 07:30 | |
*** DocScrutinizer has quit IRC | 07:31 | |
*** DocScrutinizer has joined #meego | 07:31 | |
*** ScottishDuck has joined #meego | 07:31 | |
*** kimitake_idle is now known as kimitake | 07:31 | |
*** dani_l has joined #meego | 07:32 | |
*** Job1 has quit IRC | 07:37 | |
*** hrhnick has joined #meego | 07:40 | |
*** Job1 has joined #meego | 07:41 | |
*** beford has quit IRC | 07:41 | |
*** RST38h has quit IRC | 07:41 | |
*** jayabharath has quit IRC | 07:48 | |
*** jukey has joined #meego | 07:48 | |
*** jukey has left #meego | 07:50 | |
*** mitsutaka has quit IRC | 07:53 | |
*** mitsutaka has joined #meego | 07:54 | |
*** DangerMaus has joined #meego | 07:55 | |
*** DangerMaus has joined #meego | 07:55 | |
*** Erkan_Yilmaz_ has quit IRC | 07:58 | |
*** slonopotamus has joined #meego | 07:59 | |
*** RST38h has joined #meego | 08:00 | |
*** otep has quit IRC | 08:00 | |
*** otep has joined #meego | 08:01 | |
*** Openfree` has quit IRC | 08:04 | |
*** alvinator has joined #meego | 08:05 | |
*** gabrbedd has quit IRC | 08:06 | |
*** eliofall has joined #meego | 08:06 | |
*** schasch has joined #meego | 08:10 | |
*** Unmensch has joined #meego | 08:10 | |
*** slonopotamus has quit IRC | 08:14 | |
*** Aparna has quit IRC | 08:14 | |
*** juanman has quit IRC | 08:15 | |
*** slonopotamus has joined #meego | 08:17 | |
*** tommim has quit IRC | 08:20 | |
*** kyb3R is now known as kyb3R_ | 08:21 | |
*** SunilSaxena has joined #meego | 08:23 | |
*** SunilSaxena has left #meego | 08:23 | |
*** tommim has joined #meego | 08:24 | |
*** Jun has joined #meego | 08:26 | |
Jun | hallo | 08:26 |
*** njwilson has quit IRC | 08:32 | |
*** Termana has quit IRC | 08:33 | |
*** kimitake is now known as kimitake_idle | 08:36 | |
*** swc|666 has quit IRC | 08:37 | |
*** mmc has joined #meego | 08:38 | |
*** abstract3d has quit IRC | 08:38 | |
*** stilli has joined #meego | 08:38 | |
*** EF2 has joined #meego | 08:41 | |
*** srag has quit IRC | 08:47 | |
*** slonopotamus has quit IRC | 08:49 | |
*** Kubuntiac has left #meego | 08:50 | |
*** halton has joined #meego | 08:50 | |
*** Termana has joined #meego | 08:51 | |
*** thiago_home has joined #meego | 08:52 | |
*** andyross has quit IRC | 08:52 | |
*** Alison_Chaiken has quit IRC | 08:55 | |
*** ysyrota has joined #meego | 08:56 | |
*** NishanthMenon has quit IRC | 08:56 | |
Bostik | something odd going on in meego-sdk mailing list; I seem to get most(?) mails twice, in a span of maybe 5-6 minutes | 08:58 |
*** srag has joined #meego | 08:59 | |
*** stilli has quit IRC | 08:59 | |
*** stilli has joined #meego | 09:01 | |
*** pvdm has joined #meego | 09:05 | |
*** paulliu has quit IRC | 09:06 | |
*** pupnik_ has joined #meego | 09:07 | |
*** Openfree` has joined #meego | 09:07 | |
*** hlzxy has quit IRC | 09:07 | |
*** paulliu has joined #meego | 09:07 | |
*** trevorj has quit IRC | 09:08 | |
*** trevorj has joined #meego | 09:08 | |
*** pohly has joined #meego | 09:08 | |
*** pupnik has quit IRC | 09:09 | |
*** eliofall has quit IRC | 09:09 | |
*** haro_ has quit IRC | 09:13 | |
*** pfl1 has joined #meego | 09:15 | |
*** jasavi has joined #meego | 09:16 | |
*** abstract3d has joined #meego | 09:17 | |
*** pavank10 has joined #meego | 09:18 | |
*** pfl1 has left #meego | 09:19 | |
*** abstract3d has quit IRC | 09:20 | |
*** abstract3d has joined #meego | 09:20 | |
*** abstract3d has joined #meego | 09:20 | |
*** jlamadon has joined #meego | 09:22 | |
*** pavank10 has quit IRC | 09:23 | |
*** kyb3R has joined #meego | 09:26 | |
*** vanadis_ has joined #meego | 09:31 | |
*** paulliu has quit IRC | 09:32 | |
*** bzhb has joined #meego | 09:33 | |
*** kyb3R has quit IRC | 09:35 | |
*** ubIx has joined #meego | 09:35 | |
*** kyb3R has joined #meego | 09:36 | |
*** bergie has joined #meego | 09:36 | |
*** halton has left #meego | 09:37 | |
*** kedz has joined #meego | 09:38 | |
*** Termana has quit IRC | 09:38 | |
*** ubIx_ has quit IRC | 09:39 | |
*** Rrraimo has quit IRC | 09:40 | |
*** SunilSaxena has joined #meego | 09:40 | |
*** SunilSaxena has left #meego | 09:40 | |
*** smoku has joined #meego | 09:42 | |
*** nicu has joined #meego | 09:44 | |
*** Frye has quit IRC | 09:45 | |
*** Robten has joined #meego | 09:46 | |
*** fiberspeed has quit IRC | 09:46 | |
*** paulliu has joined #meego | 09:48 | |
*** zariz has quit IRC | 09:48 | |
*** zariz has joined #meego | 09:49 | |
*** deegee__ has quit IRC | 09:51 | |
*** Termana has joined #meego | 09:51 | |
*** Openfree` has quit IRC | 09:51 | |
*** halton has joined #meego | 09:53 | |
*** Openfree` has joined #meego | 09:53 | |
*** ramkrsna has joined #meego | 09:53 | |
*** Rrraimo has joined #meego | 09:54 | |
*** mirek2 has quit IRC | 09:55 | |
*** goutam has quit IRC | 09:56 | |
Myrtti | moin | 09:57 |
*** uhef has joined #meego | 09:58 | |
*** goutam has joined #meego | 09:59 | |
*** TheOpenSourcerer has joined #meego | 09:59 | |
*** jpe has joined #meego | 09:59 | |
*** bigbrovar has joined #meego | 10:00 | |
*** tekojo has joined #meego | 10:00 | |
*** anbaldwi has quit IRC | 10:01 | |
*** Guest87704 has joined #meego | 10:03 | |
*** anbaldwi has joined #meego | 10:04 | |
*** DangerMaus has quit IRC | 10:05 | |
*** aapo has joined #meego | 10:05 | |
*** javiF has joined #meego | 10:11 | |
*** SunilSaxena has joined #meego | 10:12 | |
*** dazo_afk is now known as dazo | 10:16 | |
*** ptlo has joined #meego | 10:18 | |
*** SunilSaxena has left #meego | 10:18 | |
*** Jay_BEE has quit IRC | 10:18 | |
*** jonni has joined #meego | 10:20 | |
*** kermit` has joined #meego | 10:22 | |
kermit` | Dear all, where can I download the last MeeGo qemu(kvm) image? | 10:23 |
kermit` | I can't find it in the main page | 10:23 |
*** lundtor has quit IRC | 10:23 | |
*** Frye has joined #meego | 10:25 | |
*** bergie has quit IRC | 10:27 | |
*** lolloo has quit IRC | 10:31 | |
*** Gorroth has quit IRC | 10:31 | |
dm8tbr | kermit`: let me know when you find it :) | 10:32 |
kermit` | Right now. | 10:32 |
*** mairas has joined #meego | 10:32 | |
kermit` | Is it the netbook img? | 10:32 |
dm8tbr | netbook seems to have some problems with virtualization | 10:33 |
dm8tbr | I didn't manage to get the UX up so far in vbox. abstract3d did though, but it was fumbly. | 10:33 |
dm8tbr | on the qemu Image I tried back then in vbox it was quite straight forward | 10:33 |
kermit` | Then which one should I use with kvm. My cpu is i5 core. | 10:34 |
kermit` | I heard that can't be used in vbox. | 10:34 |
dm8tbr | you might need to build one using mic2. that always works. | 10:34 |
dm8tbr | does the wiki have anything? | 10:34 |
*** ivrubano has joined #meego | 10:35 | |
kermit` | Let me review it again. | 10:35 |
dm8tbr | http://wiki.meego.com/Image_Creation mentions building an image for kvm/qemu | 10:36 |
*** tchan has quit IRC | 10:36 | |
kermit` | Oh, thanks | 10:36 |
dm8tbr | question is which kickstart to use to get 1.1 (or in my case preferably some from the 1.2 branch) | 10:36 |
pupnik_ | i've been kind of 'give me a downloadable meego for a VM' please | 10:36 |
pupnik_ | mode | 10:36 |
pupnik_ | since april | 10:36 |
ivrubano | Hi! Does anyone know how to launch browser in application? | 10:36 |
odin_ | ivrubano, using dbus ? | 10:37 |
*** tchan has joined #meego | 10:37 | |
*** venugopalr has joined #meego | 10:37 | |
odin_ | ivrubano, maemo did this: dbus-send --session --print-reply --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url "string:http://foobar.com" | 10:38 |
kermit` | ivrubano, use anything IPC like should do that. | 10:38 |
dm8tbr | ah same page just lower. 'kickstart files' | 10:38 |
*** jpetersen has joined #meego | 10:38 | |
ivrubano | odin_: yes, but how? | 10:38 |
Stskeeps | odin_: great initiative regarding ipv6 btw | 10:38 |
dm8tbr | http://wiki.meego.com/Image_Creation#KickStart_Files_.28configuration_files_used_for_image_creation.29 | 10:38 |
dm8tbr | ooooo, ipv6, where? | 10:38 |
* dm8tbr is interested! | 10:38 | |
odin_ | thanks Stskeeps | 10:38 |
Stskeeps | odin_: if you want a proposal, set up a weekly meeting and get a team started | 10:39 |
ivrubano | Am I rigth when I do QDBusMessage m = QDBusMessage::createMethodCall( "com.nokia.osso_browser", "/com/nokia/osso_browser/request", "com.nokia.osso_browser", "open_new_window"); | 10:39 |
Stskeeps | odin_: and stage things in community obs | 10:39 |
*** rob_w has joined #meego | 10:39 | |
*** whitewine has joined #meego | 10:39 | |
*** fcrozat|gone is now known as fcrozat | 10:39 | |
*** dkod has joined #meego | 10:39 | |
dm8tbr | kermit`: how bout this: http://repo.meego.com/MeeGo/builds/trunk/1.1.80.9.20101207.1/netbook/images/meego-netbook-ia32-qemu/ | 10:40 |
*** rob_w has quit IRC | 10:40 | |
odin_ | ivrubano, looks dbus on freedesktop.org (its an IPC mechanism), but the above was for maemo, I suspect its not correct for MeeGo but someone will know | 10:40 |
* dm8tbr gets that image :D | 10:40 | |
dm8tbr | odin_: ipv6? where? :) | 10:40 |
ivrubano | odin_: unfortunately it doesn't work for meego | 10:41 |
*** thiago_home has quit IRC | 10:41 | |
odin_ | yes IPv6 I posted to meego-dev and created bug#10984 | 10:41 |
MeeGoBot | Bug https://bugs.meego.com/show_bug.cgi?id=10984 nor, Undecided, 1.2, darryl.miles, NEW, IPv6 Support declaration | 10:41 |
Jun | My obs is just saying 'unresolable' for all builds, I guess this is because I missed some configuration for obs-worker,, can I get any advice?? | 10:41 |
kermit` | Let me try, maybe it's just what I wanted. Thanks you, dm8tbr. | 10:41 |
Bostik | oh, I read that mail and liked what I saw | 10:41 |
odin_ | need to separate out the minimum deliverables for claiming MeeGo IPv6 support (like marketing bullet point) from all the, "would be nice to have features" I have put up there | 10:42 |
*** arkub has joined #meego | 10:43 | |
*** pupnik_ is now known as pupnik | 10:43 | |
odin_ | speaking of community OBS how do I see MeeGo core stuff, like kernel source ? as the projects are all empty and buug#615 is not yet resolved | 10:45 |
odin_ | ha fooled the bot :) | 10:45 |
*** ghost_ has joined #meego | 10:46 | |
*** sunil has quit IRC | 10:47 | |
*** SunilThaha has joined #meego | 10:48 | |
*** achipa has joined #meego | 10:48 | |
*** achipa has quit IRC | 10:48 | |
*** achipa has joined #meego | 10:48 | |
*** Robten has quit IRC | 10:49 | |
*** x_O has joined #meego | 10:49 | |
Stskeeps | odin_: it seems like the authorative way is (honestly) to extract srpm | 10:51 |
Stskeeps | odin_: the gitorious kernel tree is broken | 10:51 |
*** rantom has quit IRC | 10:52 | |
*** jbacklun has joined #meego | 10:52 | |
*** mirek2 has joined #meego | 10:53 | |
*** Cosmo|zZz is now known as Comso | 10:55 | |
*** Comso is now known as Cosmo | 10:55 | |
*** Cosmo is now known as CosmoHill | 10:55 | |
*** tackat has joined #meego | 10:56 | |
*** anbaldwi has quit IRC | 10:59 | |
Jaffa | Morning, all | 10:59 |
CosmoHill | bleh | 10:59 |
*** villev has joined #meego | 11:00 | |
dm8tbr | odin_: thanks will look at it. ipv6 is one of my private favourites :) | 11:02 |
Termana | morning Jaffa and CosmoHill | 11:02 |
*** anbaldwi has joined #meego | 11:03 | |
CosmoHill | hi | 11:03 |
CosmoHill | my laptop went to sleep and killed my server connection :( | 11:03 |
*** chuckgao1 has joined #meego | 11:03 | |
*** ishta_paz has quit IRC | 11:05 | |
*** chuckgao has quit IRC | 11:05 | |
* timeless_webchat grumbles | 11:06 | |
*** zariz has quit IRC | 11:06 | |
timeless_webchat | the daily meego repository is a moving target! | 11:06 |
Stskeeps | yes it is, djuh | 11:06 |
Stskeeps | duh | 11:06 |
Stskeeps | :P | 11:06 |
odin_ | welcome to open source | 11:07 |
timeless_webchat | odin_: err, closed source has this same annoying feature :) | 11:07 |
phellarv | timeless_webchat: Welcome to source! | 11:07 |
timeless_webchat | phellarv++ | 11:07 |
jarkko^ | we got fun 'n' games? | 11:07 |
* timeless_webchat prefers faun and games | 11:08 | |
*** schend has joined #meego | 11:08 | |
timeless_webchat | http://en.wikipedia.org/wiki/Faun_%26_Games | 11:08 |
timeless_webchat | iirc i have it on my bookshelf behind me | 11:08 |
*** kkszysiu has quit IRC | 11:08 | |
*** schend has quit IRC | 11:08 | |
timeless_webchat | DawnFoster: so, one thing about irc stats, you probably want to add support for aliases. some people are silly and collect a bunch | 11:09 |
*** schend has joined #meego | 11:09 | |
timeless_webchat | e.g. ab[out] | 11:09 |
timeless_webchat | or well... me :) | 11:09 |
*** ZogG has joined #meego | 11:09 | |
odin_ | like the most lines per month ? ;-) | 11:09 |
timeless_webchat | odin_: did you see DawnFoster 's presentation @meego conf? | 11:09 |
*** zariz has joined #meego | 11:09 | |
timeless_webchat | (or have you seen her monthly reports?) | 11:10 |
*** jlamadon has quit IRC | 11:10 | |
odin_ | I was not there no, but have seen the first couple of reports (from summer time) | 11:10 |
Stskeeps | timeless_webchat: could you file a bug against me on that issue? | 11:10 |
* Stskeeps has that task in metrics | 11:10 | |
timeless_webchat | yeah | 11:10 |
*** jlamadon has joined #meego | 11:10 | |
timeless_webchat | um | 11:11 |
timeless_webchat | maybe? | 11:11 |
*** jonni has quit IRC | 11:11 | |
* timeless_webchat tries to remember the magic incantation required to be logged into bugs.meego.com | 11:11 | |
*** bergie has joined #meego | 11:12 | |
timeless_webchat | ok, i give up, what's the magic incantation? | 11:12 |
*** whitewine_ has joined #meego | 11:12 | |
odin_ | oingy-boingy ? | 11:12 |
timeless_webchat | not working! | 11:13 |
CosmoHill | timeless_webchat: should be the same as your meego account | 11:13 |
odin_ | sorry just trying to keep my IRC line count up with yours | 11:13 |
CosmoHill | try using your email instead of your username | 11:13 |
timeless_webchat | CosmoHill: oh sure, like i know my password ... | 11:13 |
*** bzhb has quit IRC | 11:14 | |
odin_ | bugs.meego.com is the same as meego.com for me, so can you do password recovery on either ? | 11:14 |
* timeless_webchat launches KeyChain Access.app | 11:14 | |
CosmoHill | simple, get the password out of the firefox password bank | 11:14 |
*** ivrubano has quit IRC | 11:14 | |
CosmoHill | or that | 11:14 |
timeless_webchat | grr | 11:14 |
timeless_webchat | chrome did know my password, it's just anal about me properly guessing my username first | 11:15 |
timeless_webchat | Stskeeps: ok, so um, what product/component is this? | 11:15 |
*** whitewine has quit IRC | 11:15 | |
Stskeeps | meego community infrastructure maybe | 11:16 |
Stskeeps | brb | 11:16 |
timeless_webchat | that's a classification | 11:17 |
*** zariz has quit IRC | 11:18 | |
Jaffa | Stskeeps: Is there a good page on ARM hardfp for MeeGo on the wiki? Google can't find it, nor where the TSG meeting minutes are. | 11:18 |
*** aleksandar has joined #meego | 11:18 | |
Stskeeps | Jaffa: http://wiki.meego.com/SDK/Toolchains/ToolchainChangeProposal | 11:19 |
Stskeeps | it really could need some more elaboration but ask me anything | 11:19 |
Stskeeps | (as i sit with the baseline for that port) | 11:19 |
*** zariz has joined #meego | 11:20 | |
timeless_webchat | Bug 11034 Submitted | 11:20 |
Jaffa | Stskeeps: Is Harmattan hardfp; or is that based on the MeeGo 1.2 decision? | 11:21 |
MeeGoBot | Bug https://bugs.meego.com/show_bug.cgi?id=11034 enh, Undecided, ---, carsten, NEW, irc stats needs to handle users with multiple nicks | 11:21 |
CosmoHill | bug 606 | 11:21 |
MeeGoBot | Bug https://bugs.meego.com/show_bug.cgi?id=606 maj, Medium, 1.0, michael.meeks, VERI FIXED, Pkcon can not resolve package name when using zypp as its back end | 11:21 |
CosmoHill | cool | 11:21 |
Stskeeps | Jaffa: http://marc.info/?l=meego-dev&m=128819047131135 | 11:21 |
Stskeeps | pretty much states harmattan is hardfp, so | 11:22 |
Jaffa | Yup - that's what I was remembering, but couldn't find that mail. Ta muchly. | 11:22 |
* timeless_webchat wonders where irc stats lives these days | 11:22 | |
*** kkszysiu has joined #meego | 11:22 | |
Jaffa | Stskeeps: http://talk.maemo.org/showthread.php?p=892169#post892169 ta. | 11:23 |
Stskeeps | Jaffa: we have checked however that it's possible to chroot to a hardfp target from softfp, though | 11:23 |
Stskeeps | kernel abi doesn't change, so | 11:24 |
timeless_webchat | Stskeeps: ooh, you can do this in time for http://stskeeps.subnetmask.net/irc/data/irssistats.nov.html :) | 11:24 |
Jaffa | Stskeeps: Intriguing. Is there any impact on IPC (e.g. talking to X)? | 11:24 |
*** pohly has left #meego | 11:25 | |
Stskeeps | Jaffa: i haven't tried, but i wouldn't think so | 11:25 |
Stskeeps | Jaffa: it's just on procedure call level, afaik | 11:25 |
*** pohly has joined #meego | 11:25 | |
Stskeeps | ie, pass floating point values in fpu registers instead of integer registers | 11:26 |
Stskeeps | :P | 11:26 |
*** bergie has quit IRC | 11:26 | |
timeless_webchat | jaffa: the change was important enough that the idiots @nokia were willing to leave the browser broken for a month | 11:26 |
timeless_webchat | (the browser being one of the few apps that actually worked before the change) | 11:26 |
*** rumohr has joined #meego | 11:27 | |
timeless_webchat | hrm, so 5 threads for downloads is a bad idea on this computer | 11:28 |
*** Erwyn has quit IRC | 11:29 | |
*** tackat has quit IRC | 11:30 | |
*** stilli has quit IRC | 11:31 | |
phellarv | Stskeeps: Where did I find the weekly test-reports again? | 11:34 |
*** jasavi has quit IRC | 11:34 | |
Stskeeps | phellarv: qa-reports.meego.com | 11:35 |
phellarv | Stskeeps: Thanks | 11:35 |
*** vgrade has joined #meego | 11:37 | |
timeless_webchat | wow, that's depressing | 11:40 |
timeless_webchat | i have man lsof | 11:40 |
timeless_webchat | i don't have lsof | 11:41 |
*** ^chaoz^ has joined #meego | 11:41 | |
*** SunilSaxena has joined #meego | 11:41 | |
*** SunilSaxena has left #meego | 11:41 | |
timeless_webchat | Stskeeps: where do bugs about the lack of x-axis ticks in http://qa-reports.meego.com/1.2/Handset/Acceptance/N900 go? | 11:42 |
*** ramkrsna has quit IRC | 11:42 | |
*** tackat has joined #meego | 11:42 | |
*** csj has joined #meego | 11:43 | |
Stskeeps | ticks? | 11:43 |
*** halton has quit IRC | 11:44 | |
timeless_webchat | http://www.google.com/search?q=x-axis+ticks | 11:44 |
*** hlzxy has joined #meego | 11:45 | |
* timeless_webchat considers http://bugs.meego.com/enter_bug.cgi?product=MeeGo%20QA%20Test%20Suite | 11:45 | |
lcuk | morning \o | 11:45 |
*** countd_ has joined #meego | 11:45 | |
*** gabor has joined #meego | 11:45 | |
timeless_webchat | err, why the heck can't i log into qa-reports.m.c using my standard meego credentials? | 11:46 |
*** stilli has joined #meego | 11:49 | |
* CosmoHill wonders why his mac won't spool the next print job until the previous one has finished printing | 11:50 | |
*** jlamadon has quit IRC | 11:52 | |
*** ^chaoz^ has quit IRC | 11:52 | |
timeless_webchat | CosmoHill: apple driver or third party? | 11:52 |
CosmoHill | guten print | 11:53 |
CosmoHill | the offical canon driver doens't do cups apparantly | 11:53 |
timeless_webchat | Bug 11037 has been added to the database | 11:54 |
MeeGoBot | Bug https://bugs.meego.com/show_bug.cgi?id=11037 nor, Undecided, ---, jerry.yu, NEW, Please spell MeeGo with a capital G | 11:54 |
* timeless_webchat shakes head | 11:54 | |
CosmoHill | really, that's a bug? | 11:54 |
CosmoHill | I'm assuming he's talking about official pages and documents | 11:55 |
*** Aparna has joined #meego | 11:55 | |
CosmoHill | cos apart from Is, he'll be lucky to get any capitals out of me | 11:55 |
*** Termana has quit IRC | 11:56 | |
*** jlamadon has joined #meego | 11:59 | |
*** kimitake_idle is now known as kimitake | 11:59 | |
*** ramkrsna has joined #meego | 12:00 | |
*** ramkrsna has quit IRC | 12:00 | |
*** ramkrsna has joined #meego | 12:00 | |
*** CosmoHill has quit IRC | 12:00 | |
*** countd_ has quit IRC | 12:01 | |
*** letic has joined #meego | 12:02 | |
*** countd has joined #meego | 12:02 | |
*** chuckgao1 has left #meego | 12:02 | |
*** letic has left #meego | 12:03 | |
*** ColKilkenny has joined #meego | 12:06 | |
*** mmc has quit IRC | 12:07 | |
*** Termana has joined #meego | 12:07 | |
*** deegee__ has joined #meego | 12:08 | |
*** Jun has quit IRC | 12:09 | |
*** florian_kc has joined #meego | 12:11 | |
*** florian_kc is now known as florian | 12:11 | |
*** saga64 has joined #meego | 12:14 | |
*** ayanes has joined #meego | 12:17 | |
*** ayanes has joined #meego | 12:17 | |
*** slaine has joined #meego | 12:18 | |
*** MostafaDaneshvar has joined #meego | 12:21 | |
timeless_webchat | Stskeeps: ping | 12:23 |
*** jniq has joined #meego | 12:24 | |
*** jniq has joined #meego | 12:24 | |
*** fcrozat has quit IRC | 12:24 | |
* timeless_webchat can't remember how this bundle of code worked | 12:24 | |
timeless_webchat | anyone here familiar w/ src.rpm and have time to hold my hand? :) | 12:24 |
*** lardman has joined #meego | 12:25 | |
*** vgrade_ has joined #meego | 12:27 | |
*** fcrozat has joined #meego | 12:28 | |
abstract3d | is it safe to have, Linux Host, Developer Environment inside vbox (example Ubuntu), and qemu running inside ubuntu? | 12:28 |
*** snowpong has joined #meego | 12:29 | |
lcuk | hey vgrade_ lardman \o | 12:29 |
vgrade_ | morning | 12:29 |
lcuk | abstract3d, define "safe" | 12:29 |
abstract3d | safe, like... "is it same as running ubuntu as host os"? | 12:30 |
abstract3d | fully funcinal? | 12:30 |
lcuk | vgrade_, did you ever try to do anything to get the nokia booklet running (its got same HW as the joggler afaik) | 12:30 |
timeless_webchat | abstract3d: it won't be as fast as metal | 12:30 |
timeless_webchat | but it should work | 12:30 |
*** johd has joined #meego | 12:31 | |
dm8tbr | abstract3d: some people claim that doesn't work | 12:31 |
timeless_webchat | lcuk: so, how's your RPM FU? | 12:31 |
* timeless_webchat has used vbox w/ mer and maemo scratchbox | 12:31 | |
vgrade_ | lcuk, booklet was running at one point with the EMGD drivers which were released by mistake. Should work with the official EMGD drivers on 1.0. 1.1 support is promised for early Q1 11 but we will proably be near 1.2 by then. EMGD needs to be brought into line with MeeGo Xorg | 12:33 |
lcuk | timeless_webchat, about as strong as my unicycle riding foo. i can use it to search and install stuff and add repos etc but nothing technical | 12:33 |
*** Saviq_afk is now known as Saviq | 12:33 | |
* timeless_webchat sighs | 12:34 | |
* timeless_webchat kicks something | 12:34 | |
lcuk | roger, thanks vgrade_ - would it be possible to write that up that cleanly and give specific links to download locations? | 12:35 |
*** sahumada has joined #meego | 12:36 | |
*** sahumada_ has joined #meego | 12:36 | |
dm8tbr | odin_: just a brief check if I misunderstood things: priority 4over6 - what is that supposed to mean? | 12:37 |
*** sahumada_ has quit IRC | 12:37 | |
vgrade_ | lcuk, I have some notes here, http://wiki.meego.com/User:Vgrade | 12:37 |
lcuk | vgrade_, thats a great start, thanks! | 12:37 |
odin_ | yes if DNS records are available for both A and AAAA then have applications prefer one over the other | 12:37 |
vgrade_ | lcuk, download locations are a bit of an issue as we cannot redistribute the EMGD | 12:37 |
lardman | hi lcuk | 12:37 |
lcuk | vgrade_, thats a different bridge, knowing its at least feasible (with roadblocks) is better than thinking its not at all. | 12:38 |
odin_ | this could be simulated via a conman proxy fudge, i.e. query both but only return A to application, or could be some tweak to runtime environment (like Qt network connectivity) | 12:38 |
odin_ | it could also be done via ordering the reply data to user-space, gethostbyname() ? | 12:39 |
odin_ | anyhows that kind of thing | 12:39 |
vgrade_ | lcuk, if anyone want to donate a booklet to me I will see what we can do with 1.0, 1.1 and trunk by downgrading the xserver | 12:40 |
dm8tbr | odin_: yes, but which one should be preferred in your view | 12:40 |
lcuk | let me find out for you vgrade_ :) | 12:41 |
odin_ | well that is to be discussed/considered and looked into :P i.e. pros/cons and amount of effort, I prefer the idea of no need to modify an application, it should just do the natural thing and interate the glibc returned data in the order given | 12:41 |
odin_ | unless of course, that specific application has been configured in some special way to override (but that is upto application/user arrangement) | 12:42 |
odin_ | and therefore outside the scope of "meego system" | 12:42 |
timeless_webchat | odin_ =~ s/interate/iterate/ | 12:42 |
*** aleksandar has quit IRC | 12:43 | |
odin_ | yeah sorry too much programming | 12:43 |
timeless_webchat | too much calculus =? | 12:43 |
odin_ | nop | 12:44 |
*** sahumada has left #meego | 12:45 | |
*** hlzxy has quit IRC | 12:46 | |
*** jniq has quit IRC | 12:46 | |
*** sawe has joined #meego | 12:47 | |
*** yerga has joined #meego | 12:47 | |
lcuk | lardman, belated pong! are you in winddown mode now, semi holidays and all that? :D | 12:48 |
lardman | nah, just thought I'd take a few days off this week as I'm knackered | 12:51 |
lcuk | that doesn't sound like a bad idea | 12:51 |
*** kimitake has quit IRC | 12:54 | |
*** leinir has quit IRC | 12:55 | |
*** leinir has joined #meego | 12:55 | |
*** lukus has joined #meego | 12:55 | |
*** hhartz has joined #meego | 12:56 | |
*** wliao has quit IRC | 12:56 | |
dm8tbr | odin_: I'm asking because preference of ipv4 over ipv6 would be considered broken. if a vendor does that in their own build. their problem. meego as a distribution should not even consider this slippery slope | 12:58 |
*** mitsutaka has quit IRC | 12:58 | |
odin_ | its more a user-set preference to work around broken IPv6 connectivity zones | 12:59 |
*** vanadis_ has quit IRC | 13:00 | |
*** calvaris has joined #meego | 13:00 | |
*** andre__ has joined #meego | 13:01 | |
odin_ | does conman and whatever already do automatic location detection... i.e. from available WLANs, GPS, location services, whatever, to then switch over connectivity profiles? it doesn't seem to lock onto hidden WLAN like Maemo5 N900 does, from my testing so far | 13:02 |
lcuk | DawnFoster, ping me later please :) (after you get in work of course) | 13:08 |
*** mitsutaka has joined #meego | 13:09 | |
*** whitewine__ has joined #meego | 13:09 | |
*** whitewine_ has quit IRC | 13:10 | |
* timeless_webchat sighs | 13:11 | |
*** Aparna has quit IRC | 13:14 | |
*** aleksandar has joined #meego | 13:15 | |
abstract3d | xephyr is the way to emulate UI without intel graphics @host & GL accell? | 13:17 |
*** vblazquez has quit IRC | 13:17 | |
*** jsears has joined #meego | 13:20 | |
*** vblazquez has joined #meego | 13:20 | |
*** villev has quit IRC | 13:24 | |
*** tekojo_ has joined #meego | 13:25 | |
*** tekojo has quit IRC | 13:26 | |
*** tekojo_ is now known as tekojo | 13:26 | |
*** tekojo has joined #meego | 13:26 | |
*** pvdm has quit IRC | 13:26 | |
*** lokesh has joined #meego | 13:35 | |
*** notmart has joined #meego | 13:36 | |
lokesh | wats the i686 reference device used in Intel for Meego ? | 13:36 |
odin_ | lbt_away, is {api,build}.opensuse.org due to continue to run off the same IP address ? i.e. can each SSL service not be on a unique IP and also is there a ticket in to fix the reverse IP address ? alternately issue yourself a multi-domain SSL cert with your own CA and public the CA in meego package | 13:36 |
lcuk | lokesh, I would hazard the lenovo s10-3t ideapad that was given to meegoconf participants | 13:38 |
odin_ | Duh I mean {api,build}.pub.meego.com | 13:38 |
X-Fade | odin_: You can run build and api on different ips, but why would you want that? | 13:38 |
lokesh | lcuk : I am talking about the handset reference device :) | 13:39 |
*** rodarvus_ has joined #meego | 13:39 | |
lcuk | the only x86 handset seen has been the aava I believe | 13:39 |
lokesh | lcuk : ok | 13:40 |
odin_ | X-Fade, so HTTPS works like it should, with Common Name X.509 validation and reverse DNS check | 13:40 |
X-Fade | odin_: Cert Alternative names work fine? | 13:40 |
odin_ | CA = Certificate Authority (you issue your toplevel self-signed X.509 cert, then just get all SDK users to install it as a package where 'osc' will see it) | 13:41 |
*** leandrosansilva has joined #meego | 13:41 | |
X-Fade | odin_: I don't understand the problem? Which app doesn't accept our SSL cert? | 13:42 |
*** rodarvus has quit IRC | 13:42 | |
odin_ | X-Fade, the HTTPS service is not setup correctly (IMHO) | 13:42 |
X-Fade | odin_: Again, which app complains about it :) | 13:42 |
odin_ | for me, osc for a start | 13:42 |
odin_ | wget | 13:43 |
X-Fade | odin_: Which os? | 13:43 |
odin_ | the defacto standard is 1 unique IP per HTTPS service, with forward and reverse DNS setup to the Common Name in the certificate | 13:43 |
odin_ | MeeGo 1.1.1 | 13:43 |
odin_ | if you use a godaddy.com cert (and pay someone else) or issue your own CA, that point doesn't matter if the above condition is not met, but can cut down someones costs | 13:45 |
*** pvdm has joined #meego | 13:45 | |
*** MoRpHeUz has joined #meego | 13:47 | |
odin_ | there are/where moves to allow HTTPS virtual hosts but its like IPv6, no one can be bothered to do it, there are also multi-domain certs for mega-bucks when another IP is cheaper, so the defacto standard above still stands for best interoperability | 13:50 |
timeless_webchat | odin_: https vhosting is deployed.. | 13:50 |
odin_ | i.e. web-browsers have support but I wouldn't expect the same of HTTPS client libraries for tooling | 13:50 |
*** srag has quit IRC | 13:51 | |
odin_ | timeless_webchat, yes and IPv6 is :) | 13:51 |
* timeless_webchat ponders | 13:51 | |
* timeless_webchat thinks vhosting is probably better deployed than ipv6 | 13:51 | |
odin_ | when a web-browser is your only client I agree, but its not for OBS API webserver | 13:52 |
timeless_webchat | file a bug | 13:52 |
abstract3d | xephyr is the way to emulate UI without intel graphics @host & GL accell? | 13:52 |
sp3000 | timeless_webchat: @wk? | 13:56 |
timeless_webchat | running late | 13:57 |
timeless_webchat | you? | 13:57 |
sp3000 | around kamppi | 13:58 |
sp3000 | pizza? | 13:58 |
timeless_webchat | hrm | 13:58 |
timeless_webchat | indian buffet? | 13:58 |
*** marcob has joined #meego | 13:58 | |
timeless_webchat | pizza hut | 13:58 |
*** hhartz_ has joined #meego | 13:58 | |
timeless_webchat | yeah, pizza hut | 13:58 |
sp3000 | k | 13:58 |
timeless_webchat | lardman: this is just in time scheduling =) | 13:59 |
*** lbt has joined #meego | 13:59 | |
*** lbt_away has quit IRC | 13:59 | |
* sp3000 is there in 3 | 13:59 | |
timeless_webchat | and it support pizza-preemption | 13:59 |
timeless_webchat | in 5 | 13:59 |
pupnik | pizza. nature's perfect food. | 14:00 |
*** bigbrovar_ has joined #meego | 14:01 | |
*** hhartz__ has joined #meego | 14:01 | |
pupnik | so we had another person crash and burn today trying to get meego running in a VM | 14:01 |
*** bigbrovar has quit IRC | 14:01 | |
*** hhartz_ has quit IRC | 14:02 | |
*** tmikola has quit IRC | 14:02 | |
*** hhartz has quit IRC | 14:02 | |
*** hhartz__ is now known as hhartz | 14:02 | |
*** hhartz has quit IRC | 14:02 | |
*** tmikola has joined #meego | 14:03 | |
*** hhartz has joined #meego | 14:03 | |
*** vanadis_ has joined #meego | 14:03 | |
*** srag has joined #meego | 14:03 | |
*** timeless_webchat has quit IRC | 14:04 | |
*** lbt has quit IRC | 14:05 | |
abstract3d | pupnik: meego is running in VM, but it's a bit slow | 14:05 |
*** kimitake has joined #meego | 14:06 | |
*** lbt has joined #meego | 14:06 | |
*** jonni has joined #meego | 14:06 | |
*** dazo is now known as dazo_afk | 14:07 | |
pupnik | abstract3d: from what i've seen the performance is adequate for development and testing | 14:08 |
*** lbt has quit IRC | 14:08 | |
*** deegee__ has quit IRC | 14:08 | |
*** sge has quit IRC | 14:08 | |
*** trevorj` has joined #meego | 14:09 | |
pupnik | however a person new to meego, wanting to try it out, currently isn't going to find a nice working downloadable vm image with getting started instructions | 14:09 |
pupnik | getting to that point should be a priority | 14:09 |
*** sge has joined #meego | 14:10 | |
*** dchang has quit IRC | 14:12 | |
*** vblazquez has quit IRC | 14:12 | |
*** trevorj has quit IRC | 14:12 | |
*** vblazquez has joined #meego | 14:14 | |
*** Openfree has joined #meego | 14:15 | |
*** glin has quit IRC | 14:15 | |
*** mwichmann has joined #meego | 14:16 | |
*** lbt has joined #meego | 14:16 | |
X-Fade | odin_: I just checked on my meego netbook. But both wget and osc don't complain about https. | 14:17 |
odin_ | wget https://api.pub.meego.com/build/MeeGo:1.1:Core/standard/i586/_repository/rpm ? | 14:19 |
*** TomiH has joined #meego | 14:19 | |
*** firegnu has joined #meego | 14:19 | |
*** ni1s has quit IRC | 14:19 | |
*** Openfree has quit IRC | 14:20 | |
*** venugopalr has quit IRC | 14:20 | |
X-Fade | odin_: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409938 | 14:21 |
X-Fade | odin_: That basically is a bug in wget which got fixed. But wget guys don't like doing releases it seems :) | 14:22 |
*** venugopalr has joined #meego | 14:22 | |
odin_ | Hmm ok but the point being made is why make things harder than things need to be, i.e. if it was a commercial setup I'd not have entertained the use virtual IPs for HTTPS myself, as I would have thought maximum interoperability being a useful goal | 14:23 |
odin_ | now we need to go and fix every app, and wait for releases :) yay for open source | 14:24 |
X-Fade | odin_: Yes, of course. But this is a pretty valid setup. Browsers don't complain for example. | 14:24 |
X-Fade | odin_: Since 1990 or so :) | 14:24 |
*** RangerKarl|AtWor has quit IRC | 14:24 | |
odin_ | hmm more like ~2003 I'd say | 14:24 |
X-Fade | Well yeah, ok.. But anyway. | 14:25 |
*** selesnie has joined #meego | 14:27 | |
*** Qualispace has joined #meego | 14:28 | |
*** rodarvus_ is now known as rodarvus | 14:30 | |
*** rodarvus has joined #meego | 14:30 | |
*** toniher has joined #meego | 14:31 | |
*** Openfree has joined #meego | 14:32 | |
*** leandrosansilva has quit IRC | 14:32 | |
*** setanta has joined #meego | 14:36 | |
*** hugopl has joined #meego | 14:37 | |
*** zutesmog1 has quit IRC | 14:38 | |
*** zutesmog has joined #meego | 14:39 | |
*** lolloo has joined #meego | 14:39 | |
*** dchaverri26 has joined #meego | 14:39 | |
*** jeansch has joined #meego | 14:39 | |
fregl | thp: ping | 14:40 |
*** prashant has quit IRC | 14:43 | |
*** bhushan has quit IRC | 14:43 | |
*** ismael has quit IRC | 14:45 | |
*** JPohlmann has joined #meego | 14:45 | |
*** Aparna has joined #meego | 14:48 | |
*** microstic has joined #meego | 14:50 | |
*** murrayc has joined #meego | 14:50 | |
*** abstract3d has quit IRC | 14:50 | |
*** SunilSaxena has joined #meego | 14:51 | |
*** SunilSaxena has left #meego | 14:51 | |
*** kimitake is now known as kimitake_idle | 14:52 | |
*** tmikola has quit IRC | 14:52 | |
*** microstic has left #meego | 14:52 | |
*** LjL has joined #meego | 14:54 | |
*** jasavi has joined #meego | 14:54 | |
*** trevorj` has quit IRC | 14:55 | |
*** trevorj has joined #meego | 14:55 | |
*** Wellark^ has quit IRC | 14:56 | |
*** jeansch has quit IRC | 14:56 | |
*** jasavi has quit IRC | 14:58 | |
*** vblazquez has quit IRC | 14:58 | |
*** deegee__ has joined #meego | 14:58 | |
*** trevorj` has joined #meego | 14:59 | |
*** Guest87704 has quit IRC | 14:59 | |
*** tommim has quit IRC | 14:59 | |
*** aleksandar has quit IRC | 15:00 | |
*** vblazquez has joined #meego | 15:00 | |
*** trevorj` has quit IRC | 15:01 | |
*** trevorj` has joined #meego | 15:01 | |
*** trevorj has quit IRC | 15:02 | |
*** kuuntelija has quit IRC | 15:02 | |
*** EF2 has quit IRC | 15:02 | |
*** EF2 has joined #meego | 15:03 | |
*** vanadis_ has quit IRC | 15:05 | |
*** mmc has joined #meego | 15:06 | |
lcuk | Stskeeps, so OBS builds the package from source to binary, then uses that binary and compares it against previous binary to identify if it needs to be built? | 15:08 |
*** vblazquez has quit IRC | 15:08 | |
Stskeeps | lcuk: no, if it is different from the previous build | 15:08 |
*** tmikola has joined #meego | 15:08 | |
lcuk | Stskeeps, but it has to be built to know if its different | 15:08 |
lcuk | surely? | 15:09 |
Stskeeps | yes | 15:09 |
lcuk | or just compare source code itself .. which both cases old and new should have macros and not actual dates | 15:09 |
Stskeeps | but the big load is if you have a package and the packages that depend on your packages has to rebuilt | 15:09 |
*** Guest87704 has joined #meego | 15:10 | |
*** vblazquez has joined #meego | 15:10 | |
odin_ | hmm... OBS knows when you have made a commit on your package and when one of its dependencies has been built into a new version | 15:10 |
tybollt | will the pkg's themselves be in format .rpm? | 15:11 |
odin_ | no a collection of arbitrary files, usually at least one *.spec | 15:11 |
lcuk | Stskeeps, i understand the point about rebuilding descendent packages if main one changes, but to have to build main one and compare binary seems a bit silly when its the source code changes that matter? | 15:11 |
odin_ | but also deb/kiwi and other formats | 15:11 |
*** marciom_ has joined #meego | 15:12 | |
*** marciom_ has quit IRC | 15:12 | |
Stskeeps | lcuk: your resulting binary can change if the packages you dep on change | 15:12 |
odin_ | compare output binaries, I guess that only make sense to work out if there was a real affecting change and to bump the 'build number' (is that the name for is? 1.2.3-X) ? | 15:13 |
lcuk | sure, a cascade but the same logic is in place for all of the packages in obs isnt it? | 15:13 |
lcuk | a great big dependency tree | 15:13 |
lcuk | i fail to see why it has to spend time building the package itself to compare binary to binary | 15:14 |
*** halvors1 has joined #meego | 15:14 | |
odin_ | bootstrap changes ? stabilising gcc/binutils and such, as well as trying not to bump the revision/build-number unnecessary ? | 15:15 |
Stskeeps | lcuk: it has to check if it's changed, because then it needs to trigger additional rebuilds of other packages | 15:15 |
lcuk | odin_, same dependency chain surely? | 15:15 |
odin_ | there are 2 issues here... 1) what kicks off a build and 2) what makes that build a new revision 1.2.3-X bump | 15:16 |
*** Saviq has quit IRC | 15:16 | |
odin_ | Issue 1: OBS knows when you have made a commit on your package and when one of its dependencies has been built into a new version | 15:16 |
Jaffa | This sounds similar to what we're doing at work with Ivy, our build system and JAR checksums. | 15:17 |
lcuk | Stskeeps, surely OBS does not rebuild (for instance) entire Qt just because I ask it to rebuild my package depending upon it | 15:17 |
odin_ | Issue 2: Compare the output binaries to see if the result is different from the last published version | 15:17 |
*** abstract3d has joined #meego | 15:17 | |
Stskeeps | lcuk: no, it's reverse | 15:18 |
*** achipa has quit IRC | 15:18 | |
lcuk | Stskeeps, ? | 15:19 |
*** josemartins has joined #meego | 15:19 | |
odin_ | actually is it an "output binaries" compare, was in executables or a complete RPM compare (which makes sense, as a documentation change should also bump the version) | 15:20 |
*** achipa has joined #meego | 15:21 | |
*** achipa has quit IRC | 15:21 | |
*** achipa has joined #meego | 15:21 | |
* Stskeeps submits his idea about alice@meego.com | 15:22 | |
*** firegnu has quit IRC | 15:22 | |
Stskeeps | http://lists.meego.com/pipermail/meego-community/2010-December/002787.html | 15:23 |
Jaffa | lcuk: But if Qt uses random things inside the binary which change each build; you get a new version number and everything spinning | 15:23 |
Jaffa | Stskeeps: We had this because Groovy .class files have a random timestamp in them (which Java .class files don't). We ended up making our comparator explicitly ignore them in the structure of a parsed .class file; but it was hacky. Not sure you can do something similar for __DATE__ and __TIME__ *post* build. | 15:24 |
Stskeeps | Jaffa: yeah, that's what i'm worried about.. | 15:25 |
Jaffa | Stskeeps: Similarly, you can't replace all __DATE__ and __TIME__ usages (or redefine the macros) because there *might*(?) be a valid case which does have a material effect. | 15:25 |
Jaffa | Stskeeps: Not necessarily optimal code, admittedly; but meaningful in some way. | 15:26 |
Stskeeps | Jaffa: i've seen it used as initial vector for security.. | 15:26 |
* Jaffa nods. That kind of thing. | 15:26 | |
Jaffa | Not sure it's great, to be honest from a security PoV; but gives some kind of initial value | 15:26 |
* Jaffa would suggest coding standard which suggests they aren't used and starting to patch away the ones which do so trivially/incorrectly. | 15:27 | |
*** mirek2 has quit IRC | 15:27 | |
lcuk | Jaffa, strictly, comparing build binaries is only necessary if there were no way to have computers track dependency graphs | 15:27 |
lcuk | and if computers cannot be used to track trees of things then WTF are we doing here | 15:27 |
Jaffa | lcuk: No - because you don't want to respin your child projects if there's no material change in the output. | 15:27 |
Jaffa | lcuk: The point is that there *is* a tracked dependency graph, but you don't want to do unnecessary work (bumps version numbers, takes time, increases risk, uses resources) | 15:28 |
*** bobdole369 has joined #meego | 15:29 | |
*** yanli has joined #meego | 15:29 | |
*** liyan has joined #meego | 15:30 | |
ali1234 | lcuk: the point of comparing binaries is not to catch changes which are missed by the dependency graphs but to filter out trivial changes which would otherwise cause unnecessary rebuilds | 15:30 |
*** mirek2_ has joined #meego | 15:30 | |
Jaffa | What he said. | 15:30 |
odin_ | ... unnecessary rebuilds due to version bumps.... with the unnecessary rebuilds being those packages based on this package ? | 15:30 |
Jaffa | odin_: Correct | 15:31 |
ali1234 | dependent on, yes | 15:31 |
odin_ | but a documentation change should also cause a version bump (i.e. the term "compare binaries" sounds too narrow) | 15:31 |
Jaffa | odin_: i.e. if someone changes the Qt documentation; that might result in a publishing of a new website, but shouldn't cause a rebuild of myqtapp | 15:31 |
Jaffa | odin_: Depends on the change | 15:32 |
Jaffa | odin_: Documentation with an additional fullstop or spelling correction is still valid and hasn't (if the docs are only published on docs.meego.com, say) resulted in any packagaing changes. | 15:32 |
odin_ | I'm claiming I don't see why it should, what you a really trying to cut down, is the ripple effect of binary changes (which are most changes seen), maybe it would be a major issue if documentation was generated at built time | 15:33 |
*** ScottishDuck has quit IRC | 15:33 | |
ali1234 | documentation is just once such example | 15:33 |
Jaffa | odin_: Indeed, that is the aim. | 15:33 |
ali1234 | the real question is how do you know which files are used by dependent packages? | 15:34 |
*** hugopl_ has joined #meego | 15:34 | |
Jaffa | (AIUI, and is certainly the reason we do it at work) | 15:34 |
*** hugopl has quit IRC | 15:34 | |
Jaffa | ali1234: What we do is compare the checksum of every file in the JAR - well, we produce a checksum for the JAR contents as a whole | 15:34 |
Jaffa | Excluding certain things, which is relatively straightforward as we're the upstream and control the set of packages (and structure and build system) | 15:35 |
*** ScottishDuck has joined #meego | 15:35 | |
ali1234 | ok, but with the Qt example, what if there is a package which uses the documentation in some way, such that it has to be rebuilt if the doc changes? | 15:35 |
*** mtameni has joined #meego | 15:36 | |
*** jsears has quit IRC | 15:36 | |
*** sar3th|away has quit IRC | 15:36 | |
Jaffa | ali1234: Presumably in that case it's depending on libqt-doc or something; and the Qt documentation is a published package in its own right. | 15:36 |
Jaffa | ali1234: Or it's a "binary artefact" of the build. | 15:36 |
*** tekojo has quit IRC | 15:36 | |
*** jukey has joined #meego | 15:37 | |
Jaffa | i.e. in the binary package | 15:37 |
ali1234 | a better example that docs is eg whitespace cleanup patches | 15:37 |
ali1234 | that shouldn't affect the output at all and should not trigger rebuilds | 15:38 |
Jaffa | ali1234: Yes, a perfect example. | 15:38 |
Jaffa | ali1234: Tidying source formatting in a non-binary affecting way should be encouraged to prevent broken window syndrome | 15:38 |
*** stilli has quit IRC | 15:39 | |
*** slonopotamus has joined #meego | 15:40 | |
*** arkub has quit IRC | 15:40 | |
*** mtameni has quit IRC | 15:41 | |
*** Venemo_N900 has joined #meego | 15:42 | |
*** Guest87704 has quit IRC | 15:42 | |
*** stylesen has quit IRC | 15:43 | |
*** jeansch has joined #meego | 15:44 | |
*** EF2 has quit IRC | 15:44 | |
*** mtameni has joined #meego | 15:45 | |
*** panaggio has joined #meego | 15:46 | |
*** slonopotamus has quit IRC | 15:49 | |
*** EF2 has joined #meego | 15:50 | |
*** ramkrsna has quit IRC | 15:51 | |
*** puffin has joined #meego | 15:52 | |
*** vblazquez has quit IRC | 15:55 | |
*** halvors has quit IRC | 15:55 | |
*** yanli has quit IRC | 15:56 | |
*** EF2 has quit IRC | 15:56 | |
*** liyan has quit IRC | 15:57 | |
*** aparna__ has joined #meego | 15:57 | |
*** vblazquez has joined #meego | 15:57 | |
*** kermit` has quit IRC | 15:58 | |
*** kyb3R has quit IRC | 15:59 | |
*** Aparna has quit IRC | 16:00 | |
*** microstic has joined #meego | 16:01 | |
*** EF2 has joined #meego | 16:01 | |
*** berndhs has joined #meego | 16:02 | |
*** Termana has quit IRC | 16:02 | |
*** alvinator has quit IRC | 16:04 | |
*** EF2 has quit IRC | 16:05 | |
*** stilli has joined #meego | 16:06 | |
*** kyb3R has joined #meego | 16:06 | |
*** fcrozat has quit IRC | 16:06 | |
*** halvors has joined #meego | 16:09 | |
*** bobdole369 has quit IRC | 16:10 | |
sivang | anybody knows if aava is being sold? | 16:10 |
sivang | or released, already? | 16:10 |
Myrtti | I thought it's been out for a considerable time | 16:11 |
Myrtti | with that ~1700USD pricetag | 16:11 |
sivang | 1700USD wow | 16:11 |
*** EF2 has joined #meego | 16:11 | |
*** arkub has joined #meego | 16:12 | |
Macer | damn | 16:13 |
Macer | that's high | 16:13 |
Macer | is the hw really that open ? :) | 16:13 |
Macer | maybe nokia will open up the n900 wide open | 16:14 |
Macer | so people could actually do something with it | 16:14 |
*** raulfh has joined #meego | 16:14 | |
ali1234 | what parts of the n900 are still closed? | 16:15 |
Bostik | 3D chip interface? | 16:16 |
Venemo_N900 | ali1234: for Maemo or MeeGo? | 16:16 |
*** vblazquez has quit IRC | 16:16 | |
*** EF2 has quit IRC | 16:16 | |
ali1234 | for the hardware | 16:16 |
Venemo_N900 | ali1234: the graphics chip driver and some firmware are closed, ask Stskeeps for details | 16:17 |
ali1234 | 3d is not nokias to open up | 16:17 |
*** vblazquez has joined #meego | 16:19 | |
Venemo_N900 | true | 16:19 |
alterego | bme, sgx, firmware | 16:19 |
alterego | for bt and wlan | 16:19 |
alterego | There was one more thing, can't remember what it is .. | 16:19 |
Venemo_N900 | camera? | 16:19 |
Venemo_N900 | or fmtx? | 16:19 |
alterego | No | 16:19 |
Bostik | charging circuitry? | 16:19 |
Venemo_N900 | Bostik: that's bme | 16:20 |
alterego | bme is the charging management bit. | 16:20 |
Bostik | ah, thank you | 16:20 |
alterego | You're better off asking Stskeeps he knows it off by heart :D | 16:20 |
odin_ | X-Fade, are all the MeeGo:* projects on cbuild meant to be empty? or is that some ACL thingy ? | 16:20 |
*** EF2 has joined #meego | 16:20 | |
*** pmcgowan has joined #meego | 16:21 | |
*** ghost_ has quit IRC | 16:24 | |
*** fcrozat has joined #meego | 16:25 | |
*** EF2 has quit IRC | 16:25 | |
*** trevorj` has quit IRC | 16:26 | |
*** trevorj has joined #meego | 16:26 | |
*** jukey has quit IRC | 16:28 | |
*** jukey has joined #meego | 16:28 | |
*** EF2 has joined #meego | 16:30 | |
*** fcrozat has quit IRC | 16:31 | |
*** vblazquez has quit IRC | 16:31 | |
*** TomiH has quit IRC | 16:31 | |
*** sraue has quit IRC | 16:32 | |
*** jukey has quit IRC | 16:32 | |
*** sraue has joined #meego | 16:32 | |
*** ptl has quit IRC | 16:33 | |
*** ptl has joined #meego | 16:33 | |
*** stilli has quit IRC | 16:33 | |
*** awayfar has joined #meego | 16:34 | |
*** lolloo has quit IRC | 16:34 | |
*** EF2 has quit IRC | 16:34 | |
*** jukey has joined #meego | 16:35 | |
*** vblazquez has joined #meego | 16:35 | |
*** jukey has left #meego | 16:36 | |
*** heffer_ is now known as heffer | 16:37 | |
*** vblazquez has quit IRC | 16:37 | |
*** EF2 has joined #meego | 16:38 | |
*** vblazquez has joined #meego | 16:39 | |
*** frade has joined #meego | 16:40 | |
*** sraue has quit IRC | 16:40 | |
*** sraue has joined #meego | 16:41 | |
*** EF2 has quit IRC | 16:43 | |
*** uhef has quit IRC | 16:45 | |
*** dkod has quit IRC | 16:46 | |
*** NishanthMenon has joined #meego | 16:46 | |
*** jlamadon has quit IRC | 16:47 | |
*** EF2 has joined #meego | 16:48 | |
*** vblazquez has quit IRC | 16:48 | |
*** Venemo_N900 has quit IRC | 16:50 | |
*** vblazquez has joined #meego | 16:50 | |
*** jukey has joined #meego | 16:52 | |
*** jukey has left #meego | 16:52 | |
*** EF2 has quit IRC | 16:52 | |
*** JaMa is now known as JaMa|Off | 16:54 | |
*** vblazquez has quit IRC | 16:56 | |
*** magius_pendragon has quit IRC | 16:56 | |
*** dazo_afk is now known as dazo | 16:56 | |
*** EF2 has joined #meego | 16:56 | |
*** magius_pendragon has joined #meego | 16:56 | |
*** SunilSaxena has joined #meego | 16:56 | |
*** saga64 has left #meego | 16:57 | |
*** fcrozat has joined #meego | 16:57 | |
*** SunilSaxena has left #meego | 16:57 | |
*** vblazquez has joined #meego | 16:59 | |
*** aapo has quit IRC | 16:59 | |
*** EF2 has quit IRC | 17:00 | |
*** hhartz has quit IRC | 17:01 | |
*** blueskyevdy has joined #meego | 17:01 | |
*** murrayc has quit IRC | 17:02 | |
*** nidO has quit IRC | 17:02 | |
*** nid0 has joined #meego | 17:02 | |
*** kedz has quit IRC | 17:02 | |
*** blueskyevdy has left #meego | 17:03 | |
*** blueskyevdy has joined #meego | 17:03 | |
*** blueskyevdy has left #meego | 17:03 | |
*** aparna__ has quit IRC | 17:03 | |
*** blueskyevdy has joined #meego | 17:03 | |
*** blueskyevdy has left #meego | 17:03 | |
*** blueskyevdy has joined #meego | 17:03 | |
*** blueskyevdy has left #meego | 17:03 | |
*** juliank has joined #meego | 17:03 | |
*** juliank has joined #meego | 17:03 | |
* odin_ grumbles at the channel churn | 17:03 | |
*** Frye_ has joined #meego | 17:03 | |
*** blueskyevdy has joined #meego | 17:04 | |
*** seba__ has joined #meego | 17:04 | |
*** EF2 has joined #meego | 17:05 | |
*** jayabharath has joined #meego | 17:05 | |
*** Frye_ has quit IRC | 17:06 | |
*** Shanita has quit IRC | 17:06 | |
*** Shanita has joined #meego | 17:06 | |
*** Qualispace has quit IRC | 17:06 | |
*** Frye has quit IRC | 17:07 | |
*** jpetersen has quit IRC | 17:07 | |
*** slonopotamus has joined #meego | 17:07 | |
*** paule has joined #meego | 17:08 | |
*** vblazquez has quit IRC | 17:08 | |
*** felipec has joined #meego | 17:08 | |
*** EF2 has quit IRC | 17:10 | |
*** seanvk has joined #meego | 17:10 | |
lbt | http://bugs.meego.com/show_bug.cgi?id=11053 | 17:10 |
lbt | mmm no bot... "Extras and Garage need an agreed name" | 17:11 |
*** microstic has quit IRC | 17:11 | |
*** kyb3R has quit IRC | 17:11 | |
*** seanvk has quit IRC | 17:12 | |
*** DawnFoster has quit IRC | 17:13 | |
GAN900 | What's wrong with "Extras"? | 17:13 |
*** EF2 has joined #meego | 17:14 | |
*** Wellark^ has joined #meego | 17:16 | |
andre__ | well, what's wrong with "Garage"? :-P | 17:16 |
Stskeeps | reminds me of garage.maemo.org with it's 90's forge | 17:17 |
Stskeeps | :P | 17:17 |
*** Saviq has joined #meego | 17:17 | |
*** paule has quit IRC | 17:18 | |
*** EF2 has quit IRC | 17:19 | |
*** seanvk has joined #meego | 17:21 | |
*** microstic has joined #meego | 17:21 | |
fiferboy | What is "Garage" supposed to mean in this context? | 17:22 |
fiferboy | It brings to mind things that are being worked on and fixed up, but not ready for real use | 17:22 |
fiferboy | Maybe that is intended? | 17:22 |
*** blueskyevdy has left #meego | 17:22 | |
*** EF2 has joined #meego | 17:23 | |
*** qgil has joined #meego | 17:23 | |
*** juanman has joined #meego | 17:23 | |
*** lolloo has joined #meego | 17:24 | |
*** halvors has quit IRC | 17:26 | |
*** EF2 has quit IRC | 17:27 | |
leinir | fiferboy: garage music - stuff you knocked up in your shed ;) | 17:29 |
Stskeeps | MeeGo Shed | 17:29 |
Stskeeps | :P | 17:29 |
*** rescbr has quit IRC | 17:30 | |
*** jukey has joined #meego | 17:31 | |
leinir | Tehee, yeah :) | 17:31 |
*** jukey has left #meego | 17:31 | |
*** hugopl_ has quit IRC | 17:31 | |
leinir | i do kinda like that idea - but it might be a little bit overly English in nature... | 17:32 |
*** schend has quit IRC | 17:33 | |
*** EF2 has joined #meego | 17:33 | |
*** schasch has quit IRC | 17:33 | |
*** microstic has quit IRC | 17:33 | |
*** hugopl has joined #meego | 17:34 | |
*** nierob has quit IRC | 17:35 | |
*** toniher has quit IRC | 17:36 | |
*** calvaris has quit IRC | 17:36 | |
*** EF2 has quit IRC | 17:37 | |
*** csj_ has joined #meego | 17:38 | |
*** ottela has quit IRC | 17:38 | |
GAN900 | MeeGo Bikeshed? | 17:39 |
lcuk | GAN900, shouldn't it be a cyclehut? | 17:41 |
*** EF2 has joined #meego | 17:41 | |
*** dneary has joined #meego | 17:43 | |
GAN900 | lcuk, no, green! | 17:44 |
odin_ | MeeGo Den ? | 17:44 |
*** EF2 has quit IRC | 17:46 | |
*** ismael has joined #meego | 17:48 | |
dneary | lbt, Ping? | 17:49 |
lbt | dneary: pong | 17:49 |
*** Openfree has quit IRC | 17:50 | |
*** EF2 has joined #meego | 17:50 | |
*** deegee__ has quit IRC | 17:51 | |
*** Aparna has joined #meego | 17:54 | |
*** EF2 has quit IRC | 17:54 | |
odin_ | lbt, help... why is this empty ? https://build.pub.meego.com/project/show?project=MeeGo%3A1.1%3ACore re: http://www.pastie.org/1358931 | 17:55 |
*** mtameni has quit IRC | 17:55 | |
*** Eiskis has joined #meego | 17:56 | |
Stskeeps | odin_: binary rpm imports | 17:58 |
*** Saviq has quit IRC | 17:58 | |
*** EF2 has joined #meego | 17:59 | |
lbt | odin_: it's not actually empty | 18:00 |
*** Saviq has joined #meego | 18:00 | |
*** seanvk_ has joined #meego | 18:01 | |
*** bigbrovar_ has quit IRC | 18:01 | |
*** DawnFoster has joined #meego | 18:02 | |
*** mitsutaka has quit IRC | 18:03 | |
*** EF2 has quit IRC | 18:04 | |
Jaffa | lbt: Can I just say "Extras" and move on? ;-) | 18:06 |
lbt | hehe | 18:07 |
*** EF2 has joined #meego | 18:09 | |
GAN900 | Seriously, though, what's wrong with Extras? | 18:09 |
Jaffa | lbt: It's "extra" stuff. "Garage" has to be explained and is a legacy of Moblin being a hacker's paradise (AIUI) | 18:10 |
*** jpe has quit IRC | 18:10 | |
*** CosmoHill has joined #meego | 18:10 | |
*** stilli has joined #meego | 18:10 | |
lbt | well, we've got Extras in the OBS currently | 18:10 |
*** x_O has quit IRC | 18:10 | |
*** tconant has joined #meego | 18:11 | |
CosmoHill | hey lbt | 18:12 |
lbt | o/ | 18:12 |
*** arkub has quit IRC | 18:13 | |
CosmoHill | I think if I work hard I should be able to get one assignment done by tonight | 18:13 |
*** EF2 has quit IRC | 18:13 | |
*** ScottishDuck has quit IRC | 18:16 | |
*** timeless_webchat has joined #meego | 18:17 | |
*** nicu has quit IRC | 18:17 | |
*** EF2 has joined #meego | 18:18 | |
*** felipec has quit IRC | 18:19 | |
* timeless_webchat needs help | 18:19 | |
timeless_webchat | anyone here vaguely familiar w/ IETF? | 18:19 |
*** ScottishDuck has joined #meego | 18:19 | |
*** felipec has joined #meego | 18:20 | |
*** smoku has left #meego | 18:21 | |
*** Erkan_Yilmaz has joined #meego | 18:21 | |
*** Erkan_Yilmaz has joined #meego | 18:21 | |
*** paulliu has quit IRC | 18:21 | |
*** smoku has joined #meego | 18:21 | |
*** andyross has joined #meego | 18:21 | |
*** JPohlmann has quit IRC | 18:22 | |
*** JPohlmann1 has joined #meego | 18:22 | |
*** rob_w has joined #meego | 18:25 | |
*** EF2 has quit IRC | 18:27 | |
*** mitsutaka has joined #meego | 18:27 | |
*** csj_ has quit IRC | 18:28 | |
*** tackat has quit IRC | 18:28 | |
*** pixelgeek has joined #meego | 18:28 | |
*** EF2 has joined #meego | 18:31 | |
*** otis has joined #meego | 18:33 | |
*** jjo_ has joined #meego | 18:33 | |
*** jjo_ has quit IRC | 18:33 | |
*** otep has quit IRC | 18:34 | |
*** Milhouse has quit IRC | 18:35 | |
*** EF2 has quit IRC | 18:35 | |
*** Alison_Chaiken has joined #meego | 18:35 | |
*** jjo_ has joined #meego | 18:35 | |
*** otis is now known as OT15 | 18:35 | |
*** jjo_ has quit IRC | 18:38 | |
*** otep has joined #meego | 18:38 | |
CosmoHill | I swear ms word hates me sometimes | 18:39 |
*** maxamillion has quit IRC | 18:39 | |
*** maxamillion has joined #meego | 18:39 | |
*** achipa has quit IRC | 18:40 | |
*** EF2 has joined #meego | 18:40 | |
*** Milhouse has joined #meego | 18:41 | |
*** Milhouse has quit IRC | 18:41 | |
*** Milhouse has joined #meego | 18:41 | |
*** Mat_Matan has joined #meego | 18:42 | |
*** rescbr has joined #meego | 18:43 | |
*** EF2 has quit IRC | 18:45 | |
*** msvb has joined #meego | 18:45 | |
*** Tili has joined #meego | 18:45 | |
*** puffin has quit IRC | 18:45 | |
*** puffin has joined #meego | 18:46 | |
*** paule has joined #meego | 18:47 | |
*** msvb1 has quit IRC | 18:47 | |
*** csj has quit IRC | 18:49 | |
*** EF2 has joined #meego | 18:49 | |
*** csj_ has joined #meego | 18:49 | |
*** marcel_ has joined #meego | 18:51 | |
*** awayfar has quit IRC | 18:52 | |
*** Meizirkki has joined #meego | 18:53 | |
*** csj has joined #meego | 18:53 | |
*** EF2 has quit IRC | 18:53 | |
*** ptlo has quit IRC | 18:56 | |
*** EF2 has joined #meego | 18:57 | |
*** Mat_Matan has quit IRC | 18:57 | |
*** dkod has joined #meego | 19:00 | |
*** kimitake_idle is now known as kimitake | 19:01 | |
*** EF2 has quit IRC | 19:01 | |
*** kimitake is now known as kimitake_idle | 19:02 | |
*** pixelgeek1 has joined #meego | 19:03 | |
*** tackat has joined #meego | 19:03 | |
*** pixelgeek has quit IRC | 19:04 | |
*** csj has quit IRC | 19:05 | |
*** pvdm has quit IRC | 19:05 | |
*** EF2 has joined #meego | 19:06 | |
*** andrei1089 has quit IRC | 19:07 | |
*** javiF has quit IRC | 19:08 | |
*** lokesh has quit IRC | 19:09 | |
*** BManojlovic has joined #meego | 19:11 | |
*** BManojlovic has joined #meego | 19:11 | |
*** EF2 has quit IRC | 19:13 | |
*** Aparna has quit IRC | 19:13 | |
*** seanvk_ has quit IRC | 19:14 | |
*** Rene_gs has joined #meego | 19:17 | |
*** EF2 has joined #meego | 19:18 | |
Rene_gs | lbt: halo, a couple days ago I request to join into OBS for "renegonzalezsalinas" account | 19:20 |
Rene_gs | do you have any update? | 19:20 |
*** Texrat has joined #meego | 19:20 | |
Texrat | is this the party? | 19:21 |
lbt | done I think | 19:21 |
Rene_gs | well I'm not able to login https://build.pub.meego.com/; | 19:21 |
Texrat | hmmm... if lbt is here then it's work, not a party :p | 19:22 |
Stskeeps | lo texrat | 19:22 |
Texrat | lo Stskeeps | 19:22 |
Stskeeps | how is it going? | 19:22 |
Texrat | didn't feel like goign to work today, still getting over flu | 19:22 |
lbt | Rene_gs: ok ... busy now... ping me in 60m | 19:22 |
odin_ | yay party! | 19:22 |
Texrat | so working on MeeGo policy and process stuff | 19:22 |
*** EF2 has quit IRC | 19:23 | |
Rene_gs | I'm in now | 19:23 |
Rene_gs | thanks guys, BR. | 19:23 |
Texrat | wearing out the wiki today! :D | 19:23 |
lbt | Rene_gs: good :) | 19:24 |
Texrat | so, sorry for all the update notices some of you are getting | 19:24 |
Texrat | and Ststkeeps: we need to elevate visibility of your best practices page | 19:24 |
*** juanman has quit IRC | 19:24 | |
Stskeeps | Texrat: feel free to do whatever you want with it | 19:25 |
Stskeeps | Texrat: give me some feedback on my Alice idea in return ;) | 19:25 |
*** deegee__ has joined #meego | 19:25 | |
Texrat | Stskeeps I am still pondering the alice thing, making sure I fully understand | 19:26 |
Texrat | is alice a proxy? | 19:26 |
*** smoku has left #meego | 19:26 | |
Stskeeps | Texrat: alice's deep down a mailbox that everyone CC's.. on top of that you layer analysis and allow people to search/subcribe | 19:26 |
Stskeeps | subscribe | 19:26 |
*** smoku has joined #meego | 19:26 | |
*** Shanita has quit IRC | 19:26 | |
*** kimitake_idle has quit IRC | 19:26 | |
berndhs | alice is a special data mining bot | 19:26 |
Texrat | ah! thanks berndhs | 19:27 |
Texrat | that sums it up well | 19:27 |
berndhs | to get stats on who mails to whom (correct my grammar) | 19:27 |
Stskeeps | Texrat: because there will always be discussions away from mailing lists, but how do we make those processes/discussions transparent | 19:27 |
Texrat | I agree there's a big need Stskeeps | 19:27 |
*** w00t has left #meego | 19:28 | |
Texrat | next step: figure out best way of poking people to take action... | 19:28 |
berndhs | so I think but adding alice to the CC, you would say " record these connections " or something | 19:28 |
Texrat | so many wanting, so few stepping up... | 19:28 |
*** EF2 has joined #meego | 19:28 | |
Stskeeps | Texrat: well, the 'good' thing about alice is that technically, it can start tomorrow provided we have a mail alias saving the things getting sent to it :P | 19:29 |
Texrat | but I think one conclusion from meeting brainstorm was dead-on: many just need to know they CAN | 19:29 |
*** OT15 has quit IRC | 19:29 | |
*** DawnFoster has quit IRC | 19:29 | |
berndhs | Stskeeps: alice just keeps the addresses, doesn't do anything with content, is that correct ? | 19:29 |
Stskeeps | berndhs: it could do something about content - note the use cases | 19:29 |
*** thiagoss has joined #meego | 19:29 | |
Texrat | maybe the name should be alice_bot in case a real Alice wanted that account :D | 19:30 |
Stskeeps | 'i'd like to see communication to-from meego architects as that is basically transparency on the architecture process' | 19:30 |
Texrat | Stskeeps agreed that architect activity needs to be elevated | 19:30 |
Stskeeps | well, it goes for anything :) | 19:30 |
Texrat | yeah | 19:30 |
*** DawnFoster has joined #meego | 19:30 | |
CosmoHill | hey DawnFoster | 19:31 |
Stskeeps | in addition to that, let's say searches for ARM discussions with toolchain guys and see what was discussed etc.. | 19:31 |
Texrat | but I see a lot of comments about architecture needs and questions hitting a dead end | 19:31 |
Stskeeps | basically always being able to be 'in the loop' | 19:31 |
berndhs | it could be really useful to just find a group you want to talk to | 19:31 |
berndhs | like "how is working on libSlicedBread" | 19:32 |
berndhs | s/how/who/ | 19:32 |
infobot | berndhs meant: like "who is working on libSlicedBread" | 19:32 |
Texrat | Stskeeps I am 100% behind anything that 1) minimizes noise 2) increases transparency 3) targets necessary stakeholders | 19:32 |
*** EF2 has quit IRC | 19:33 | |
Stskeeps | :nod: | 19:33 |
*** panaggio has quit IRC | 19:33 | |
*** Rene_gs has quit IRC | 19:34 | |
*** puffin has quit IRC | 19:34 | |
*** puffin has joined #meego | 19:34 | |
Texrat | so if i understand correctly Stskeeps, if I invoke a targeted keyword in a discussion, and alice is included in cc, then that keyword leverages the communication out to certain interested parties? | 19:34 |
lcuk | i thought it was just a catchall to add to conversations | 19:35 |
Texrat | maybe...? | 19:35 |
Stskeeps | as lcuk said, it's a catchall helping to archive the | 19:35 |
lcuk | more human friendly than transparency_list@meego.com but to same effect | 19:35 |
Texrat | oh, ok, just for archival | 19:36 |
Stskeeps | conversations that go on outside mailing lists | 19:36 |
lcuk | post processing can be done afterwards | 19:36 |
Texrat | I misunderstood, thanks | 19:36 |
Texrat | so no spawning additional live emails | 19:36 |
lcuk | Stskeeps, well currently would you just start adding meego-dev@ to conversations? | 19:36 |
Stskeeps | Texrat: well, that's the start - on top of that archive you can do interesting things, like, subscribe to conversations with filters like "discussions from-to architects" | 19:37 |
lcuk | or the specific account related to conv | 19:37 |
Texrat | ok, the subscription aspect sounds interesting | 19:37 |
Stskeeps | Texrat: or start mapping the actual communications going on, such as http://www.jibble.org/shakespeare/images/a_and_c.xml-00000138.png | 19:37 |
lcuk | Stskeeps, which server side MTA offers that capability? | 19:37 |
Texrat | related question: would adding a link to the archive in email footer be a good idea, or not? | 19:38 |
Stskeeps | lcuk: none, but get me a mailbox in mbox format.. | 19:38 |
lcuk | its not you I am worried about! | 19:38 |
*** EF2 has joined #meego | 19:38 | |
*** chr1s has joined #meego | 19:38 | |
lcuk | i think most folks here have done mail processing once its in, but its the subscription aspect | 19:38 |
sivang | Stskeeps: is this bot already in existence? | 19:38 |
Stskeeps | sivang: no | 19:39 |
sivang | Stskeeps: and the analysis code? | 19:39 |
Stskeeps | sivang: well, graphing is 'easy' | 19:39 |
*** andrei1089 has joined #meego | 19:39 | |
Stskeeps | Texrat: the reasoning is that in practice, you can't keep up with all the communications in a project like this.. but you can subscribe to the areas that interest you or 'where you'd like to be in the loop' | 19:39 |
lcuk | just start adding the related already existing ML to conversations? | 19:40 |
*** bbartek has joined #meego | 19:40 | |
Texrat | understood Stskeeps... do you have a response to my question above? | 19:40 |
lcuk | if people are involved in a packaging topic, add the packaging ML? | 19:40 |
Stskeeps | lcuk: well, in truth we'll end up with thousands of topics and occasionally, conversations are a mix of packaging, architecture and maybe community | 19:41 |
Texrat | yeah, few conversations are hardwired to a single area | 19:41 |
Stskeeps | there's no strict team boundaries, so | 19:41 |
*** fcrozat is now known as fcrozat|gone | 19:41 | |
Stskeeps | Texrat: i thought there was email header thing with archive, but i might be wrong.. | 19:41 |
berndhs | I think by looking at who is talking about topics you can find out what topics are related | 19:41 |
Texrat | Stskeeps I'll look again... I was focusing on footer | 19:42 |
*** rumohr has quit IRC | 19:42 | |
*** Moku has joined #meego | 19:42 | |
*** notmart_ has joined #meego | 19:42 | |
npm | i'm trying to compile http://zchydem.enume.net/2010/04/08/my-first-qt-quick-app-quickflickr/ and it has "#include <QDBusConnection>" which is missing. where to find? (i'm using qt-everywhere-opensource-src-4.7.1 because qt from meego-sdk appears to be missing a lot of QML/declarative stuff and results in even more compile errors) | 19:42 |
*** EF2 has quit IRC | 19:42 | |
Texrat | Stskeeps no archive link in visible header (for me)... I really think it should be added to footer | 19:43 |
Texrat | maybe I'll file a bug | 19:43 |
*** notmart has quit IRC | 19:43 | |
sivang | Stskeeps speaks out of experience, and I must say trying to follow what's been going together with the existence of forums which don't make it easy, | 19:44 |
sivang | alice is very much needed. | 19:44 |
Stskeeps | in practice you can 'spy' on a couple of people's discussion traffic of your interest and find out what's going on :P | 19:45 |
sivang | Stskeeps: I'm sort'a doing that now, but it is non trivial and consumes time. | 19:45 |
sivang | so I've taught myself to actually look for responses from project drivers first, | 19:46 |
sivang | rather than just reading a full thread. | 19:46 |
*** SunilSaxena has joined #meego | 19:46 | |
sivang | reaading everything is just not possible | 19:46 |
Stskeeps | i had ~200 mails waiting for me after ignoring my mailbox for a day. | 19:46 |
sivang | and I'm also sub'd to everything ML in meego, and watch the new messages when they arrive | 19:46 |
Texrat | sivang nor practical ;) | 19:46 |
*** EF2 has joined #meego | 19:46 | |
Stskeeps | and not spam | 19:46 |
Stskeeps | :P | 19:46 |
sivang | but when you are away... | 19:47 |
sivang | there's no practical way to go over the backlog | 19:47 |
sivang | or even wade through to find the responses of the drivers, so forth | 19:47 |
sivang | Stskeeps: yes, exactly | 19:47 |
adeus | "mark all as read", they'll send an email again if its important :) | 19:47 |
*** deegee__ has quit IRC | 19:47 | |
Texrat | I suggest Alice especially focus on member names invoked in email body... too difficult though? | 19:48 |
sivang | adeus: do that and you become ill informed/ lacking pieces of knowledge etc | 19:48 |
Stskeeps | Texrat: in practice people use first names | 19:48 |
Texrat | understood, Stskeeps, just brainstorming out loud | 19:48 |
Stskeeps | which is problematic since finns have very common first names ;) | 19:48 |
sivang | Texrat: true :) | 19:48 |
*** rescbr has quit IRC | 19:48 | |
lcuk | Stskeeps, wont the same people who you feel are avoiding ML just continue to avoid alice? | 19:48 |
sivang | Stskeeps: yes, and we've already made some mistakes :) | 19:49 |
Texrat | Stskeeps maybe just focus on account names if invoked... | 19:49 |
*** rescbr has joined #meego | 19:49 | |
GAN900 | Stskeeps, I like it. | 19:49 |
sivang | I like it as well | 19:49 |
*** ysyrota has quit IRC | 19:49 | |
Stskeeps | lcuk: i don't think they're doing it out of malice, more out of practicality in order to get stuff done | 19:49 |
GAN900 | But I hope it doesn't encourage off-list communication TOO much. | 19:49 |
sivang | but no idea how something like that can be implemented | 19:49 |
lcuk | GAN900, Stskeeps is trying to do it to capture stuff thats offlist already | 19:49 |
sivang | alice can check if the email was sent to other cc's , including MLs and reject if it was not | 19:49 |
GAN900 | Stskeeps, and people not encouraging a new way of working. | 19:50 |
GAN900 | lcuk, I get that. | 19:50 |
*** notmart has joined #meego | 19:50 | |
*** notmart has joined #meego | 19:50 | |
Stskeeps | also, if MLs has a lot of noise, you're more likely to 'unintentionally' ignoring it.. | 19:50 |
GAN900 | lcuk, but I'd rather not see MORE communication go off-list if not needed. | 19:50 |
sivang | I would love it to extract stuff out of the forums as well | 19:50 |
sivang | Stskeeps: true | 19:50 |
sivang | GAN900: how much of it is offlist at the moment? | 19:50 |
sivang | on what areas? | 19:50 |
*** notmart_ has quit IRC | 19:50 | |
GAN900 | sivang, no idea. | 19:50 |
sivang | I thought that most important stuff are on MLs | 19:51 |
GAN900 | But given what I know about Nokia and what I've experienced with Intel, I think a lot. | 19:51 |
GAN900 | But it's off-list, so who can guess? | 19:51 |
*** EF2 has quit IRC | 19:51 | |
sivang | right | 19:51 |
*** nicu has joined #meego | 19:51 | |
*** florian has quit IRC | 19:52 | |
Stskeeps | hence me suggesting mapping the world outside mailing lists :) | 19:52 |
GAN900 | Right | 19:52 |
sivang | I was wrong in understanding the purpose, I was sure this was to enable easy follow up on the MLs | 19:52 |
sivang | but mapping the forums would already be great help, I can't seem to make myself comfortable with them | 19:52 |
Texrat | sivang I misunderstood too at first | 19:52 |
GAN900 | Stskeeps, would the archive be browsable? | 19:52 |
* timeless_webchat cries | 19:52 | |
timeless_webchat | i seem to be racing w/ a file system | 19:53 |
Stskeeps | GAN900: why not? | 19:53 |
* timeless_webchat hates file systems | 19:53 | |
* Texrat throws kleenex box at timeless_webchat | 19:53 | |
* sivang is amazed at how diverse genres of music are on SuomiPOP net radio | 19:53 | |
sivang | timeless_webchat: don't cry, we're here for you :) | 19:53 |
lcuk | Stskeeps, so you get CCed into a discussion ongoing without alice@ in it | 19:53 |
lcuk | are you going to blanket add her to it? | 19:53 |
* Texrat yells "Jackwagon!" across IRC | 19:53 | |
Stskeeps | lcuk: that's my idea | 19:53 |
Stskeeps | lcuk: there is a reason why i talk about things being 'socially acceptable', hence me discussing the idea | 19:54 |
sivang | timeless_webchat: sun's? | 19:54 |
RST38h | who is alice? | 19:54 |
timeless_webchat | ec2 | 19:54 |
lcuk | well I am thinking of the talk of things being multitple topics | 19:55 |
sivang | RST38h: or, who the %$^ is alice :-) | 19:55 |
sivang | timeless_webchat: I stay away from that | 19:55 |
lcuk | are you confident enough with yourself that you understand each subject to know it can be made public | 19:55 |
Stskeeps | RST38h: meego-community idea | 19:55 |
*** TomaszD has joined #meego | 19:55 | |
*** TomaszD has joined #meego | 19:55 | |
Texrat | "All the young girls love Alice" -Elton John | 19:55 |
RST38h | Sts: You want a bot answering developers requests like "please open source ..."? =) | 19:55 |
Stskeeps | RST38h: no | 19:55 |
GAN900 | RST38h, would probably be more responsive. ;) | 19:56 |
Texrat | lol GAN900 | 19:56 |
sivang | GAN900: I forgot to watch that thread... | 19:56 |
* sivang tries to bring up the thread | 19:57 | |
*** Zuu_ is now known as Zuu | 19:57 | |
GAN900 | sivang, only forum on Talk worth looking at is Community | 19:57 |
*** EF2 has joined #meego | 19:57 | |
sivang | GAN900: so I've seen last nigiht, yes | 19:57 |
Stskeeps | lcuk: well, have to base on meego goals and what we market ourselves with.. meego is default open - so in 95% of cases, there should be no problem.. | 19:58 |
Texrat | ack! breakfast attack... | 19:58 |
lcuk | and in the other 5%? | 19:58 |
Stskeeps | lcuk: so i would suggest opt-out instead of opt-in | 19:58 |
Jartza | programmers don't need any design | 19:58 |
Jartza | you can easily saved two days of designing by coding two weks! | 19:58 |
Stskeeps | opt-out 'magic word' ('off-record', etc) in mail would make alice ignore the mail | 19:58 |
Jartza | weeks | 19:58 |
lcuk | Stskeeps, but if you jump onto a topic half way through | 19:59 |
lcuk | after 30 other mails | 19:59 |
lcuk | and suddenly open it to alice@ | 19:59 |
* timeless_webchat wonders what an alice@ is | 19:59 | |
paule | what is the rule for making a new dialog appear on it's own screen rather than overlaying the parent app (Gtk) | 19:59 |
CosmoHill | Alison_Chaiken ? | 20:00 |
lcuk | a pseudo address Stskeeps is talking about to make sure "off-list" mails are made public | 20:00 |
paule | (actually I *want* it to overlay, not be on a "new screen") | 20:00 |
Stskeeps | timeless_webchat: http://lists.meego.com/pipermail/meego-community/2010-December/002787.html | 20:00 |
sivang | timeless_webchat: an imaginary bot that will help us link and track off ml communications. | 20:01 |
Stskeeps | there's really also posts that doesn't lend itself to mailing lists at times | 20:01 |
*** SunilSaxena has quit IRC | 20:02 | |
Stskeeps | but are still part of project process/progress/discussion | 20:02 |
timeless_webchat | cute | 20:02 |
timeless_webchat | "good luck with that" | 20:02 |
*** OgMaciel has left #meego | 20:02 | |
berndhs | basically adding alice says "archive this mail thread" | 20:02 |
Stskeeps | if you can remember about Bob from Z company and CC him to keep him in the loop, you can remember alice :) | 20:03 |
Stskeeps | is my thought | 20:03 |
lardman | sorry for the basic question, but what's the default media player for Meego? | 20:04 |
*** thiagoss has quit IRC | 20:04 | |
Stskeeps | lardman: what UX? | 20:04 |
lardman | handheld | 20:04 |
Stskeeps | meegotouch-music or something.. | 20:04 |
Stskeeps | reference impl | 20:04 |
lardman | hmm | 20:04 |
*** jayabharath has quit IRC | 20:04 | |
lardman | do you know what the backend is? | 20:04 |
*** EF2 has quit IRC | 20:04 | |
*** njwilson has joined #meego | 20:04 | |
Stskeeps | gstreamer, i suppose | 20:04 |
alterego | lardman: the source is in git I think | 20:04 |
lardman | ok, will have a look-see | 20:05 |
lardman | thanks chaps | 20:05 |
*** felipec has quit IRC | 20:05 | |
lcuk | Texrat, since you are around | 20:05 |
Texrat | I'm not a round, I'm triangular | 20:06 |
*** thiagoss has joined #meego | 20:06 | |
lcuk | earlier today, there was a short discussion with vgrade_ about the nokia booket | 20:06 |
lcuk | booklet | 20:06 |
*** jayabharath has joined #meego | 20:07 | |
*** raulfh has quit IRC | 20:07 | |
lcuk | where he said he could attempt to get meego running on it | 20:07 |
lcuk | <vgrade_> lcuk, if anyone want to donate a booklet to me I will see what we can do with 1.0, 1.1 and trunk by downgrading the xserver | 20:07 |
Alison_Chaiken | CosmoHill, just back from getting coffee. G'morning to you. | 20:07 |
CosmoHill | hello | 20:07 |
lcuk | which ties in with the device program somewhat | 20:07 |
CosmoHill | if I work hard I might be able to finish my assignment by tonight :) | 20:07 |
*** EF2 has joined #meego | 20:08 | |
lcuk | http://mg.pov.lt/meego-irclog/latest.log.html#t2010-12-08T12:37:21 | 20:08 |
lcuk | I was going to talk with DawnFoster and qgil but you seem to be championing this muchly :) | 20:09 |
qgil | championing who and what? | 20:09 |
lcuk | qgil, last few lines of my scrollback explains | 20:10 |
lcuk | i didn't see you had /joined! | 20:10 |
Texrat | lcuk I am not really championing as much as contributing | 20:10 |
Texrat | the program had lagged, TI made an offer, so I am just pushing again | 20:11 |
Stskeeps | lcuk: downgrading xserver is easy, just it's not really meego anymore :P | 20:11 |
Texrat | On Activities Dawn or Quim is shown as champion for device program-- forget which offhand | 20:11 |
Texrat | Ah, it's DawnFoster, lcuk | 20:12 |
Texrat | I'm just helping her | 20:12 |
*** pvdm_ has joined #meego | 20:12 | |
lcuk | its a shame because the nokia booklet should be working! it was aapo who mentioned it this morning and so I asked vgrade and got a nice response and that request for device to try and push it forward | 20:12 |
*** loc1 has left #meego | 20:13 | |
Texrat | never say never, lcuk | 20:13 |
Texrat | let's find a way to make that happen | 20:13 |
Stskeeps | lcuk: the problem is the (damn) gma500, so until intel release processes (not a team related to meego) sync up with meego release schedule for it, there's no sustainable solution | 20:14 |
Stskeeps | :P | 20:14 |
*** marcel_ has quit IRC | 20:14 | |
*** deegee__ has joined #meego | 20:14 | |
*** JPohlmann1 has quit IRC | 20:14 | |
*** EF2 has quit IRC | 20:14 | |
lcuk | Stskeeps, yeah the drivers have been a bit of a facepalm for a long time now | 20:14 |
*** JPohlmann has joined #meego | 20:14 | |
chr1s | are there any specific differences if i put my app into the nokia, or the intel store?? | 20:15 |
*** marcel_ has joined #meego | 20:15 | |
lcuk | anyway, i am vanishing | 20:15 |
lcuk | \o ttyl | 20:15 |
* Texrat draws on lcuk's face with marker while he sleeps | 20:16 | |
Texrat | oops, lcuk beard defense fully functional! | 20:17 |
*** ayanes has quit IRC | 20:18 | |
Texrat | for those who have not seen, I am moving Meegon request process to wiki, to make it easier to manage | 20:18 |
Texrat | but let me finish populating table first :D | 20:18 |
*** arkub has joined #meego | 20:19 | |
*** EF2 has joined #meego | 20:20 | |
*** otis has joined #meego | 20:20 | |
*** pohly has quit IRC | 20:21 | |
*** slonopotamus has quit IRC | 20:21 | |
*** deegee__ has quit IRC | 20:22 | |
*** pixelgeek1 has quit IRC | 20:23 | |
*** pixelgeek has joined #meego | 20:24 | |
*** raulfh has joined #meego | 20:24 | |
*** DawnFoster has quit IRC | 20:25 | |
pupnik | heheh http://www.google.com/trends?q=wikileaks+ddos | 20:27 |
pupnik | mastercard.com STILL down? | 20:27 |
*** clasificado has joined #meego | 20:28 | |
*** raulfh has quit IRC | 20:28 | |
*** Alison_Chaiken has quit IRC | 20:29 | |
*** zutesmog has quit IRC | 20:29 | |
*** EF2 has quit IRC | 20:29 | |
Texrat | hey pupnik | 20:29 |
*** DawnFoster has joined #meego | 20:33 | |
*** EF2 has joined #meego | 20:34 | |
*** Armi^ has joined #meego | 20:35 | |
*** yerga has quit IRC | 20:36 | |
alterego | Is there any good docs on using cbuild? | 20:37 |
*** venugopalr has quit IRC | 20:38 | |
*** dharman has quit IRC | 20:40 | |
*** abstract3d has quit IRC | 20:40 | |
lardman | I may just be blind, but is there a list somewhere of the default applications in a given Meego profile? | 20:40 |
*** EF2 has quit IRC | 20:41 | |
*** abstract3d has joined #meego | 20:41 | |
*** abstract3d has joined #meego | 20:41 | |
*** slaine has quit IRC | 20:41 | |
*** jukey has joined #meego | 20:41 | |
*** jukey has left #meego | 20:41 | |
lardman | ah, this looks promising http://wiki.meego.com/Handset_Program | 20:42 |
Texrat | qgil thanks for feedback on slogan proposal... responded | 20:43 |
qgil | Texrat: thanks for the energies :) | 20:43 |
*** CosmoHill has quit IRC | 20:43 | |
Texrat | qgil well I have to do SOMEthing while I'm off from work sick | 20:43 |
Texrat | otherwise I go crazy sitting | 20:44 |
Jaffa | qgil: good points; I liked the code analogy | 20:44 |
Jaffa | Texrat: get better! | 20:44 |
*** CosmoHill has joined #meego | 20:44 | |
Texrat | thanks jaffa, already am. Flu vaccine worked wonders this time | 20:44 |
*** marcel_ has quit IRC | 20:44 | |
Texrat | but my poor youngest son was hit really hard | 20:44 |
lardman | not the bird variety I hope | 20:44 |
Texrat | well, lardman, whatever variant, it was fairly mild | 20:45 |
pixelgeek | lardman: there's a complete list of the packages in each of the install images | 20:45 |
Texrat | for me... but my son had high fever | 20:45 |
pixelgeek | Their names aren't as informative as the list you found on the wiki though. | 20:45 |
Texrat | Jaffa and qgil: as for code analogy, the converse works too-- developing functions for later program use is viable ;) | 20:46 |
*** EF2 has joined #meego | 20:46 | |
Jaffa | qgil: Also, the name "Apps" worksforme | 20:46 |
Texrat | which is the approach I was taking with slogans as a campaign component | 20:46 |
lardman | pixelgeek: it's just finding the list that's the problem | 20:46 |
qgil | guys, I have enough channels of discussion atm ;) | 20:46 |
lardman | Texrat: glad to hear it, get well soon :) | 20:47 |
*** Meizirkki has quit IRC | 20:47 | |
*** zutesmog has joined #meego | 20:47 | |
Texrat | back to work then | 20:47 |
alterego | qgil: I'm wondering if my task (Making N900 MeeGo easier) is related to your new one for engaging ideapad owners on the maemo community? | 20:47 |
pixelgeek | lardman: http://repo.meego.com/MeeGo/releases/1.1/handset/images/meego-handset-ia32-aava-mtf/meego-handset-ia32-aava-mtf-1.1.packages | 20:47 |
qgil | alterego: no need to have excess in interlinking | 20:48 |
pixelgeek | but you have to know what the packages do.... ;) | 20:48 |
qgil | alterego: I have seen qole's experiments running MeeGo as an app within Maemo 5 - is this what you are thinking or...? | 20:48 |
*** jukey has joined #meego | 20:48 | |
*** jukey has left #meego | 20:49 | |
alterego | qgil: a chroot system would be certiainly more widely adopted. Everyone seems to be saying the same thing, they don't want to move to meego until its' "ready". | 20:50 |
alterego | Which is obviously what we knew already. | 20:50 |
qgil | alterego: to me the secret sauce of new contributor engagement will come through Apps compiled at MeeGo OBS for MeeGo and Maemo 5 (you get those N900 testers still using plain Maemo) + brave users willing to test the same apps in a MeeGo chroot within Maemo 5 | 20:50 |
*** tackat has quit IRC | 20:51 | |
*** thebootroo has joined #meego | 20:51 | |
qgil | alterego: from there, a % will be curious about booting directly from MeeGo in micro-sd, installing in eMMC, etc | 20:51 |
alterego | qgil: I came to the same conclusion | 20:51 |
qgil | alterego: great - you rock ;) | 20:51 |
*** jukey has joined #meego | 20:51 | |
alterego | I'll probably work on a user friendly eMMC strategy then | 20:52 |
*** jukey has left #meego | 20:52 | |
qgil | alterego: also, the chroot version could probably be updated once a month instead of the more demanding weekly cycle. Changes every 4 releases are quite noticeable, and some of those Maemo testers will be really happy feeling the pace of development in exchange of an affordable update every months | 20:53 |
*** ZogG has quit IRC | 20:54 | |
*** ZogG has joined #meego | 20:54 | |
thp | fregl: pong | 20:55 |
alterego | qgil: yeah, good idea. | 20:56 |
lardman | pixelgeek: thanks | 20:56 |
*** EF2 has quit IRC | 20:57 | |
lardman | pixelgeek: yeah no worries there, I can use Google ;) | 20:57 |
*** thebootroo has left #meego | 20:57 | |
lardman | personally I'd prefer to skip chroot and have a workable MMC image | 20:58 |
lardman | i.e. working phone, sms, phone things | 20:58 |
* Stskeeps is personally hoping to see some cross platform work cos of the ideapad onto n900.. | 20:58 | |
lardman | is the ideapad the thingy from the conf? | 20:59 |
Stskeeps | yea | 20:59 |
lardman | k | 20:59 |
*** CosmoHill is now known as Cosmo|Busy | 20:59 | |
*** jayabharath has quit IRC | 20:59 | |
*** kyb3R_ is now known as kyb3R | 21:00 | |
lardman | once there's an image with pm, battery charging and a working phone setup, I'll more than happily dual boot and do work on it | 21:00 |
lardman | and I think we're probably not too far off that | 21:00 |
Stskeeps | well, that's part of what we're doing in 1.2 atm so | 21:00 |
Stskeeps | charging's there, just not wall charger | 21:01 |
Stskeeps | and phone setup will be better when policy is there | 21:01 |
*** zutesmog has quit IRC | 21:01 | |
Stskeeps | we can only do so much though, but nothing stops anyone from building something proper using the n900-meego work :P | 21:01 |
*** EF2 has joined #meego | 21:02 | |
lardman | I know, don't get me wrong I understand how hard it is. I'm sorry I don't really have the time to invest in platform work these days | 21:02 |
Stskeeps | at least meego is doing things the right way.. minimal hw adaptation layer and very portable system | 21:02 |
lardman | yep | 21:02 |
Texrat | Stskeeps I would be surprised if that ideapad-enabled cross-platform work didn't happen | 21:02 |
Stskeeps | Texrat: especially after the guide of dual netbook and handset.. | 21:03 |
lardman | screen res might be a hinderance though | 21:03 |
*** DawnFoster has quit IRC | 21:03 | |
Texrat | yeah | 21:03 |
* lardman goes to grab some food | 21:04 | |
*** lardman is now known as lardman|afk | 21:04 | |
*** lynxis has joined #meego | 21:05 | |
*** lynxis has quit IRC | 21:06 | |
*** magius_pendragon has quit IRC | 21:06 | |
*** DawnFoster has joined #meego | 21:06 | |
*** magius_pendragon has joined #meego | 21:07 | |
*** lynxis has joined #meego | 21:07 | |
*** schend has joined #meego | 21:09 | |
*** bergie has joined #meego | 21:09 | |
*** lynxis has quit IRC | 21:10 | |
*** arkub has quit IRC | 21:10 | |
*** marcob has quit IRC | 21:15 | |
*** jayabharath has joined #meego | 21:16 | |
*** zutesmog has joined #meego | 21:18 | |
*** puffin_ has joined #meego | 21:20 | |
*** puffin has quit IRC | 21:20 | |
*** EF2 has quit IRC | 21:21 | |
*** vblazquez has joined #meego | 21:21 | |
*** araujo has quit IRC | 21:22 | |
jani | any ideas if there's openal packages for meego ? | 21:24 |
lolloo | is openGL on MeeGo? | 21:24 |
jani | lolloo: 99.9% that libmesa is available and hw layer depends on the device. | 21:27 |
*** mmc1 has joined #meego | 21:27 | |
Stskeeps | rely on glesv2 instead | 21:27 |
*** lynxis has joined #meego | 21:29 | |
*** JPohlmann has quit IRC | 21:29 | |
*** mmc has quit IRC | 21:30 | |
*** jayabharath has quit IRC | 21:33 | |
*** araujo has joined #meego | 21:33 | |
*** araujo has joined #meego | 21:33 | |
*** slonopotamus has joined #meego | 21:33 | |
*** TomaszD_ has joined #meego | 21:34 | |
Texrat | oh, thank you Ctrl-Shift-T... just saved me from accidental Chrome tab closure | 21:35 |
lolloo | jani, what do you mean? | 21:35 |
jani | lolloo: libmesa provides opengl backend in case there is no hardware support/drivers.. | 21:37 |
*** dazo is now known as dazo_afk | 21:37 | |
lolloo | alright | 21:37 |
*** TomaszD has quit IRC | 21:37 | |
jani | so the short answer: yes. Longeer answer: depends case by case =) | 21:39 |
lolloo | hehe | 21:39 |
lolloo | thanks. | 21:39 |
lolloo | opengl has dolne good for android dont you think? | 21:40 |
lolloo | done* | 21:40 |
*** lbt is now known as lbt_ | 21:40 | |
*** lbt_ is now known as lbt | 21:40 | |
*** leinir has quit IRC | 21:42 | |
*** trevorj has quit IRC | 21:43 | |
*** trevorj has joined #meego | 21:43 | |
*** leinir has joined #meego | 21:44 | |
*** leinir has joined #meego | 21:44 | |
*** mmc1 has quit IRC | 21:46 | |
*** mostafa_ has joined #meego | 21:47 | |
*** lolloo has quit IRC | 21:48 | |
*** MostafaDaneshvar has quit IRC | 21:49 | |
*** achipa has joined #meego | 21:50 | |
*** achipa has quit IRC | 21:50 | |
*** achipa has joined #meego | 21:50 | |
*** schend has quit IRC | 21:51 | |
*** JaMa|Off is now known as JaMa | 21:51 | |
Texrat | hey achipa | 21:53 |
Texrat | hey leinir | 21:53 |
*** NooBmonk3y has joined #meego | 21:53 | |
*** Frye has joined #meego | 21:53 | |
Texrat | hey Noobmonk3y | 21:53 |
NooBmonk3y | Tex! | 21:54 |
NooBmonk3y | evening :) | 21:54 |
leinir | Heyhey! :) | 21:54 |
NooBmonk3y | lo alls :) | 21:54 |
NooBmonk3y | how is everyone? :) | 21:54 |
*** jukey has joined #meego | 21:55 | |
Texrat | surviving | 21:56 |
Texrat | hey jukey! | 21:56 |
NooBmonk3y | lol :P | 21:56 |
NooBmonk3y | Texrat, this'll put a smile on ya face :) | 21:56 |
NooBmonk3y | http://www.bbc.co.uk/news/uk-england-11942814 | 21:56 |
NooBmonk3y | the place it happenned is about 20 mins from, me, still makes me chuckle | 21:57 |
Texrat | rofl noobMonk3y... "England's dumbest criminals" candidate | 21:57 |
NooBmonk3y | hehehe yup :) | 21:58 |
lcuk | NooBmonk3y, whilst highly amusing, still sad to see thugs running around | 21:58 |
NooBmonk3y | lcuk, well, if they keep taking themselves out like that they'll be fewer around :) | 21:58 |
Texrat | lcuk I don't think this oen is runnign atm | 21:58 |
Texrat | what he said | 21:58 |
NooBmonk3y | hehehe | 21:59 |
Texrat | maybe all the smart ones are already killed off... though that statement sounds odd... | 21:59 |
*** mmc has joined #meego | 21:59 | |
Texrat | "Newsflash: it's now been determined that all intelligent suicide bombers are dead" | 22:00 |
Texrat | wow, I am only 3 months behind on Meegon requests... sigh | 22:01 |
*** mostafa_ has quit IRC | 22:02 | |
*** gabor has quit IRC | 22:02 | |
lcuk | Texrat, any news on the generator program? | 22:03 |
lcuk | does it work yet, is there a beta test anywhere? | 22:03 |
Texrat | lcuk yes it's usable and being updated | 22:03 |
lcuk | cos if so, that may take the strain | 22:03 |
Texrat | hang on | 22:03 |
lcuk | i dread to ask, is it open source yet? | 22:03 |
Texrat | lcuk: http://forum.meego.com/showthread.php?t=1338&page=7 | 22:04 |
Texrat | no need for dread | 22:04 |
*** josemartins has quit IRC | 22:04 | |
Texrat | open was a requirement | 22:04 |
Texrat | the program will be cool, but artists can do things no wizard can | 22:05 |
lcuk | Texrat, sure thing, but if people can make a good approximation themselves its great | 22:06 |
lcuk | leaving the artists time to add those special finishing touches! | 22:06 |
Texrat | good point lcuk | 22:06 |
lcuk | awesome sourcin :D https://github.com/physalis/MeeGen/tree/master/src/MeeGen | 22:08 |
ali1234 | mono and gtk? seriously? | 22:09 |
*** johd has quit IRC | 22:10 | |
lcuk | ali1234, the tools used by the developer are unimportant | 22:10 |
lcuk | 18 months ago many people will have gone ewwww c++ and qt | 22:10 |
*** TomaszD_ has quit IRC | 22:11 | |
lcuk | anyway, I am going again | 22:11 |
*** pixelgeek has quit IRC | 22:11 | |
lcuk | \o | 22:11 |
ali1234 | doesn't say much for what is supposed to be the default language for making meego apps though | 22:13 |
Texrat | ali1234 other developers and tools welcome ;) | 22:14 |
Texrat | I was going to create a .NET app ;) | 22:15 |
Texrat | nothing stopping others from crafting their own in whatever solution... in fact we encourage it | 22:15 |
ali1234 | that *is* a .NET app | 22:15 |
Texrat | ok, well, no one else stepped forward | 22:16 |
*** tackat has joined #meego | 22:16 | |
Texrat | I am not going to crucify the one volunteer over his choice of development | 22:16 |
*** Frye has quit IRC | 22:16 | |
ali1234 | i'm not going to crucify him, i'm just not going to use his program or contribute to it in any way | 22:16 |
Texrat | can you code an alternative? | 22:17 |
ali1234 | well i don't know what it actually does | 22:18 |
Texrat | I'm sure his algorithms will translate to other platforms | 22:18 |
ali1234 | does it do anything beyond dress up a meegon with layers? | 22:18 |
Texrat | it's a wizard for Meegons | 22:18 |
Texrat | creates them | 22:18 |
*** rodarvus has quit IRC | 22:19 | |
*** rodarvus has joined #meego | 22:19 | |
*** rodarvus has joined #meego | 22:19 | |
*** dneary has quit IRC | 22:21 | |
*** Frye has joined #meego | 22:22 | |
*** lynxis has quit IRC | 22:23 | |
*** lynxis has joined #meego | 22:24 | |
*** tackat has quit IRC | 22:24 | |
*** Saviq has quit IRC | 22:25 | |
*** tackat has joined #meego | 22:25 | |
*** jeansch has quit IRC | 22:26 | |
achipa | Texrat: hey | 22:27 |
*** Cquad has joined #meego | 22:28 | |
*** kaushik_renamed has quit IRC | 22:28 | |
NooBmonk3y | lcuk, (just reading up!) 18 months ago - i did go, c+ qt, ewwwwwwwwwwwwwwww! | 22:29 |
* timeless_webchat sets a target of leaving work "today... not tomorrow" | 22:29 | |
timeless_webchat | (it's 10:30pm) | 22:29 |
*** slonopotamus has quit IRC | 22:29 | |
*** thiago_home has joined #meego | 22:30 | |
*** Saviq_afk has joined #meego | 22:30 | |
*** Saviq_afk is now known as Saviq | 22:30 | |
*** Cosmo|Busy has quit IRC | 22:31 | |
andyross | Qt grows on you. I still have my "eeew" moments, but for a library this size, it's cleaner than you'd expect. C++ is still, well, yeah... | 22:32 |
*** aleksandar has joined #meego | 22:32 | |
NooBmonk3y | :P | 22:33 |
*** rex has quit IRC | 22:33 | |
*** ottela has joined #meego | 22:33 | |
*** kyb3R has left #meego | 22:34 | |
berndhs | better than Java :P | 22:34 |
*** Cosmo|Busy has joined #meego | 22:35 | |
*** sawe has quit IRC | 22:36 | |
andyross | Dunno. Java is bland, wordy, hopelessly inelegant and has a terrible standard library. But it has two or three orders of magnitude *less* of WTF in it than C++ does. In C or Java, things like inspecting a string field in a debugger are straightforward. Ever see what a QString looks like in gdb? | 22:37 |
*** ZogG has quit IRC | 22:38 | |
*** whitewine__ has quit IRC | 22:39 | |
*** aleksandar has quit IRC | 22:39 | |
ali1234 | java has the most hopelessly confused and irrelevant standard library of any widely used language | 22:39 |
*** halvors1 has left #meego | 22:43 | |
*** MoRpHeUz has quit IRC | 22:44 | |
*** dl9pf_ has joined #meego | 22:44 | |
*** dl9pf has quit IRC | 22:45 | |
GAN900 | Texrat, does seem we've gotten to the going around time of year, doesn't it? | 22:45 |
Chani | ali1234: it's lovely for programming competitions. :) ... I've never seriously used it for anything else :P | 22:45 |
*** DawnFoster has quit IRC | 22:45 | |
*** ColKilkenny has quit IRC | 22:46 | |
*** oh3-dm8tbr has quit IRC | 22:48 | |
*** SunilSaxena has joined #meego | 22:50 | |
*** ZogG has joined #meego | 22:50 | |
*** Kaadlajk has quit IRC | 22:51 | |
*** sawe has joined #meego | 22:51 | |
*** Kaadlajk has joined #meego | 22:52 | |
*** lardman|afk has quit IRC | 22:53 | |
*** SunilSaxena has left #meego | 22:53 | |
*** kkszysiu_ has joined #meego | 22:54 | |
*** kkszysiu has quit IRC | 22:55 | |
*** kkszysiu_ has quit IRC | 22:55 | |
*** lolloo has joined #meego | 22:56 | |
*** kkszysiu has joined #meego | 22:56 | |
*** Cquad has quit IRC | 22:57 | |
*** oh3-dm8tbr has joined #meego | 23:00 | |
*** juliank has quit IRC | 23:02 | |
*** ColKilkenny has joined #meego | 23:03 | |
*** sawe has quit IRC | 23:03 | |
*** NooBmonk3y has quit IRC | 23:06 | |
npm | java is good for writing class libraries. then use clojure or groovy for your programming, which are not bland, wordy or hopelessly inelegant | 23:07 |
vgrade | lcuk, texrat, re booklet discussion earlier. lcuk was asking for some documentation on our progress with this target. I had already made some notes on my MeeGo wiki page but explained that the issue with the drivers. My previous work on the booklet (and other GMA500) was from our experiance with Joggler but was somewhat limited by access to a booklet. As I mentioned earlier and was reiterated by Stskeeps the problem is | 23:07 |
npm | also w/r/t looking at things inside debuggers, i think Vala and/or Genie are a lot nicer to debug ( after having written/hacked exactly one vala probgram http://spekle.googlecode.com ) | 23:08 |
npm | but now i'm learning QML ... | 23:09 |
*** villev has joined #meego | 23:09 | |
* lbt saw "java is good for" and got the giggles.... | 23:12 | |
*** nicu has quit IRC | 23:13 | |
*** Frye has quit IRC | 23:15 | |
*** nicu has joined #meego | 23:17 | |
abstract3d | is any1 from here interesting for installing meego_sdk and qemu etc from source? | 23:18 |
*** mitsutaka has quit IRC | 23:19 | |
*** tripzero has quit IRC | 23:20 | |
*** auke has quit IRC | 23:20 | |
*** jfding has quit IRC | 23:20 | |
*** auke has joined #meego | 23:20 | |
*** jfding has joined #meego | 23:20 | |
*** tripzero has joined #meego | 23:20 | |
*** chr1s has quit IRC | 23:21 | |
*** mitsutaka has joined #meego | 23:22 | |
*** Tili has quit IRC | 23:22 | |
*** eti has joined #meego | 23:23 | |
*** bbartek has quit IRC | 23:27 | |
*** trevorj has quit IRC | 23:28 | |
*** trevorj has joined #meego | 23:29 | |
*** pvdm_ has quit IRC | 23:29 | |
*** lcuk_idea has joined #meego | 23:30 | |
*** beford has joined #meego | 23:31 | |
*** saigkill_ has quit IRC | 23:32 | |
*** halvors has joined #meego | 23:33 | |
*** lynxis has quit IRC | 23:34 | |
*** saigkill has joined #meego | 23:34 | |
*** lynxis has joined #meego | 23:37 | |
*** saigkill_ has joined #meego | 23:40 | |
*** kaitlin_ has quit IRC | 23:40 | |
*** jason_ has quit IRC | 23:40 | |
*** kaitlin_ has joined #meego | 23:40 | |
*** setanta has quit IRC | 23:40 | |
*** jason_ has joined #meego | 23:40 | |
*** saigkill has quit IRC | 23:41 | |
*** deegee__ has joined #meego | 23:42 | |
*** awayfar has joined #meego | 23:43 | |
*** awayfar has left #meego | 23:44 | |
*** puffin_ has quit IRC | 23:44 | |
*** ColKilkenny has quit IRC | 23:47 | |
*** Eiskis has quit IRC | 23:51 | |
*** ZogG has quit IRC | 23:51 | |
*** ZogG has joined #meego | 23:52 | |
Cosmo|Busy | FUUUUUUU*********** | 23:52 |
Cosmo|Busy | I changed < to <= and the program worked | 23:52 |
*** villev has quit IRC | 23:52 | |
*** halvors has quit IRC | 23:55 | |
dm8tbr | Cosmo|Busy: classic off-by-one? | 23:56 |
*** merlin1991 has joined #meego | 23:56 | |
* Cosmo|Busy growls | 23:57 | |
*** dchaverri26 has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!