/srv/irclogs.ubuntu.com/2011/02/14/#kubuntu-devel.txt

c2tarunhi...03:32
Daskreechhi03:35
=== cmagina-afk is now known as cmagina
bambeemorning08:37
=== muesli_ is now known as muesli
Quintasan\o09:41
valorieo/09:44
afiestasRiddell: finally I won't make it to finish kde-disk-utility for 19 :/ not if I want to make it right10:29
Riddellafiestas: 24th is feature freeze10:35
Riddellbut best to get it right rather than rush10:35
afiestasRiddell: in 24? :s10:42
afiestasI thought it was the 19 :s10:42
afiestasor the 18, but not 14 >.<10:42
debfxRiddell: could you sync pyudev and get it through NEW?10:49
debfxbug #71839910:49
ubottuLaunchpad bug 718399 in Ubuntu "Sync pyudev 0.8-1 (universe) from Debian unstable (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/71839910:49
debfxit's a dependency of the new synaptiks version10:50
Riddellafiestas: Thursday 24th February10:52
Riddelldebfx: ok10:52
afiestasa fuck, I read "24h"10:53
afiestasxDDD10:53
afiestasnot 24h xD10:53
afiestas*10:53
afiestas*24th 10:53
bambeeIt's not possible yet to clone a branch from a bzr repository in our own account ? (language-selector)11:01
Riddellbambee: you can11:03
Riddellbzr branch lp:foo11:03
Riddellbzr push lp:~me/<product>/<branchname>11:03
bambeeok thanks :)11:04
Riddellshadeslayer: what happened to neon announce?12:14
c2taruncan 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:17
Riddellshadeslayer: shall I upload dcmtk?12:18
Riddellc2tarun: looks like it's missing a library from the linking arguments12:19
c2tarunRiddell: yup some library is missing when compiling libtools, but I dont know what libraries are missing and where to add them?12:20
Riddellhmm, those are from openssl so -lssl -lcrypto should cover it12:22
c2tarunRiddell: how did you find it? :( and where should I add -lssl and -lcrpto?12:23
RiddellI googled for BIO_s_socket12:24
Riddellbut you already have -lssl -lcrypto in the link line, so it is a mystery12:24
c2tarunSomeone 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
Riddellpossibly, you can try running it mannually12:25
Riddellcd 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:25
Riddell -lbacsql -lbacfg -lbac  -lm -lpthread -ldl   -lssl d-lcrypto12:26
Riddellwhee that was long12:26
c2tarunRiddell: I am not getting what is meaning of manually ?12:26
Riddellc2tarun: running the command yourself instead of through make12:27
Riddellthen changing the order to see if it helps12:27
c2tarunthe problem is I dont know where to change the order :) I mean in which file. :/12:27
c2taruneven if I compile it manually by changing order and this fixes it, still I have to know the file to make changes.12:28
bambeedev: https://code.launchpad.net/~bambi/language-selector/kcm :)12:28
c2tarunRiddell: you there?12:30
Riddellc2tarun: doing it manually is a first step to check that the idea works at all12:31
zoraelIs 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
ubottuLaunchpad bug 716048 in ubiquity (Ubuntu) "kubuntu 20110207, ubiquity crash " [Undecided,New] https://launchpad.net/bugs/71604812:34
zorael'ubiquity debconf_ui' doesn't seem to do the trick.12:34
c2tarunRiddell: sorry but I failed to find any libtool file in source code folder :(12:34
Riddellc2tarun: just copy and paste the failed command from your package build12:37
Riddellzorael: I don't think there's any such thing as a console frontend to ubiquity12:37
c2tarunRiddell: I think it is in the pastebin. should I paste that pastebin link again?12:37
Riddellc2tarun: that's from a buildd, you'd need it from a local build12:38
zoraelRiddell: Perhaps I'm wording it wrong. The textual intaller on the alternate image?12:38
zorael+s12:38
c2tarunRiddell: ok wait. It'll take some time.12:38
Riddellzorael: you would need an alternate image for that12:38
zoraelRiddell: All right, thanks.12:39
=== 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/
Riddell10.04.2 testing http://iso.qa.ubuntu.com/12:48
yofelo/13:06
Riddellmorning yofel13:06
RiddellScottK, maco: owncloud updated13:24
=== jjesse_ is now known as jjesse
c2tarunRiddell: ping13:44
Riddellhi c2tarun 13:44
c2tarunRiddell: hi :) u remembered the error I asked few minutes ago.13:45
c2tarun?13:45
Riddellyes13:46
c2tarunRiddell: 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:46
c2tarunRiddell: I build that package again on my system and since I am using maverick, build was successful13:47
Riddellnot an uncommon issue, gcc gets updated each release and that tends to cause some new issues to arrise13:48
c2tarunRiddell: 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/ToolchainTransition13:49
debfxDebian started removing qt3/kde3 packages: kguitar klineakconfig knetdockapp komba2 kwavecontrol orsa tork xcardii complearn-gui kallery kdetv13:50
debfxRiddell: ↑13:50
Riddelldebfx: so I see, I think we should follow them13:52
ScottKSince Lucid will be supported on the desktop longer than Natty, I don't see any rush though.13:53
c2tarunRiddell: looked at that page?14:00
yofelc2tarun: so, did the reordering help?14:03
Riddellc2tarun: yes, it's interesting, by gcc I was meaning the whole toolchain14:04
c2tarunyofel: 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
c2tarunRiddell: so what should I do?14:04
debfxstill I see no reason why we should support them in natty14:05
debfxso I think we should remove the first batch in natty and the rest in natty+114:05
Riddellc2tarun: 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 change14:08
Riddelldebfx: how do you mean first batch?14:09
c2tarunRiddell: 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:11
Riddellc2tarun: copy and paste the linking command that filed to get the same problem14:13
Riddellthen change the order of the linking commands to see if that fixes it14:13
Riddells/filed/failed/14:13
kubotuRiddell: You did something wrong... Try s/you/me/ or tell me "help sed"14:13
Riddells/You/kubotu/14:13
kubotuRiddell: You did something wrong... Try s/you/me/ or tell me "help sed"14:13
debfxRiddell: for example all packages that Debian removes before natty beta114:15
c2tarunRiddell: 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
yofelc2tarun: for now do exactly that14:15
Riddellc2tarun: yes14:15
c2tarunRiddell: ok.14:15
Riddellthat's the first step to check the problem can be fixed14:16
c2tarunRiddell, yofel: how running the command can work? as pbuilder removes all the changes made in the chroot and finishes the task.14:17
yofelc2tarun: use the kubuntu pbuilder hooks or just login to pbuilder and build there yourself14:18
c2tarunyofel: 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
Riddellor don't use pbuilder14:19
c2tarunRiddell: that may be good, but without using pbuilder how can i get natty build?14:19
Riddell14:08 < Riddell> c2tarun: make a natty chroot with debootstrap14:20
yofelc2tarun: the chroot is in /var/cache/pbuilder/build/<pbuilder_PID>/ so you can access the chroot fine from the outside14:20
yofelc2tarun: as for the pbuilder hooks: 'bzr co lp:~kubuntu-members/pbuilder/pbuilder-hooks ~/.pbuilder-hooks'14:21
yofelc2tarun: and then add HOOKDIR="$HOME/.pbuilder-hooks" to your ~/.pbuilderrc14:22
c2tarunyofel: 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
yofelwhy do you want to do that? just copy them from the outside into the chroot14:23
yofeland the other way around isn't possible I think14:23
c2tarunyofel: hmm...  you mean I should log into chroot first and then copy the files from other terminal right? ok I'll try14:25
yofelyes14:25
shadeslayerRiddell: well .. it would be nice :)14:33
shadeslayer( regarding dcmtk )14:34
Riddellshadeslayer: uploaded14:41
shadeslayerthanks! :)14:41
shadeslayerand about neon14:42
shadeslayeryofel: Quintasan valorie how about we leave artwork for now?14:42
shadeslayernigelb: really? O_O14:44
shadeslayernigelb: linkie to photo plz14:44
* shadeslayer hasn't seen what fabsh made14:44
yofelshadeslayer: if we don't get anything by evening today, I agree14:44
shadeslayerhmm14:44
* shadeslayer pokes #oxygen once more14:45
nigelbshadeslayer: http://twitter.com/fabsh14:46
nigelbshadeslayer: well, not blatent14:47
nigelbshadeslayer: I realized its an app that does that.14:47
shadeslayeryep14:47
* nigelb goes to wok14:48
nigelb*work14:48
shadeslayerO_O http://www.youtube.com/watch?v=VvDDu9GXoLI14:48
shadeslayeri *have* to try this14:48
bambeesomeone is an apt-pkg guru ?15:37
yofeldepends on the problem..15:37
bambeeactually 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:39
bambeeactually packages are only marked as "mark_install" or "mark_delete" but never has "is_installed" for example , so listview update does not work as expected15:40
yofeltalk to JohntheEchidna when you see him, he wrote qapt15:40
bambeeok15:41
rbelemRiddell, ping16:08
Riddellhi rbelem 16:08
rbelemRiddell, :-)16:08
rbelemRiddell, what do you think about add the current patches for ksambashare to the packages16:09
rbelemRiddell, they are working, but the ui is not the optimal16:09
shadeslayerbah ovi is down >.>16:09
rbelemshadeslayer, :-D16:10
Riddellrbelem: if it's working reliably and doesn't have obvious problems, sure16:10
shadeslayer45 packets transmitted, 0 received, 100% packet loss, time 44059ms16:10
Riddellrbelem: where can I find it to test it?16:10
shadeslayer:<16:10
rbelemRiddell, the plugin patch is here http://reviewboard.kde.org/r/6308/16:11
rbelemRiddell, and the ksambashare is in kdelibs git16:11
Riddellrbelem: is the kdelibs patch different than what is in 4.6?16:12
rbelemRiddell, yup16:12
shadeslayerRiddell: so what can be done about the KWallet issue16:12
rbelemRiddell, it just entered when they open the repos for 4.716:12
Riddellshadeslayer: what KWallet issue?16:13
shadeslayerRiddell: the one on the todo?16:13
shadeslayerhmm16:15
yofelshadeslayer: the sso one?16:15
shadeslayerthere was this network issue16:16
shadeslayeryofel: no16:16
shadeslayerwhere when you login it automagically opens KWallet16:16
yofelwhat's the problem there?16:16
shadeslayeryofel: 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 login16:17
yofelaaah, right16:17
Riddellwhy is that a problem?16:19
shadeslayeridk ... i saw it in the wiki somewhere16:19
shadeslayernow i don't16:19
shadeslayermaybe i'm starting to go the apachelogger way 16:20
Riddellthe only thing we had on the todo list is the ubuntu one sso issue, which ubuntu one says they'll solve at some point16:22
shadeslayeryeah ....16:22
shadeslayeri really can't remember where i saw that task16:22
shadeslayeraltho i did see it :P16:22
yofelRiddell: they actually removed the depends on gnome-keyring already, they depend on the d-bus service now16:23
yofelgot to debug that when I couldn't get uone to work in natty16:24
yofelneed to get them to add the depends again until we actually have ksecretserviced16:24
Riddellrbelem: creating shares doesn't work for me17:24
rbelemRiddell, there are two patches in the git for ksambashare, i forgot to say :-(17:25
Riddellrbelem: in kdenetwork or kdelibs?17:26
rbelemRiddell, the second one fixes a problem with the share permissions17:26
rbelemRiddell, kdelibs17:26
Riddellkdelibs I just grabbed kio/kio/ksamba*17:26
Riddellfrom trunk17:26
Riddellanything else I need?17:26
rbelemRiddell, includes/KSambaShare, a small change to CMakeList.txt and kio/CMakeList.txt17:27
rbelemRiddell, the changes just add the files17:28
rbelemRiddell, i will point the two git hashes17:29
rbelemthe second 617af27182d85458e7e2e9e35046f1513d9da23217:29
rbelemand the first d49c4b4391c1f34b950e5565b8b89ad5e610a20317:30
rbelemRiddell, ^17:30
Riddellrbelem: and does creating shares work for you?17:34
rbelemRiddell, yup17:34
rbelemRiddell, ah! I forgot to add the samba verification17:34
rbelemRiddell, do you have samba installed?17:34
Riddellrbelem: yes17:35
rbelem:-(17:36
RiddellI can create shares in nautilus17:36
Riddell(although i can't actually log into them)17:36
Riddellrbelem: why is there still advanced/propsdlgplugin/ and simple/ ?17:37
rbelemRiddell, remove them is the next step after plugin receive shipt17:37
Riddellrbelem: remove which?17:38
rbelemRiddell, the simple and the nfs dirs17:38
rbelemafiestas__, and me will work to write a fileshare kcm to replace the current, which lives in the simple dir17:40
rbelemRiddell, ^17:40
* Riddell tries compiling trunk17:42
shadeslayer!!!17:42
shadeslayerRiddell: use Neon?17:42
rbelemRiddell, git master?17:42
Riddellneon?  never heard of it.  if only there was a dot story or something to announce these things17:42
Riddellrbelem: yes (for kdelibs)17:43
rbelem:-D17:43
rbelemRiddell, i have the packages here17:43
shadeslayer:P17:43
rbelemRiddell,  i will send the libkio to you17:43
shadeslayervalorie: Quintasan yofel announce it without the artwork i say17:43
shadeslayer:P17:43
yofelyeah..17:45
rbelemRiddell, media.rbelem.info/libkio5_4.6.0-0ubuntu2_i386.deb17:46
shadeslayerhmm17:48
shadeslayerwhere did the akonadi notes plasmoid go from KDE PIM in experimental17:48
shadeslayersomeone gobbled it up17:48
yofelshadeslayer: kjots (in 4.5.93)17:49
shadeslayerhmm17:49
rbelemRiddell, media.rbelem.info/kdelibs5-dev_4.6.0-0ubuntu2_i386.deb17:50
Riddellrbelem: doesn't help17:54
RiddellI can remove shares though17:54
rbelem:-/17:54
rbelemRiddell, are you running dolphin from a terminal?17:55
rbelemRiddell, you can see the error messages17:56
Riddellyes though nothing about samba in the output17:57
rbelem:-(17:58
* rbelem is looking for errors18:00
rbelemRiddell, it is working well here18:05
rbelemo.O18:05
Riddellrbelem: the share gets created by shareData.setName() right?18:07
rbelemrbelem, by save()18:08
rbelemshareData.save()18:08
Riddellrbelem: if (shareData.setAcl(model->getAcl()) != KSambaShareData::UserShareAclOk) {18:09
Riddellthat is true18:09
Riddellso save() never gets called18:09
rbelemchecking...18:10
Riddellyes, if I comment out the return after that if then it works18:11
Riddellso, what is that if line doing?18:12
rbelemRiddell, inside the if is there a return, right?18:12
Riddellrbelem: yes (except I just commented it out on my computer)18:13
rbelemRiddell, that if is ok, but shareData.setAcl is not working for you :-(18:14
rbelemRiddell, could you qCritical() << model->getAcl();?18:15
rbelem:-)18:15
Riddellrbelem: I'm getting a UserSharePathNotAllowed18:16
rbelemRiddell, :-O what is the path?18:17
Riddell~/jr/Documents18:17
rbelemRiddell, it should return the error....18:18
Riddellhaving commented out the return the share is created (although as I say I can't actually connect)18:18
rbelemRiddell, do you have sambashare in your `groups`18:18
rbelemcmd18:19
Riddellyes18:20
rbelemRiddell, did you add the  qCritical() << model->getAcl(); to there?18:21
Riddellrbelem: it's set to ""18:21
rbelemRiddell, hum... that's the why18:22
rbelemRiddell, select the everybody to read-only and save with the if enabled18:23
Riddellrbelem: but even if I set it to something e.g. "Everyone:f" I still get UserSharePathNotAllowed18:23
rbelemRiddell, weird18:23
rbelemRiddell, is your user the owner of the dir?18:24
Riddellyes18:25
Riddelland I can use the commend line, this work fine:  net usershare add docs /home/jr/Documents comment Everyone:f18:26
rbelemchecking...18:27
rbelemRiddell, if (!pathInfo.permission(QFile::ReadUser | QFile::WriteUser)) {18:29
rbelemRiddell, return KSambaShareData::UserSharePathNotAllowed;18:29
rbelemRiddell, just in this case it returns the UserSharePathNotAllowed18:30
Riddellrbelem: wait, I made a mistake18:31
Riddellit's returning UserShareAclInvalid18:31
rbelemRiddell, ah! ok18:32
rbelemRiddell, that's because model->getAcl() is returning ""18:32
Riddellrbelem: right, if I set something in the UI for the ACL then it creates the share, otherwise not18:34
rbelemRiddell, if you go to line 260 in kdelibs/kio/kio/ksambashare.cpp18:34
rbelemRiddell, and replace the latest + by *18:35
rbelemRiddell, it will work18:35
Riddellrbelem: yay!18:36
Riddellit works18:36
Riddellawesomeness18:36
rbelem:-D18:36
Riddellok, now I must run to valentine's dinner18:36
Riddellthanks rbelem :)18:36
rbelemRiddell, i thank you18:37
rbelemRiddell, have a awesome dinner :-)18:37
shadeslayerfinally19:00
shadeslayerit works \o/19:00
=== jjesse_ is now known as jjesse
sheytanQuintasan ping pong21:06
Quintasansheytan: pong ping21:06
sheytanwhat's up?21:06
Quintasannothing much, reading visual novel since I don't want to see qtscriptbindings until Wed21:07
sheytanQuintasan you want me to showup here :)21:07
sheytanSo you had a deal? :D21:07
Quintasanoh yeah at some point in time I did21:08
QuintasanBut I forgot what was it -_-21:08
sheytanhappens to me too :D21:08
QuintasanI do too much stuff21:09
QuintasanReading at least five books and two walls of text daily is sure demanding but I never get tired :O21:09
Quintasansheytan: I'll ping you back if I recall what I wanted21:09
sheytanQuintasan do you like drink liters of coffee? :D21:10
Quintasannah21:10
sheytanIt's impossible to not get tired :D21:10
QuintasanI drink tea21:10
QuintasanBut well, it looks like my leaves got dry21:11
sheytanoh, anyway, i'm going to like lie on bet and do nothing. Ping me when you will have a question ;)21:11
micahghi, can someone take a look at bug 68936221:30
ubottuLaunchpad bug 689362 in qscintilla2 (Ubuntu) "abi breaking not reflected in soversion" [Undecided,New] https://launchpad.net/bugs/68936221:30
debfxhm 2.4.4 added new virtual functions21:53
=== starcraft is now known as starcraftman
valoriequintasan, tazz, yofel, shadeslayer - #project-neon23:17

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!