=== jdong- is now known as jdong [06:00] hello ? === jamespage1 is now known as jamespage === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away === jrib is now known as Guest13824 === Guest13824 is now known as jrib === menesis1 is now known as menesis [11:48] do we have DMB today? [11:48] * Laney is on phone [11:50] dear DMB,, my chinchillas need a tickle. please make it happen. [11:51] -1 [11:51] :( [11:52] applicant is too smelly. DENIED [11:57] Haha. [11:59] Is there DMB every two weeks? [12:00] Rhonda: yes, one early meeting 13:00 UTC and one late 19:00 UTC alternating [12:00] I see. [12:51] hi all. I'm looking for a sponsor for the new package for gemrb (a Game Engine to play games such as Baldur's Gate on Linux) see http://revu.ubuntuwire.com/p/gemrb and https://bugs.launchpad.net/ubuntu/+bug/148427 for details. The package has been around for a while and all patches needed have been applied upstream by now. [12:51] Ubuntu bug 148427 in Ubuntu "[needs packaging] GemRB" [Wishlist,In progress] [12:58] sao: Would you be interested to maintain the package within Debian under the Umbrella of the Games Team? :) [12:58] That will make it available to Ubuntu without any additional effort. [13:07] debfx: thanks for ack'ing that sync request for annotation-indexer - and apologies for raising it twice! (note to self - use --lp next time) [13:09] Rhonda: generally yes. Just not sure how much more work this will take as so far I have not been involved in the package process of Debian itself. [13:11] The package process of Debian isn't so much different than to Ubuntu, actually rather the contrary. :) [13:12] packaging is essentially the same, only upload permissions differ (and that Debian wants binaries uploaded too, ubuntu only sources) [13:12] sao: #debian-games on irc.debian.org, feel free to drop by in case you are interested [13:34] are there any tricks to get LINK_INTERFACE_LIBRARIES to work in cmake? [14:37] ximion: ping [14:38] concerning projectm [14:43] jtaylor: pong [14:43] have you fixed projectm already? [14:43] I'm looking at it right now, but I'm unable to reproduce this clementine build failure... [14:43] not yet, just started :) [14:43] I ahve a workaround patch: http://paste.ubuntu.com/656433/ [14:44] the problem is that cmake adds libRenderer.a implicitly to the projectM target, but places it at the wrong position on the commandline [14:44] so that patch adds it twice, once at the correct position [14:45] unfortunatly I do not know how to disable that weird cmake behavior [14:45] woops thats the wrong patch, one moment [14:46] okay [14:46] the cmake scripts projectM uses are in a really bad shape [14:46] (the whole project is...) [14:47] unfortunately upstream is busy with other things, so projectM only receives very few fixes. [14:47] http://paste.ubuntu.com/656441/ [14:47] I'm planning to improve this situation a little by merging fixes projectM forks made with upstream, but this will take a while and upstream has to agree with that. [14:50] you should always check the dpkg-shlibdeps warnings, it tells you this issue, even in debian [14:50] e.g. :dpkg-shlibdeps: warning: symbol glGetIntegerv used by debian/libprojectm2/usr/lib/libprojectM.so.2.0.1 found in none of the libraries. [14:50] https://launchpadlibrarian.net/76381315/buildlog_ubuntu-oneiric-i386.projectm_2.0.1%2Bdfsg-9build1_BUILDING.txt.gz === almaisan-away is now known as al-maisan [14:59] hmm... LINK_INTERFACE_LIBRARIES should do the trick === al-maisan is now known as almaisan-away [15:08] it should but I can't figure out how to get it to work :/ === ximion2 is now known as ximion === almaisan-away is now known as al-maisan === ximion is now known as ximion2 === ximion2 is now known as ximion === al-maisan is now known as almaisan-away [16:02] micahg: ^^^ Are you going to sponsor jtaylor's projectm fix? [16:02] is there a fix available? [16:02] ximion: can add it to debian and then we just sync? [16:03] jtaylor: Yep, that's the way I would prefer :) [16:03] k, fine with me [16:03] it is also a bug in debian as debian is missing dependencies due to it [16:03] I'm trying to find a better solution at time, but if nothing works, we could add your workaround [16:12] speaking of sponsoring, i'm still looking for a sponsor to look at bug 815283 [16:12] Launchpad bug 815283 in Ubuntu "[needs-packaging] indicator-cpufreq" [Wishlist,Confirmed] https://launchpad.net/bugs/815283 [16:13] micahg, your comments for the revu upload were all fixed where appropriate [16:14] this should be merged too, it fixes a bad bug which also affects natty https://code.launchpad.net/~jtaylor/ubuntu/oneiric/soya/fix-780305/+merge/68196 [16:14] artfwo: great, thanks, it's in the sponsorship queue again, so someone else should take a look (multiple eyes make for better packages) [16:19] jtaylor: I can get to that on Wed if no one else beats me to it (how bad is it?) [16:19] it makes the package unusable [16:43] jtaylor: mterry is piloting in a few hours, you'll be able to catch him in #ubuntu-devel [16:59] jamespage: don't worry about it. I wonder why --lp isn't the default === hannesw__ is now known as hannesw [18:11] debfx: That would break backward compatibility. Some of us don't like to give out more permissions to LP than required and the email interface works fine. [18:12] ScottK: ok, but it could still query the bug tracker by logging in anonymously [18:13] Agreed. It could. [18:17] debfx: https://bugs.launchpad.net/ubuntu/+source/apt-file/+bug/817622 [18:17] Ubuntu bug 817622 in apt-file (Ubuntu) "apt-file got broken in oneiric" [Medium,Confirmed] [18:17] you maby have another idea how this could be patched ? [18:17] like something that works for ubuntu & debian? [18:20] jtaylor: I give up now... :P No matter what I try, cmake does not do what I want, so I added a modified version of this patch (which also fixes some other bugs) to the projectM package [18:21] the package now needs to be uploaded by my sponsor, then it can be synced with Ubuntu [18:23] dupondje: Debian generates the Contents files in the new and the old location: http://ftp.de.debian.org/debian/dists/sid/ [18:23] ximion: feel free to file the sync request after it's unstable, it's unlikely there will be a sync run until after alpha3 [18:23] so reverting that commit should make it work on debian and ubuntu [18:23] debfx: true [18:24] but when there is a change in main for example [18:24] and not in other sections [18:24] it doesn't need to fetch the whole change file [18:24] thats why this got patched into debian also. [18:25] Maby it would be cool to still use the new files in debian, and if they don't exist, fallover to the old way ? [18:26] Such a patch we can get in debian also [18:26] so we can sync again then :) [18:27] dupondje: that would be better but of course needs someone implementing it [18:27] micahg: Okay, I'll do that. Thanks for the info! (I have some other packages here which might require sync with Ubuntu, and I would have waited for an automatic sync run, I guess :P) [18:28] ximion: there won't be another automatic run, Debian Import Freeze was June 30 [18:28] ximion: is GL and GLEW really required? [18:28] ximion: I was referring to the batch processing of sync requests [18:28] in the pkg-cofig file [18:28] shouldn't it be required.private? [18:29] jtaylor: I *should* be private, but an external app had problems with that... But this might have already been fixed, I'll take a look at it. [18:30] * ximion still doesn't know why the cmake properties won't work... [18:31] I also don't understand that [18:31] also the default behavior of cmake is jut stupid .. [18:31] maybe because it forces a old policy? [18:33] that was my guess too, but I wasn't able to test this... (if you change the policy requirement, some other stuff does not work properly) [18:40] debfx: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636249 lets see if we get response :p [18:40] Debian bug 636249 in apt-file "Fallback to old-style contents files" [Normal,Open] [20:17] Could somebody check https://bugs.launchpad.net/ubuntu/+source/gearmand/+bug/682680 ? [20:17] Ubuntu bug 682680 in gearmand (Ubuntu) "New upstream release, gearmand 0.23" [Wishlist,Confirmed] [20:17] eventually nmu it in debian ? :) === Quintasan_ is now known as Quintasan === yofel_ is now known as yofel [22:41] If a MOTU has a moment, could someone look at mythbuntu-bare for a second ack http://revu.ubuntuwire.com/p/mythbuntu-bare