*** lizardo has quit IRC | 00:00 | |
freemangordon | luf: an idea - call stupid callback function manually from dbus "adapter_enable" handler | 00:02 |
---|---|---|
*** Pali has quit IRC | 00:19 | |
luf | freemangordon: Were not you going sleep? :D | 00:19 |
luf | freemangordon: I'm looking into it. I don't understand why during boot it can't set adaptername when it can set it in the callback. | 00:20 |
luf | And for sure it's called using register_driver ... | 00:20 |
luf | And the create/delete/write operation has to be on /etc/machine-info there is a if in the callback. | 00:21 |
DocScrutinizer51 | maybe during boot some idiot writes to /etc? | 00:31 |
luf | I don't think so. | 00:31 |
*** M4rtinK has joined #maemo-ssu | 00:37 | |
DocScrutinizer51 | the fsck knows what's mask set to on this buggy line | 00:39 |
DocScrutinizer51 | maybe is's already sufficient to read the /etc | 00:40 |
luf | DocScrutinizer51: come on ... | 00:48 |
luf | +if (pevent->len && + pevent->name != NULL && + strcmp(pevent->name, MACHINE_INFO_FILE) == 0) { +changed = TRUE; | 00:48 |
luf | I know you don't trust me. But I wrote that the machine-info is checked in the callback. | 00:48 |
DocScrutinizer05 | I toldya freemangordon ate all that code without sharing a single char | 01:01 |
DocScrutinizer05 | the one who decides it would be a good idea to have a semaphore gile in /etc(!!!) might also fsckup mask and forget to check return values | 01:03 |
DocScrutinizer05 | ~lart lennart | 01:03 |
* infobot tries to shut lennart up | 01:03 | |
DocScrutinizer05 | ~uselss | 01:03 |
DocScrutinizer05 | ~useless | 01:03 |
* infobot starts crying and hides from docscrutinizer05 in the darkest corner of the room. :( | 01:03 | |
DocScrutinizer05 | ~kill lennart | 01:04 |
* infobot shoots a charged pseudoneutrino gun at lennart | 01:04 | |
DocScrutinizer05 | torturing poor NAND for such utter bullshit concept (completely ignoring it's not at all safe from arbitrary "race" conditions when other processes mess with the /etc) | 01:05 |
DocScrutinizer05 | ooh, he actually did share | 01:06 |
* DocScrutinizer05 switches to that rotting browser window | 01:07 | |
DocScrutinizer05 | God! is that just me or is c source text indigestible in those patches, with that leading "+" | 01:08 |
DocScrutinizer05 | if (changed != FALSE) { | 01:13 |
DocScrutinizer05 | OOOOUUUUUUUUUUUUUUUUCCHH!!! | 01:13 |
DocScrutinizer05 | if (((changed != FALSE) == TRUE ) != FALSE) { | 01:14 |
DocScrutinizer05 | if ((((changed != FALSE) == TRUE ) != FALSE) && (changed == changed) == TRUE)){ | 01:15 |
*** _rd has joined #maemo-ssu | 01:16 | |
DocScrutinizer05 | just to be sure X-P | 01:16 |
*** myuu__ has joined #maemo-ssu | 01:18 | |
luf | You're sure sure sure of sure :D | 01:18 |
DocScrutinizer05 | luf: dafaq am I getting senile or is the while friggin function static gboolean handle_inotify_cb() not returning any meaningful return-value or triggering any meaningful event besides DBG(MACHINE_INFO_DIR MACHINE_INFO_FILE ?? | 01:20 |
DocScrutinizer05 | s/while/whole/ | 01:20 |
infobot | DocScrutinizer05 meant: luf: dafaq am I getting senile or is the whole friggin function static gboolean handle_inotify_cb() not returning any meaningful return-value or triggering any meaningful event besides DBG(MACHINE_INFO_DIR MACHINE_INFO_FILE ?? | 01:20 |
DocScrutinizer05 | ooh, it indeed triggers manager_foreach_adapter((adapter_cb) adaptername_probe, NULL); | 01:21 |
luf | Yeah in time when there is no adapter ;) | 01:22 |
luf | Ahh sorry, it triggers what you said. | 01:23 |
luf | There is aslo register_driver which trigger the same foreach (in time when no adapter is loaded) :D | 01:23 |
merlin1991 | did I miss anything today? | 01:42 |
luf | I think nothing urgent. Just DocS as usual want to be sure sure sure of sure :D | 01:42 |
DocScrutinizer05 | merlin1991: how's about >> if ((((changed != FALSE) == TRUE ) != FALSE) && (changed == changed) == TRUE)){ | 01:54 |
RST38h | while(0==0) *(void *)0=0; | 01:56 |
DocScrutinizer05 | or maybe >> if ((changed != FALSE) && (TRUE == changed)) | 01:56 |
merlin1991 | ETOOMANYPARENTHESIS | 01:58 |
DocScrutinizer05 | ENFCBOOLALGEBRA | 01:58 |
DocScrutinizer05 | +if (changed != FALSE) { | 01:59 |
DocScrutinizer05 | +DBG(MACHINE_INFO_DIR MACHINE_INFO_FILE | 01:59 |
DocScrutinizer05 | +" changed, changing names for adapters"); | 01:59 |
DocScrutinizer05 | OUUUUUUCH! | 01:59 |
merlin1991 | where does all that come from? | 02:00 |
DocScrutinizer05 | if (!changed == FALSE) | 02:00 |
DocScrutinizer05 | http://www.spinics.net/lists/linux-bluetooth/msg13459.html | 02:00 |
DocScrutinizer05 | From: Bastien Nocera <hadess@xxxxxxxxxx> | 02:00 |
DocScrutinizer05 | oops | 02:01 |
DocScrutinizer05 | if (~changed == FALSE) | 02:01 |
DocScrutinizer05 | if !(changed == FALSE) | 02:03 |
merlin1991 | DocScrutinizer05: you should combinbe them with ^ aswell | 02:04 |
DocScrutinizer05 | lol | 02:05 |
DocScrutinizer05 | actually comparing something against TRUE is a terrible idea, in C | 02:05 |
DocScrutinizer05 | comparing against FALSE is just silly | 02:05 |
* merlin1991 is currently lost, 0 is true and everything else false, or how did it go? | 02:06 | |
DocScrutinizer05 | I think so | 02:07 |
DocScrutinizer05 | nah | 02:07 |
DocScrutinizer05 | other way round | 02:07 |
merlin1991 | yep | 02:07 |
merlin1991 | makes sense | 02:08 |
merlin1991 | otherwise if(fp) { ... code would be stupid :D | 02:08 |
DocScrutinizer05 | there's one FALSE, and a zillion differnts truthes | 02:08 |
merlin1991 | sounds like politics | 02:08 |
DocScrutinizer05 | which is quite interesting, philosophically | 02:08 |
merlin1991 | you just don't tell them they make more money than they do, everything else is just a shade of the truth ;) | 02:08 |
*** _rd has quit IRC | 02:14 | |
*** arcean has quit IRC | 02:26 | |
*** arcean has joined #maemo-ssu | 02:27 | |
*** BCMM has quit IRC | 02:49 | |
*** M4rtinK has quit IRC | 03:13 | |
*** rob2_away has joined #maemo-ssu | 03:19 | |
*** myuu__ has quit IRC | 03:22 | |
*** rob2_0 has joined #maemo-ssu | 03:31 | |
*** rob2_away has quit IRC | 03:34 | |
*** arcean has quit IRC | 03:55 | |
*** rob2_0 is now known as myuu__ | 03:58 | |
*** LaoLang_cool has joined #maemo-ssu | 04:04 | |
*** LaoLang_cool has quit IRC | 04:08 | |
*** int_ua has joined #maemo-ssu | 04:09 | |
*** luf has quit IRC | 04:21 | |
*** amiconn has quit IRC | 05:28 | |
*** amiconn_ has joined #maemo-ssu | 05:28 | |
*** amiconn_ is now known as amiconn | 05:28 | |
*** ekze_nyan has quit IRC | 05:42 | |
*** SpacedOut has quit IRC | 05:42 | |
*** krayon has quit IRC | 05:42 | |
*** ekze_nyan has joined #maemo-ssu | 05:42 | |
*** ekze-nyan has joined #maemo-ssu | 05:43 | |
*** ekze_nyan has quit IRC | 05:47 | |
*** SpacedOut has joined #maemo-ssu | 05:48 | |
*** DocScrutinizer05 has quit IRC | 06:45 | |
*** DocScrutinizer05 has joined #maemo-ssu | 06:45 | |
*** krayon has joined #maemo-ssu | 06:47 | |
*** fredrinLap has quit IRC | 07:53 | |
*** _rd has joined #maemo-ssu | 09:05 | |
*** _rd has quit IRC | 09:14 | |
*** luf has joined #maemo-ssu | 09:25 | |
*** int_ua has quit IRC | 09:42 | |
*** _rd has joined #maemo-ssu | 10:09 | |
*** fw190 has joined #maemo-ssu | 10:35 | |
fw190 | freemangordon: ping | 10:35 |
fw190 | freemangordon: just checked and thumb on a clean system gives savings of 23,3mb | 10:36 |
*** fw190 has quit IRC | 10:40 | |
*** Jaffa has quit IRC | 10:49 | |
*** fredrinLap has joined #maemo-ssu | 11:20 | |
*** arcean has joined #maemo-ssu | 11:29 | |
*** M4rtinK has joined #maemo-ssu | 11:30 | |
*** Pali has joined #maemo-ssu | 11:35 | |
freemangordon | luf: did you find anything interesting re bluez adapter name | 11:56 |
luf | freemangordon: Unfortunately not yet. I went sleep at 4:00 ... | 11:57 |
luf | Just I corrected you because in the callback is test for machine-info so the write operation has to be done on machine-info. | 11:57 |
freemangordon | hmm, that sounds crazy :) | 11:58 |
luf | The problem should be in the kernel part. | 11:58 |
luf | As there are writing to the AF_BLUETOOTH socket ... | 11:59 |
luf | *there is | 11:59 |
freemangordon | aah, I see | 11:59 |
freemangordon | some protocol change maybe | 11:59 |
freemangordon | which file is that? | 11:59 |
luf | src/apadter.c adapter_set_name -> plugins/hciops.c set_name -> lib/hci.c hci_send_command | 12:01 |
luf | I write it from head so there should be some typo ... | 12:01 |
freemangordon | ok | 12:02 |
*** marcdeop has joined #maemo-ssu | 12:04 | |
luf | I added more DBG messages into the bluez to be more verbose and it seems that there are no communication during device first initialization. Maybe it also changed the order of msgs. | 12:08 |
luf | Don't be afraid I'll continue in investigation this issue. | 12:08 |
freemangordon | luf: is there device_event function in 4.99? | 12:09 |
freemangordon | yes, there is | 12:09 |
freemangordon | luf: does device_devup_setup get called? | 12:12 |
luf | Who knows :) I think there is no DBG inside ... | 12:12 |
freemangordon | there is | 12:12 |
luf | I can't investigate it right now. | 12:13 |
freemangordon | aah, ok | 12:13 |
*** fredrinLap has quit IRC | 12:13 | |
*** fredrinLap has joined #maemo-ssu | 12:13 | |
*** arcean_ has joined #maemo-ssu | 12:27 | |
*** arcean has quit IRC | 12:28 | |
*** arcean_ is now known as arcean | 12:28 | |
*** dafox has joined #maemo-ssu | 12:45 | |
*** iDont has joined #maemo-ssu | 12:55 | |
*** lizardo has joined #maemo-ssu | 13:26 | |
kerio | DocScrutinizer05: are you working on the comparison video? | 14:06 |
freemangordon | In the meantime: http://wiki.maemo.org/CSSU-thumb_toolchain_setup_%28gcc4.7.2-linaro%29 | 14:25 |
kerio | :D | 14:25 |
freemangordon | feel free to test, comment and edit | 14:25 |
tadzik | \o/ | 14:25 |
kerio | freemangordon: is it on-device? | 14:26 |
freemangordon | kerio: come on man, read a couple of lines, it don;t hurt | 14:27 |
Flyser | freemangordon: do you compile glibc 2.5 with gcc 4.7? | 14:30 |
freemangordon | Flyser: no | 14:30 |
*** M4rtinK has quit IRC | 14:30 | |
freemangordon | zeq tried that but there is some problem with locales IIRC | 14:30 |
freemangordon | it compiles, but don;t work on the device | 14:30 |
Flyser | too bad ... I have been trying to get glibc 2.6 to build with gcc 4.7 for two days | 14:30 |
Flyser | (not maemo related) | 14:31 |
freemangordon | aah | 14:31 |
Flyser | it compiles? any special patches? | 14:31 |
freemangordon | NFC, ask zeq (when he appears) | 14:31 |
kerio | freemangordon: i was walking | 14:42 |
kerio | anyway, will CSSU ship the new flash player? | 14:59 |
kerio | actually, better question | 14:59 |
kerio | can CSSU ship the new flash player legally? | 14:59 |
Flyser | which new flash player? | 15:01 |
Flyser | the one from motorola atrix? | 15:02 |
kerio | no, the new flash player 10 from nokia :) | 15:03 |
kerio | the one from the leaked repo or whatever | 15:03 |
Flyser | Oo | 15:04 |
Flyser | does that even work? is it stable? | 15:04 |
kerio | yep | 15:05 |
kerio | someone botched the packaging, ofc :c | 15:05 |
marcdeop | flash player10? can we get a link? | 15:06 |
marcdeop | :) | 15:06 |
kerio | it's on TMP | 15:08 |
kerio | TMO | 15:08 |
kerio | on the "where's flash 10 for n900?" thread | 15:09 |
marcdeop | yeah, I was just checking that | 15:10 |
marcdeop | thanks :) | 15:10 |
marcdeop | now I only need imap idle working hehehe | 15:11 |
Lava_Croft | kerio: since the 'new' flashplayer was not obtained legally, i doubt it can be shipped with CSSU legally | 15:23 |
deepy | How was it leaked? | 15:23 |
freemangordon | marcdeop: inst5all CSSU-testing and you should be OK with imap idle | 15:40 |
freemangordon | or pester chem|st to include fixed libcurl3 in -stable and install that :D | 15:40 |
freemangordon | Lava_Croft: though we can ship an update that adds ovi "unreleased" repo | 15:41 |
freemangordon | that way we won't distribute anything ;) | 15:42 |
Flyser | peetah: did you manage to get fennec 17 working? | 15:43 |
peetah | nope | 15:43 |
peetah | still a segfault | 15:43 |
peetah | I used strace, but it did not give me any usefull info | 15:44 |
peetah | did you try ? | 15:44 |
Flyser | no, I hesitate to install -thumb ;) Just wondering if it works well for you | 15:45 |
peetah | I removed a lot of seemingly useless stuff from my n900 (osso_rss_feed, as-* etc...), but I don't think it can have any impact on fennec | 15:46 |
peetah | so you should install thumb2 and tell us if fennec works for you | 15:46 |
Flyser | hehe ;) | 15:46 |
peetah | the thumb2 migration was really without any problem for me | 15:46 |
peetah | if it works for you, then it means I messed up with a required package on the road | 15:47 |
Flyser | I have seen other reports in the cssu-thumb thread on tmo with the libqtm problem | 15:49 |
peetah | yes but it was related to an incompatibility with previous packages | 15:51 |
Flyser | i c | 15:51 |
peetah | the last version is one package for everything | 15:51 |
peetah | so it should not affect how applications run | 15:51 |
*** iDont has quit IRC | 15:55 | |
Lava_Croft | freemangordon: that repo is open access? | 16:03 |
freemangordon | Lava_Croft: password protected | 16:21 |
*** ekze-nyan is now known as ekze | 16:37 | |
*** ekze has joined #maemo-ssu | 16:37 | |
ekze | hey, guys! can someone help? | 16:38 |
andre__ | ekze, depends on the problem. | 16:38 |
ekze | when i try to do 'apt-get update', i get an error: 'zip2: applet not found' | 16:39 |
ekze | and Sub-process bzip2 returned error code (1) | 16:39 |
ekze | i think it started after i updated cssu | 16:39 |
ekze | tried googling but got nothing | 16:43 |
luf | ekze: what CSSU had you installed? stable or testing? | 16:43 |
ekze | testing i think | 16:43 |
andre__ | (and why do people run "apt-get update"?) | 16:44 |
luf | ekze: what about apt-get check? | 16:45 |
ekze | check works ok | 16:45 |
luf | And how did you upgrade? I finish upgrade to cssu-testing few minutes ago without any problem. | 16:45 |
freemangordon | with apt-get upgrade? | 16:46 |
freemangordon | ekze: ^^^ | 16:46 |
ekze | yes | 16:46 |
luf | Ouou ... :( | 16:46 |
freemangordon | no support from me | 16:47 |
ekze | app manager is too slow ): | 16:47 |
freemangordon | aah, you were on a hurry? | 16:47 |
ekze | well i did apt-get update && apt-get upgrade once or twice a week, it never broke anything -_- | 16:48 |
freemangordon | ekze: do you have extras-devel or extras-testing enabled? | 16:49 |
ekze | yes | 16:49 |
freemangordon | OMG | 16:49 |
ekze | what? you scare me -_- | 16:50 |
luf | freemangordon: I have extras-testing also enabled ;) | 16:50 |
freemangordon | you do apt-get upgrade with extras-devel enabled? A brave one. | 16:50 |
freemangordon | then both of you, please read this http://wiki.maemo.org/Extras-devel | 16:50 |
luf | freemangordon: A lot of needed app never reached extras :( | 16:51 |
freemangordon | luf: do you do apt-get upgrade on a weekly basis? | 16:51 |
ekze | not many people are doing promotions now | 16:51 |
luf | freemangordon: no, longer period ... | 16:51 |
freemangordon | and how is that related to apt-get upgrade? | 16:51 |
freemangordon | meh | 16:51 |
freemangordon | anyway | 16:51 |
merlin1991 | ekze: did you have busybox power installed before? | 16:52 |
ekze | yes | 16:52 |
freemangordon | merlin1991: good point | 16:52 |
merlin1991 | then run apt-get install --reinstall busybox-power | 16:52 |
freemangordon | though I am not sure why apt should use bb-bower | 16:53 |
merlin1991 | beacaust apt runs system(somebin) | 16:53 |
merlin1991 | and bb-power is inside $PATH after all | 16:54 |
freemangordon | aaah, the links are still there | 16:54 |
freemangordon | i see | 16:54 |
freemangordon | merlin1991: BTW: | 16:54 |
freemangordon | http://wiki.maemo.org/CSSU-thumb_toolchain_setup_%28gcc4.7.2-linaro%29 | 16:54 |
peetah | freemangordon: any idea how I could find the cause of the segfault happening when launching fennec 17.0a1 from thumb2 ? already tried strace, but i failed to detect any useful information | 16:55 |
ekze | merlin1991, oh thank you, that helped! \o/ | 16:56 |
luf | merlin1991: isn't possible to add to the postinst script some bb-power detection and "automagic" reinstall? | 16:58 |
*** fredrinLap has quit IRC | 16:58 | |
*** fredrinLap has joined #maemo-ssu | 17:01 | |
luf | freemangordon: I'm going to test thumb2 in next week (I hope). Finally I get devel/test device. | 17:01 |
tadzik | peetah: is it possible to try gdb/valgrind? | 17:01 |
marcdeop | freemangordon: I think I have it installed (cssu-testing) and no imap-idle here :s | 17:02 |
peetah | it should, but it feels a bit overkill for a program that is suppose to work for other persons: I tend to aim at something related to an external dependency missing on my n900 | 17:03 |
peetah | i'll try gdb anyway | 17:04 |
tadzik | well, uh, you want to solve the problem, I don't see why you wouldn't want to use any tools dedicated for that :) | 17:05 |
tadzik | but I know nothing about developing or debugging on maemo, so I may be simply wrong :) | 17:06 |
peetah | because in my head gdb is dedicated to look for programming issues, and since fennec is reported to work for others, I guess it's more a problem with my n900 installation than with fennec itself | 17:06 |
tadzik | could be | 17:07 |
tadzik | mayhaps ltrace will be of more help than strace? | 17:07 |
tadzik | if you have that available | 17:07 |
peetah | moreover, without the debuggung symbol, it will certainly be useless... but you're right, I have to try anyway | 17:07 |
tadzik | true | 17:07 |
peetah | gdb result: MInputContext::setFocusWidget(QWidget*) () from /usr/lib/qt4/plugins/inputmethods/libmaliit.so | 17:08 |
peetah | you may have been right after all | 17:09 |
peetah | I'm going to remove maliit and see if it fix the problem | 17:09 |
tadzik | http://cdn.memegenerator.net/instances/400x/24111566.jpg ;) | 17:09 |
peetah | :) | 17:11 |
tadzik | are you working in scratchbox right now? | 17:11 |
*** iDont has joined #maemo-ssu | 17:11 | |
peetah | woooohhhoooo | 17:12 |
peetah | problem solved ! | 17:12 |
tadzik | \o/ | 17:12 |
peetah | freemangordon: you may want to know that maliit keyboard is not compatible with thumb2 fennec 17.0a1... don't know why, don't know how, but "that's a fact"© | 17:13 |
peetah | thanks again tadzik ! | 17:13 |
tadzik | you're welcome | 17:14 |
*** myuu__ has quit IRC | 17:23 | |
freemangordon | peetah: thanks | 17:31 |
*** luf has quit IRC | 17:31 | |
freemangordon | peetah: how to install maliit? | 17:32 |
peetah | fapman | 17:38 |
peetah | or HAM as you like | 17:38 |
peetah | let me check which repo | 17:38 |
freemangordon | (though AFAIK maliit does not support fremantle) | 17:38 |
peetah | in extras-devel | 17:39 |
freemangordon | peetah: ok | 17:40 |
peetah | maliit keyboard and maliit virtual keyboard | 17:40 |
peetah | I guess it may be more related to qtm12 than to thumb2, but i'm no expert | 17:41 |
freemangordon | which version you had installed? | 17:41 |
freemangordon | peetah: isn't that supposed with qtcomponents-10 or something? | 17:41 |
freemangordon | s/supposed/supposed to work with / | 17:42 |
infobot | freemangordon meant: peetah: isn't that supposed to work with with qtcomponents-10 or something? | 17:42 |
peetah | latest: 0.81.2-1+0m5 | 17:42 |
peetah | don't know: it's not in dependecies though | 17:43 |
peetah | i did not install the maliit virtual keyboard package, just maliit keyboard | 17:43 |
freemangordon | peetah: may I have the full backtrace? | 17:47 |
peetah | ah... ok let me reinstall maliit and gdb and you'll have it | 17:48 |
freemangordon | ok. it will be great if you instell -dbg symbols as well | 17:48 |
peetah | from which package ? | 17:49 |
peetah | qt ? | 17:49 |
freemangordon | maliit | 17:49 |
peetah | ok | 17:49 |
freemangordon | qt debug symbols are too tricky to be installed | 17:49 |
peetah | gni!? no more segfault ... let me try with virtual keyboard | 18:03 |
freemangordon | peetah: you are unable to reproduce? | 18:11 |
peetah | let me start from scratch | 18:11 |
freemangordon | ok | 18:11 |
Lava_Croft | freemangordon: would be questionable then, if its pw protected | 18:15 |
freemangordon | sure. If there is anyone to ask questions :D | 18:15 |
peetah | freemangordon: I had to reboot to take into account maliit again | 18:20 |
peetah | so segfault there is | 18:20 |
peetah | now gdb time | 18:20 |
*** dafox has quit IRC | 18:24 | |
peetah | freemangordon: http://pastebin.com/s0JwDk5D | 18:26 |
*** toxaris has joined #maemo-ssu | 18:33 | |
*** Pali has quit IRC | 18:38 | |
freemangordon | peetah: may I havy the output from dpkg -S libmaliit.so | 18:39 |
freemangordon | *have | 18:39 |
peetah | maliit-inputcontext-qt4: /usr/lib/qt4/plugins/inputmethods/libmaliit.so | 18:39 |
freemangordon | apt-cache show maliit-inputcontext-qt4 | 18:40 |
freemangordon | i need source package only | 18:40 |
freemangordon | not the whole outpot | 18:40 |
peetah | maliit-framework | 18:40 |
peetah | 0.81.2.1-1+0m5 | 18:41 |
freemangordon | aah, I think I know what is the problem | 18:44 |
peetah | maliit side or fennec side ? | 18:45 |
freemangordon | compiler(fmg/zeq) side | 18:45 |
peetah | cool, fixable then | 18:45 |
*** NIN101 has joined #maemo-ssu | 18:48 | |
freemangordon | # required for meegotouch | 18:48 |
freemangordon | #ac_add_options --enable-cpp-rtti | 18:49 |
freemangordon | rtti is disabled | 18:49 |
peetah | what is rtti ? | 18:49 |
freemangordon | ~rtti | 18:49 |
infobot | rumour has it, rtti is runtime type information | 18:49 |
*** timo^ has joined #maemo-ssu | 18:49 | |
freemangordon | MInputContext::setFocusWidget(QWidget *focused) tries to cast the widget to: | 18:50 |
freemangordon | QGraphicsView *graphicsView = qobject_cast<QGraphicsView *>(focusWidget()); | 18:50 |
freemangordon | focusedObject = dynamic_cast<QObject *>(focusItem); | 18:50 |
freemangordon | one of the above segfaults | 18:51 |
peetah | then what ? you have to recompile the compiler with the right option and recompile every packages of thumb ? | 18:52 |
freemangordon | only fennec | 18:52 |
freemangordon | though I am not sure I want to do it soon :D | 18:52 |
peetah | what if other packages are affected ? | 18:52 |
freemangordon | #ac_add_options --enable-cpp-rtti | 18:53 |
freemangordon | this is in mozconfig (fennec file) | 18:53 |
peetah | ah this is a fennce option | 18:53 |
peetah | *fennec | 18:53 |
peetah | ok | 18:53 |
peetah | let's wait for the next fennec version then | 18:54 |
peetah | meanwhile I'll uninstall maliit | 18:55 |
peetah | thanks for appeasing my tormented brain in solving this enigma | 18:57 |
*** Sicelo has joined #maemo-ssu | 19:05 | |
kerio | freemangordon: you want to recompile it! | 19:17 |
kerio | so you can fix its version! | 19:17 |
Flyser | is compiling fennec such a pain? | 19:28 |
freemangordon | 4 cores, 1 hour | 19:28 |
marcdeop | wow | 19:31 |
kerio | add moar cores | 19:31 |
kerio | distcc dat shit | 19:31 |
* kerio wants to ask a silly question | 19:32 | |
kerio | is gcc native, in scratchbox? | 19:32 |
freemangordon | yes | 19:32 |
freemangordon | but python is not | 19:32 |
marcdeop | i didn't quite understand scratchbox | 19:33 |
marcdeop | :S | 19:33 |
kerio | marcdeop: on second thought, let's not go there | 19:34 |
kerio | 'tis a silly place | 19:34 |
marcdeop | I'd love to have a good manual about scratchbox, let's look at the wiki | 19:35 |
*** M4rtinK has joined #maemo-ssu | 19:37 | |
*** toxaris has quit IRC | 19:43 | |
*** M4rtinK has quit IRC | 19:44 | |
*** krayon has quit IRC | 19:47 | |
*** krayon has joined #maemo-ssu | 20:19 | |
*** marcdeop has quit IRC | 20:22 | |
freemangordon | OMG, this guy wants to maintain a package in CSSU http://talk.maemo.org/showpost.php?p=1269726&postcount=773 | 20:57 |
freemangordon | merlin1991, DocScrutinizer05: I think someone had a similar problem but can't remember. Any idea? | 20:58 |
DocScrutinizer05 | freemangordon: yes, this is a dup of a prev report | 21:04 |
freemangordon | do you remember what was the problem? | 21:05 |
DocScrutinizer05 | I can't recall the outcome | 21:05 |
DocScrutinizer05 | no | 21:05 |
freemangordon | dafuq, me too :( | 21:05 |
*** krayon has quit IRC | 21:05 | |
DocScrutinizer05 | I think prev reporter vanished without any solution or clue | 21:05 |
freemangordon | but IIRC it was not related to CSSU | 21:05 |
DocScrutinizer05 | :nod: | 21:05 |
DocScrutinizer05 | at least that's been what we concluded | 21:06 |
freemangordon | yeah | 21:06 |
DocScrutinizer05 | check cssu-t csd for thumb ;-P | 21:06 |
freemangordon | hehe. but this guy already had -thumb installed, si it should not matter ;) | 21:12 |
*** nox- has joined #maemo-ssu | 21:24 | |
DocScrutinizer05 | awesome living room accessories: amst.at | 21:26 |
*** krayon has joined #maemo-ssu | 21:35 | |
*** dafox has joined #maemo-ssu | 21:44 | |
*** dafox is now known as Guest44583 | 21:45 | |
kerio | hey freemangordon | 21:53 |
kerio | i eventually recompiled gcc 4.7 to add objective-c++ support, and then i compiled mame - and the linking failed | 21:54 |
kerio | then i grabbed the prebuilt binary, and the 7z support doesn't work | 21:54 |
kerio | WHY ARE THINGS FAILING SO HARD | 21:54 |
*** M4rtinK has joined #maemo-ssu | 21:56 | |
*** ChanServ has quit IRC | 22:11 | |
*** timo^ has quit IRC | 22:12 | |
*** iDont has quit IRC | 22:15 | |
*** ChanServ has joined #maemo-ssu | 22:17 | |
*** calvino.freenode.net sets mode: +o ChanServ | 22:17 | |
*** M4rtinK has quit IRC | 22:43 | |
*** luf has joined #maemo-ssu | 22:58 | |
*** _ade_ has joined #maemo-ssu | 23:00 | |
_ade_ | freemangordon: did a new installation of gcc47 and edited the wiki CSSU-thumb_toolchain_setup page slightly | 23:02 |
_ade_ | freemangordon: but i still get those weird compiler warnings as before | 23:04 |
DocScrutinizer05 | kerio: that's exactly the right merry-go-round for you: http://www.amst.at/sites/products/humancentrifuges/centrifuge.html | 23:06 |
DocScrutinizer05 | ;-D | 23:06 |
_ade_ | freemangordon: see http://pastebin.com/xhHX2Zzt | 23:07 |
*** luf1 has joined #maemo-ssu | 23:14 | |
*** luf has quit IRC | 23:17 | |
*** luf1 has quit IRC | 23:19 | |
*** luf has joined #maemo-ssu | 23:19 | |
*** NIN101 has quit IRC | 23:53 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!