ScottK | Riddell: AFAIK we have the latest and greatest re sip4/pyqt, so it's upstream's issue AIUI. | 00:44 |
---|---|---|
ScottK | Riddell or whoever pulls the trigger on 4.11.2: I just uploaded a libkdcraw security update to Saucy (it's in bzr). Please make sure the 4.11.2 package is updated for it. | 05:48 |
soee | good morning | 06:03 |
smartboyhw | Riddell, have you reviewed and uploaded kqoauth for me? | 07:35 |
smartboyhw | Hmm, it looks like we can just sync/merge from Debian..... | 07:46 |
smartboyhw | (For Digikam 3.4.0) | 07:46 |
smartboyhw | Merging looks a bit terrible:O | 07:48 |
smartboyhw | yofel, what would you recommend? Merge or sync? | 07:48 |
smartboyhw | (I need to get a Riddell FFe first though_ | 07:49 |
* smartboyhw tries building the debian 3.4.0 in Ubuntu Saucy pbuilder | 07:49 | |
smartboyhw | Ow ow, merge needed | 07:58 |
smartboyhw | (Saw our specific patches) | 08:01 |
smartboyhw | Sigh, UIFe(s)... | 08:08 |
smartboyhw | Question: Why didn't I see any mails in ubuntu-doc and ubuntu-translators archives about UIFe and DocStringFe(s)!? | 08:10 |
smartboyhw | I thought every single UI change needs to notify them (and don't tell me there were none) | 08:10 |
=== ejat- is now known as ejat | ||
Riddell | smartboyhw: yeah I uploaded koauth, sorry thought you'd get notification | 09:27 |
smartboyhw | Riddell, ack it then please | 09:28 |
smartboyhw | (Still in queue) | 09:28 |
ScottK | smartboyhw: Can you update libkdcraw in ninjas based on the upload I did to saucy last night? It's in bzr. | 09:41 |
smartboyhw | ScottK, eh, busy with digikam here | 09:41 |
Riddell | ScottK: I'll get it, looks like 4.11.2 is public to upload now too | 10:17 |
lordievader | Good afternoon. | 11:11 |
Riddell | it's... lordievader! | 11:11 |
lordievader | Hey Riddell, how are you doing? | 11:12 |
Riddell | I'm lovely thanks lordievader, how are you? | 11:13 |
lordievader | I'm doing good too :) | 11:14 |
Riddell | random e-mail du jour http://paste.kde.org/p276dad90/ | 11:17 |
Riddell | anything think we want to remake the UI to be like windows 8? | 11:17 |
lordievader | Please don't, it would be a sad day the day Kubuntu becomes a Win8 clone. Why does everybody seem the hate the traditional desktop view nowadays... :( | 11:20 |
BluesKaj | Howdy all | 11:29 |
smartboyhw | Damn Digikam 3.4.0 build failures | 12:18 |
smartboyhw | Eh!? | 12:22 |
smartboyhw | http://paste.kde.org/p9099e567/ (I have a corrupted QZeitgeist, or?) | 12:23 |
rdieter | smartboyhw: your phonon library was built with zqeitgeist support, but didn't link it | 12:24 |
smartboyhw | Mmmmmmmmmm | 12:24 |
Riddell | digikam can't find qzeitgeist is the problem | 12:25 |
rdieter | libphonon shouldn't have undefined symbols, imo | 12:26 |
Riddell | mm yes | 12:26 |
smartboyhw | mmmmmmmmm | 12:26 |
Riddell | apachelogger: libphonon breakage? | 12:26 |
rdieter | not sure how that could happen, phonon/CMakeLists.txt has target_link_libraries(phonon ${QZEITGEIST_LIBRARY}) | 12:31 |
rdieter | looking @ https://projects.kde.org/projects/kdesupport/phonon/phonon/repository/revisions/4.6/entry/phonon/CMakeLists.txt | 12:31 |
Riddell | hmm we don't build phonon with zeitgeist at all | 12:31 |
rdieter | ok, it's wrapped in if (QZEITGEIST_FOUND) | 12:31 |
rdieter | so question is how did smartboyhw's phonon get it (and only half way) | 12:32 |
Riddell | so maybe digikam is finding qzeitgeist and making the assumption that phonon is built with it? | 12:32 |
rdieter | smartboyhw's log is about his installed libphonon, I don't think digikam has anything to do with it | 12:32 |
Riddell | the log he pasted is a build from digikam http://paste.kde.org/p9099e567/ | 12:33 |
rdieter | and, /usr/lib/x86_64-linux-gnu/libphonon.so.4: undefined reference to `QZeitgeist::DataModel::Subject::Subject(QZeitgeist::DataModel::Subject const&)' | 12:33 |
rdieter | I hope digikam's build doesn't touch or create /usr/lib/x86_64-linux-gnu/libphonon.so.4 | 12:34 |
Riddell | smartboyhw: you're using the packaged libphonon right? not complied your own at all have you? | 12:34 |
Riddell | while you're being useful rdieter, seen any issues with kubrick on arm? | 12:37 |
Riddell | fails here https://launchpadlibrarian.net/152029698/buildlog_ubuntu-saucy-armhf.kubrick_4%3A4.11.2-0ubuntu1_FAILEDTOBUILD.txt.gz | 12:37 |
rdieter | no, it builds ok on armv7 for us | 12:39 |
Riddell | ah, it's GL probably needs some playing about to get it egl or non-gl "/usr/include/GL/gl.h:162:17: error: 'GLdouble' has a previous declaration as 'typedef double GLdouble'" | 12:41 |
rdieter | nod, I don't think we're using egl yet (on arm) | 12:42 |
Riddell | lucky you, qtwebkit is quite mysteriously broken because of it | 12:43 |
rdieter | eww | 12:43 |
Riddell | ScottK: sweet, got python plugins working in kate, needs -DPYTHON_LIBRARY set explicitly, so I agree it's a problem somewhere in kate or sip or pyqt or something setting a wrong variable | 12:45 |
rdieter | Riddell: conflicting definitions for GLintptr (and friends), I *think* the problem is QtOpenGL is supposed to load gles *or* gl headers, but not both | 12:46 |
rdieter | or maybe kubrick is hard-coding something | 12:48 |
Riddell | rdieter: yeah looks like we build-dep on libglu1-mesa-dev when it should be libgles2-mesa-dev on arm if kubrick supports it, or not at all | 12:48 |
Riddell | a good excuse to try out this handy arm board I have set up :) | 12:49 |
smartboyhw | Riddell, should be packaged version | 12:58 |
Riddell | smartboyhw: does this produce only a couple of lines? strings /usr/lib/x86_64-linux-gnu/libphonon.so.4 | grep -i zeit | 13:02 |
smartboyhw | Riddell, http://paste.kde.org/pbb352032/ | 13:04 |
Riddell | smartboyhw: that's very different from me | 13:05 |
smartboyhw | ;O | 13:05 |
Riddell | smartboyhw: can you try a sudo apt-get install --reinstall libphonon4 and run that grep again? | 13:05 |
smartboyhw | Riddell, same output? | 13:06 |
Riddell | smartboyhw: not so here, this makes no sense | 13:13 |
Riddell | smartboyhw: want an ec2 to build digikam on? | 13:13 |
smartboyhw | :O | 13:13 |
Riddell | or you could make a chroot | 13:14 |
smartboyhw | Riddell, sigh, I would want to build it in my pbuilder to check then...... | 13:14 |
smartboyhw | My bandwidth is superbly busted today-.- | 13:21 |
* Riddell blogs http://blogs.kde.org/2013/10/01/artists-daily-builds-krita | 13:44 | |
markey | I was pretty amazed by Ingo's Krita painting: https://plus.google.com/u/0/105460136951364599782/posts/BbmUzujnnoX | 13:45 |
Riddell | beautiful | 13:47 |
smartboyhw | Well, those guys are brilliant artists | 13:47 |
smartboyhw | I suck at art, unfortunately | 13:48 |
smartboyhw | (That is my worst subject at school, undeniably) | 13:48 |
Riddell | just use krita :) | 13:49 |
smartboyhw | Riddell, unfortunately, most of our artwork is to be done by hand | 13:50 |
Riddell | gosh, how quaint | 13:51 |
smartboyhw | That's why I suck:P | 13:51 |
lordievader | Riddell: The phone support is it parth of the commercial support by EmergeOpen? | 13:52 |
lordievader | part* | 13:52 |
Riddell | lordievader: yes | 13:53 |
Riddell | lordievader: it's more than phone it's any communication method you want | 13:53 |
Riddell | lordievader: but it might be useful to call it phone support I'm not sure | 13:53 |
lordievader | Riddell: Ok. I'm not really sure what the page should say, this is what I got up to this point: https://wiki.kubuntu.org/Kubuntu/KubuntuDocs/PhoneSupport | 13:53 |
=== santa__ is now known as santa_ | ||
Riddell | lordievader: just say you can buy support if you want to and a pointer to http://kubuntu.emerge-open.com/buy | 13:54 |
Riddell | and we can add a .desktop file to the package so it appears in khelpcentre | 13:55 |
lordievader | Riddell: Already took care of that ;) | 13:55 |
shadeslayer | !find libpython2.7.so] | 13:58 |
shadeslayer | !find libpython2.7.so | 13:58 |
ubottu | File libpython2.7.so found in libpython2.7, libpython2.7-dbg, libpython2.7-dev, python2.7-dbg | 13:58 |
Riddell | shadeslayer: hmm? | 13:59 |
lordievader | Riddell: Is this better? https://wiki.kubuntu.org/Kubuntu/KubuntuDocs/PhoneSupport (And yes I copied it from your blog post ;)) | 13:59 |
shadeslayer | Riddell: fixing kalzium in Raring | 13:59 |
smartboyhw | Riddell, shadeslayer: Which of you are gonna fix the kate thing? | 14:01 |
smartboyhw | (referring to #ubuntu-release) | 14:01 |
=== apol_ is now known as apol | ||
shadeslayer | will get to it in a moment | 14:02 |
Riddell | shadeslayer: I'll do libkdcraw then | 14:03 |
shadeslayer | okay | 14:04 |
* smartboyhw test-builds Digikam again, sigh | 14:04 | |
Riddell | kubrick looks gl only, set to not build on arm | 14:05 |
shadeslayer | Riddell: fwiw kate bzr changes are not in the ninjas PPA | 14:05 |
Riddell | shadeslayer: no they're uploaded to ubuntu | 14:06 |
Riddell | shadeslayer, ScottK: libkdcraw uploaded with patch to ninjas too | 14:11 |
Riddell | ScottK: where did you get notification of that? | 14:11 |
shadeslayer | Riddell: kate compiles fine without that python define | 14:15 |
shadeslayer | not sure why we need it | 14:15 |
Riddell | shadeslayer: it's always compiled fine, it just didn't work | 14:16 |
shadeslayer | oh? | 14:16 |
Riddell | see https://bugs.kde.org/show_bug.cgi?id=325460 | 14:16 |
ubottu | KDE bug 325460 in general "Python plugins are unusable" [Major,Resolved: downstream] | 14:16 |
shadeslayer | okie | 14:16 |
lordievader | Riddell: http://bazaar.launchpad.net/~oliviervdtoorn/+junk/kubuntu-docs-local/revision/3 <-- contains the phone/commercial support page. | 14:21 |
Riddell | ScottK: bug 1233704 for your review | 14:24 |
ubottu | bug 1233704 in user-manager (Ubuntu) "FFe user-manager new snapshot" [Undecided,New] https://launchpad.net/bugs/1233704 | 14:24 |
Riddell | lordievader: I'm confused by that kubuntu-docs_13.10_all.tar.gz , it's not made by the script is it? | 14:24 |
lordievader | Riddell: No, should I modify it that it does generate the tar? | 14:25 |
Riddell | lordievader: I think it's done best as a native package not a bzr archive | 14:27 |
Riddell | one sec.. | 14:27 |
smartboyhw | +1 native | 14:27 |
Riddell | lordievader: dget -x https://launchpad.net/ubuntu/+archive/primary/+files/kubuntu-docs_13.10ubuntu1.dsc | 14:27 |
smartboyhw | Riddell, I thought there shouldn't be any ubuntu1 stuff ..... | 14:28 |
Riddell | lordievader: then put a script in there to update the directory | 14:28 |
smartboyhw | Riddell, ubuntu-docs only has a version no. of 13.04.3 (without ubuntu1). Same for xubuntu-docs | 14:29 |
lordievader | Riddell: Hmm need to fix my gpg key settings. | 14:29 |
Riddell | lordievader: probably wants usr/share/doc/kde/HTML/en/kubuntu/ just moved into the top directory | 14:29 |
Riddell | and move usr/share/kde4/apps/khelpcenter/plugins/ into the top directory too | 14:29 |
Riddell | lordievader: then add your magic script to update kubuntu/ | 14:29 |
Riddell | smartboyhw: we can name it however we want, that's the advantage of being native :) | 14:29 |
smartboyhw | Riddell, I would rather want us follow the normal doc versions:) | 14:30 |
Riddell | might be too late, not sure which is larger version number | 14:30 |
smartboyhw | Ow:( | 14:30 |
lordievader | Riddell: I get this error when I run the dget command: "gpg: Can't check signature: public key not found" eventhough I imported the key... | 14:38 |
Riddell | lordievader: well don't worry about it | 14:43 |
lordievader | OK. | 14:43 |
Riddell | it's not a high vector target kubuntu-docs :) | 14:43 |
Riddell | shadeslayer: how did you get on with kate? | 14:55 |
lordievader | Riddell: OK the top-dir, where I ran the dget command, now looks like this: http://paste.ubuntu.com/6179869/ Is this correct or do you want the added contents in the tar.gz file? | 14:55 |
shadeslayer | Riddell: fixed, uploading now | 14:56 |
Riddell | lordievader: yeah put it in the tar.gz | 14:56 |
Riddell | lordievader: expand with dpkg-source -x *dsc | 14:56 |
Riddell | thanks shadeslayer | 15:00 |
lordievader | Riddell: Ok inside the tar it will look like this: file:///media/lordievader/Projects/Kubuntu/Docs/kubuntu-docs-13.10/kubuntu-docs-13.10ubuntu1/footer.html | 15:00 |
lordievader | file:///media/lordievader/Projects/Kubuntu/Docs/kubuntu-docs-13.10/kubuntu-docs-13.10ubuntu1/header.html | 15:00 |
lordievader | file:///media/lordievader/Projects/Kubuntu/Docs/kubuntu-docs-13.10/kubuntu-docs-13.10ubuntu1/temp | 15:00 |
lordievader | *http://paste.ubuntu.com/6179888/ | 15:00 |
lordievader | Sorry about that... | 15:00 |
lordievader | ^ is that correct? Sorry if I ask a lot of questions, just want to do this right. | 15:01 |
shadeslayer | anyone know how to create a debian wheezy i386 lxc container ? | 15:01 |
Riddell | lordievader: looking better | 15:02 |
Riddell | lordievader: now mv usr/share/kde4/apps/khelpcenter/plugins/kubuntu/ . | 15:02 |
Riddell | mv usr/share/doc/kde/HTML/en/kubuntu/ . | 15:03 |
Riddell | hmm that won't work | 15:03 |
Riddell | mv usr/share/kde4/apps/khelpcenter/plugins/kubuntu/ khelpcentre-desktop-files maybe | 15:03 |
Riddell | lordievader: then get tokhelp.py to output files into kubuntu/ | 15:03 |
lordievader | Riddell: The script now downloads to "temp" first and then rsyncs it to kubuntu. | 15:05 |
Riddell | lovely | 15:06 |
lordievader | So what's next? ^^ | 15:06 |
Riddell | lordievader: if you're happy with it run dch -i and add a changelog entry | 15:06 |
Riddell | then debuild -S to build the source package | 15:06 |
Riddell | and put the .dsc and .tar.gz somewhere I can download them | 15:07 |
lordievader | Riddell: Hmm of what package is that dhc utility part of? And do I run it in the top dir or in the extracted (and modified) archive? | 15:09 |
Riddell | lordievader: dch | 15:10 |
Riddell | probably part of devscripts, but bash will tell you if it's not installed | 15:10 |
Riddell | run it in the extracted archive | 15:10 |
Riddell | it adds a template to save to debian/changelog | 15:10 |
Riddell | you need to fill in the blanks | 15:10 |
lordievader | Riddell: Here you go: http://griffioen.no-ip.org/ | 15:14 |
lordievader | Odd though that zsh doesn't recognize dch as a command but bash does... | 15:15 |
Riddell | aah | 15:16 |
shadeslayer | !find libboost_python.so | 15:23 |
ubottu | Package/file libboost_python.so does not exist in raring | 15:23 |
Riddell | shadeslayer: how's the backports, need any help? | 15:25 |
shadeslayer | raring could use some love | 15:25 |
Riddell | I'll take a look | 15:25 |
shadeslayer | oddly make[4]: *** No rule to make target `/usr/lib/libboost_python.so', needed by `lib/libcompoundviewer.so.4.11.2'. Stop. | 15:26 |
Riddell | 16:32 -!- tsdgeos changed the topic of #kde-release-team to: 4.11.2 released | 15:39 |
shadeslayer | cool | 15:40 |
Riddell | rohan@rs3net.net has been removed from kubuntu-devel that you shadeslayer? | 15:58 |
shadeslayer | nope | 15:58 |
Riddell | lordievader: voila http://starsky.19inch.net/~jr/tmp/kubuntu-help.png | 16:09 |
Riddell | lordievader: uploaded! your first package | 16:16 |
lordievader | Riddell: Neat ^^ | 16:19 |
markey | shadeslayer: we've taken the gmock issue to KDE mailing lists. let's see what they say | 17:35 |
markey | I assume Amarok is not the only application using it | 17:35 |
markey | also I really like Google | 17:36 |
shadeslayer | cool | 17:36 |
shadeslayer | markey: which ML though? | 17:36 |
shadeslayer | because I don't see it in the ones I'm subscribed to :) | 17:37 |
markey | kde-devel, kde-core-devel | 17:37 |
shadeslayer | don't see it there, moderation probably | 17:38 |
markey | yep | 17:38 |
shadeslayer | could you pastebin the post so I may read it plz? | 17:38 |
markey | http://mail.kde.org/pipermail/amarok-devel/2013-October/012724.html | 17:39 |
shadeslayer | markey: would prefer to get all distros to package gmock properly | 17:53 |
shadeslayer | i.e. ask them to ship sources | 17:53 |
markey | +1 to that | 17:55 |
markey | then again +1 is silly | 17:55 |
markey | +0 really, and agreed | 17:56 |
shadeslayer | markey: yeah, silly, but it's the best option of them all :P | 18:01 |
shadeslayer | markey: why not just implement looking for the sources? | 18:02 |
shadeslayer | via cmake | 18:02 |
shadeslayer | because that is what upstream recommends, so just implement that, then if people complain, tell them to fix their distro | 18:02 |
markey | patch, please | 18:02 |
markey | it's not like I care a lot, personally | 18:02 |
shadeslayer | might have a look later on once I find a place for dinner ;) | 18:03 |
markey | you will surely find a place for dinner in Barcelona | 18:03 |
shadeslayer | ofcourse | 18:03 |
markey | and I'll get jealous | 18:03 |
shadeslayer | but | 18:03 |
shadeslayer | I need to find a super spicy place | 18:04 |
shadeslayer | so that I can make afiestas_ cry | 18:04 |
markey | :D | 18:04 |
markey | send greetings | 18:04 |
shadeslayer | :) | 18:07 |
=== dantti_laptop|2 is now known as dantti | ||
ovidiu-florin | apachelogger: are you near by? | 18:42 |
markey | I doubt that | 18:43 |
=== ubott2 is now known as ubottu | ||
=== kubotu_ is now known as kubotu | ||
=== popey_ is now known as popey | ||
=== tsimpson_ is now known as tsimpson | ||
=== davmor2_ is now known as davmor2 | ||
soee | using command line, how can i upgrade only one package from available packages? | 21:19 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!