=== gp[8]_ is now known as gp[8] | ||
aakshay | Riddell: hi..done with account and key. | 00:04 |
---|---|---|
Riddell | aakshay: what's the account? | 00:07 |
Riddell | guess he fell asleep | 00:09 |
aaskahy | Riddell: hi | 00:12 |
Riddell | aaskahy: do you want to do some packaging? | 00:14 |
aaskahy | Riddell: yes | 00:14 |
aaskahy | Riddell: How to start? :) | 00:15 |
Riddell | aaskahy: we need KDE SC 4.6 beta 1 packaged for natty | 00:16 |
Riddell | aaskahy: would you like to do kdetoys? | 00:16 |
Riddell | it's a simple package to do | 00:16 |
Riddell | if so put your name in the table in this wiki page https://wiki.kubuntu.org/Kubuntu/Ninjas/Packaging | 00:17 |
aaskahy | Riddell: as i am begineer, i hav limited knowledge of evrything here.. | 00:18 |
aaskahy | Riddell: i want to. let me add my name in table | 00:18 |
aaskahy | Riddell: how can i add my name? there is no option | 00:19 |
Riddell | aaskahy: login to the wiki | 00:20 |
Riddell | click Edit | 00:20 |
Riddell | put your name next to kdetoys in the table | 00:20 |
Riddell | click save | 00:20 |
aaskahy | Riddell: ok and also i am using Ubuntu lucid, so i hope Kubuntu Packaging will work on it? | 00:22 |
Riddell | aaskahy: no it will need a natty chroot, do you have enough bandwidth to do that locally or do you want to use a remote machine I can give you access to? | 00:23 |
aaskahy | Riddell: i dont have enough bandwidth. please provide access to remote machine. | 00:25 |
Riddell | aaskahy: ssh ubuntu@ec2-204-236-220-166.compute-1.amazonaws.com | 00:25 |
aaskahy | Riddell: connected with your remote machine | 00:28 |
Riddell | aaskahy: run screen -x | 00:29 |
Riddell | aaskahy: great | 00:30 |
aaskahy | Riddell: done | 00:31 |
Riddell | aaskahy: so to make a chroot run debootstrap natty natty | 00:31 |
aaskahy | Riddell: its showin "debootsrap is not installed." | 00:32 |
Riddell | aaskahy: you'll need to install debootstrap | 00:32 |
aaskahy | Riddell: i am installong it | 00:32 |
aaskahy | *installing | 00:32 |
Riddell | aaskahy: needs sudo | 00:33 |
aaskahy | Riddell: installed and i run the command but it is saying " debootstrap can only run as chroot" | 00:34 |
Riddell | aaskahy: can only run as root | 00:35 |
Riddell | aaskahy: just add sudo at the start | 00:35 |
aaskahy | Riddell: yes!! | 00:35 |
Riddell | awooga, that'll take a few minutes | 00:36 |
aaskahy | Riddell: its working.. well why do we need to add "sudo" in begining? | 00:36 |
Riddell | aaskahy: because it can only br run as the root (administrator) user | 00:36 |
aaskahy | Riddell: okiez.. | 00:37 |
Riddell | aaskahy: done! | 00:38 |
aaskahy | Riddell: done successfully | 00:38 |
Riddell | aaskahy: now sudo chroot natty to get into the new chroot | 00:38 |
aaskahy | riddell: done. | 00:39 |
Riddell | aaskahy: make a new directory to do your work in | 00:39 |
Riddell | cd root; mkdir kdetoys | 00:39 |
Riddell | is what I'd do | 00:39 |
aaskahy | Riddell: okiez.. i am making cd akshay; mkdir kdetoys | 00:40 |
Riddell | there is no "akshay" you need to make that too | 00:40 |
Riddell | groovy | 00:40 |
aaskahy | Riddell: yes!! i made it | 00:41 |
aaskahy | Riddell: done with it.. | 00:41 |
Riddell | aaskahy: cd into kdetoys then download (with wget) the kdetoys tar from here ftp://ftp.kde.org/pub/kde/unstable/4.5.80/src | 00:41 |
aaskahy | Riddell: okiez... | 00:41 |
Riddell | you will need to look at ftp://ftp.kde.org/pub/kde/unstable/4.5.80/src in your local web browser to get the full URL | 00:42 |
Riddell | oh and install wget too I guess | 00:43 |
aaskahy | Riddell: how can i install wget? | 00:44 |
Riddell | aaskahy: with apt-get | 00:44 |
=== freeflyi1g is now known as freeflying | ||
aaskahy | Riddell: let me install | 00:45 |
Riddell | aaskahy: export LANG=C will get rid of the annoying language errors | 00:46 |
Riddell | aaskahy: great | 00:47 |
Riddell | aaskahy: now you need to rename the tar | 00:47 |
Riddell | needs to be called kdetoys_4.5.80.orig.tar.bz2 | 00:47 |
aaskahy | Riddell: how can i export this? can i write in same "kdetoys"? | 00:48 |
=== Mamarok_ is now known as Mamarok | ||
Riddell | aaskahy: use mv to rename a file | 00:49 |
Riddell | mv <oldname> <newname> | 00:49 |
aaskahy | Riddell: done.. i have a question... | 00:51 |
Riddell | what's that? | 00:51 |
aaskahy | Riddell: why we dint untar the file and then make it .orig as mentioned in guide? :) | 00:52 |
Riddell | untar it is the next step | 00:52 |
Riddell | you can do it either way around | 00:52 |
Riddell | it doesn't matter much | 00:52 |
Riddell | so go ahead and untar it | 00:52 |
aaskahy | Riddell: okiez!!!..... | 00:53 |
aaskahy | Riddell: yep.... | 00:53 |
Riddell | aaskahy: it's bz2 not gz so I think that -z needs to be a -j | 00:55 |
Riddell | aaskahy: next we need to get the current packaging | 00:56 |
Riddell | which is kept in a bzr repository | 00:56 |
aaskahy | Riddell: yes... untarring is done | 00:56 |
Riddell | bzr checkout lp:~kubuntu-members/kdetoys/ubuntu | 00:56 |
Riddell | needs the full command above ^^ | 00:57 |
Riddell | aaskahy: needs to install bzr | 00:58 |
aaskahy | Riddell: using apt-get? | 00:59 |
Riddell | aaskahy: yes | 00:59 |
aaskahy | Riddell: okiez.. | 00:59 |
Riddell | aaskahy: great | 01:00 |
aaskahy | Riddell: done!! | 01:01 |
Riddell | now you have an ubuntu/ directory with the checkout of the packaging | 01:01 |
Riddell | the packaging is the ubuntu/debian/ directory | 01:01 |
Riddell | you need to copy that into the kdetoys directory | 01:01 |
Riddell | aaskahy: remove that first slash | 01:06 |
Riddell | add a -r to copy the directory | 01:06 |
Riddell | and copy it into the kdetoys-4.5.80 directory | 01:06 |
Riddell | aaskahy: not quite right | 01:08 |
Riddell | aaskahy: needs copied into kdetoys-4.5.80 | 01:08 |
aaskahy | Riddell: sorry.. i forgot cp functionalities.. correcting it... | 01:09 |
aaskahy | Riddell: is this the command: "cp -r ubuntu/debian kdetoys-4.5.80" | 01:11 |
Riddell | yes | 01:11 |
Riddell | aaskahy: ok now I'm going to add our secret ninjas repository and install some bits | 01:12 |
aaskahy | Riddell: done | 01:12 |
aaskahy | Riddell: yes!!!.. | 01:12 |
Riddell | aaskahy: almost ready to compile | 01:17 |
Riddell | aaskahy: run dch -i to add a new changelog entry | 01:17 |
aaskahy | Riddell: yes.. | 01:17 |
Riddell | aaskahy: set version to 4.5.80-0ubuntu1 | 01:18 |
Riddell | aaskahy: next to the * set a changelog message saying new release | 01:19 |
aaskahy | Riddell: done | 01:19 |
Riddell | aaskahy: exit and save | 01:20 |
aaskahy | Riddell: here only? | 01:20 |
aaskahy | Riddell: its not accepting ":wq" | 01:21 |
Riddell | aaskahy: it's not vi | 01:22 |
Riddell | it's nano | 01:22 |
Riddell | use control-x | 01:22 |
Riddell | y | 01:22 |
aaskahy | Riddell: oh sorry.. | 01:22 |
aaskahy | Riddel: its asking for file name. should i enter the default? | 01:23 |
Riddell | aaskahy: I did that | 01:23 |
Riddell | aaskahy: now ready to compile | 01:23 |
Riddell | run debuild | 01:23 |
aaskahy | riddell: done | 01:24 |
Riddell | aaskahy: wee problem, let me fix | 01:24 |
Riddell | aaskahy: ok go again with debuild | 01:25 |
aaskahy | Riddell: ok | 01:25 |
aaskahy | Riddell: am i giving the right command? | 01:25 |
* claydoh saves his irclogs this is a great how -to :) | 01:25 | |
Riddell | aaskahy: try now | 01:26 |
Riddell | claydoh: going to become a ninja too? :) | 01:26 |
aaskahy | Riddell: still not done | 01:26 |
* yofel will read it tomorrow when he has time... | 01:27 | |
claydoh | Riddell: I should, I guess :) I think I have soaked enough info over the past few years :) | 01:27 |
Riddell | aaskahy: fooey | 01:27 |
Riddell | aaskahy: those extra packages need installed | 01:28 |
Riddell | aaskahy: but kdebase-workspace isn't ready yet | 01:28 |
Riddell | aaskahy: so that's as far as we can go tonight | 01:28 |
aaskahy | Riddell: ok.. | 01:28 |
Riddell | aaskahy: so we'll have to stop there for today | 01:28 |
Riddell | aaskahy: good work though | 01:28 |
Riddell | aaskahy: do come back tomorrow and hopefully kdebase-workspace will be ready and we can finish it off | 01:29 |
aaskahy | Riddell: no problem... i enjoyed this a lot.. | 01:29 |
Riddell | claydoh: let me know if you need any pointers in becoming a ninja. yofel you too | 01:29 |
* claydoh passes everyone a piece of his home made sweet potato pie w/ice cream | 01:29 | |
aaskahy | Riddell: thankyou so much for making me understand things... | 01:29 |
Riddell | claydoh: yum, thanks | 01:29 |
Riddell | I'm off to bed now | 01:29 |
Riddell | good night all | 01:29 |
claydoh | Riddell: will do, I already keep a ppa for up-to-date kmymoney packages | 01:30 |
yofel | I'll first have to finish reading the documentation, for example I have no idea what a symbols file is... | 01:30 |
aaskahy | Riddell: good night | 01:30 |
aaskahy | Riddell::) | 01:30 |
claydoh | nini Riddell | 01:30 |
yofel | gn Riddell | 01:30 |
* yofel hits pbuilder in the meanwhile | 01:31 | |
yofel | spent half an hour wondering why it wouldn't build policykit-1 until I found debian bug 363193 -.- | 01:32 |
ubottu | Debian bug 363193 in pbuilder "pbuilder-satisfydepends does not support new style architecture specifications" [Important,Open] http://bugs.debian.org/363193 | 01:32 |
_Groo_ | hi/2 all | 02:41 |
_Groo_ | Riddell: ping | 02:41 |
_Groo_ | JontheEchidna: ping | 02:41 |
_Groo_ | could anyone pass me the dput.cf for the kubuntu ninjas ppa? | 02:42 |
_Groo_ | anyone awake? | 02:48 |
DarkwingDuck | A bit | 02:50 |
_Groo_ | DarkwingDuck: are you a kubuntu ninja? | 03:10 |
DarkwingDuck | _Groo_: Nope. I'm Documentation guru | 03:10 |
_Groo_ | DarkwingDuck: ah ok | 03:10 |
_Groo_ | DarkwingDuck: im having troubles uploading to ninjas ppa | 03:10 |
DarkwingDuck | ScottK, Riddell ^^^^^^^^^^^ | 03:11 |
_Groo_ | DarkwingDuck: i know :D but nvm my brain just kicked in and i figured it out | 03:13 |
DarkwingDuck | _Groo_: got ya | 03:14 |
=== tazz_ is now known as tazz | ||
=== hrw|gone is now known as hrw | ||
apachelogger | Nightrose: n900? | 09:31 |
Nightrose | apachelogger: working on it - sorry :( didn't manage to get to a post office yet - hopefully tomorrow | 09:31 |
apachelogger | Nightrose: ok :) | 09:31 |
Nightrose | apachelogger: speaking of which - do you need the wall charger? i'd love to have one for my android and don't have one | 09:32 |
Nightrose | wall to usb | 09:32 |
apachelogger | no, I have one from my htc :) | 09:32 |
Nightrose | excellent | 09:32 |
debfx | Riddell: could you please set an email address for kubuntu-ninjas | 10:12 |
jussi | Nightrose: if you are looking for one again, heres a store Id recomend: http://www.dealextreme.com/details.dx/sku.26753 -shipping is usually 2$ - Ive used them multiple times. | 10:13 |
debfx | like you did for kubuntu-ppa so we don't get spammed with ftbfs mails | 10:13 |
Nightrose | jussi: thx | 10:14 |
Riddell | debfx: yeah | 10:20 |
ari-tczew | debfx: have a time for review clementine? | 10:37 |
apachelogger | ari-tczew: copyright in source files is not clear | 11:42 |
ari-tczew | apachelogger: I have patch from upstream for this one. can I use it in debian/patches? :) | 11:43 |
* apachelogger would not consider it proper | 11:44 | |
apachelogger | you could repack the tarball though | 11:44 |
apachelogger | also copyright neglects to mention that rosetta contributors and canonical hold copyright on translations | 11:44 |
=== muesli_ is now known as muesli | ||
apachelogger | also the license for translations is ambiguous | 11:44 |
apachelogger | # This file is distributed under the same license as the clementine package. | 11:44 |
* apachelogger counts 5, no 6 licenses under which this package is licensed | 11:45 | |
apachelogger | debian/copyright also does not differ between 3 clause BSD and X11 BSD (2 clause | 11:47 |
apachelogger | libprojectm contains files licensed using latter | 11:47 |
bulldog98 | Riddell: if I package kdepim 4.5.80 should it go to kubuntu-experimental? | 11:49 |
Riddell | bulldog98: into ninjas | 11:50 |
Riddell | until we move things out of ninjas which won't be until it all gets built which won't be until I fix qtwebkit for the third time | 11:51 |
Riddell | you'll need to start with kdepim-runtime | 11:51 |
bulldog98 | Riddell: but then it isn’t possible to package any 4.4.7+ anymore in ninjas | 11:51 |
apachelogger | ari-tczew: various files in 3rdparty/gmock/scripts/generator/ are licensed Apachev2, which does not seem to be reflected in debian/copyright | 11:52 |
Riddell | bulldog98: that's fine, 4.4.7 is already in the archive and the changes needed are in bzr, so we'll just upload that to the archive when ready | 11:52 |
Riddell | bulldog98: we might want a new bzr branch for the 4.6 packaging though | 11:52 |
Riddell | since it won't be going into the main archive for now | 11:52 |
bulldog98 | Riddell: ok | 11:52 |
ari-tczew | apachelogger: please tell me that copyright policy in new ubuntu packages is against getting new packages.. | 11:53 |
apachelogger | ari-tczew: pardon? | 11:54 |
ari-tczew | apachelogger: I'm not proponent of still poking upstream with the same case... | 11:55 |
ari-tczew | it's very annoying, always is wrong with licenses | 11:55 |
ari-tczew | maybe will be better if we won't pack new packages? | 11:55 |
bulldog98 | Riddell: should I build upon the debian-folder of experimental? | 11:56 |
Riddell | bulldog98: what's in experimental? | 11:57 |
bulldog98 | Riddell: there is the last beta3 | 11:57 |
apachelogger | ari-tczew: well, if upstream had read the licenses he is using there would not be much work other than listing all the stuff properly in debian/copyright | 11:57 |
apachelogger | the fact that earlier his source had no license headers indicates that he did not do so | 11:57 |
apachelogger | random assumption on my part though | 11:57 |
Riddell | bulldog98: I'd use the packaging in bzr | 11:58 |
Riddell | bulldog98: that beta 3 is ancient | 11:58 |
bulldog98 | Riddell: ok | 11:58 |
apachelogger | ari-tczew: I understand your feeling though | 11:58 |
ari-tczew | apachelogger: I guess that upstream will ignore me, than we get this package to archive | 11:58 |
apachelogger | ari-tczew: upstream should have an interest in licensing *his* work properly, should he not? | 11:59 |
ari-tczew | apachelogger: perhaps, but I guess that we never will fix licenses issue. always is something wrong | 12:00 |
ari-tczew | and at the end we will summarize, that this package couldn't be included in archive due to licenses generally LOL | 12:01 |
* apachelogger did not revu the package up until now :P | 12:01 | |
apachelogger | currently inspecting license compability | 12:01 |
ari-tczew | apachelogger: [13:04] <davidsansome> yeah he's right; I hate copyright :p; I'll fix it later, busy atm | 12:05 |
apachelogger | Files: * | 12:05 |
apachelogger | Copyright: 2010, David Sansome <me@davidsansome.com> | 12:05 |
apachelogger | License: GPL-3 | 12:05 |
apachelogger | ari-tczew: that should be GPL-3+ it seems | 12:06 |
apachelogger | accordingly debian/* should be alinged with that :) | 12:06 |
apachelogger | ari-tczew: a complete copy of the GPL2 seems to be missing in the tarball | 12:07 |
ari-tczew | apachelogger: I'm copying your advices to him | 12:08 |
apachelogger | hm | 12:10 |
apachelogger | qxt license looks a bit fishy | 12:11 |
apachelogger | Riddell: GPL 3 software linking against qxt which has license CPL 1.0 *and/or* LGPL-2.1 ... am I right that the or saves us from eternity in hell? | 12:12 |
apachelogger | (since CPL is incompatible with GPL) | 12:12 |
Riddell | LGPL-2.1 can be upgraded to GPL 3 so that's fine | 12:12 |
apachelogger | ok | 12:13 |
apachelogger | ari-tczew: the mpl license does not have its license text listed in debian/copyright | 12:14 |
ari-tczew | apachelogger: look at this patch: http://paste.ubuntu.com/536666/ | 12:15 |
ari-tczew | + Copyright 2010, David Sansome <me@davidsansome.com> | 12:15 |
ari-tczew | are enough in source files? | 12:15 |
apachelogger | yes | 12:17 |
apachelogger | ultimately "Copyright © 2010" | 12:18 |
apachelogger | s/ultimately/idealy | 12:18 |
apachelogger | or something ^^ | 12:18 |
apachelogger | ari-tczew: is there a particular reason it has an internal copy of projectm? | 12:19 |
ari-tczew | apachelogger: dunno | 12:20 |
apachelogger | please find out, because we have projectm in the archives, having it in the clementine source too seems a bit of a duplication | 12:20 |
apachelogger | ari-tczew: http://lintian.debian.org/tags/possible-unindented-list-in-extended-description.html | 12:29 |
apachelogger | ari-tczew: supposedly the explicit dep on libgpod4 can be dropped, shlibs should pick that up | 12:31 |
apachelogger | the depends relationship with gstreamer0.10-plugins-base, | 12:31 |
apachelogger | gstreamer0.10-plugins-good, | 12:31 |
apachelogger | gstreamer0.10-plugins-ugly, | 12:31 |
apachelogger | is almost certainly wrong | 12:32 |
apachelogger | those should be recommends at best IMHO | 12:32 |
apachelogger | ari-tczew: otherwise it seems reasonable awesome | 12:32 |
apachelogger | also please note that for political reasons I cannot advocate software that uses Qt4 but avoids phonon | 12:33 |
apachelogger | therefore I would very much like upstream to get in touch with me to work out a migration plan to phonon ;) | 12:33 |
ari-tczew | apachelogger: could you join upstream channel and discuss with upstream? | 12:37 |
ari-tczew | maybe not at this moment, but in generall | 12:37 |
apachelogger | where is that? | 12:37 |
ari-tczew | apachelogger: #clementine | 12:37 |
apachelogger | ok | 12:37 |
apachelogger | will do so later | 12:37 |
ari-tczew | ok | 12:37 |
* apachelogger is going to leave in a bit | 12:37 | |
=== yofel_ is now known as yofel | ||
=== Nightrose2 is now known as Nightrose | ||
ulysses | apachelogger: the regexp was wrong in the get-orig--source, I hope now it works:P | 14:23 |
=== hunger_ is now known as hunger | ||
CIA-42 | [libqapt] jmthomas * 1201024 * trunk/extragear/sysadmin/libqapt/src/history.cpp Fix some of the QStrings in HistoryItem::packageList() from having a duplicate ')' at the end | 15:08 |
CIA-42 | [muon] jmthomas * 1201029 * trunk/extragear/sysadmin/muon/installer/ApplicationWindow.cpp Compile fix | 15:19 |
CIA-42 | [muon] jmthomas * 1201031 * trunk/extragear/sysadmin/muon/libmuon/HistoryView.cpp Include cleanup | 15:20 |
CIA-42 | [muon] jmthomas * 1201033 * trunk/extragear/sysadmin/muon/libmuon/HistoryView.cpp Set header text. Seems a bit silly that you have to set a column count to give the default column that's already there text. :/ | 15:28 |
CIA-42 | [muon] jmthomas * 1201036 * trunk/extragear/sysadmin/muon/libmuon/HistoryView.cpp Fix showing weekday names for history categories less than a week old. With KDE 4.6 we can do neat things, like calling categories "Today" and "Yesterday" | 15:35 |
CIA-42 | [muon] jmthomas * 1201040 * trunk/extragear/sysadmin/muon/installer/ (Application.cpp ApplicationModel/ApplicationProxyModel.cpp) Debug cleanup | 15:39 |
apachelogger | ulysses: good thing I am using windows right now, so I cannot review :P | 15:45 |
CIA-42 | [libqapt] jmthomas * 1201041 * trunk/extragear/sysadmin/libqapt/src/ (history.cpp history.h) API change in preparation of further changes | 15:46 |
Riddell | apachelogger: why is that good? | 15:46 |
CIA-42 | [muon] jmthomas * 1201042 * trunk/extragear/sysadmin/muon/libmuon/HistoryView.cpp Update for QApt::History API changes | 15:46 |
apachelogger | less work for me | 15:46 |
apachelogger | ulysses: the resulting tar will still have a +dfsg suffix | 15:47 |
apachelogger | also, since you are not using the REV var, I suppose you could just remove it ;) | 15:47 |
apachelogger | advocated | 15:49 |
CIA-42 | [libqapt] jmthomas * 1201044 * trunk/extragear/sysadmin/libqapt/src/history.cpp A single history transaction can have multiple action types (install some packages, remove some packages) so continue populating the package list until we have covered all transaction types. | 15:52 |
JontheEchidna | apachelogger: thanks for the revu | 15:56 |
apachelogger | I wished I could conduct more indepth, but clearly ubuntu development is not meant to be done on windows :( | 15:56 |
Riddell | apachelogger: I can easily enough give you access to an ubuntu machine | 15:57 |
Riddell | just needs an ssh key | 15:57 |
apachelogger | Riddell: just use mine from launchpad | 15:58 |
* apachelogger thinks he should upgrade to a 4k key at some point | 15:58 | |
Riddell | apachelogger: ssh ubuntu@ec2-204-236-220-166.compute-1.amazonaws.com | 15:59 |
apachelogger | yay | 16:00 |
apachelogger | alrighty then | 16:02 |
apachelogger | JontheEchidna: copyright is incomplete | 16:02 |
apachelogger | ./src/oxygenwindowmanager.h: MIT/X11 (BSD like) | 16:02 |
apachelogger | ./src/oxygenwindowmanager.cpp: MIT/X11 (BSD like) | 16:03 |
apachelogger | Riddell: can you install ack-grep please | 16:03 |
aryaana | hi | 16:05 |
Riddell | apachelogger: you can | 16:06 |
apachelogger | oh | 16:07 |
apachelogger | jolly sweet | 16:07 |
apachelogger | there we go | 16:10 |
apachelogger | JontheEchidna: I trust that the binary package is in order ;) | 16:10 |
apachelogger | Riddell: thank you | 16:11 |
apachelogger | Riddell: I left my supreme revu scripts in ~/bin ;) | 16:11 |
Riddell | supreme | 16:15 |
Riddell | hmm, guess the release team meeting really was cancelled for once | 16:37 |
JontheEchidna | apachelogger, Riddell: I've uploaded a gtk2-engines-oxygen upload that should fix all remaining issues. A final ack/nack from both of you would be very much appreciated. :) | 16:37 |
JontheEchidna | the upload should appear in a few minutes | 16:37 |
Riddell | JontheEchidna: to revu? | 16:37 |
=== hrw is now known as hrw|gone | ||
JontheEchidna | Riddell: yep | 17:03 |
_Groo_ | hi/2 all | 17:20 |
_Groo_ | Riddell: ping | 17:21 |
_Groo_ | any dev alive? | 17:24 |
rgreening | Riddell: any ideas on this error: An unresolvable problem occurred while calculating the upgrade: | 17:34 |
rgreening | Can not mark 'kubuntu-desktop' for upgrade | 17:34 |
rgreening | Riddell: doing do-release-upgrade -d | 17:34 |
rgreening | Riddell: had to remove kubuntu-desktop to allow the do-release-upgrade thingy | 18:16 |
ulysses | apachelogger: the REV variable is used in the 9th line | 18:32 |
neversfelde | Riddell: kdenetwork already in bzr/ninjas? | 20:02 |
neversfelde | seems that I am to slow :) | 20:03 |
CIA-42 | [libqapt] jmthomas * 1201127 * trunk/extragear/sysadmin/libqapt/src/ (history.cpp history.h) API changes necessary to represent multiple actions per history item | 21:30 |
CIA-42 | [muon] jmthomas * 1201128 * trunk/extragear/sysadmin/muon/libmuon/HistoryView.cpp Adapt to new QApt::History API changes in QApt trunk | 21:31 |
Riddell | neversfelde: still all of maverick to do | 21:32 |
CIA-42 | [libqapt] jmthomas * 1201129 * trunk/extragear/sysadmin/libqapt/src/history.cpp These two lines only need to be done while reloading | 21:34 |
=== jjesse_ is now known as jjesse | ||
CIA-42 | [libqapt] jmthomas * 1201130 * trunk/extragear/sysadmin/libqapt/src/history.cpp Forgot to add a break here... | 21:44 |
CIA-42 | [muon] jmthomas * 1201131 * trunk/extragear/sysadmin/muon/libmuon/HistoryView.cpp Until we can get today/yesterday entries w/ KDE 4.6, we can't use weekdays without making Friday last week accidentally include entries from Friday today. | 21:47 |
JontheEchidna | history works fairly well now, sans sort/filter: http://imgur.com/p98lb | 21:47 |
tazz | trying to build amarok in kubuntu 10.10 | 21:47 |
tazz | getting the following error :- | 21:48 |
tazz | -- Performing Test TAGLIB_ASF_FOUND - Failed | 21:48 |
tazz | CMake Error at CMakeLists.txt:27 (message): | 21:48 |
tazz | TagLib does not have ASF support compiled in. | 21:48 |
=== DarkwingDuck_ is now known as DarkwingDuck | ||
apachelogger | tazz: then amarok is wrong | 22:15 |
apachelogger | taglib most definitely is compiled with the ASF switch turned on | 22:16 |
tazz | apachelogger, yes i just verified that. | 22:16 |
tazz | taglib-extras-config.cmake:flags="-DWITH_ASF=On -DWITH_MP4=On" | 22:16 |
tazz | donno how to proceed from here though. | 22:17 |
apachelogger | to #amarok I'd say ^^ | 22:25 |
* tazz is svn upping his trunk and rebuilding kdebase / kdelib just incase. | 22:30 | |
apachelogger | spaceship is done \o/ | 22:45 |
apachelogger | finally | 22:45 |
apachelogger | Nightrose: I'll be visiting you on sunday | 22:46 |
Nightrose | apachelogger: seriously? | 22:49 |
apachelogger | well, I need to take this baby for a test drive, dont I? | 22:49 |
apachelogger | ;) | 22:49 |
apachelogger | Nightrose: it would appear that I am going to fosdem | 22:53 |
apachelogger | anything useful I can do there? | 22:54 |
apachelogger | auction organs or something | 22:54 |
Nightrose | talk in the cross desktop room? | 22:54 |
apachelogger | what about? | 22:54 |
Nightrose | hmmm | 22:54 |
Nightrose | fluffy? | 22:54 |
apachelogger | fair enough | 22:55 |
apachelogger | where do I sign up | 22:55 |
apachelogger | how long do I have to talk? | 22:55 |
Nightrose | there's an email to kde-promo from bart with details | 22:55 |
apachelogger | mhh | 22:57 |
apachelogger | Nightrose: kthx | 22:58 |
KukuNut | is KDE 4.6 B1 going directly to natty or go to kubuntu-ppa/beta? | 23:08 |
apachelogger | KukuNut: directly | 23:10 |
KukuNut | apachelogger: thanks..any idea when? | 23:15 |
apachelogger | soon | 23:15 |
KukuNut | apachelogger: whatever happened to the daily build from kubuntu-ninja? | 23:16 |
KukuNut | *what | 23:16 |
KukuNut | are they still on? | 23:16 |
apachelogger | ninjas never conducted dailies? | 23:18 |
apachelogger | or did | 23:18 |
apachelogger | oh my oh my | 23:19 |
KukuNut | sorry.. I mean nightly :) | 23:19 |
* apachelogger should have become a singer | 23:19 | |
apachelogger | KukuNut: that neither | 23:19 |
Riddell | arg, kdelibs is failing to compile randomly | 23:23 |
Riddell | there's no error message | 23:23 |
Riddell | why is life so cruel? | 23:23 |
CIA-42 | [muon] jmthomas * 1201147 * trunk/extragear/sysadmin/muon/ (9 files in 3 dirs) Add a HistoryProxyModel, and enable sorting by date by default. | 23:23 |
Riddell | aakshay: meh, can't do much more until kdelibs gets compiling :( | 23:23 |
yofel | disable --parallel and try again? (that's what I do usually) | 23:24 |
KukuNut | apachelogger: my apologies..I meant the Project Neon | 23:24 |
Riddell | apachelogger: ping | 23:24 |
apachelogger | it is being revived | 23:24 |
apachelogger | Riddell: hullos | 23:24 |
yofel | KukuNut: come to #project-neon if you're interested, we're working on it, more or less fast | 23:25 |
Riddell | apachelogger: could you add my ssh key to that amazon ec2 machine ubuntu@ec2-204-236-220-166.compute-1.amazonaws.com | 23:25 |
Riddell | https://launchpad.net/~jr/+sshkeys | 23:25 |
apachelogger | Riddell: done | 23:26 |
CIA-42 | [muon] jmthomas * 1201148 * trunk/extragear/sysadmin/muon/libmuon/HistoryView/HistoryView.cpp More KUIT context marker | 23:26 |
aakshay | Riddel: ok.. we can do later as well..:).. well how long will it take? | 23:26 |
Riddell | aakshay: no idea, I had hoped it would be done by now, but I need to work out what the problem is | 23:27 |
Riddell | although we now have 4.5.4 to package | 23:27 |
aakshay | Riddell: ok. so i hope we can start by day after tommorow? | 23:28 |
Riddell | hope so | 23:28 |
aakshay | Riddell: i have few queries in the tasks we didi yeasterday. can i ask now? | 23:29 |
Riddell | aakshay: sure | 23:29 |
aakshay | Riddell: thanx. i iwould like to ask why we moved to "bzr" repository for source? we already have installed it in begining? | 23:30 |
aakshay | *would | 23:31 |
Riddell | aakshay: we keep our packaging in bzr because it's quite common that several people will have changes to make at the same time | 23:34 |
Riddell | if we didn't then you would have to download the source and make a change and upload the package to ubuntu but if someone else had changes they would then have to start their changes again with your version | 23:35 |
Riddell | with bzr you can just change the bits you are working on and upload once everybody is ready | 23:36 |
Riddell | we only do that with the main KDE packages, other ones you just edit the packaging and upload directly to ubuntu, no bzr | 23:36 |
aakshay | Riddell: ok. and one more please, as you have added secret ninja repositories while packaging. how can i add them while doing packaging as i have no idea what they are? | 23:39 |
Riddell | aakshay: we would add you to the team, launchpad.net/~kubuntu-ninjas | 23:46 |
CIA-42 | [muon] jmthomas * 1201157 * trunk/extragear/sysadmin/muon/libmuon/HistoryView/ (HistoryProxyModel.cpp HistoryProxyModel.h HistoryView.cpp) Fix filtering by history action | 23:48 |
aakshay | Riddell: ok thats the procedure. Do i need to read some more stuff on packaging? please suggest | 23:49 |
=== schmidtm_ is now known as schmidtm | ||
Riddell | aakshay: I'm a bit behind on what to read to learn about packaging | 23:54 |
Riddell | might try asking in #ubuntu-motu for that | 23:54 |
aakshay | Riddell: ok. thanks... and i will come back to you day after tommorrow to complete the packaging class :) | 23:56 |
aakshay | Riddell: thank you for help.......gud nite :) | 23:58 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!