[12:03] bug day... oh exicitng. [12:03] baah [12:03] mmm [12:03] chinese buffet [12:03] good thing I have to be away 8:15-15:45 tomorrow :-P [12:04] (traveltime included) [12:04] do devs really hate bugday? [12:04] no [12:04] we loves it [12:04] we do? [12:04] sure [12:05] don't you love all those beagle bugs? [12:05] nope. [12:05] i like them even less when i dont have much chance of fixing [12:05] like evo-sharp not supporting eds 1.5 [12:06] it builds fine, it just explodes at runtime [12:06] haha there is a huge thread on mono on ubuntu-dev [12:07] funny [12:07] aren't bug days on thursdays? [12:08] why is there no man page for ulimit? [12:08] what was the flag to enable core dumps? [12:08] tseng: yes, why don't we have beagle in the desktop seed for dapper then? [12:08] support 0.1.4 for the next 3 years [12:09] yes brilliant [12:09] we wanted to build stuff with libbeagle [12:09] and leave the daemon in universe [12:09] hm [12:09] psusi: ulimit is a bash builtin I think [12:09] amazing questions in #mono [12:10] psusi: you'll find it with man bash === tseng suspends disbelief for a few moments === cblanquer [n=CarlosBl@84.77.141.119] has left #ubuntu-motu ["Kopete] [12:10] ohh [12:11] there we go... ulimit -c [12:11] I wonder if the debian mirror I'm using is only half-updated === cyberix [n=cyberix@hoas-fe36dd00-251.dhcp.inet.fi] has joined #ubuntu-motu [12:12] http://www.inari.fi/kunta/sosterv/itsehoito/31.unettomuus.gif [12:12] This is a brilliant picture [12:12] please don't randomly spam urls in channel [12:13] Well, Ubuntu is UNIX based, and I've started to feel a sosial relation to this channel. === ajmitch sighs [12:14] But I do admit that the image is not very important for universe to expand [12:15] https://launchpad.net/malone/bugs/3768 [12:15] ajmitch: is this a 500 for you? [12:15] Error: Could not parse data returned by Malone: Connection to Malone bugtracker failed: The read operation timed out [12:15] ajmitch: ( i cant believe we are pretending to switch to malone again ) [12:15] I think it's the DB server that's down [12:15] i give it a week [12:16] a week, what sort of project is this! [12:16] ETA was 'at least 5-10 minutes' about 15 minutes ago [12:16] mr-russ: excuse me? [12:17] you get eta's cool. === mr-russ just responding to tseng's comment. [12:17] elmo is on it :-) [12:18] am I the only one that has problem getting on the ubuntu wiki? [12:18] responses like 'what sort of project is this?' can really be taken the wrong way [12:18] thierry_: see above [12:18] thierry_: the DB server is down [12:18] hello motus :) === Hobbsee_ [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu-motu [12:20] hi raphink [12:20] hi LaserJock [12:20] :) [12:21] how are you doing ? [12:22] good, busy === Nafallo finds himself working on main-packages again ;-) [12:23] raphink: I am trying to get my first package into Debian and I have been working on some MOTUScience stuff and I need to work on the Ubuntu Packaging Guide a bit too [12:23] woohoo! xserver-xorg-input-synaptics builds on amd64 :-) [12:23] ok [12:24] I'll think I'll go to bed pretty soon :) [12:24] full day ;) === McFergus [n=frg@85-18-14-13.fastres.net] has joined #ubuntu-motu === womble [n=mpalmer@sponge.solutionsfirst.com.au] has joined #ubuntu-motu === ajmitch_ [i=ajmitch@port162-39.ubs.maxnet.co.nz] has joined #ubuntu-motu [12:31] joy [12:32] lp is back [12:33] <\sh> lifeless: what is changed? [12:34] \sh: the database lives again ;-) [12:34] <\sh> oh a crash? [12:35] hardware issue - rectified. [12:35] kewl :-) [12:36] sweet LP works again === rikai [n=gtk2@pool-70-105-255-32.port.east.verizon.net] has joined #ubuntu-motu === jsgotangco [n=jsg@210.4.38.43] has joined #ubuntu-motu === Czessi [n=Czessi@dslb-084-059-007-034.pools.arcor-ip.net] has left #ubuntu-motu ["Kopete] [12:46] hrm... the bins in this package are being built with -g, and I set the -k flag to dh_strip, but the package still doesn't contain the debug symbol files... is there another step needed to get them to be included? [12:48] psusi: Use --dbg-package instead. Much easier. [12:49] morning womble [12:49] Hey ajmitch_ [12:49] womble: how do you use that? don't you have to specify another binary target in the control file and give the name of that target to that option? [12:49] sounded like -k would just add the symbol files to the main package when installed [12:49] psusi: See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=315240 for an example of a patch to add a -dbg package [12:49] Debian bug 315240: "build a -dbg package" Package: libneon24, Version: 0.24.7.dfsg-2., Severity: wishlist, Maintainer: Laszlo Boszormenyi http://bugs.debian.org/315240 [12:50] ty [12:50] Holy crap, I can't believe other people are using that bug as an example now [12:50] psusi: Is -k not putting the symbols in /usr/lib/debug/wherever? [12:52] looks like a very nice example [12:52] and no, they aren't appearing in the package when I build it with pbuilder and dpkg -c it [12:53] psusi: fakeroot debian/rules binary in your source tree, and have a look in debian/$PKG/usr/lib/debug [12:53] and debian/tmp/usr/lib/debug [12:53] It's entirely possible that dh_strip is making the symbol files, but your build process isn't including the files in the final built package [12:54] womble: that's what I'm thinking... what else needs to be in the build process to include them in the built package? [12:54] a dh_install or dh_movefiles to make sure they end up in debian/$PKG/usr/lib/debug/foo/bar/baz [12:54] This is the reason why we all use --dbg-package === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu [12:55] any special flags to those needed to get them to move the debug syms? [12:55] As the manpage says about -k: "--dbg-package is [12:55] easier to use than this option, but this option is more flexible." === psusi is converting to --dbg-package now [12:59] isn't sig #32 used for posix aio? [01:10] womble: damnit... the symbols aren't in the -dbg package either [01:10] psusi: Where are they? stuck in debian/tmp somewhere? [01:11] I dunno... I usually build with pbuilder... tyring the debian/rules binary ow [01:11] now === raphink [n=raphink@raphink.net] has joined #ubuntu-motu [01:14] I got hooked on pbuilder for a while, and had lots of the same sorts of problems -- "where the hell are my files?" so I've re-learnt the value of debian/rules binary (or debian/rules install in some cases, even) [01:14] Still rebuild using pbuilder for uploads, though. [01:14] And build-dep spec testing [01:16] aye === Kyral stretches [01:18] whee...my first CDBS package [01:19] reverse compatibility with ifup/ifdown would have been a nice feature [01:19] :s [01:20] is there an easy way to create a temp file or other area you can store output in a bash script? I've got a rather verbose script I'd like to modify so it stores teh output and discards it if no errors happened [01:20] but dump it to stdout if something goes wrong === raphink [n=raphink@raphink.net] has joined #ubuntu-motu [01:22] womble: no debug syms in debian/$pkg [01:23] psusi: anything laying around in debian/tmp/usr/lib/debug? [01:23] there is no debian/tmp [01:23] or in debian/$pkg-dbg? [01:23] Perhaps something is stripping your binaries before dh_strip gets at them? [01:24] unless it's some other dh_ I don't see what... all the gcc lines have the -g [01:24] You can set CFLAGS=-g, but if the Makefile has a strip target in it's install or something, you're still toast [01:25] how about dh_clean? [01:26] don't see any strip commands [01:26] psusi: dh_clean isn't related [01:26] last g++ -o -g is followed by the dh_ stuff [01:27] Comment out the dh_strip call in rules, rerun debian/rules binary, and see if the binary in the final location is stripped or not with file [01:27] ok [01:28] does dh_installdirs need any arguments for the syms? [01:29] son of a bitch... they are stripped [01:29] unless... it didn't appear to rebuild them when I re ran rules binary [01:29] just did the dh stuff over [01:30] hmm.... [01:30] which section... [01:30] eh? [01:30] this [01:30] http://www.gnomefiles.org/app.php?soft_id=1235 === hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu [01:34] psusi: You didn't run debian/rules clean before rebuilding? [01:34] no.. just did that... wish I could just rebuild the binaries though... the objects all had syms [01:34] waiting for the full rebuild now [01:35] where exactly does dh_strip put the symbols? is another step required to put them in the installed dir? === Czessi [n=Czessi@dslb-084-059-007-034.pools.arcor-ip.net] has joined #ubuntu-motu === Arrogance [n=aks@ottawa-hs-209-217-75-236.d-ip.magma.ca] has joined #ubuntu-motu === crimsun [i=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-motu === Czessi_away [n=Czessi@dslb-084-059-006-187.pools.arcor-ip.net] has joined #ubuntu-motu [01:44] whats the package for pyGTK 2.6? [01:45] I don't know of one for 2.6, but there's python2.4-gtk2, which is for 2.8.2 [01:45] yah [01:45] I meant >= 2.6 === Kyral <3 CDBS [01:46] ...*STAB!& [01:46] I put python2.4-gtk as a build dep are you blind...grr [01:47] its failing because it says it needs PyGTK 2.6 [01:47] or greater [01:48] you b-d on the -dev, package. [01:48] python-gtk2-dev [01:48] crimsun: is that really needed? [01:49] I don't know what prog he's trying, so I don't know :) [01:49] I guess it could have the .pc file.. [01:50] /usr/lib/pkgconfig/pygtk-2.0.pc [01:50] might be the only thing worth using [01:51] hm, probably not [01:51] wait...in Depends if its Python don't I need to include soething else? [01:51] that looks like something for linking with pygtk headers [01:51] Kyral: depends on how badly you're mangling this [01:51] I'm not [01:52] sure [01:52] I just hit it with dh_make as cdbs and used the python-distutils thing === ealden [n=ealden@ipdial-189-114.tri-isys.com] has joined #ubuntu-motu [01:54] BTW its this [01:54] http://www.gnomefiles.org/app.php?soft_id=1235 [01:57] Kyral: I wonder how you pipe commands with such. [01:58] huh? [01:59] ls | grep `echo music` [01:59] such what? [02:00] How do you tell everygui to do that [02:00] :-) [02:00] I dunno [02:00] I can't even get the damn thing to build [02:00] Oh [02:00] Today is the first I saw of it lol [02:00] But the idea is good [02:00] I loaded my Google Home with the GnomeFiles.org RSS feed and it looked interesting [02:01] I'm wondering why it doesn't like me [02:01] Enought preconfiguration for commands and it could be really usefull [02:01] yah [02:03] if it would build... === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu [02:10] *Stab* [02:10] should I just pastebin the control file? [02:12] or you could get it working ;) [02:12] I would if I knew how [02:12] I have the right deps [02:12] that I can see === Czessi_away [n=Czessi@dslb-084-059-006-187.pools.arcor-ip.net] has left #ubuntu-motu ["Kopete] === hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu === bmonty [n=bmontgom@ubuntu/member/bmonty] has joined #ubuntu-motu === Notoy [n=NpI@200.75.134.106] has joined #ubuntu-motu === SloMoSnail [n=slomo@p5487F81A.dip.t-dialin.net] has joined #ubuntu-motu === psusi [n=phreak@54.161.205.68.cfl.res.rr.com] has joined #ubuntu-motu === punkrockguy318 [n=lukas@pcp02403042pcs.brdgtn01.nj.comcast.net] has joined #ubuntu-motu === punkrockguy318 [n=lukas@pcp02403042pcs.brdgtn01.nj.comcast.net] has joined #ubuntu-motu === ealden [n=ealden@203.76.228.156] has joined #ubuntu-motu [03:16] what is the package for X11 headers files ? [03:21] anything more specific? [03:21] there are a slew of them... [03:22] (e.g., x11proto*) [03:28] crimsun : well that's what the speeX apps says it's needed... http://www.gnu.org/software/speedx/speedx.html [03:29] speedX* [03:30] anyone packaging gnash? [03:30] hub: does it make sense to package gnash? [03:30] according to their website it is still in development [03:31] does it make sense to not package it? [03:31] it certainly doesn't make any sense for Dapper. [03:31] Perhaps feasible for Dapper+1, though. [03:31] I don't think it is ready to be packaged [03:32] but I was just asking [03:32] because dholbach bet me for two packages recently [03:32] so I was wondering if I should [03:32] hub: in my opinion, I would say no [03:32] but that is my opinion [03:33] (and I've already stated my stance) === zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-motu [03:34] <\sh> hey zakame === jsgotangco [n=jsg@210.4.38.43] has joined #ubuntu-motu [03:35] if a app is free but not opensource, is it packageable? [03:35] generally, no. [03:35] k [03:36] and if it's not open-source it really isn't DFSG-free at all, which precludes it being in universe at all. [03:38] k [03:39] gaah, non-free === ealden [n=ealden@ipdial-189-64.tri-isys.com] has joined #ubuntu-motu [03:46] multiverse? [03:48] hm I do believe we try to minimize uploads to multiverse, right? [03:48] it might be able to go into multiverse depending on the licensing. [03:50] ah [03:52] thierry_: what do you mean free but not open source? [03:52] thats not possible [03:52] if its free by definition it has to be open source [03:52] poningru : free as in free beer [03:52] oh [03:52] OH [03:53] my mistake === minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu [03:54] <\sh> zakame: what about njam...there is one guy who wanted to package it [03:55] \sh : it's already in Debian's NEW queue [03:56] <\sh> zakame: i didn't see it in incoming :) [03:56] crimsun : Can I package if the compilation is only made with gcc and a .c file [03:57] \sh : http://ftp-master.debian.org/new.html [03:57] thierry_: sure, you can package it for yourself. Whether it can be distributed in multiverse is another decision altogether. I will cite precedence, however, that more than likely it's acceptable: see eagle. [03:57] thierry_: it really depends on the license. [03:57] <\sh> zakame: oh well..not build right now..do you actually know if he took our package? [03:58] \sh : if nothing happens by next week I'll ping him and ask politely ;) [03:58] \sh: since you've been uploading qt3... do you know what those "src/.moc/debug-shared-mt/*.moc" files in qt3's .diff.gz are for? [03:59] <\sh> minghua: yes...shit from me....I'm cleaning it up somehow... [03:59] bbl [04:00] zakame: any words on the octave2.1 sync? maybe time to ask again? ;-) [04:00] crap, I missed zakame [04:00] minghua : none yet [04:00] minghua: I asked yesterday [04:00] \sh: thanks :-) I was just reading the diff (curious about the immodule patch) and found that out accidentally [04:01] gaah, elmo's gonna be mad [04:01] minghua: I presume it's in elmo's queue; otherwise I'll refresh when I send him my next batch of syncs [04:01] anyhow, bbl :) [04:01] 8 days til UVF. [04:02] crimsun: thanks, I hope one inquiry per week won't make elmo mad :-) === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu === martinex [n=Marcin@194.114.146.58] has joined #ubuntu-motu [04:07] hello - anyone? === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu [04:09] martinex: hi [04:10] crimsun, hi... I got a problem [04:10] crimsun, and sorry to bother 'cause it should be #ubuntu thing... [04:10] crimsun, but... I just would like to ask if is there any known issue with new dapper kernel? [04:10] crimsun, and/or bind/dns libraries? [04:11] <\sh> martinex: what exactly? every bug about kernel and/or bind you will find in our bugzilla [04:11] crimsun, I apt-getted my dapper yesterday and now it seems to work... but partially - it hangs on "detecting hardware" [04:12] and if I hit Ctrl-C than I can boot [04:12] but then network connections doesn't work [04:13] and I downloaded current install/live DVD from 20060110 [04:13] then installed fresh breezy... network started [04:14] but I just wanted to use breezy as a base for dapper [04:14] so I changed repositories in sources.list - and apt-get dist-upgrade - it installed packages mainly from current DVD [04:15] and few from network (kernel image) [04:15] then after reboot - kernel hangs on "detecting hardware" [04:20] propably related to #21752 [04:21] <\sh> ok...i'm off to bed... [04:28] looks like it - doing the same on the laptop [04:30] except if I wait it does proceed === minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu [04:35] hi minghua [04:36] Hi LaserJock [04:36] minghua: reboot worked for you? ;) [04:36] I sent a Request For Sponsor today [04:36] for sponsor for what? [04:37] ajmitch: yeah, :-) didn't know which upgrade asked for the reboot, though, perhaps udev [04:37] I'm trying to make sure that if any part of this shell script fails, it exits immediately rather than try to continue... I do set -e, but it looks like foo | bar is considered not to fail if foo fails but bar does not.. [04:37] minghua: latest udev/initramfs/kernel is causing issues for me & others, so it's an older kernel for me still [04:37] any way to fix that? [04:37] hub: I think some gtk frontend of gnuplot [04:37] ajmitch, so you can confirm that there is some kind of problem with new kernel? [04:37] martinex: no [04:38] hub: plotdrop [04:38] martinex: I cannot say that it is the kernel [04:38] ajmitch, btw - how long do you need to wait? [04:38] I waited less than 30 seconds [04:38] ajmitch: kernels after -9 seems to have been serving me well :-) [04:38] minghua: I suspect udev in this case anyway [04:38] ajmitch, and network interfaces are ok? [04:39] martinex: no [04:39] oh wait... it isn't becaus eof the pipe... hrm.. [04:39] this isn't really the place for it [04:39] since it's not universe [04:39] FOO=`foo`... foo fails and returns non zero... set -e is in effect, yet the script continues... [04:39] hrm... [04:39] ajmitch, so.. #ubuntu-devel? [04:39] psusi: probably because the assignment still works [04:39] ajmitch, but the `foo` fails? any failure should fail the whole script with set -e no? [04:39] ajmitch: yeah, my feeling is that udev is more error prone, too. although I've never digged deep, if it doesn't boot, I go back to the old kernel :-P [04:40] psusi: I would have thought so, but probably not [04:40] psusi: test with FOO=`/bin/false` [04:41] ohh my... it seems that `foo` was returning 0.. even though it failed... hrm... yet another patch for pktsetup it seems [04:41] heh [04:41] bad program [04:41] ajmitch, anyway just please tell me - your laptop can boot if you will wait about 30 sec.. on "detecting hardware" and then everything is ok? ( are network interfaces up and running correctly?) [04:41] martinex: I said, no [04:42] ajmitch, heh then I got the same problem... [04:42] I can see that [04:42] ajmitch, although I waited about 4-5 minutes and nothing happens [04:43] ajmitch, I had to hit Ctrl-C to boot (but without network.. it doesn't make any sense) [04:43] hi LaserJock, ajmitch [04:43] ajmitch, anyway - thanks for info [04:43] off to bed [04:47] a simple reboot solves most of my problems after a kernel upgrade....except for blutetooth which hasn't worked since a couple upgrades back [04:48] hey bmonty [04:49] I'd *love* it it people on the forums used malone instead of just reporting bugs solely on the forums [04:49] ajmitch: I fear that is a symptom of how people are used to using the internet [04:50] sadly [04:50] they understand forums and not the bug tracking systems [04:50] yep [04:50] and they expect everyone else to see their feature requests, bug reports & general whining [04:50] it would be nice if there was a "Report a bug in this application..." option on the help menu [04:50] umm [04:50] there isn't? :) [04:51] the isn't on my dapper install [04:51] there should be for apps built with the launchpad integration [04:51] hi bmonty [04:52] hey LaserJock [04:52] the 'how to file bugs' topic on the forums is amazingly complex [04:52] including rebuilding the packages with debugging symbols [04:52] and using gdb [04:53] yeah getting a non-devel type to rebuild a package with debug symbols is realistic :) [04:53] I haven't looked at the forums in a long time [04:54] I do when I'm feeling particularly masochistic [04:54] though I noticed that typing "ubuntu" in google will almost always get you a forum link on the first page [04:55] the forums are incredibly popular [04:55] and full of lots of bad info at times [04:56] the forums are not run by canonical, right? [04:57] no, they're not [04:57] they are 'official' though [04:58] irc is definately not as sexy as the forums though :) [04:59] no, it's not [05:00] ok, the "Get help online..." option links to launchpad (I tried from xchat), but it definately isn't what I would call user friendly === jaldhar [n=jaldhar@pcp04197965pcs.crosky01.pa.comcast.net] has joined #ubuntu-motu [05:04] oh well...time for bed, good night everyone [05:09] what app would I use to see what ports are open on a remote computer? [05:09] nmap? [05:11] LaserJock: nmap definitely. Worls on i386 - amd64 version seems flakey [05:11] k, I'll try that. It seems that every time I try to do something my university network has the ports blocked [05:11] s/Worls/Works [05:11] but ehh [05:11] be careful lol [05:11] so I wan't to know which ones are and which ones aren't [05:11] LaserJock: nmapfe for graphical. BTW - We can detect you scanning with it [05:12] hmm, we maybe I could just talk to our admin and see if he can tell me [05:12] LaserJock: I use it for work :) so I'm familiar with it [05:13] LaserJock: when I get back soon, feel free to ask me questions about it - like how to be stealthy about it [05:13] be back soon [05:13] well, right now I just want to be able to download a .torrent [05:13] it used to work but now it looks like it is blocked [05:14] a lot of colleges block Torrents [05:14] Most use an adaptive thing [05:14] believe me I know [05:17] many universities use packeteer [05:17] ours was one of the first, unfortunately [05:17] I hate that. I have to use a different port for chat, I can't get .torrents of linux isos [05:17] at least I can still ssh in [05:18] do you have an external shell? [05:18] I have ssh tunnels running everywhere. Yay for holes in the 'wall. === derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu [05:19] anyone ever have Irssi not backspacing when run in Screen? [05:19] what do you mean by external shell? [05:19] Kyral: I don't think so [05:19] hmm [05:19] its odd [05:20] if I run Irssi normally I can backspace [05:20] but if I run it in Screen I cannot [05:20] Kyral: sounds like a question for #ubuntu ;) [05:20] sounds like your termcap is screwed, echo $TERM [05:21] yah I was just field it here before I go into the maelstrom [05:21] as is probably safe [05:21] LaserJock: a host accessible via ssh outside your uni's firewall [05:21] Kyral: you could always ask on the forums [05:21] crimsun: its set to xterm [05:22] crimsun: don't know, I only have windows on the outside. I was able to do vnc over ssh though. === veganpops [n=Stan@sbthomas.dsl.xmission.com] has joined #ubuntu-motu [05:24] re [05:24] LaserJock: use port 443, for your torrent [05:24] https://launchpad.net/distros/ubuntu/+source/cernlib/+bug/6588 [05:24] Malone bug 6588: "PAW - Segmentation violation - Traceq lun = 0, level = 99" Fix req. for: gcc (upstream), Severity: Normal, Assigned to: Nobody, Status: Unconfirmed http://launchpad.net/bugs/6588 === Kyral hmms [05:25] LaserJock: Azureus works - and 1) it's not blocked on most networks, 2) its not throttled [05:25] crimsun: should my $TERM be xterm? [05:25] Following the guidance of the original Debian package maintainer I fixed a serious bug in the cernlib [universe] packages. [05:26] How do I go about getting this fix propagated into the official versions? [05:26] file a bug [05:26] attach debdiff? [05:26] I did, see above. [05:26] debdiff? [05:27] Kyral: xterm should suffice. Are you doing anything odd in screen? [05:27] crimsun: nope [05:27] I just do screen irssi [05:28] All of the fixed Breezy packages are in http://renfield.physics.utah.edu/cernlib.tar.bz2 (44 MB) [05:28] brb, gonna restart in screen [05:29] gcc-3.3? [05:29] ugh. doko ain't gonna like that. === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu [05:29] Gak I see it [05:29] crimsun: I know, the bug affects all gcc up to and include 4.0.1 [05:29] somehow Backspace isn't sending ^H [05:29] while in screen [05:30] Kyral: hmm, it works here? [05:30] crimsun I set Backspace to send ^H in xterm prefs [05:30] Kyral: try ``TERM=vt100 screen irssi'' [05:30] crimsun: The original maintainer says it is fixed in 4.0.2?? [05:30] okay brb [05:31] gcc version 4.0.3 20060104 (prerelease) (Ubuntu 4.0.2-6ubuntu1) [05:31] root@mika:/# [05:31] Error: Could not parse XML returned by Ubuntu: not well-formed (invalid token): line 189, column 1 [05:31] not an issue in Dapper === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu [05:32] crimsun: True - it should be OK in Dapper. [05:32] nope [05:33] Kyral: as in "still doesn't work"? [05:33] crimsun: doesn't work [05:33] sounds like an xterm boog [05:33] I had to set XTerm to interpret Backspace as ^H [05:33] (I use rxvt-unicode-lite myself) [05:33] but why would it only take effect when Screen runs? [05:34] no idea [05:34] are you using Dapper's xterm? [05:34] yah [05:35] hmm [05:35] lemme see what $TERM is in screen [05:35] ...its echoed as "screen" === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu [05:55] Yagisan: you sure about port 443 ? === Kyral isn't sure to file a bug on XTerm or on Screen [05:59] LaserJock: should be https port IIRC [05:59] LaserJock: it's like running it out port 80 [05:59] oh, ok [06:00] LaserJock: my isp seems to throttle torrents, so I run them over other ports [06:01] Yagisan: they need to do layer7 filtering to stop your torrent, if you run over a standard port === Yagisan really needs to type better. LaserJock ^^^^^ [06:07] hmm === Kyral thinks about writing a GUI for PBuilder.... [06:07] why? [06:07] Dunno [06:07] for those GUI oriented developers? [06:07] (Yes they exist) [06:08] Kyral: would that support multiple pbuilders ? [06:08] Yagisan: yup yup [06:09] I just need to learn PyGTK first lol [06:10] Kyral: screen, if xterm -e irssi works fine [06:10] xterm -e? [06:11] ooh, I feel silly now. How do I filter out [ and ] with sed ? It thinks they are special characters, and I want them to be treated literally [06:11] \[? [06:12] what does xterm -e do? [06:15] arghhh, stupid torrents :( [06:16] Kyral: nope. Didn't work. s/[[] //g got rid of the first one though [06:16] Kyral: fixed it with a two pass sed [06:17] LaserJock: still not going ? [06:18] no, I get NAT error [06:21] I think I will just give up and use windows at home even though it's a DSL connection [06:23] LaserJock: you can't get incoming connections ? [06:27] oh, maybe it is [06:30] LaserJock: the little yellow face is ok. not ideal, but ok. eg right now on 3 torrents I'm doing, I have yellow faces, but I know there no nat error, as sometimes they turn green (assuming you use azureus) === zakame [n=zak@210.213.78.239] has joined #ubuntu-motu [06:32] G'day zakame === psusi [n=phreak@54.161.205.68.cfl.res.rr.com] has joined #ubuntu-motu === Gloubiboulga [n=gauvain@84.5.33.174] has joined #ubuntu-motu [06:33] heya Yagisan :) [06:33] well.... this is a shitload of fun [06:33] I blew up my dvd/rw drive tonight [06:33] Yagisan: I just have a black face [06:33] psusi: how ? [06:33] I was working on the packet cdrw stuff, trying to get it all plug and play with hal and everything [06:34] LaserJock: that means you have not started the torrent [06:34] and it started getting a bunch of IO errors [06:34] psusi: power off, let it cool down, try again [06:34] so I shutdown and reboot, and now the drive is toast... put in any cd media... cdrom, cd-r, cd-rw, and it pukes [06:34] tried that [06:34] it makes funny noises and finally reports no media [06:34] though.. and this is the really fucked up part... [06:34] it plays dvds fine [06:35] psusi: oh - reflash firmware - see if that helps [06:35] did that... no dice [06:35] even had to boot into windows for that one === psusi shivers [06:35] psusi: how old is the drive ? [06:35] my windows install is all kinds of fucked up [06:35] made in oct 2004 [06:35] I already sent in the request for an RMA [06:36] we'll see what happens [06:36] psusi: is it under warrenty ? put on a sweet face and say - "I won't read cd's" [06:36] *It [06:36] I don't get how it plays dvds fine, but when you put in a cd, it starts making "oh-no" sounds [06:37] Yagisan, yep... I did that... hopefully will find out tomorrow if it is under warrenty [06:37] psusi: laser may be stuffed. drive should two lasers, 1 for cd, 1 for dvd [06:37] I thought so... [06:37] seems the cd one burned up [06:37] Yagisan: hmm, well somehow the iso got downloaded from something I did [06:38] Yagisan: maybe it wasn't azureus though, I have tried a bunch of things [06:39] I need to build a new machine soon... this one is 2 years old now... blew out the dvd/rw... keyboard randomly craps out and I have to unplug and replug it... windows install is 9 kinds of fucked [06:39] psusi: many years ago, I was a hardware tech. It wasn't uncommon for a laser to die [06:39] LaserJock: as long as it works, it's fine ;) [06:40] Yagisan: yeah, I just wish I knew what worked :-) [06:40] Yagisan, I've never seen a cd drive go bad before... I've not seen it in some time now, but back around 1994 I got oen fo the first 4x cdrom drives on the market... mitumi... [06:40] psusi: I still use pentium 2's here [06:40] in 1996 I used it in an old machine to setup up a bbs [06:40] the pc speaker had been torn off, and the wires accidently brushed up against that drive [06:40] made a nice light show and a burn on the drive [06:40] it was still working in 2000 [06:41] psusi: heat and humidity tend to break cd/dvd drives most often. I've had quite a few die like that [06:41] I live in Florida.... heat and humidity are my breakfast and lunch ;) [06:42] I wish I could debug the firmware in the damn drive... I hate firmware... allways screws the pooch as soon as something unusual happens [06:43] in my last computer I had a plextor plexwriter 4x cd-r... scsi... once I tried to overburn a cd by a wee bit too much and it just freaked out [06:43] kept seeking the head and wouldn't respond to commands from the os [06:44] or the eject button [06:44] finally I just reached into the case and pulled out the power cord from the drive === wjb [n=warren@c220-237-173-120.lowrp1.vic.optusnet.com.au] has joined #ubuntu-motu [07:04] holy shit [07:04] it isn't even worth it to repair this thing... newegg has an even nicer drive for only $42! === Yagisan wonders if one of my p2 systems would be better then my standalone mpeg4 player, as a htpc === robitaille [n=robitail@ubuntu/member/robitaille] has joined #ubuntu-motu === highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-motu === viviersf [n=cain@wbs-196-2-105-30.wbs.co.za] has joined #ubuntu-motu === Treenaks [n=martijn@thuis.foodfight.org] has joined #ubuntu-motu === rikai [n=gtk2@pool-70-105-255-32.port.east.verizon.net] has joined #ubuntu-motu === rajasun [n=maximusp@bb220-255-204-181.singnet.com.sg] has joined #ubuntu-motu === herzi [n=herzi@d077132.adsl.hansenet.de] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu-motu === zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-motu === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu === ptlo [n=senko@83-131-85-203.adsl.net.t-com.hr] has joined #ubuntu-motu === vuntz [n=vuntz@fennas.vuntz.net] has joined #ubuntu-motu === cyle [n=cyle@CPE-65-30-98-189.kc.res.rr.com] has joined #ubuntu-motu === cyle [n=cyle@CPE-65-30-98-189.kc.res.rr.com] has left #ubuntu-motu ["Konversation] === cyle [n=cyle@CPE-65-30-98-189.kc.res.rr.com] has joined #ubuntu-motu [09:06] anybody out there? [09:08] yes [09:08] barely [09:08] * hears crickets * [09:08] i was on here last weekend [09:09] i got my pgp key, started my wiki page [09:09] joined ubuntu-devel mailing list [09:09] but was never able to pick a package to start working on [09:09] ah [09:10] what do you want to do ? merges/syncs ? packaging ? === ajmitch will bbiab, cannot look at screen any longer :) [09:10] merges are bringing over debian packages right? i wouldn't really wanna do that [09:10] preferably packaging [09:10] you want to start reading http://wiki.ubuntu.com/MOTU [09:11] and ask questions if you don't understand something, so we/I can improve the wiki [09:12] i looked at that quite a bit last weekend [09:12] i've been over the debian developer guides too [09:13] ok [09:13] if you want to start packaging, pick up a package on the UniverseCandidates page [09:13] package it [09:13] upload it to REVU [09:13] but I personally feel that the most noble part of MOTU work is merging, not packaging (we should fix the existing before considering the new) [09:14] what types of problems get fixed in merging? [09:15] read https://wiki.ubuntu.com/MOTUMerging [09:19] i understand what it's saying [09:19] but there's a lot that seems like you would have to know some history about what's going on to understand [09:20] like regarding gcc4 patches [09:20] gl/glut patches [09:20] doesn't say what the glut patches are [09:20] ok [09:21] usually, you just pick a package from the merge lsits [09:21] and see if the ubuntu patches are still necessary [09:21] so knowing exactly how to fix gcc4 problems isnt mandatory [09:21] what kinds of reasons do we do ubuntu specific patches [09:22] read "Some reasons for divergence between Debian and Ubuntu" [09:23] on MOTUMerging [09:23] and follow the "this thread" link [09:24] duh [09:24] i skipped right over that link [09:24] edit the page to make it more visible ;) === Hobbsee pictures the page with that section in massive font, aka backports forum style [09:26] so the gcc4 thing [09:26] is it a dapper requirement that all packages compile with gcc4? [09:26] yes [09:27] so if for some reason debian's package can't do so we will make a patch/apply a patch for it? [09:28] exactly [09:28] one thing i noticed [09:28] in dapper, there's no stable 1.5 firefox, is this because debian hasn't put out a 1.5 stable package? [09:29] I dunno [09:29] firefox is main, not universe [09:29] i know that [09:29] it was more of a question about how that works [09:29] there was a thread about a firefox/epiphany debate on ubuntu-devel [09:29] but I haven't read it [09:29] will we ever package a newer version of an app than debian does? [09:29] since it went into the usual vi/emacs stuff [09:30] sometimes [09:30] WAAAAH. whats going on with tiber?! [09:30] there are several packages in this case [09:30] morning folks [09:30] i saw that, they basically told the guy he's an idiot and firefox will continue to be the main browser [09:30] hi siretart [09:30] siretart: dunno, it has been down for ~30 minutes I think [09:31] lucas: lets hope it is 'just' a broken router [09:31] and my understanding is that right now breezy packages will not be updated right? [09:31] so like if dapper ships with firefox 1.5, it will never be updated with firefox 1.6 [09:32] cyle: well, the main reason why we don't is lack of ressources [09:32] cyle: and we want 'stable' releases, so we are very very carefully when updating releases [09:33] i understand that, most users don't care about having the latest and greatest, as long as what they have works [09:33] for newer crack, we have ubuntu-backports [09:33] somebody has an example of a wiki page with an image ? [09:35] lucas: the tracelog output makes me think this is a router misconfiguration (I see a packet loop) === ompaul [n=ompaul@A-94-75.cust.iol.ie] has joined #ubuntu-motu [09:38] is there a guide to making a source package on the wiki [09:38] i've packaged binaries before [09:38] but never had to do a source package [09:48] siretart and others: can you comment on https://wiki.ubuntu.com/MOTUMeetingTeamReorg [09:49] lucas: I don't quite get the arrow directions. what do the arrows say? [09:49] ah [09:50] lucas: hm. I have some concerns about it, but I need to think about that. [09:51] ok, np [09:51] my biggest concern is this: what happens with administrative emails to the 'leaf' teams, e.g. MOTUReviewers. if someone tries to join MOTUReviewers ALL but MOTUMergers get spammed with the request to join [09:52] no, only the admins of MOTUReviewers [09:53] (who can be ogra + dholbach for example) [09:56] lucas: ok, in this case, could you please be more verbose in the diagramm not only on membership but also on maintainership? (e.g. which group administers whom and which group is maintained by whom)? [09:56] also the teams can be set as 'Restricted teams' [09:56] ok [09:56] thanks [09:57] siretart: I added a note about maintainership === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu === ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #ubuntu-motu === Astinus [i=alex@freenode/staff/gentoo.astinus] has joined #ubuntu-motu === ompaul [n=ompaul@A-94-75.cust.iol.ie] has joined #ubuntu-motu === cyle [n=cyle@CPE-65-30-98-189.kc.res.rr.com] has joined #ubuntu-motu === vuntz [n=vuntz@fennas.vuntz.net] has joined #ubuntu-motu === ptlo [n=senko@83-131-85-203.adsl.net.t-com.hr] has joined #ubuntu-motu === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu-motu === herzi [n=herzi@d077132.adsl.hansenet.de] has joined #ubuntu-motu === rajasun [n=maximusp@bb220-255-204-181.singnet.com.sg] has joined #ubuntu-motu === rikai [n=gtk2@pool-70-105-255-32.port.east.verizon.net] has joined #ubuntu-motu === Treenaks [n=martijn@thuis.foodfight.org] has joined #ubuntu-motu === viviersf [n=cain@wbs-196-2-105-30.wbs.co.za] has joined #ubuntu-motu === highvoltage [n=Jono@ubuntu/member/highvoltage] has joined #ubuntu-motu === wjb [n=warren@c220-237-173-120.lowrp1.vic.optusnet.com.au] has joined #ubuntu-motu === Gloubiboulga [n=gauvain@84.5.33.174] has joined #ubuntu-motu === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu === derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu === jaldhar [n=jaldhar@pcp04197965pcs.crosky01.pa.comcast.net] has joined #ubuntu-motu === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-motu === SloMoSnail [n=slomo@p5487F81A.dip.t-dialin.net] has joined #ubuntu-motu === crimsun [i=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-motu === raphink [n=raphink@raphink.net] has joined #ubuntu-motu === ajmitch [i=ajmitch@port162-39.ubs.maxnet.co.nz] has joined #ubuntu-motu === cyberix [n=cyberix@hoas-fe36dd00-251.dhcp.inet.fi] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu === nnonix [n=nnonix@t42.bkjohnson.com] has joined #ubuntu-motu === dfgas [n=dfgas@adsl-69-210-58-10.dsl.milwwi.ameritech.net] has joined #ubuntu-motu === siretart [i=siretart@ubuntu/member/siretart] has joined #ubuntu-motu === rbelem [n=rodrigo@ubuntu/member/rbelem] has joined #ubuntu-motu === chninkel_away [n=yann@alcyone.pleiades.fr.eu.org] has joined #ubuntu-motu === tseng [n=tseng@brandonhale.us] has joined #ubuntu-motu === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === NigelS [i=nigel@83.166.160.96] has joined #ubuntu-motu === poningru_sleep [n=poningru@n128-227-69-10.xlate.ufl.edu] has joined #ubuntu-motu === mhz_dinner [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu === doko [n=doko@dslb-084-059-106-244.pools.arcor-ip.net] has joined #ubuntu-motu === nmsa_away [n=seba@218.1.142.8] has joined #ubuntu-motu === TerminX [n=terminx@adsl-68-121-166-189.dsl.pltn13.pacbell.net] has joined #ubuntu-motu === dooglus [n=dooglus@rincevent.net] has joined #ubuntu-motu === Lathiat [i=lathiat@ubuntu/member/lathiat] has joined #ubuntu-motu === chillywilly [n=danielb@CPE-65-26-218-21.wi.res.rr.com] has joined #ubuntu-motu === azeem [n=mbanck@host45.natpool.mwn.de] has joined #ubuntu-motu === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu === Kaloz [i=kaloz@195.56.146.238] has joined #ubuntu-motu === Gazer [n=ngazer@ADSL-200-59-74-68.capfed2.sinectis.com.ar] has joined #ubuntu-motu === torkel [i=torkel@69-188.umenet.t3.se] has joined #ubuntu-motu === Yagisan [n=jamie@60-240-125-87.tpgi.com.au] has joined #ubuntu-motu === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu === jcape [i=jcape@71.194.176.102] has joined #ubuntu-motu === mr-russ [n=mr-russ@CPE-203-45-4-40.vic.bigpond.net.au] has joined #ubuntu-motu === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-motu === selinium [n=selinium@82-45-118-133.stb.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu === tritium [n=mfrimbe@ubuntu/member/tritium] has joined #ubuntu-motu === whiprush [n=jorge@64.62.190.212] has joined #ubuntu-motu === tepsipakki [n=tjaalton@replicant.hut.fi] has joined #ubuntu-motu === jamessan [n=jamessan@debian/developer/jamessan] has joined #ubuntu-motu === BlueT_ [n=BlueT@61-59-209-195.adsl.static.seed.net.tw] has joined #ubuntu-motu === Nafallo_away [n=nnnnafal@ubuntu/member/nafallo] has joined #ubuntu-motu === Mortas [n=kris@217.148.89.121] has joined #ubuntu-motu === moquist [n=moquist@londonderry-cuda1-68-171-194-42.lndnnh.adelphia.net] has joined #ubuntu-motu === trappist [i=trappist@linuxkungfu.org] has joined #ubuntu-motu === phlaegel [n=phlaegel@atdot.ca] has joined #ubuntu-motu === DapperDrake [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === lifeless [n=robertc@static-147.29.240.220.dsl.comindico.com.au] has joined #ubuntu-motu === buxy [n=nnnnnrap@arrakeen.ouaza.com] has joined #ubuntu-motu === uniq [n=frode@213.184.199.55] has joined #ubuntu-motu === \sh_away [n=shermann@ubuntu/member/backslash-sh] has joined #ubuntu-motu === Mithrandir [n=tfheen@c5100BC63.inet.catch.no] has joined #ubuntu-motu === StoneTable [n=stone@thorin.battleaxe.net] has joined #ubuntu-motu === Ubugtu [n=bugbot@ubuntu/member/seveas] has joined #ubuntu-motu === sivang [i=sivan@ubuntu/member/sivang] has joined #ubuntu-motu === asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-motu === Unfrgiven [n=ankur@202.76.176.94] has joined #ubuntu-motu === Riddell [i=jr@kde/jriddell] has joined #ubuntu-motu === ..[topic/#ubuntu-motu:irc.freenode.net] : Ubuntu Masters of the Universe: Ubuntu Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTUTodo | How To Track Merge Status -> https://wiki.ubuntu.com/MOTUToMerge | Grab your merge here: http://tiber.tauware.de/~sistpoty/MoM/index.py?state=new | sign up for ubuntu-motu@lists.ubuntu.com now! === PlanarPlatypus [n=alucard@86.20.29.57] has joined #ubuntu-motu [10:02] cool === Burgundavia [n=corey@24.68.149.225] has joined #ubuntu-motu === BlackJudas [n=dserban@S010600112f0adac6.ok.shawcable.net] has joined #ubuntu-motu === tvo [n=tobi@83.84.234.155] has joined #ubuntu-motu === mitsuhiko [n=blackbir@ubuntu/member/mitsuhiko] has joined #ubuntu-motu === shawarma [n=sh@3E6B503C.rev.stofanet.dk] has joined #ubuntu-motu === segfault [i=carlos@prognus.com.br] has joined #ubuntu-motu === StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu === pietrus [n=pietro@dsl027-180-124.sfo1.dsl.speakeasy.net] has joined #ubuntu-motu === Gervystar [n=gervysta@62.94.208.119] has joined #ubuntu-motu === spacey_ki [n=spacey@a82-93-13-195.adsl.xs4all.nl] has joined #ubuntu-motu [10:11] gah, merging never ends! === ealden [n=ealden@ipdial-168-158.tri-isys.com] has joined #ubuntu-motu [10:16] crimsun: nice job on flashplugin-nonfree === raptoid [n=raptoid@unaffiliated/raptoid] has joined #ubuntu-motu === Gloubiboulga is now known as Gloubi_Aw === viviersf [n=cain@wbs-196-2-105-30.wbs.co.za] has joined #ubuntu-motu === dholbach [n=daniel@i577B10F4.versanet.de] has joined #ubuntu-motu [10:22] hello MOTUs! [10:23] huhu dholbach [10:23] hello dholbach [10:23] siretart: please remove ax25-tools from the merge list; I merged it yesterday before looking at the page today [10:23] hey siretart, lucas! [10:24] it's the HUG DAY! :) [10:24] dholbach: when you'll have had breakfast, you can read and comment on https://wiki.ubuntu.com/MOTUMeetingTeamReorg ;) === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [10:26] lucas: what will effectively change? [10:27] lucas: apart from organisational launchpad representation [10:27] lucas: i mean, it *looks* nice :) [10:28] dholbach: lots of people removed from some teams and added to others [10:28] lucas: great job on the MergeNOTES wiki page. I assume you update your scripts from that wiki page via cron? [10:28] it would mean that, for example, motureviewers would have no direct members [10:28] same for motu [10:28] I slowly recover from my vacation and operation :) [10:28] siretart: yes (it is MOTUNotes) [10:29] siretart: operation? what happened? how are you? === Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu [10:30] dholbach: it was an incarnated nail in the foot, nothing serious (but painful) [10:30] I'm fine and back now :) [10:31] An ingrown toenail? I've had that operation done to both my feet. [10:31] "Legacy code" [10:31] When you said nail, I thought nail, like the one you hammer. :-) [10:33] siretart: i'm glad to hear you're fine [10:36] StevenK: oh. yes, its a toenail. we don't differ that much in german. :) [10:37] Well, I thought a nail in the foot, like you stood on one. [10:37] lucas: i'll have to review it in-depth - because it's not just "membership", it's also "assigned bugs, ..." - maybe we should talk to the launchpad guys about this [10:38] lucas: it's also about polls on launchpad and so on [10:38] yup I know [10:38] should I raise the issue on ubuntu-motu ? [10:38] and support requests [10:38] and cc launchpad-something ? [10:38] lucas: I think that would be best [10:38] yes [10:42] ajmitch: around ? [10:42] so who will be involved in today's BUG DAY? :) [10:43] I can find bugs === Yagisan looks at linguaplone right now === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu === Yagisan wonders why it isn't in plones Add/Remove Products like the readme says === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu === ompaul [n=ompaul@A-94-75.cust.iol.ie] has left #ubuntu-motu ["Go] === StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu [11:01] dholbach: I really have to do some real life work today [11:01] lucas: good luck and 'Bon courage!' with that :-) === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === Gloubi_Aw is now known as Gloubiboulga === martinex [n=Marcin@194.114.146.58] has joined #ubuntu-motu [11:17] about the bug day: it'd be great if we could make an effort to go through 'motu' bugs and see if new upstream versions fix the bugs, because as you might know: UpstreamVersionFreeze is in 8 days already [11:17] so i think this is a great time to get started on this [11:20] dholbach, I'd like to help on this, could you tell what to do, or give an url where I could find explainations [11:21] http://launchpad.net/people/motu/+assignedbugs has the motu bugs [11:21] for some of them we could investigate, if a new upstream version of the package fixes the issues mentioned by the reporters [11:22] if you have trouble doing this, just ask here [11:23] ok [11:23] 'new upstream version' means already packaged version I guess ? [11:23] the debian/copyright of the package in question should have the place it was downloaded from [11:23] no, upstream version [11:23] (version from the authors) [11:24] oh, ok === Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu-motu [11:32] hi all [11:33] is there any way to track changes in dapper repository without apt? [11:33] read the dapper-changes mailing list [11:34] my dapper is currently unworkable ... I can boot but it hangs on 'detecting hardware' part and can boot after Ctrl-C but unfortunately without network interfaces configured at all [11:34] so it is pretty hard to fix it without network... [11:34] do you have "auto eth0" in /etc/network/interfaces= [11:34] ? [11:34] or whatever device it is? [11:36] dholbach, everything is configured properly === raptoid [n=raptoid@81.213.134.147] has joined #ubuntu-motu [11:36] does the network driver not get loaded automatically? [11:37] dholbach, as I said before - it doesn't want to work because dapper hangs on "detecting hardware" and I got to skip it with Ctrl-C [11:38] you tried a different kernel? [11:38] dholbach, well kind of [11:38] dholbach, I tried breezy [11:38] did that work? [11:38] dholbach, I just installed fresh breezy on / [11:39] dholbach, then changed repos in apt and dist-upgraded to dapper [11:39] and then? [11:39] dholbach, same thing again - hangs and no network [11:39] *Strange* [11:39] can you modprobe the driver and ifconfig eth0 up? [11:40] dholbach, and I'm not alone with this problem .... ( I think so) take a look at #21752 [11:40] you maybe should follow up on the bug in #ubuntu-kernel [11:41] dholbach, ok... but I'm not sure if it's kernel bug [11:41] yeah, might be udev/... too [11:42] dholbach, anyway I'll reboot (I'm on my favourite 'windows' now) and try again [11:42] ok [11:42] dholbach, but I just would like to find some info if something changed in packages that could be cause of this problem [11:43] dholbach, since yesterday... [11:44] dapper-changes mailing list might be helpful [11:44] dholbach, reading now [11:45] hmm no changes in kernel and udev... [11:45] reboot and'll see === joe_alf [n=joe_alf@pcd554209.netvigator.com] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [11:56] dholbach, if a new upstream release fixes the bug, what do I need to add/change on the malone page ? [11:57] Gloubiboulga: best thing would be to package the new version and add the revu link to it, maybe subscribe motureviewers team as well [11:57] well done, which packages is it? [11:57] eagle-usb, malone 3314 [11:57] Malone bug 3314: "usb (Ubuntu) - no connection to internet" Fix req. for: eagle-usb (Ubuntu), Severity: Normal, Assigned to: MOTU, Status: Unconfirmed http://launchpad.net/bugs/3314 [11:58] great === martinex [n=Marcin@194.114.146.58] has joined #ubuntu-motu [11:59] dholbach, unfortunately it doesn't want to work [11:59] dholbach, but it propably isn't kernel bug [12:00] dholbach, because I got breezy kernel on this machine too, and this kernel hangs just like this from dapper [12:00] martinex: unfortunately i'm not a kernel/hardware/udev/... guru - you'd better ask the #ubuntu-kernel guys, they might know about the bug, if you ask them [12:00] dholbach, unfortunately modprobe didn't work too [12:01] its a known and announced udev regression [12:01] dholbach, I had to modprobe [myNICmodule] right? [12:01] but modprobing the driver and ifupping the interface should works [12:01] -s [12:01] ogra, I did it [12:01] ogra, modprobe 8139too [12:02] whats the eroor if you do this ? [12:02] *error [12:02] ogra_ibook, there is no error.... [12:02] ogra_ibook, but then [12:02] so it gets loaded fine [12:02] ogra_ibook, I did mii-tool [12:02] does it show up in lsmod ? [12:02] dmesg | tail [12:02] why ? [12:02] ogra_ibook, yes it was in lsmod === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu [12:03] fine [12:03] ogra_ibook, but mii-tool said that: SIOCGMIIPHY on eth0 failed [12:03] so if you ifup it, it doesnt come up (without playing with the physical layer with mii-tool) ? [12:03] ogra_ibook, no MII interfaces found [12:04] does it come up with: sudo ifup eth0 (forget about mii-tool for now) [12:04] ogra_ibook, ehhh I got to reboot again to test it ;) [12:04] try it [12:04] it should work [12:04] ogra_ibook, could you tell me what should I do to make it workable before reboot? [12:05] ogra_ibook, modprobe [module] ? [12:05] ogra_ibook, and then ifup eth0 ? [12:05] the module should be loaded on boot already, check with lsmod [12:05] ogra_ibook, (forget sudo part because I'm lazy and I always do sudo -H -s ;) ) [12:05] its only the upping of the iface that fails afaik [12:06] ogra_ibook, it wasn't [12:06] ogra_ibook, I verified this with lsmod and dmesg | grep eth or dmesg | grep rtl [12:07] ogra_ibook, maybe it's because I have to hit Ctrl-C to boot [12:07] might be ... [12:07] ogra_ibook, boot procedure hangs on "detecting and configuring hardware" (or something like this) and I got to Ctrl-C to boot [12:08] how long did you wait before ctrl-c ing ? [12:08] uuuh long [12:08] and do you have any scsi adapter in this machine ? [12:08] about 4-5 min [12:08] ogra_ibook, well no, I don't [12:08] scsi is set to wait up to 2 min for the devices to initialize [12:09] ogra_ibook, only card reader connected via USB === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu [12:09] ogra_ibook, but I disconnected this when trying to find what is the problem [12:10] anyway, if you dont get the iface up with modprobe and ifup, please file a bug, assigned to udev [12:10] ogra_ibook, this card reader mounts 4 "drives" as sd....something I don't remember... [12:10] yu can also try to get hold of Keybuk in #ubuntu-devel to debug this further if he has the time ... [12:11] ok I'll try to reboot now and we'll see then [12:11] thanks for help === rikai [n=gtk2@pool-70-105-255-32.port.east.verizon.net] has joined #ubuntu-motu === ealden [n=ealden@ipdial-169-207.tri-isys.com] has joined #ubuntu-motu === Gloubiboulga [n=gauvain@84.5.33.174] has joined #ubuntu-motu [12:51] dholbach, I've sent the package on REVU: http://revu.tauware.de/details.py?upid=1469 [12:55] cool [12:58] hi [12:58] salut raphink [12:59] a roule? [12:59] yep :) [12:59] cool :) [01:03] hmmm [01:04] grrr usbview has no MoM report [01:04] :s === Czessi_away [n=Czessi@dslb-084-059-006-187.pools.arcor-ip.net] has joined #ubuntu-motu [01:08] crimsun: Bah, you win again! [01:12] hmm anyone with a PPC here? === martinex [n=Marcin@194.114.146.58] has joined #ubuntu-motu [01:17] dholbach: you have a ppc ? [01:17] ;) [01:18] ogra_ibook, ping [01:22] martinex: he's in an Edubuntu meeting atm [01:22] crimsun, ok... [01:23] crimsun, thanks [01:40] raphink: no, sorry [01:41] dholbach: ok ;) [01:41] i'm out for getting food - bbl [01:41] hi btw dholbach :) [01:41] ok === infinito [n=infinito@VPNPOOL01-0187.UNI-MUENSTER.DE] has joined #ubuntu-motu [01:52] raphink: You can try to ask Amu (is in #kubuntu-devel) for ppc. he build kde 3.5 packages for ppc [01:52] no it's fine [01:52] :) [01:52] thanks Czessi_away === Czessi_away [n=Czessi@dslb-084-059-006-187.pools.arcor-ip.net] has left #ubuntu-motu ["Kopete] === Czessi [n=Czessi@dslb-084-059-006-187.pools.arcor-ip.net] has joined #ubuntu-motu === luk [n=luk@201.199-201-80.adsl.skynet.be] has joined #ubuntu-motu === jsgotangco [n=jsg@host-202-163-253-29.dhcp.infocom.ph] has joined #ubuntu-motu === raptoid [n=raptoid@81.213.137.90] has joined #ubuntu-motu === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu === rikai [n=gtk2@pool-72-65-112-157.ptldme.east.verizon.net] has joined #ubuntu-motu === doko [n=doko@dslb-084-059-103-061.pools.arcor-ip.net] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu === mitsuhiko [n=blackbir@ubuntu/member/mitsuhiko] has joined #ubuntu-motu === vuntz [n=vuntz@fennas.vuntz.net] has joined #ubuntu-motu === vuntz [n=vuntz@fennas.vuntz.net] has joined #ubuntu-motu === vuntz__ [n=vuntz@fennas.vuntz.net] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] === rikai [n=gtk2@pool-72-65-112-157.ptldme.east.verizon.net] has joined #ubuntu-motu === markuman [n=markuman@p50924B3F.dip.t-dialin.net] has joined #ubuntu-motu === thierry_ [n=thierry@modemcable038.65-131-66.mc.videotron.ca] has joined #ubuntu-motu [02:59] hello thierry_ [03:01] hi Gloubiboulga === zakame [n=zak@210.1.94.137] has joined #ubuntu-motu [03:04] evening MOTUs :) [03:04] hi zakame [03:06] heya Gloubiboulga [03:07] zakame : could you review my package, you already advocated it before but I had some changes to add, I changed the name, now it's libfxscintilla [03:09] thierry_: link? :) [03:10] zakame : http://revu.tauware.de/details.py?upid=1459 === zakame checks [03:11] zakame : and the one you advocated http://revu.tauware.de/details.py?upid=1298 === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu [03:13] thierry_: I think you don't need to have a versioned libfxscintilla17-dev, a libfxscintilla-dev should be fine === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu [03:14] wb Kaloz [03:14] er Kyral [03:14] morning [03:14] well, this is interresting [03:15] gkrellm runs...but doesn't show up in X [03:15] huh? [03:15] zakame : well the debiand librairy packaging guide says it's better and sistpoty toot [03:15] too* [03:16] I dunno [03:16] thierry_: well, that would be so if you're willing to keep multiple versions of the same lib [03:16] X seems borked...wierdly [03:16] in dapper/dapper+1 [03:17] zakame : well I do, when the new version of the lib will be released, I'll add it === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu [03:18] and anyway it had to follow the the SONAME no? [03:18] thierry_: I presume you'll also notify persons building on your lib to chase transitions as well ;) === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-motu === ivoks [n=ivoks@lns01-1372.dsl.iskon.hr] has joined #ubuntu-motu [03:18] for libfoo-dev not really [03:19] thierry_: in debian/rules, isn't the lib built as shared? [03:19] yes [03:19] then why the explicit --enable-shared? [03:19] I think you can turn that off [03:20] zakame : I had big problems with .so files and the upstream author told me to do that anyway === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu [03:21] wb \sh :) [03:21] thierry_: ah, k [03:21] zakame : so, if I change for libfxscintilla-dev, you advocate? [03:23] thierry_: I could go on any way actually :) looks nice === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] [03:24] k then I'll leave it this way to follow sistpoty tips [03:25] <\sh> re === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu [03:27] Now there is a wierd hiccup === _jaldhar [n=jaldhar@pcp04197965pcs.crosky01.pa.comcast.net] has joined #ubuntu-motu [03:28] zakame : k then I'll leave it this way to follow sistpoty tips [03:28] ok [03:29] zakame : so feel free to advocate anytime you want [03:33] <\sh> Czessi: ping === zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-motu === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu === hub [n=hub@storm-gw.xandros.com] has joined #ubuntu-motu [03:42] zakame : so I should only change Package: libfxscintilla17-dev to Package: libfxscintilla-dev and take off provides and conflicts [03:42] ? [03:42] yes [03:44] k [03:45] zakame : rebuilding and I'll reupload === Yagisan [n=jamie@60-240-125-87.tpgi.com.au] has joined #ubuntu-motu === Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu [03:47] \sh: ping [03:47] <\sh> Yagisan: pong [03:48] \sh: you most likely have noticed wine FTBFS as 64bit native by now [03:48] <\sh> Yagisan: no i didn't because I never build it..but will do later this day [03:48] \sh: oh - just a sec then [03:49] <\sh> I'm just coming home and had to sort out some more important stuff :) [03:49] \sh: http://bugs.winehq.org/show_bug.cgi?id=4281 [03:49] Error: Unknown bugtracker [03:50] \sh: reported it yesterday. I spoke with #winehq [03:50] bad Ubugtu [03:50] <\sh> Yagisan: glibc issue? [03:50] <\sh> in thread management? [03:50] \sh: and they think wine64 would be ok if you just mv * *-64 all the binaries for the 64bit native build [03:51] \sh: actually - they haven't written part of it - that's why it FTBFS [03:51] <\sh> Yagisan: hum? what they didn't write? [03:52] <\sh> glibc.c:56: warning: cast to pointer from integer of different size [03:52] <\sh> this is a nice one :) [03:53] <\sh> this would cause a nice segfault somehow... === lamont [n=lamont@mib.fc.hp.com] has joined #ubuntu-motu [03:54] \sh: anyway - as 64bit native is currently a no-go, I was going to just finish off the wine32 package, and set normal wine to [!amd64] [03:54] \sh: unless you have other changes you'd like to do [03:55] <\sh> Yagisan: getting wine64 running [03:56] <\sh> if we go on with the amd64 adventure we should provide all possibilities...even 64bit wine for running non-existent win64 apps [03:57] \sh: yes - but as that dosen't work, I was just going to comment that out in the rules file, until the next upstream release before trying again [03:58] personally, I'd like to see all apps that can run on amd64, running on it, even if it is a 32bit compatibility app - otherwise amd64 as an arch is a waste of time [04:00] <\sh> Yagisan: ok...move the 32bit stuff then into a wine64-compat package and create an empty wine64 package, with amd64 only so we have at least all preparations done for the ongoing project [04:02] \sh: I have the package set up as wine = native compile, wine32 = 32bit compile. the rules are there, and just need a quick toss through pbuilder to make sure they work [04:02] \sh: 1 issue is I need to work out what version wine is from inside debian/rules [04:03] \sh: so I can correctly sed debian/files at build time === Yagisan waits for pbuilder to finish [04:06] <\sh> Yagisan: check debian/changelog :) === spacey_ki [n=spacey@flits101-191.flits.rug.nl] has joined #ubuntu-motu === _jaldhar is now known as jaldhar === Gloubiboulga is now known as Gloubi_Aw === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu [04:12] zakame : could you readvocate? I uploaded the last change... this will probably be the last time you have to advocate it [04:12] thierry_: yeah, just got the mail [04:13] would someone with main upload privs please request a sync from Sid of ttf-dejavu? [04:14] it's preventing me from diagnosing a bug report on cacti, because rrdtool is uninstallable due to the dependency on ttf-dejavu [04:15] <\sh> crimsun: did u test the fontpackage? [04:15] <\sh> I wonder why there is a ubuntu version of this === lfittl [n=lfittl@81-223-149-226.rasumofskygasse.xdsl-line.inode.at] has joined #ubuntu-motu [04:16] it's a -0ubuntu1 because of new upstream version [04:16] I need one more advocate to have my package accepted anyone who would like to review it? ajmitch maybe? http://revu.tauware.de/details.py?upid=1470 [04:16] <\sh> and which version is the new sid package? [04:17] zakame : could you delete libfxscintilla1.6 and libfxscintilla17 entries please in REVY ? [04:17] <\sh> hehe...2.1-1 [04:17] <\sh> crimsun: you have to merge it manually [04:17] <\sh> crimsun: i think we have a different orig.tar.gz for this version....as always with 0ubuntu1 versions [04:18] thierry_: hm they're already archived, and I don't know how to delete ;) [04:20] <\sh> thierry_: just upload again :) [04:21] d'oh, it is a different tar.gz === fredix [n=fredix@153.70.97-84.rev.gaoland.net] has joined #ubuntu-motu [04:21] <\sh> crimsun: as I said :) [04:21] \sh : upload what gain? [04:21] <\sh> crimsun: you don't mean the mail on ubuntu-users about "[Dapper-i386] Package "cacti" error messages on install/uninstall & won't uninstall." [04:22] <\sh> thierry_: libfxscintilla* [04:22] <\sh> thierry_: if you need to [04:22] \sh: yes, that one [04:22] \sh : no no it just that I changed two times of package name so want that someone delete the old ones [04:23] <\sh> thierry_: will look into it... [04:24] <\sh> terminate called after throwing an instance of 'std::logic_error' [04:24] <\sh> what(): basic_string::_S_construct NULL not valid [04:24] <\sh> Aborted [04:24] <\sh> crimsun: but this looks more like an dpkg or debconf problem [04:29] \sh: that's my impression, too, but I need to ensure it's not in my merge [04:29] <\sh> crimsun: what is the build error because of ttf-dejavu? [04:29] \sh: not a build error, an uninstallable rrdtool [04:30] \sh: which is another issue that puzzles me: the user _somehow_ got cacti to attempt to upgrade despite the unmet dependency in rrdtool [04:31] the whole thing just stinks of --force-depends and such [04:32] <\sh> crimsun: yepp [04:32] <\sh> let me fix librrd2 first [04:34] \sh: great, thanks [04:34] <\sh> crimsun: I move the build-dep towards our version, which should be the same somehow as debians, but 0ubuntu1 [04:35] \sh: yep, that's sufficient === Yagisan curses at firefox crashing while submitting website registration [04:38] hehe, "to reproduce, try register some domains". [04:38] :-) [04:38] <\sh> lol === Yagisan counts his blessings that it died before actually transmitting the data, and not mid way through === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-motu [04:46] is sunbird a too big package for cdbs? [04:50] thierry_: why should it be? [04:51] don't know... I tough cdbs was for small package only, anyway forget it, sunbird is far too complex for me [04:51] dholbach : but I have a package be reviewed, would like to do it? I need one more advocate and it's ok to upload [04:51] to be reviewed* [04:52] no, cdbs should not be the issue [04:52] about the review, not [04:52] about the review, please ask somebody else - i was just about to leave [04:52] sorry [04:53] k no problem [04:53] raphink : are you a MOTU? [04:54] not yet ;) [04:54] slomo : could you review my package? [04:54] ;) === Gloubi_Aw is now known as Gloubiboulga [04:56] siretart : could you review my package? === rikai [n=gtk2@pool-64-222-246-38.ptldme.east.verizon.net] has joined #ubuntu-motu === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === allee [n=ach@allee.exgal.mpe.mpg.de] has left #ubuntu-motu ["Konversation] === markuman [n=markuman@p50924B3F.dip.t-dialin.net] has joined #ubuntu-motu === selinium [n=selinium@82-45-118-133.stb.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu === greenpenguin13 [n=greenpen@user-4182.l6.c3.dsl.pol.co.uk] has joined #ubuntu-motu === herzi [n=herzi@d093240.adsl.hansenet.de] has joined #ubuntu-motu === psusi [n=chatzill@69.44.168.233] has joined #ubuntu-motu === azeem [n=mbanck@host45.natpool.mwn.de] has joined #ubuntu-motu [05:58] what is this buisness about compatibility levels I read about in the man pages for the dh_ scripts? how do you check/set which level a package is using? [05:59] nevermind.... looks like compat contains a 4... that explains why dh_strip --dbg-package isn't doing what it should... [06:01] \sh: I'm about to head to bed, hopefully only thing left to do with wine is my changelog sed foo. I'll finish testing tommorow. Do I send you a debdiff, post a debdiff to malone, or upload to revu for comments ? [06:06] <\sh> send me the debdiff === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu [06:12] when is the MOTU meeting? [06:13] <\sh> tomorrow? [06:15] boah, finally my laptop is running dapper, after near endless struggle with 2.6.15 === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu [06:15] only oops is broken like hell :/ [06:15] hi Fuddl [06:15] hi siretart! [06:16] siretart: how's your foot? [06:16] Fuddl: better, thanks [06:17] hi all, non-package question... i started working on DapperFlight3 and would like to mention some high level notes about some of the more significant *verse improvements, is there anything you guys would like to see mentioned? I looked through the various reports and such but thought i would just ask anyway [06:18] siretart: that's good to year, hope you'll be as fast as usual, soon again ;) === FireRabbit [n=FireRabb@c-67-183-18-60.hsd1.wa.comcast.net] has joined #ubuntu-motu [06:19] siretart: btw. /me bought some cheap but f**cking loud party-speakers. first try-out will be on schloss-lan *smiiiile* [06:19] mgalvin: can you please ping me at segfault@ubuntu.com when its done? i'd like to translate it to pt_BR. [06:21] segfault: sure [06:21] thanks [06:22] np [06:26] \sh: ping === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu === JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu [06:29] hey Fuddl [06:30] hi dholbach === infinito [n=infinito@VPNPOOL01-0187.UNI-MUENSTER.DE] has joined #ubuntu-motu [06:30] dholbach: wasn't it you, who had a quake3 loki cd? [06:30] Fuddl: no, i shouldn't think so :) [06:31] ah ok.... but somebody spoke to me in this channel, he/she had problems with quake3-data, installing from the loki quake3 cd... [06:31] who was it?!? HANDS UP! ;) [06:31] Riddell, could you have a look at http://revu.tauware.de/details.py?upid=1468 again when you hot time? Thanks [06:32] <\sh> Czessi: pong [06:32] Gloubiboulga: yes, but not just now so poke me again if I forget [06:32] Riddell, np [06:32] \sh: hi \sh [06:33] <\sh> Czessi: did you read the remarks on kiso? [06:33] \sh: in revu? yes i did [06:37] <\sh> Czessi: can u fix it? I have the ok from sistpoty to upload...he will advocate later :) === vuntz [n=vuntz@fennas.vuntz.net] has joined #ubuntu-motu [06:39] \sh: what must i fix? http://revu.tauware.de/details.py?upid=1464 the lintian overwrites? [06:39] <\sh> Czessi: 1. the orig.tar.gz is changed... [06:40] <\sh> Czessi: you changed the contents of the original upstream source tarball and repackaged it...in this case it shouldn't happen :) === thierry_ [n=thierry@modemcable038.65-131-66.mc.videotron.ca] has joined #ubuntu-motu [06:40] <\sh> Czessi: try to fix the issues in the orig source tree with patches or directly modify the debianized source tree and move the changes into diff.gz [06:40] \sh: i build a completd new package and upload it the last night [06:41] <\sh> Czessi: oh shit...I just didn't see it...damn blindness === eruin [n=eruin@unaffiliated/eruin] has joined #ubuntu-motu === MagnusR [n=magru@85.194.14.142] has joined #ubuntu-motu [06:43] \sh: hehe, i will contact the author of kiso, that he fix the source problems in the next release === Yagisan [n=jamie@60-240-125-87.tpgi.com.au] has left #ubuntu-motu [] [06:44] <\sh> Czessi: why is this happening? what causes those broken files? [06:44] <\sh> Czessi: could you remove them directly from source and move the removals into diff.gz... [06:46] <\sh> grmpf [06:46] chninkel_away: I just uploaded your ifplugd patch, please check the buildlogs and close the bug afterwards === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu === raptoid [n=raptoid@85.102.193.204] has joined #ubuntu-motu === JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu [06:53] <\sh> grampf..currently kdelibs4 is broken [06:55] <\sh> Czessi: anyways..advocated..we can have a look later when kdelibs is installable again :) [06:57] \sh: I wanted to delete the files, at the end of the build i became an error. cause debuild try to delete this files a second time [06:58] Screen...mmm [06:58] lol [06:58] <\sh> Czessi: but what causes the creation of those files? the "autoreconfigure" call? [07:02] <\sh> Czessi: are you whitelisted for dapper-changes? [07:03] <\sh> Czessi: because you should get a "katie" mail when elmo moves your package out of NEW...and your name will be announced on dapper-changes..please document your work as well on your personal wiki page on wiki.ubuntu.com :) [07:04] \sh: whitelisted? [07:04] <\sh> Czessi: and congratulation for your first package in the official archives of ubuntu :) [07:04] <\sh> Czessi: I just uploaded your package [07:04] \sh: thanl [07:04] bbl [07:04] \sh: thanks and i update my Wiki page :) [07:05] <\sh> Czessi: kewl...then we can go "The Way Of The MOTU" :) === infinito [n=infinito@VPNPOOL01-0187.UNI-MUENSTER.DE] has joined #ubuntu-motu === ogra_ [n=ogra@p5089CD85.dip.t-dialin.net] has joined #ubuntu-motu === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu === lfittl [n=lfittl@83-65-242-100.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [07:40] bed time after 84 hours [07:40] *z === cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu [07:41] <\sh> crimsun: good night sleep tight :) === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu [07:43] crimsun: 84 hours ....what are you doing? good night ;-) === vuntz [n=vuntz@fennas.vuntz.net] has joined #ubuntu-motu [07:53] poor crimsun - you rock! [07:54] <\sh> crimsun: which list are you working on for the merges? [07:58] can I get somebody to look at a Makefile (http://paste.ubuntu-nl.org/6971) for me? I am trying to figure out if DESTDIR and PREFIX are used correctly [08:00] LaserJock: PREFIX should be configurable, if possible [08:00] is that program using autoconf? [08:00] no === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu [08:01] it is just a make make install [08:01] then maybe it should default to /usr/local, and Ubuntu should patch that to say /usr [08:01] but that might be cosmetic [08:01] that is what I am doing ;-) [08:02] I pasted the patched Makefile [08:03] ah :) [08:03] I don't have time to look at the rest, but from a first glance, it looked OK [08:03] off to a party now, laters [08:03] cy azeem [08:06] <\sh> Czessi: did you get a katie mail? kiso is just approved for NEW :) [08:07] <\sh> someone, please tell seth that md5deep is uploaded [08:08] \sh: Do you have some time to review a package? [08:08] <\sh> lfittl: when I'm getting up again :) I wanted to sleep a couple of hours now.... [08:08] \sh: k, gn8 then ;) [08:09] <\sh> lfittl: but I'm doing in the moment some more reviewing stuff :) while others are working on merges :) (normally it's the opposite :)) [08:10] \sh: well, the REVU list is long, so that's a good thing to do :) === ptlo [n=senko@83-131-77-159.adsl.net.t-com.hr] has joined #ubuntu-motu [08:16] \sh_away: :) [08:17] LaserJock: install -s strips the program while installing, it might be better to install unstripped and then let dh_strip handle it based on DEB_BUILD_OPTIONS [08:19] azeem: would that be something that I should patch or should upstream change that? [08:19] you should patch [08:19] you can ask upstream whether that change is acceptable [08:20] upstream wants it to strip when you build and install directly from source, which is generally correct [08:20] opinions probably vary on that, but I think normal automake/autoconf programs do not get installed stripped by default [08:20] they usually do, though sometimes there's a makefile variable that controls stripping === thierry_ [n=thierry@modemcable038.65-131-66.mc.videotron.ca] has joined #ubuntu-motu [08:22] ok, I will patch it since I will already patch to change the PREFIX === luk [n=luk@185.106-201-80.adsl.skynet.be] has joined #ubuntu-motu [08:24] anything else needing tweaking? Upstream is nice enough that he will include the changes I need into the next release. [08:26] hmm [08:26] is this worth packagaing? [08:26] http://www.gnomefiles.org/app.php?soft_id=1065 [08:26] the deb he has listed isn't in the repos === xerxas [n=xerxas@248.173.97-84.rev.gaoland.net] has joined #ubuntu-motu === Gloubiboulga [n=gauvain@84.5.33.174] has joined #ubuntu-motu === phlaegel [n=phlaegel@atdot.ca] has joined #ubuntu-motu === Kyral shrugs and goes to mail Upstream [08:39] Can't hurt [08:44] bugs in LP about merges are confusin [08:44] hmm well actually no [08:44] it's just lucas' interface that lists bugs that have been fixed for previous merges [08:44] so this is confusing [08:48] Always nice to ask Upstream before packaging something [08:48] just in case [08:49] in case what? [08:50] anyone to sync packages? === Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu [08:50] yop Tonio_ [08:51] bye [08:51] raphink: re ;) [08:51] LaserJock: In case they were gonna do it [08:51] I need someone to sync packages please :s [08:51] Kyral: that makes sense I guess [08:52] I just randomly go through GNOMEFiles and look for things now lol [08:53] Kyral: me too although I am going through kde-apps.org as well since I installed kubuntu-desktop a while back [08:53] Actually I have to email the upstream for Yamysqlfront and ask him when his next version is coming out... === lukas_ [n=lukas@pcp02403042pcs.brdgtn01.nj.comcast.net] has joined #ubuntu-motu === lfittl [n=lfittl@83-65-242-100.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu [09:18] ajmitch: while you are here, why dotGNU when there is Mono? just curious [09:28] argh, how does one get the latest source tree from a bazaar/arch ? [09:29] moin [09:29] bzr get ? [09:30] ogra, baz [09:30] oh, bazaar === ogra_ibook is happy he has forgotten everything about bazaar :) [09:31] but baz get should work as well [09:31] yeah just tried [09:31] seems to do something [09:31] yup [09:31] great, thnx [09:32] ogra_ibook: hm did we switch to gnome-screensaver? [09:32] ogra_ibook: i see that xss is removed [09:33] we are about to, yes [09:33] coo [09:33] l [09:33] ive been using it for awhile [09:33] and g-p-m [09:33] gpm seems to suspend alot slower than just acpi-support [09:34] might be d-bus in the way [09:35] hmm, no, actually not [09:35] currently it uses gdm directly for suspend and hibernate ... shouldnt differ from the logout dialog [09:44] what would be the Debian versioning for a small change in packaging? [09:44] -X to -X+1 ? [09:51] LaserJock: yes... even for big changes in packaging :) [09:52] slomo: but not -X to -X.1 or something like that? [09:53] that's for NMU [09:55] oh, ok [09:55] why do you ask? :) [09:55] well, I just got my first package in Debian and I found a small mistake in debian/rules [09:56] I'm not sure if I should bother fixing it now or wait for a new upstream release [09:56] which package? ;) and how critical is the bug? [09:58] plotdrop and the bug is tiny (I think). I set up the makefile to use DESTDIR and for some reason my corresponding change to debian/rules didn't make it in. [09:58] It doesn't change anything as far as the binary package is concerned [09:59] then i would wait for the next upstream version [09:59] is it already out of NEW? [09:59] no, I don't think so [09:59] I just got an email from katie [10:00] hehe [10:02] huhu slomo, hi LaserJock [10:02] hi siretart :) [10:02] hi siretart [10:02] slomo: did you catch siggi? [10:03] damn... i forgot to write the mail :( sorry... [10:04] no problem [10:05] i hate my memory... i need a memory upgrade ;) i'll try to write it tomorrow... or do you want to do it now? [10:07] I'm currently busy, I'll do it tomorrow aswell.. [10:07] I'd do it tomorrow.. === marcin_ [n=marcin@194.114.146.58] has joined #ubuntu-motu === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu [10:10] siretart: hmm, then you better do it... i could do it only in the evening :/ [10:10] hi all [10:11] hi lucas [10:21] anyone who could review my package for a second advocate? http://revu.tauware.de/details.py?upid=1470 [10:22] dholbach: ping [10:31] I am interested in if/how people use revision control for packaging [10:32] LaserJock: I like svn and svn-buildpackage [10:34] ok, that sounds about like what I want to do. I've just never set up a svn repo before :( === rikai-2 [n=gtk2@pool-64-222-246-38.ptldme.east.verizon.net] has joined #ubuntu-motu [10:36] thierry_: done [10:39] siretart: what about bzr, would that work well for packages do you think? === derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has left #ubuntu-motu [] [10:40] LaserJock: I'd still love to see a 'bzr-buildpackage' and it already has some very promising aspects. But imo, it lacks some more features which I'd really love to see for packaging issues === Czessi [n=Czessi@dslb-084-059-006-187.pools.arcor-ip.net] has left #ubuntu-motu ["Kopete] [10:44] ok, so do you make a svn repo that holds all your packages and then checkout a local copy when you want to work on something? [10:44] lfittl: pong [10:45] siretart : with 2 advocate I get commited to universe no? what else could I need? [10:46] siretart: do you have some time to review http://revu.tauware.de/details.py?upid=1467 ? [10:52] thierry_: I just uploaded it for you. if you have been whitelisted, you should get an email from katie === poimen [n=poimen@66.231.167.61] has joined #ubuntu-motu [10:53] morning all [10:53] ? [10:53] lfittl: nautilus svn scripts? what that? [10:53] huhu ajmitch [10:53] hey ajmitch [10:53] hey siretart, hub, how's it going? [10:53] siretart: as the name says, nautilus scripts to manage a subversion working copy [10:53] ajmitch: fine [10:54] huhu hub! [10:54] LaserJock: I've started using bzr for nearly all my packages [10:54] lfittl: something like tortoise for windows? [10:54] ajmitch++ [10:54] siretart: exactly [10:54] ajmitch: do you use nested debian/ dir? [10:54] siretart: yes [10:55] sometimes that's the only branch I have [10:55] eek, why did jane attach a large pdf to her mail? :) [10:56] to some list? [10:57] to ubuntu-devel-announce [10:59] ajmitch, because evince starts faster than ooo2 ;) [10:59] obviously [10:59] ajmitch: do you know of any documentation on using bzr for packaging? [10:59] I think vista on an old pentium would start quicker than ooo2 [11:00] lol [11:00] LaserJock: nope, there's very little to it [11:00] who is usually doing the FTBFS checks ? [11:01] ajmitch: ok, well I feel totally lost, should I maybe try svn until I know what I'm doing? [11:03] LaserJock: if you want, but bzr it stuff like bzr init; bzr add; bzr commit -m 'Importing that debian packaging stuff' [11:03] in the debian/ dir [11:03] siretart: just noticed a small debian/copyright bug and uploaded the package again [11:09] lucas: hi [11:09] lucas: the LP column on your merges table is pretty nice, but it lists the bugs reported and already fixed on previous merges, which is confusing. [11:10] ajmitch: so do you have a bzr repo for each upstream version? or just one for each package [11:10] raphink: I just use the info sistpoty gave me ;) [11:10] lucas: hehe ok ;) [11:10] ajmitch: how do you share your nested bzr archives? [11:10] lucas: well just lettin gyou know I find this confusing [11:11] because it doesn't help finding out whether a package is already being merged or not [11:11] ajmitch: I find it very annoying that bzr get $url doesn't fetch nested archives :( [11:12] btw, I found a good svn-buildpackage wiki at http://workaround.org/moin/SvnBuildpackage [11:13] yes, that one is quite nice [11:14] raphink: can you give an example of bug where it is a problem ? [11:14] err of package [11:14] lucas: example: pstoedit [11:14] the 3rd in the list of merges to do [11:15] https://launchpad.net/distros/ubuntu/+source/pstoedit/+bug/5034 [11:15] Malone bug 5034: "pstoedit: libstdc++ new allocator build" Fix req. for: pstoedit (Ubuntu), Severity: Normal, Assigned to: MOTU Merge Team, Status: Fix Committed http://launchpad.net/bugs/5034 [11:15] this bug is months old [11:15] and fixed [11:16] it's a problem with sistpoty's database [11:16] oki [11:16] it also shows as Accepted on http://tiber.tauware.de/~sistpoty/MoM/index.py?state=accepted [11:16] LaserJock: I branch off a new debian/ branch for a new upstream version at the moment [11:16] siretart: sharing is something I'm not too concerned about at the moment :) [11:17] since it's mostly for me to keep track of things [11:18] yes. for local use, bzr is indeed nice. but for shareing and collaborating I think svn-buildpackage is best [11:18] hm [11:18] short notice for motu meeting [11:18] perhaps darcs-buildpackage, but I'm not that used to darcs [11:18] so will there be a bzr-buildpackage? [11:18] yes, some day === ajmitch wonders what will break in today's dist-upgrade round [11:20] raphink: please report the problem to sistpoty [11:20] hmm ok [11:20] I can't do any filtering for this [11:20] when he's here [11:23] lfittl: I read you wanted to change the name of the motutools package? whats the new name? [11:24] I think I hit a new personal record of 21 firefox tabs open at the same time ;-) [11:24] siretart: where did you read that? [11:24] argl [11:24] siretart: I think you mean lucas [11:24] s/lfittl/lucas/ [11:24] yes === nnonix [n=null@nat.ll.net] has joined #ubuntu-motu [11:24] k :) [11:24] siretart : how do I get whitelisted? [11:25] thierry_: https://wiki.ubuntu.com/Uploads [11:25] ah [11:25] thierry_: ask elmo, better via email [11:25] multidistrotools [11:25] (alias mdt) [11:25] but it's not uploaded to REVU [11:26] thierry_: send a request to get whitelisted to keyring@ubuntu.com [11:26] lucas: do I assume right, you are motu but not added yet to the keyring? === ajmitch hadn't heard that [11:26] I'm a member, not a ubuntu-dev memeber [11:26] ah, ok [11:26] hi all [11:27] how can be xdvdshrink added to the multiverse rep? [11:27] i meant universe [11:27] lfittl : if I already sent my gpg key to keyring@ubuntu.com before, I am whitelisted? === nnonix [n=null@nat.ll.net] has left #ubuntu-motu [] [11:28] thierry: you should get a notification that tells you your RT ticket number (if I remember correctly), and that ticket will be processed by elmo [11:30] don't you need to email upload@ubuntu.com to get whitelisted? [11:31] siretart : what is the elmo e-mail? [11:31] I'd guess elmo gets the email anyway [11:32] james.troup@u.c [11:33] LaserJock: you are right, that was upload@ubuntu.com and not keyring@ubuntu.com :) [11:34] lucas: I don't know that your just added Meeting item is relevent for MOTU since it is community maintained [11:34] siretart: did you found some time to review my package, or should I ask you tomorrow? [11:34] or did you have something else in minde? [11:35] LaserJock: I think uploaders should understand that they cannot just upload a package and then go away [11:35] it's dangerous [11:35] lfittl: just a sek [11:35] we already have >300 packages in universe which are not in debian [11:35] siretart: k :) [11:36] and we don't have any orphaning process, or way to determine which packages are important [11:36] I am more concerned with what happens when we want to get those >300 packages into debian, who is going to be the maintainer? [11:36] we don't do security support, but it doesn't mean universe packages should just be big black holes [11:36] some might need to be dropped in the process [11:37] I wouldn't think it would be a problem so much for us since somebody will come along to take care of orphaned packages I suppose [11:37] but I think having teams would help [11:39] I started looking at this issue yesterday (thanks to mdt) for the MOTUScience team [11:39] siretart: thanks for the ifplugd upload, where can I check the build logs ? === xerxas [n=xerxas@152.107.98-84.rev.gaoland.net] has joined #ubuntu-motu [11:40] I got a package that hadn't built in over a year working again (actually Riddell did it) [11:41] but it came in through apt-get.org so there it wasn't being maintained [11:41] pending upload bug status doesn't exist anymore ? replaced by fix commited ? [11:41] I think so [11:41] chninkel: http://people.ubuntu.com/~lamont/buildLogs === wjb [n=warren@c220-237-173-120.lowrp1.vic.optusnet.com.au] has joined #ubuntu-motu [11:43] siretart: thks === moquist_ [n=moquist@pool-70-109-185-148.man.east.verizon.net] has joined #ubuntu-motu [11:46] lfittl: did you see this one? http://revu.tauware.de/revu1-incoming/nautilus-svn-scripts-0601101710/lintian [11:47] siretart: I was told by several people that cdbs and debhelper should be build-depends because of debian/rules clean [11:47] and that lintian is wrong in this case [11:47] ah, ok [11:48] ok, I'm happy. will advocat [11:48] e [11:49] thanks :) [11:49] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344609 [11:49] Debian bug 344609: "better build-depends-indep check" Package: lintian, Version: lintian/1.23.14., Maintainer: Debian Lintian Maintainers http://bugs.debian.org/344609 [11:49] marked as pending upload change for lintian [11:49] hope we get this in before uvf ;) [11:49] why, it's only a check :) [11:50] siretart: make sure you upload the newer package, as you commented on the old one [11:51] lfittl: oh, thanks for noticing [11:52] who is Yann on the wiki ? [11:52] raphink: ? [11:52] yes lucas ? [11:52] it's me === terrex [n=capitant@84-122-90-162.onocable.ono.com] has joined #ubuntu-motu [11:54] lfittl: just uploaded [11:54] siretart: thanks :) [11:57] ah [11:57] chninkel: is it motureviewers [11:57] on MOTUMerging [11:58] fixing it, but wanting to make sure you knew your spelling was wrong [11:58] lucas: I just changed PendingUpload to Fix Commited [11:58] I saw one of your bugs which was Fix Committed but not assigned to motureviewers [11:58] ah ok [11:58] no pb [11:58] lucas: didn't change anything else... or did I make a mistake ? [11:59] lucas: which bug ? [11:59] it's no big deal anyway :-) [11:59] I dunno === lucas looking for it [12:00] lucas: oups I forgot a t in committed [12:00] ah [12:00] fix it ;) === plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu [12:01] lucas: will fix the motureviewers mispelling also [12:01] I did it I think [12:01] https://launchpad.net/distros/ubuntu/+source/gnome-backgrounds/+bug/6684 [12:01] Malone bug 6684: "backgrounds (Ubuntu) - gnome-backgrounds: merge new debian version" Fix req. for: gnome-backgrounds (Ubuntu), Severity: Normal, Assigned to: MOTU Merge Team, Status: Unconfirmed http://launchpad.net/bugs/6684 [12:01] I think you certified it was a sync, but forgot to fix the status/Assignment === rikai [n=gtk2@pool-64-222-246-38.ptldme.east.verizon.net] has joined #ubuntu-motu [12:01] raphink: same for you here: https://launchpad.net/distros/ubuntu/+source/usbview/+bug/6661 [12:02] Malone bug 6661: "usbview: merge new debian version" Fix req. for: usbview (Ubuntu), Severity: Normal, Assigned to: MOTU Merge Team, Status: Unconfirmed http://launchpad.net/bugs/6661 [12:02] oh thanks lucas I will [12:02] I thought lpbugs would do it