sreich | why does dpkg-buildpackage -b -j5 end up with make saying no job server is available, so using -j1 | 00:10 |
---|---|---|
sreich | it's compiling dog slow because of it :( | 00:10 |
Riddell | sreich: probably the build system is not designed to work with parallel builds | 00:28 |
Riddell | it's fiddly to do that and most developers don't test it | 00:28 |
sreich | what's hard about it? | 00:28 |
sreich | is it a gcc only problem, or can clang fix it? | 00:28 |
Riddell | I don't know what you're compiling and for say calligra it ends up compiling some libraries before others which depend on it | 00:28 |
sreich | workspace | 00:29 |
Riddell | I don't think I've parallel built that, it might be a different issue that I don't know about | 00:30 |
Riddell | it won't be a compiler issue anyway | 00:30 |
sreich | how do i build for x86 btw? | 00:30 |
sreich | ah, i see | 00:30 |
Riddell | same way as you do for any other architecture | 00:31 |
Riddell | you mean how to build for i386 on an amd64 install? | 00:31 |
sreich | just -correct | 00:31 |
sreich | *correct :) | 00:31 |
Riddell | needs a debootstrap chroot | 00:31 |
sreich | ah ok | 00:31 |
Riddell | sudo debootstrap precice precise | 00:31 |
Riddell | or this wiki page I wrote many years ago https://wiki.ubuntu.com/DebootstrapChroot | 00:32 |
Riddell | sudo debootstrap precice precise --arch=i386 rather | 00:32 |
sreich | thx, that wiki looks helpful | 00:33 |
codemaniac | hello all | 04:55 |
codemaniac | Could anyone please show me the way how to become a part of the official kubuntu dev team? | 04:56 |
fabo | yofel: Qt 4.8 backport for Oneiric? | 05:46 |
fabo | ok, mail seen :) | 06:02 |
=== larsivi_ is now known as larsivi | ||
yofel | fabo: the taskmanager patches for Qt should be imported for precise, if you have time to look at them | 11:13 |
fabo | ok | 11:21 |
grmls | hi | 11:37 |
soee | hi | 12:00 |
BluesKaj | 'Morning all | 12:05 |
=== Quintasan_ is now known as Quintasan | ||
=== marten_ is now known as swecarp | ||
CIA-42 | [qapt] Jonathan Thomas <echidnaman@kubuntu.org> * echidnaman@kubuntu.org-20120304171741-ehe63ldvrgpf7s0l * debian/ (changelog control libqapt1.install) * New upstream release (LP: #883604, #941536) * Bump Standards-Version to 3.9.3 | 17:17 |
sreich | so i ran apt-get source for kde-workspace, made the debians using dpkg buildpackage | 17:29 |
sreich | how do i install it? i'm getting failed dependencies whenever i try to install it | 17:29 |
rbelem | sreich, run a sudo apt-get -f install | 17:30 |
rbelem | sreich, then install the pkgs again | 17:30 |
sreich | apt-get -f install, and then dpkg -i kde-workspace_4.8.0b-11...deb still doesn't work | 17:31 |
rbelem | sreich, try dpkg -i *.deb :-) | 17:33 |
sreich | argh, i have to install all of them? | 17:33 |
yofel_ | sreich: dpkg -i -force-depends will ignore dependencies | 17:33 |
sreich | hm | 17:34 |
yofel_ | er, --force-depends | 17:34 |
shadeslayer | yofel_: ugh, re: taskbar bug | 17:48 |
sreich | which taskbar bug? | 17:48 |
yofel_ | shadeslayer: hm? | 17:48 |
=== yofel_ is now known as yofel | ||
shadeslayer | Qt 4.8 backport | 17:49 |
yofel | ah yeah | 17:49 |
shadeslayer | Also, not really my fault since no one imported the patch into 4.8 anyway | 17:49 |
shadeslayer | still ugh never the less | 17:50 |
yofel | shadeslayer: not your fault at all, just unlucky situation | 18:18 |
starbuck | hello, can anyone explain to me how to compile code from KDE git so that it runs on a kubuntu machine for testing? | 18:24 |
starbuck | i like to test some new runners for krunner: | 18:25 |
starbuck | https://projects.kde.org/projects/kde/kdeplasma-addons/repository/revisions/master/show/runners | 18:25 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/marble] Philip Muškovac * 28 * debian/ (4 files) * New upstream release - update marble-plugins.install for new install location of qml plugins - remove missing private symbols from libmarblewidget13.symobls | 18:29 |
yofel | starbuck: hm, if that's a plasma addon, try: 'sudo apt-get build-dep kdeplasma-addons' which should get all necessary dev packages, then try to build it the usual way | 18:33 |
starbuck | yofel: since i am new to building stuff, do i have to install any packages first? does this command get the packages from git automatically? how do i build the packages then? i am just trying to get an overview how much i need to setup, when i have never compiled stuff on that machine here before... | 18:39 |
yofel | starbuck: the apt-get command should get you everything that you need to compile - from the archive(!) not from git | 18:40 |
yofel | starbuck: after that you run cmake to configure the source, and make to build it | 18:40 |
yofel | after that you install it with make install (sudo) or whatever other way, not sure how you need to set self built plasma addons up | 18:41 |
starbuck | okay | 18:41 |
starbuck | ill try that | 18:41 |
starbuck | thanks yofel | 18:41 |
yofel | yw | 18:41 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/blinken] Philip Muškovac * 21 * debian/ (changelog control) New upstream release | 18:47 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/cantor] Philip Muškovac * 20 * debian/ (changelog control) New upstream release | 18:54 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kalgebra] Philip Muškovac * 30 * debian/ (changelog control) New upstream release | 18:56 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kdesdk] Philip Muškovac * 158 * debian/ (changelog control kdesdk-scripts.install lokalize.install) * New upstream release - update kdesdk-scripts.install and lokalize.install | 18:58 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kdesdk] Philip Muškovac * 159 * debian/changelog remove ppa from version | 18:59 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/gwenview] Philip Muškovac * 38 * debian/ (3 files in 2 dirs) * New upstream release - update kubuntu_cmake_jpeg_multiarch_path.diff | 19:05 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kalzium] Philip Muškovac * 30 * debian/ (changelog control) New upstream release | 19:08 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kamera] Philip Muškovac * 23 * debian/ (changelog control) New upstream release | 19:10 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kanagram] Philip Muškovac * 21 * debian/ (changelog control) New upstream release | 19:12 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kbruch] Philip Muškovac * 24 * debian/ (changelog control) New upstream release | 19:14 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kcolorchooser] Philip Muškovac * 18 * debian/ (changelog control) New upstream release | 19:16 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kdegraphics-strigi-analyzer] Philip Muškovac * 28 * debian/ (changelog control) New upstream release | 19:18 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kdegraphics-thumbnailers] Philip Muškovac * 21 * debian/ (changelog control) New upstream release | 19:19 |
sreich | argh, i can't get kdeplasma-addons runners to work/isntall properly | 19:26 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kgamma] Philip Muškovac * 18 * debian/ (changelog control) New upstream release | 19:28 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kgeography] Philip Muškovac * 20 * debian/ (changelog control) New upstream release | 19:30 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/khangman] Philip Muškovac * 19 * debian/ (changelog control) New upstream release | 19:31 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kig] Philip Muškovac * 22 * debian/ (changelog control) New upstream release | 19:34 |
=== JackyAlcine_ is now known as jalcine | ||
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kiten] Philip Muškovac * 29 * debian/ (changelog control) New upstream release | 19:36 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/klettres] Philip Muškovac * 21 * debian/ (changelog control) New upstream release | 19:37 |
=== jalcine is now known as JackyAlcine_ | ||
=== JackyAlcine_ is now known as jalcine | ||
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kmplot] Philip Muškovac * 21 * debian/ (changelog control) New upstream release | 19:38 |
=== jalcine is now known as JackyAlcine_ | ||
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kolourpaint] Philip Muškovac * 22 * debian/ (changelog control) New upstream release | 19:41 |
=== JackyAlcine_ is now known as jalcine | ||
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/konsole] Philip Muškovac * 25 * debian/ (changelog control) New upstream release | 19:43 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/korundum] Philip Muškovac * 20 * debian/ (changelog control) New upstream release | 19:45 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kross-interpreters] Philip Muškovac * 14 * debian/ (changelog control) New upstream release | 19:53 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kruler] Philip Muškovac * 22 * debian/ (changelog control) New upstream release | 19:54 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/ksaneplugin] Philip Muškovac * 28 * debian/ (changelog control) New upstream release | 19:55 |
jalcine | hehe Philip's chugging along :) | 19:56 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/ksnapshot] Philip Muškovac * 22 * debian/ (changelog control) New upstream release | 19:57 |
BluesKaj | why all the notifications ...looks like a mp3 serving site :) | 19:57 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kstars] Philip Muškovac * 21 * debian/ (changelog control) New upstream release | 20:02 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/ktouch] Philip Muškovac * 21 * debian/ (changelog control) New upstream release | 20:03 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kturtle] Philip Muškovac * 23 * debian/ (changelog control) New upstream release | 20:04 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kwordquiz] Philip Muškovac * 19 * debian/ (changelog control) New upstream release | 20:06 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kdegraphics-mobipocket] Philip Muškovac * 31 * debian/ (changelog control) New upstream release | 20:07 |
JontheEchidna | commit-announcing bots aren't *that* uncommon in FOSS | 20:07 |
Riddell | and useful | 20:08 |
Tm_T | shame cia.cv service is half-dead nowadays | 20:08 |
yofel | I can turn it off if you want... | 20:10 |
Tm_T | no | 20:11 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/parley] Philip Muškovac * 30 * debian/ (changelog control) New upstream release | 20:11 |
* Tm_T has been trying to get cia feed working again on another project for a long tie | 20:12 | |
Tm_T | time | 20:12 |
Tm_T | don't break it when it works (: | 20:12 |
=== jalcine is now known as JackyAlcine_ | ||
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/perlkde] Philip Muškovac * 19 * debian/ (changelog control) New upstream release | 20:13 |
rbelem | Riddell, heya :-) | 20:18 |
=== vivek is now known as pvivek | ||
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/rocs] Philip Muškovac * 24 * debian/ (changelog control) New upstream release | 20:21 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kaccessible] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 20:22 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/step] Philip Muškovac * 23 * debian/ (changelog control) New upstream release | 20:23 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kaccessible] Philip Muškovac * 8 * debian/changelog remove ppa from changelog version | 20:25 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kmouth] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 20:26 |
Riddell | hi rbelem | 20:30 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/svgpart] Philip Muškovac * 34 * debian/ (changelog control) New upstream release | 20:32 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kdeplasma-addons] Philip Muškovac * 194 * debian/ (changelog control) New upstream release | 20:33 |
rbelem | Riddell, did you try the latest active pkgs? | 20:35 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/jovie] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 20:35 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kmousetool] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 20:37 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kmag] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 20:38 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/ark] Philip Muškovac * 10 * debian/ (changelog control) New upstream release | 20:39 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/filelight] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 20:41 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kcalc] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 20:43 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kcharselect] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 20:44 |
Riddell | rbelem: no sorry not feeling well, I'll look at them tomorrow | 20:44 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kdf] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 20:45 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kdetoys] Philip Muškovac * 106 * debian/ (changelog control) New upstream release | 20:47 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kdewebdev] Philip Muškovac * 110 * debian/ (changelog control) New upstream release | 20:50 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kfloppy] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 20:51 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kgpg] Philip Muškovac * 10 * debian/ (changelog control) New upstream release | 20:53 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/printer-applet] Philip Muškovac * 8 * debian/ (changelog control) New upstream release | 20:55 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kremotecontrol] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 20:56 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/ktimer] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 20:57 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kwallet] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 20:59 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/superkaramba] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 21:01 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/sweeper] Philip Muškovac * 7 * debian/ (changelog control) New upstream release | 21:02 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/ksecrets] Philip Muškovac * 4 * debian/ (changelog control) New upstream release | 21:04 |
yofel | done; | 21:04 |
=== JackyAlcine is now known as jalcine | ||
* debfx hugs yofel | 21:35 | |
yofel | hm | 21:36 |
yofel | dpkg: error processing /var/cache/apt/archives/kdesdk-scripts_4%3a4.8.1-0ubuntu1~ppa1_all.deb (--unpack): | 21:37 |
yofel | trying to overwrite '/usr/bin/extractattr', which is also in package pkg-kde-tools 0.14.2ubuntu2 | 21:37 |
yofel | which one to keep? | 21:37 |
Riddell | yofel: pkg-kde-tools | 21:37 |
Riddell | kdesdk should have a not-installed file which says extractattr | 21:38 |
yofel | the manpage is in not-installed, the file itself not | 21:38 |
yofel | adding | 21:38 |
debfx | long-term we should drop it from pkg-kde-tools | 21:40 |
CIA-42 | [lp:~kubuntu-packagers/kubuntu-packaging/kdesdk] Philip Muškovac * 160 * debian/ (changelog kdesdk-scripts.install not-installed) remove scripts again that are shipped in pkg-kde-tools | 21:40 |
sreich | rbelem: could you help me debug making a package for kdeplasma-addons and making it actually use it? | 22:51 |
Riddell | sreich: you mean packaging a plasma widget? | 23:14 |
sreich | Riddell: yeah. technically it's a runner | 23:14 |
Riddell | sreich: does it compile and run? | 23:15 |
sreich | actually, right now i'm having issues compiling it | 23:15 |
sreich | it says that a png file cannot be included, if you want to store the modified binary... | 23:15 |
* sreich notes it is a pita to make any sort of a package. compiling from source is so much easier | 23:16 | |
sreich | i have to edit this debians/source/include-binaries file manually? | 23:16 |
Riddell | sreich: do you have an ssh key in launchpad so I can set up an ec2 machine? | 23:17 |
sreich | no | 23:17 |
Riddell | sreich: or anywhere? | 23:17 |
sreich | ec2? | 23:17 |
sreich | well, i've commit access to kde git | 23:18 |
Riddell | where can I find your ssh public key? | 23:18 |
* sreich posts it | 23:18 | |
sreich | http://paste.kde.org/433478/ | 23:19 |
sreich | Riddell: basically ultimately i'm trying to get the new runners i've introduced in my branch (well, just merged it into master recently) in a deb so other people can use it | 23:20 |
Riddell | sreich: ssh ubuntu@ec2-184-73-95-135.compute-1.amazonaws.com | 23:22 |
Riddell | and run byobu | 23:22 |
sreich | hm, public key denied? | 23:24 |
Riddell | sreich: try now | 23:25 |
sreich | works | 23:28 |
Riddell | can you type something? | 23:28 |
sreich | yeah | 23:28 |
Riddell | sreich: can you copy what you have to the server? | 23:29 |
sreich | Riddell: what do you mean by everything? | 23:29 |
sreich | i have only a few dirs i've changed through my patches | 23:30 |
Riddell | whatever you want to package | 23:30 |
Riddell | sreich: ping? | 23:32 |
sreich | yes | 23:32 |
sreich | i copied a "sal" dir there, which is from workspace. is that how you wanted it? | 23:32 |
Riddell | sreich: I see nothing there | 23:33 |
sreich | Riddell: eh? rsync . ubuntu@ec2-184-73-95-135.compute-1.amazonaws.com/test -r --progress -vv | 23:34 |
Riddell | needs a colon | 23:35 |
sreich | oh right | 23:35 |
sreich | Riddell: there | 23:38 |
sreich | both kde-workspace, only what i need, and kdeplasma-addons | 23:38 |
sreich | dir structure preserved, i think | 23:38 |
Riddell | sreich: and you need both packaged? | 23:39 |
sreich | correct | 23:40 |
sreich | oh neat, this is shared. aweosme, didn't know that | 23:40 |
Riddell | I have been watching you :) | 23:41 |
sreich | hehe | 23:41 |
Riddell | sreich: so what did you do to kdeplasma-addons ? | 23:45 |
sreich | Riddell: added some new runners, youtube, bing | 23:46 |
sreich | so krunner can search videos now | 23:46 |
sreich | (and bing for images) | 23:46 |
Riddell | sreich: this is trunk? | 23:47 |
sreich | since that's one of the few apis that allows image search (shockingly, google now limits to 1k queries/day, which we could easily rack up) | 23:47 |
sreich | Riddell: yeah it is. it doesn't matter if it or isn't, does it? | 23:47 |
Riddell | depends if it compiles | 23:47 |
sreich | although sal isn't in trunk, that's a branch | 23:47 |
sreich | Riddell: it failed btw | 23:49 |
sreich | ah ok, you know :) | 23:49 |
sreich | Riddell: i added a qjson dep btw in the cmakelists | 23:58 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!