[03:32] hi... [03:35] hi === cmagina-afk is now known as cmagina [08:37] morning === muesli_ is now known as muesli [09:41] \o [09:44] o/ [10:29] Riddell: finally I won't make it to finish kde-disk-utility for 19 :/ not if I want to make it right [10:35] afiestas: 24th is feature freeze [10:35] but best to get it right rather than rush [10:42] Riddell: in 24? :s [10:42] I thought it was the 19 :s [10:42] or the 18, but not 14 >.< [10:49] Riddell: could you sync pyudev and get it through NEW? [10:49] bug #718399 [10:49] Launchpad bug 718399 in Ubuntu "Sync pyudev 0.8-1 (universe) from Debian unstable (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/718399 [10:50] it's a dependency of the new synaptiks version [10:52] afiestas: Thursday 24th February [10:52] debfx: ok [10:53] a fuck, I read "24h" [10:53] xDDD [10:53] not 24h xD [10:53] * [10:53] *24th [11:01] It's not possible yet to clone a branch from a bzr repository in our own account ? (language-selector) [11:03] bambee: you can [11:03] bzr branch lp:foo [11:03] bzr push lp:~me// [11:04] ok thanks :) [12:14] shadeslayer: what happened to neon announce? [12:17] can anyone help me with this error http://paste.ubuntu.com/566943/ I asked this on motu but I was in hurry so didn't understand. Can anyone please explain? [12:18] shadeslayer: shall I upload dcmtk? [12:19] c2tarun: looks like it's missing a library from the linking arguments [12:20] Riddell: yup some library is missing when compiling libtools, but I dont know what libraries are missing and where to add them? [12:22] hmm, those are from openssl so -lssl -lcrypto should cover it [12:23] Riddell: how did you find it? :( and where should I add -lssl and -lcrpto? [12:24] I googled for BIO_s_socket [12:24] but you already have -lssl -lcrypto in the link line, so it is a mystery [12:25] Someone told me its the problem of the order in which they are mentioned. The prob is I dont know the file in which I have to change the order. [12:25] possibly, you can try running it mannually [12:25] cd debian/tmp-build-pgsql/src/stored; debian/tmp-build-pgsql/libtool --silent --tag=CXX --mode=link /usr/bin/i686-linux-gnu-g++ -L../lib -L../cats -o btape btape.o block.o butil.o dev.o device.o label.o vtape.o lock.o ansi_label.o dvd.o ebcdic.o autochanger.o acquire.o mount.o record.o read_record.o reserve.o stored_conf.o match_bsr.o parse_bsr.o scan.o spool.o vol_mgr.o wait.o \ [12:26] -lbacsql -lbacfg -lbac -lm -lpthread -ldl -lssl d-lcrypto [12:26] whee that was long [12:26] Riddell: I am not getting what is meaning of manually ? [12:27] c2tarun: running the command yourself instead of through make [12:27] then changing the order to see if it helps [12:27] the problem is I dont know where to change the order :) I mean in which file. :/ [12:28] even if I compile it manually by changing order and this fixes it, still I have to know the file to make changes. [12:28] dev: https://code.launchpad.net/~bambi/language-selector/kcm :) [12:30] Riddell: you there? [12:31] c2tarun: doing it manually is a first step to check that the idea works at all [12:34] Is there any way of downloading and running the textual ubiquity from a live natty session? (I don't have an alternate image and the graphical installer crashes halfway through, as per bug #716048 ) [12:34] Launchpad bug 716048 in ubiquity (Ubuntu) "kubuntu 20110207, ubiquity crash " [Undecided,New] https://launchpad.net/bugs/716048 [12:34] 'ubiquity debconf_ui' doesn't seem to do the trick. [12:34] Riddell: sorry but I failed to find any libtool file in source code folder :( [12:37] c2tarun: just copy and paste the failed command from your package build [12:37] zorael: I don't think there's any such thing as a console frontend to ubiquity [12:37] Riddell: I think it is in the pastebin. should I paste that pastebin link again? [12:38] c2tarun: that's from a buildd, you'd need it from a local build [12:38] Riddell: Perhaps I'm wording it wrong. The textual intaller on the alternate image? [12:38] +s [12:38] Riddell: ok wait. It'll take some time. [12:38] zorael: you would need an alternate image for that [12:39] Riddell: All right, thanks. === Riddell changed the topic of #kubuntu-devel to: Kubuntu - The Friendliest Community on Earth | Lots to do https://wiki.kubuntu.org/Kubuntu/Todo | alpha 3 bugs http://goo.gl/yGhJd | 10.04.2 testing http://iso.qa.ubuntu.com/ [12:48] 10.04.2 testing http://iso.qa.ubuntu.com/ [13:06] o/ [13:06] morning yofel [13:24] ScottK, maco: owncloud updated === jjesse_ is now known as jjesse [13:44] Riddell: ping [13:44] hi c2tarun [13:45] Riddell: hi :) u remembered the error I asked few minutes ago. [13:45] ? [13:46] yes [13:46] Riddell: That error was due to new linkage technique followed in natty. When building the package on maverick machine, I am not getting any error :( I tried this earlier but forgot to tell you. [13:47] Riddell: I build that package again on my system and since I am using maverick, build was successful [13:48] not an uncommon issue, gcc gets updated each release and that tends to cause some new issues to arrise [13:49] Riddell: no that was not due to gcc. That was because maverick allows indirect linking with libraries. In natty this kind of linking is prohibited. So all the libraries required must be either linked directly or they'll give an error. Check this out https://wiki.ubuntu.com/NattyNarwhal/ToolchainTransition [13:50] Debian started removing qt3/kde3 packages: kguitar klineakconfig knetdockapp komba2 kwavecontrol orsa tork xcardii complearn-gui kallery kdetv [13:50] Riddell: ↑ [13:52] debfx: so I see, I think we should follow them [13:53] Since Lucid will be supported on the desktop longer than Natty, I don't see any rush though. [14:00] Riddell: looked at that page? [14:03] c2tarun: so, did the reordering help? [14:04] c2tarun: yes, it's interesting, by gcc I was meaning the whole toolchain [14:04] yofel: Riddell asked me to build that package on my system. On my system package build successfully without any reordering. To build it on natty I should know the place for reordering but I dont know :( [14:04] Riddell: so what should I do? [14:05] still I see no reason why we should support them in natty [14:05] so I think we should remove the first batch in natty and the rest in natty+1 [14:08] c2tarun: make a natty chroot with debootstrap, build the package there until it fails, run the failed linking command manually, change the ordering to check it fixes it, then work out what needs to be done to the build system to make that change [14:09] debfx: how do you mean first batch? [14:11] Riddell: I builded the package on natty chroot. but I dont know what do you mean by linking command manually :( (I mean I dont know how to do that?) + I looked and tried but failed to find the place to make the change which MAY fix the error. I am not much familiar with shell scripting, do you think I should read something about it? [14:13] c2tarun: copy and paste the linking command that filed to get the same problem [14:13] then change the order of the linking commands to see if that fixes it [14:13] s/filed/failed/ [14:13] Riddell: You did something wrong... Try s/you/me/ or tell me "help sed" [14:13] s/You/kubotu/ [14:13] Riddell: You did something wrong... Try s/you/me/ or tell me "help sed" [14:15] Riddell: for example all packages that Debian removes before natty beta1 [14:15] Riddell: sorry to ask this again but still I am not getting how to change the order. Should I simply execute the failed command by changing the order on terminal? I dont think that'll do :( [14:15] c2tarun: for now do exactly that [14:15] c2tarun: yes [14:15] Riddell: ok. [14:16] that's the first step to check the problem can be fixed [14:17] Riddell, yofel: how running the command can work? as pbuilder removes all the changes made in the chroot and finishes the task. [14:18] c2tarun: use the kubuntu pbuilder hooks or just login to pbuilder and build there yourself [14:19] yofel: ok, I dont know how to access the file outside the chroot after logging into pbuilder. so please either tell me that or please tell me how to use pbuilder hook :( [14:19] or don't use pbuilder [14:19] Riddell: that may be good, but without using pbuilder how can i get natty build? [14:20] 14:08 < Riddell> c2tarun: make a natty chroot with debootstrap [14:20] c2tarun: the chroot is in /var/cache/pbuilder/build// so you can access the chroot fine from the outside [14:21] c2tarun: as for the pbuilder hooks: 'bzr co lp:~kubuntu-members/pbuilder/pbuilder-hooks ~/.pbuilder-hooks' [14:22] c2tarun: and then add HOOKDIR="$HOME/.pbuilder-hooks" to your ~/.pbuilderrc [14:23] yofel: actually I am using pbuilder-dist, so it is in ~/pbuilder and I can access chroot from outside, but problem is accessing files outside chroot from inside. [14:23] why do you want to do that? just copy them from the outside into the chroot [14:23] and the other way around isn't possible I think [14:25] yofel: hmm... you mean I should log into chroot first and then copy the files from other terminal right? ok I'll try [14:25] yes [14:33] Riddell: well .. it would be nice :) [14:34] ( regarding dcmtk ) [14:41] shadeslayer: uploaded [14:41] thanks! :) [14:42] and about neon [14:42] yofel: Quintasan valorie how about we leave artwork for now? [14:44] nigelb: really? O_O [14:44] nigelb: linkie to photo plz [14:44] * shadeslayer hasn't seen what fabsh made [14:44] shadeslayer: if we don't get anything by evening today, I agree [14:44] hmm [14:45] * shadeslayer pokes #oxygen once more [14:46] shadeslayer: http://twitter.com/fabsh [14:47] shadeslayer: well, not blatent [14:47] shadeslayer: I realized its an app that does that. [14:47] yep [14:48] * nigelb goes to wok [14:48] *work [14:48] O_O http://www.youtube.com/watch?v=VvDDu9GXoLI [14:48] i *have* to try this [15:37] someone is an apt-pkg guru ? [15:37] depends on the problem.. [15:39] actually language-selector installs pkg using qapt-batch => qapt-batch updates the cache, and the cache (self._cache instanceOf type apt.Cache) has to be reloaded to match changes => it's required to update listviews [15:40] actually packages are only marked as "mark_install" or "mark_delete" but never has "is_installed" for example , so listview update does not work as expected [15:40] talk to JohntheEchidna when you see him, he wrote qapt [15:41] ok [16:08] Riddell, ping [16:08] hi rbelem [16:08] Riddell, :-) [16:09] Riddell, what do you think about add the current patches for ksambashare to the packages [16:09] Riddell, they are working, but the ui is not the optimal [16:09] bah ovi is down >.> [16:10] shadeslayer, :-D [16:10] rbelem: if it's working reliably and doesn't have obvious problems, sure [16:10] 45 packets transmitted, 0 received, 100% packet loss, time 44059ms [16:10] rbelem: where can I find it to test it? [16:10] :< [16:11] Riddell, the plugin patch is here http://reviewboard.kde.org/r/6308/ [16:11] Riddell, and the ksambashare is in kdelibs git [16:12] rbelem: is the kdelibs patch different than what is in 4.6? [16:12] Riddell, yup [16:12] Riddell: so what can be done about the KWallet issue [16:12] Riddell, it just entered when they open the repos for 4.7 [16:13] shadeslayer: what KWallet issue? [16:13] Riddell: the one on the todo? [16:15] hmm [16:15] shadeslayer: the sso one? [16:16] there was this network issue [16:16] yofel: no [16:16] where when you login it automagically opens KWallet [16:16] what's the problem there? [16:17] yofel: currently when you login and have autoconnect set for a network AND you store your network secrets in kwallet, kwallet prompts you for a pass as soon as you login [16:17] aaah, right [16:19] why is that a problem? [16:19] idk ... i saw it in the wiki somewhere [16:19] now i don't [16:20] maybe i'm starting to go the apachelogger way [16:22] the only thing we had on the todo list is the ubuntu one sso issue, which ubuntu one says they'll solve at some point [16:22] yeah .... [16:22] i really can't remember where i saw that task [16:22] altho i did see it :P [16:23] Riddell: they actually removed the depends on gnome-keyring already, they depend on the d-bus service now [16:24] got to debug that when I couldn't get uone to work in natty [16:24] need to get them to add the depends again until we actually have ksecretserviced [17:24] rbelem: creating shares doesn't work for me [17:25] Riddell, there are two patches in the git for ksambashare, i forgot to say :-( [17:26] rbelem: in kdenetwork or kdelibs? [17:26] Riddell, the second one fixes a problem with the share permissions [17:26] Riddell, kdelibs [17:26] kdelibs I just grabbed kio/kio/ksamba* [17:26] from trunk [17:26] anything else I need? [17:27] Riddell, includes/KSambaShare, a small change to CMakeList.txt and kio/CMakeList.txt [17:28] Riddell, the changes just add the files [17:29] Riddell, i will point the two git hashes [17:29] the second 617af27182d85458e7e2e9e35046f1513d9da232 [17:30] and the first d49c4b4391c1f34b950e5565b8b89ad5e610a203 [17:30] Riddell, ^ [17:34] rbelem: and does creating shares work for you? [17:34] Riddell, yup [17:34] Riddell, ah! I forgot to add the samba verification [17:34] Riddell, do you have samba installed? [17:35] rbelem: yes [17:36] :-( [17:36] I can create shares in nautilus [17:36] (although i can't actually log into them) [17:37] rbelem: why is there still advanced/propsdlgplugin/ and simple/ ? [17:37] Riddell, remove them is the next step after plugin receive shipt [17:38] rbelem: remove which? [17:38] Riddell, the simple and the nfs dirs [17:40] afiestas__, and me will work to write a fileshare kcm to replace the current, which lives in the simple dir [17:40] Riddell, ^ [17:42] * Riddell tries compiling trunk [17:42] !!! [17:42] Riddell: use Neon? [17:42] Riddell, git master? [17:42] neon? never heard of it. if only there was a dot story or something to announce these things [17:43] rbelem: yes (for kdelibs) [17:43] :-D [17:43] Riddell, i have the packages here [17:43] :P [17:43] Riddell, i will send the libkio to you [17:43] valorie: Quintasan yofel announce it without the artwork i say [17:43] :P [17:45] yeah.. [17:46] Riddell, media.rbelem.info/libkio5_4.6.0-0ubuntu2_i386.deb [17:48] hmm [17:48] where did the akonadi notes plasmoid go from KDE PIM in experimental [17:48] someone gobbled it up [17:49] shadeslayer: kjots (in 4.5.93) [17:49] hmm [17:50] Riddell, media.rbelem.info/kdelibs5-dev_4.6.0-0ubuntu2_i386.deb [17:54] rbelem: doesn't help [17:54] I can remove shares though [17:54] :-/ [17:55] Riddell, are you running dolphin from a terminal? [17:56] Riddell, you can see the error messages [17:57] yes though nothing about samba in the output [17:58] :-( [18:00] * rbelem is looking for errors [18:05] Riddell, it is working well here [18:05] o.O [18:07] rbelem: the share gets created by shareData.setName() right? [18:08] rbelem, by save() [18:08] shareData.save() [18:09] rbelem: if (shareData.setAcl(model->getAcl()) != KSambaShareData::UserShareAclOk) { [18:09] that is true [18:09] so save() never gets called [18:10] checking... [18:11] yes, if I comment out the return after that if then it works [18:12] so, what is that if line doing? [18:12] Riddell, inside the if is there a return, right? [18:13] rbelem: yes (except I just commented it out on my computer) [18:14] Riddell, that if is ok, but shareData.setAcl is not working for you :-( [18:15] Riddell, could you qCritical() << model->getAcl();? [18:15] :-) [18:16] rbelem: I'm getting a UserSharePathNotAllowed [18:17] Riddell, :-O what is the path? [18:17] ~/jr/Documents [18:18] Riddell, it should return the error.... [18:18] having commented out the return the share is created (although as I say I can't actually connect) [18:18] Riddell, do you have sambashare in your `groups` [18:19] cmd [18:20] yes [18:21] Riddell, did you add the qCritical() << model->getAcl(); to there? [18:21] rbelem: it's set to "" [18:22] Riddell, hum... that's the why [18:23] Riddell, select the everybody to read-only and save with the if enabled [18:23] rbelem: but even if I set it to something e.g. "Everyone:f" I still get UserSharePathNotAllowed [18:23] Riddell, weird [18:24] Riddell, is your user the owner of the dir? [18:25] yes [18:26] and I can use the commend line, this work fine: net usershare add docs /home/jr/Documents comment Everyone:f [18:27] checking... [18:29] Riddell, if (!pathInfo.permission(QFile::ReadUser | QFile::WriteUser)) { [18:29] Riddell, return KSambaShareData::UserSharePathNotAllowed; [18:30] Riddell, just in this case it returns the UserSharePathNotAllowed [18:31] rbelem: wait, I made a mistake [18:31] it's returning UserShareAclInvalid [18:32] Riddell, ah! ok [18:32] Riddell, that's because model->getAcl() is returning "" [18:34] rbelem: right, if I set something in the UI for the ACL then it creates the share, otherwise not [18:34] Riddell, if you go to line 260 in kdelibs/kio/kio/ksambashare.cpp [18:35] Riddell, and replace the latest + by * [18:35] Riddell, it will work [18:36] rbelem: yay! [18:36] it works [18:36] awesomeness [18:36] :-D [18:36] ok, now I must run to valentine's dinner [18:36] thanks rbelem :) [18:37] Riddell, i thank you [18:37] Riddell, have a awesome dinner :-) [19:00] finally [19:00] it works \o/ === jjesse_ is now known as jjesse [21:06] Quintasan ping pong [21:06] sheytan: pong ping [21:06] what's up? [21:07] nothing much, reading visual novel since I don't want to see qtscriptbindings until Wed [21:07] Quintasan you want me to showup here :) [21:07] So you had a deal? :D [21:08] oh yeah at some point in time I did [21:08] But I forgot what was it -_- [21:08] happens to me too :D [21:09] I do too much stuff [21:09] Reading at least five books and two walls of text daily is sure demanding but I never get tired :O [21:09] sheytan: I'll ping you back if I recall what I wanted [21:10] Quintasan do you like drink liters of coffee? :D [21:10] nah [21:10] It's impossible to not get tired :D [21:10] I drink tea [21:11] But well, it looks like my leaves got dry [21:11] oh, anyway, i'm going to like lie on bet and do nothing. Ping me when you will have a question ;) [21:30] hi, can someone take a look at bug 689362 [21:30] Launchpad bug 689362 in qscintilla2 (Ubuntu) "abi breaking not reflected in soversion" [Undecided,New] https://launchpad.net/bugs/689362 [21:53] hm 2.4.4 added new virtual functions === starcraft is now known as starcraftman [23:17] quintasan, tazz, yofel, shadeslayer - #project-neon