[00:22] Hello! I'm trying to make a debian package for elektra , but I'm stuck with a libxml problem - I think that the .xsl files required are succefully detected, but probably has something to do with the headers of xml: buildlog http://paste.ubuntu.com/262218/ - kdbtools.c http://paste.ubuntu.com/262217/ [00:22] I would appreciate some guidance :) [00:24] here are the debian/rules and control I'm currently testing: http://paste.ubuntu.com/262221/ - http://paste.ubuntu.com/262222/ [00:47] is there a tool which only updates specified files with a patch ? [00:50] c_korn: i don't know, but I think you could use filterdiff < file.diff | patch ? [00:50] c_korn: with filterdiff -i file1 [00:51] Ampelbein: thanks === Richie is now known as YDdraigGoch [02:09] ScottK: it wasn't filed on the wrong package, but it's possible the version of lintian on cocoplum gives spurious errors there [02:21] apt-rdepends will show reverse deps for all packages, not just the ones I have installed locally? [02:35] slangasek: OK. I've got the current lintian installed and don't get the error. OK if I invalid the bug? [02:36] ScottK: sure [02:37] Thanks. === micahg1 is now known as micahg [06:42] good morning [07:15] I've check https://wiki.ubuntu.com/UbuntuDeveloperWeek and the .pdf brochure, but none of them mention #ubuntu-classroom X0 [07:15] Should I edit the wiki page (provided it's indeed going to be #ubuntu-classroom)? [07:17] loic-m: it's on https://wiki.ubuntu.com/UbuntuDeveloperWeek/JoiningIn but I guess it'd be good to mention it on https://wiki.ubuntu.com/UbuntuDeveloperWeek too [07:18] that's really weird, I was sure I added it somewhere [07:18] http://webchat.freenode.net/?nick=openweek.&channels=ubuntu-classroom%2Cubuntu-classroom-chat might be a good link to put there [07:19] loic-m: are you adding it or shall I? [07:20] thanks loic-m for letting me know - fixed it [07:21] didrocks: https://wiki.ubuntu.com/UbuntuDeveloperWeek says "#u-classroom" for French [07:21] didrocks: are you sure that's right? === Richie is now known as YDdraigGoch [07:28] dholbach: thanks a lot. === YDdraigGoch is now known as Guest71540 === Guest71540 is now known as YDdraigGoch [07:32] if you can hepl out with translating questions into English (and translating the answers back into your language) during UDW, I'd appreciate if you could add yourself to the bottom of https://wiki.ubuntu.com/UbuntuDeveloperWeek [07:32] dholbach: hey [07:33] dholbach: yes, that's right. the classroom team changed the name 2 years ago and #ubuntu-fr-classroom is redirected to #u-classroom [07:33] ok [07:33] (because they don't push ubuntu-only classroom) [07:33] it just looked a bit weird [07:33] I agree, but you know... politics... :) [07:34] oh well :) [09:04] I subscribed a bug to uus at the beginning of August, now it's FF do I have to unsubscribe uus and subscibe motu-release? [09:05] loic-m_: it depends about which kind of upload you want to do [09:05] new packaging version, no code change [09:05] mainly to add a translation [09:06] no additional features? [09:07] nope [09:07] bug #410707 [09:07] Launchpad bug 410707 in ecm "Please update ecm to new Ubuntu revision of the packaging" [Undecided,Confirmed] https://launchpad.net/bugs/410707 [09:07] so, explicitly say so in the bug report and wait for a sponsor, it's ok not to subscribe motu-release for that kind of uploads [09:07] ok, thanks [09:07] np [09:08] (or at least it was when I was a motu-release member) [09:35] DktrKranz: Yes, you're right. We didn't change anything. [09:35] loic-m_: ^ [09:36] multiple contradictory and confusing grub update messages this am. [09:36] hope I chose the right options [09:36] we'll know soon enough! [10:17] rowinggolfer_: how did it go? [10:17] no worries ta. [10:18] was odd though [10:18] I got ncurses menus warning me about my menu.lst. [10:18] which I responded to [10:18] ciao! [10:19] then the upgrade continued... [10:19] then I got a message about how the menu.list had been locally modded, and did I want the dev's option. [10:19] i have something to ask [10:19] i maintain a program which depends on a library [10:19] no worries though... it's karmic alpha. [10:19] libdmtx0 [10:19] debian's sid and ubuntu have different versions [10:20] so I have ugly #ifdef in the code [10:20] as no other packages depends on it, can someone update it? [10:20] the change is trivial, no patches [10:20] just use the newer upstream [10:20] https://bugs.launchpad.net/ubuntu/+bug/396131 [10:20] Launchpad bug 396131 in libdmtx "update to 0.7.0" [Undecided,Confirmed] [10:21] matteo: who's ahead, karmic or sid?? [10:21] sid is ahead [10:21] 0.7.0 as upstream [10:21] karmic has still 0.6.0 [10:22] i could do it if I had dupload access [10:22] i have some PPA, and I was a debian mentor [10:22] i know the debian packaging system [10:24] !ffe | matteo [10:24] matteo: uvf is Upstream Version Freeze. For an exception, see https://wiki.ubuntu.com/FreezeExceptionProcess#head-9523bc4076ff011324d67cddc97969ec609618d6 [10:24] yes, i know about freeze [10:25] but as i said: [10:25] [~/src/barqode]$ apt-cache rdepends libdmtx-utils [10:25] libdmtx-utils [10:25] Reverse Depends: [10:25] [~/src/barqode]$ [10:26] i have filed the bug much time before the freeze [10:26] but none upgraded it [10:26] matteo: Right. But you will need approval from motu-release team anyway. And change the bug description to make it a 'sync' request. [10:26] ok [10:26] i'll fille the request form? [10:27] slytherin: the wiki says to file a bug, that's done already [10:28] i'll diff the upstream changelog too === dholbach_ is now known as dholbach [10:33] updated the bug with the requested info [10:44] matteo: the app you've developed is not packaged for ubuntu? [10:45] no [10:45] it's a simple qt app [10:45] qmake && make [10:45] wann it? [10:45] *wanna it? [10:45] it behaves weird with oldlibdmtx [10:45] sometimes it doesn't zoom etc. [10:46] also in the code i force 1 bit per pixel, and I get 24 [10:46] that's why I use 0.7.0 [10:46] works good in debian and OS X [10:46] and obviously in ubuntu compiled from sources ;) [10:47] http://teknoraver.net/software/barqode.tar.bz2 [11:11] Is anyone also facing problems with ga.debian.org redirection when using uscan on sourceforge projects? [11:11] I tried with my project, doesn't work anymore, and latest audacity watch file gives me the same error [11:11] "no matching hrefs for watch line" [11:12] loic-m_, yes, sf redirects are broken [11:14] thanks directhex [11:14] Is this only temporary (i.e. can I keep the watch file as it was before)? [11:15] i don't know the timescale for fixing it [11:16] ok [11:35] loic-m_: it's temporary, so keep it broken for now [11:35] it will eventually work again [11:35] thanks pochu === menesis1 is now known as menesis === rmcbride_ is now known as rmcbride [13:53] Can someone help me this? -> http://tinyurl.com/ljauml [13:53] /build/buildd/ika-0.62~39/engine/script.cpp:26: undefined reference to `Py_InitModule4_64' [13:54] sluimers: You mean help with understanding the error? [13:55] yes [13:56] are the build dependencies correct? [13:56] I mean this looks like the application is not compatible with the version of library against which it is getting linked. [13:57] My build-dependencies are: corona, libaudiere-dev, libaudiere-1.9.4, libwxgtk2.8-0, libwxgtk2.8-dev, libsdl1.2-dev, libwxgtk2.6-0, libwxgtk2.6-dev, zlib1g-dev, python-wxgtk2.6, python-wxgtk2.8, python2.4-dev, python2.5-dev, python2.6-dev [13:58] I'm pretty sure it isn't dependent on python 3.0 [13:58] and it only has this problem in the amd64 version. [14:43] sluimers: why have you added build dependencies for all python version? [14:44] sluimers: also you have added 2 wxgtk versions [14:47] I thought I might need them. I did them away now, except for version 2.6. [14:50] <_Fauchi95_> Hello! How can I submit a new package? [14:52] _Fauchi95_: you upload the package to http://revu.ubuntuwire.com/ [14:54] <_Fauchi95_> runasand, an how can I do this? sorry, but I don't can see a upload file [14:55] _Fauchi95_, you use dput to upload your source package [14:56] <_Fauchi95_> directhex, ok, thanks [14:56] _Fauchi95_: see https://wiki.ubuntu.com/MOTU/Packages/REVU [14:56] _Fauchi95_: You should know that we are finished accepting New packages for Karmic. [14:57] ScottK, only package bugfixes/patches now? [14:57] Yes. [14:57] Plenty of that to do. [14:57] does that include upstream bugfixes/patches? [14:57] <_Fauchi95_> ScottK, yes, I now, but if I had a bugfix? [14:57] Yes [14:57] cool, thanks. [14:57] _Fauchi95_, then it's not "a new package" [14:58] <_Fauchi95_> directhex, but I must upload it on revu, too? [14:58] _Fauchi95_: patches can be submitted in a bug report [14:58] _Fauchi95_, file a bug, attach a debdiff representing the update [14:58] <_Fauchi95_> hey, cool, this is easy *g* [14:59] <_Fauchi95_> as needs-packaging? no, it's packing. what categorie? [15:00] Heya gang [15:00] <_Fauchi95_> @runasand, directhex [15:00] _Fauchi95_, file it against the package you're updating [15:01] <_Fauchi95_> thanks [16:31] RainCT: hi [16:34] Hey there, I'm trying to upload something to PPA, but for some reason the app doesn't go into the package -> http://tinyurl.com/kr52jz === cemc1 is now known as cemc [16:35] https://wiki.ubuntu.com/UbuntuDeveloperWeek starting in 25 minutes in #ubuntu-classroom [16:37] loic-m_: hi [16:37] sluimers: #launchpad handles PPAs. [16:38] okay [16:43] RainCT: do I need to do something else for gmameui, or is the upload to REVU sufficient? [16:44] loic-m_: It's enough, I already uplodaded. Just not sure what will happen as it's past FF [16:46] RainCT: ok, thanks. Hopefully it gets in ;) [17:19] q. i would like to find somebody to teach my tech team how to build our packages (basic ones) and a repository to hold them, how can i find the proper personn to talk to [17:19] jetienne__: https://wiki.ubuntu.com/UbuntuDeveloperWeek has just started [17:20] stefanlsd: thanks looking [17:22] I'm trying to split knmap into knmap and knmap-data. I have tried both 'usr/share/icons' and 'usr/share/icons/*' in debian/knmap-data.install however, I get http://pastebin.ca/1549340 . [17:22] stefanlsd: oh you doesnt mean, this url contains a solution to my problem. more about "there are not here at the moment", correct ? [17:23] jetienne__: Ubuntu Developer Week is made to teach people about Ubuntu development. So its something your 'tech' team could attend to learn how to package etc [17:23] jetienne__: Else there a many resources on the web about how to package etc [17:24] stefanlsd: well hiring somebody doing it allday will be more efficient :) [17:25] jetienne__: Maybe you could contact canonical directly then. Most of here are community members. [17:25] stefanlsd: ok thanks [17:26] ryanakca: Append debian/tmp/ in front of /usr/share/icons/* [17:27] ScottK: Thanks [17:33] stefanlsd: do you know any community members who is competent/experienced and doing consulting on ubuntu ? [17:35] jetienne__: im sure there are many. i dont have anyone in mind though. [17:36] stefanlsd: ok, so what should i do, reask some other time ? any other suggestion ? [17:50] Hey guys, Ihave a PPA packaging issue I've asked before, but got sent to #launchpad, but #launchpad is sending me to #ubuntu-motu [17:50] My app file doesn't want to get into the package. -> http://tinyurl.com/kr52jz [17:51] sluimers: This channel is really for Ubuntu packages. [17:56] ScottK: technically, sluimers has an issue with an ubuntu package. [18:04] cprov: Is it's going into a PPA it's not an Ubuntu package. [18:04] Is/If [18:07] ScottK: that's not the right attitude, you know ... every packaging hitting PPA is ultimately targeted to ubuntu. [18:08] cprov: No. They aren't. [18:08] cprov: My definition for that would be intended to get into the official archive. [18:10] ScottK: okay, fine ... this is definitely going nowhere. [18:10] That's what we do here. [18:11] You may not like it, but that's why this channel exists. [18:11] ScottK: I see ;) [18:11] ScottK: no heart feeling, I respect your position. [18:36] hi , where can i find a mentor in Ubuntu? [18:36] try the mailing list , but no luck [18:37] wizz_: Best way is just to ask specific questions here and usually someone will answer. [18:38] * ScottK keeps thinking some Universe package will get to build on Sparc, but no. [18:45] ScottK:thx! [19:00] <_Fauchi95_> Hello! I have seen, that a apostrophe in a description of a package is wrong. sould I fix this to karmic, karmic-updates or should I do nothing? === kirkland` is now known as kirkland === DktrKran12 is now known as DktrKranz [19:22] Hey guys, not a motu question but does anyone know when the ubuntu key server can be expected to be back up? === ghostcube_ is now known as ghostcube [19:59] someone has an idea why i get a no-copyright-file error from lintian when building a package with debuild although there is a copyright file in my debian/ directory? [20:16] ahe: do cou call dh_installdocs in debian/rules [20:16] ? [20:17] christoph_debian: no, i don't *doh* [20:18] thx now i get some other errors but this one is gone at last [20:18] ScottK: did you happen to catch up with quadrispro yet? [20:18] slangasek: No. [20:18] Haven't seen him. [20:19] he's been filing some interesting sync requests [20:19] bug #419898 [20:19] Launchpad bug 419898 in munge "Sync munge 0.5.8-9 (universe) from Debian unstable (main)." [Wishlist,Fix released] https://launchpad.net/bugs/419898 [20:19] He may have heard I was looking for him. [20:19] plus the one I just bounced in motu-release's direction [20:19] heh :) [20:20] Not sure why you did that one, but OK. === santiago-pgsql is now known as santiago-ve [20:20] ScottK: the bounce to you, or the sync? [20:20] The sync. [20:21] because it doesn't violate the freeze, it's just silly [20:21] OK. [20:21] Fair enough. [20:23] * ScottK made a bit of a dent in NBS over the weekend. Now if only sparc would catch up. [20:26] emacs23 won't be in Karmic?? whyfor not? [21:06] ScottK: I'll trust that since you filed bug #420920, the lack of mention of FF means the new upstream version contains no new features :) [21:06] Launchpad bug 420920 in pymilter "Sync pymilter 0.9.3-1 (universe) from Debian unstable (main)." [Wishlist,Confirmed] https://launchpad.net/bugs/420920 [21:16] slangasek: Yes. [21:16] slangasek: Same thing with pymilter-milters and pyyaml when you get it them. [21:18] ok [21:42] slangasek: opendrim-lmp-systemmemory, opendrim-lmp-recordlog, opendrim-lmp-physicalasset ,opendrim-lmp-ip, opendrim-lmp-ethernetport,opendrim-lmp-baseserver are all in Universe and build-dep on sfcb in Multiverse. I imagine they'd make more progress is one set moved. I started to read the sfcb license to see if it could go in Universe and got a headache. [21:42] hi, i'm trying to build a karmic package on jaunty using sbuild. the sbuild host is karmic. when i run sbuild -d jaunty libextlib-ruby_0.9.10-2.dsc it errors out with the message "libextlib-ruby_0.9.10-2.dsc: i386 not in arch list or does not match any arch wildcards: all -- skipping" [21:45] Or should I ask in #ubuntu-devel? [21:49] jtimberman: Do you have Universe enabled in your sbuild? [21:49] ScottK: on the host or the build chroot? [21:50] chroot [21:50] deb http://archive.ubuntu.com/ubuntu jaunty main restricted universe multiverse <-- Do I need karmic? I have the deb-src for karmic, but not deb. [21:52] Does the deb src for karmic have universe? [21:53] Yes. [21:53] Dunno then. [21:54] * ScottK doesn't us sbuild. [21:56] pbuilder ftw [21:57] can I upload some packages for review on revu? I'm not wanting and upload just a review [22:00] You can upload. No guarantees about a review. [22:01] :.( [22:02] Hurm. This probably isn't the correct way to go about it, but I added i386 to the Archiectures list in the .dsc and its building O.o [22:02] jtimberman: try to build with sbuild -A -d [22:02] alrighty [22:02] jtimberman: if the package are not arch dependent, you need to use -A [22:03] ahhh! [22:03] mathiaz: thanks :D [22:06] ScottK: sfcb depends on cim-schema which is in multiver for licensing issues [22:06] mathiaz: Thanks. [22:07] So then if slangasek moves opendrim-lmp-systemmemory, opendrim-lmp-recordlog, opendrim-lmp-physicalasset ,opendrim-lmp-ip, opendrim-lmp-ethernetport,opendrim-lmp-baseserver to multiverse, it should sort itself out. [22:07] slangasek: Does ^^ need a bug? === Richie is now known as YDdraigGoch [22:17] ScottK: nope, I can fix it up [22:17] slangasek: Great. I'll leave it to you then. [22:17] done [22:18] Cool. [22:19] * ScottK considers compiling on battery when it's complaining it's at 'warning' level probably isn't the best idea and wanders off to look for the power brick. [22:30] jdstrand: have you forwarded bug 422130 upstream? [22:30] Launchpad bug 422130 in hamster-applet "hamster-applet crashed with GError in load_ui_file()" [High,Fix released] https://launchpad.net/bugs/422130 [22:30] kklimonda: the patch is from upstream git, so no [22:30] k [22:30] kklimonda: so the patch file for references [22:31] s/so/see/ [22:32] Hey all... does anyone know if https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/361856 is being worked on? [22:32] Launchpad bug 361856 in nvidia-graphics-drivers-173 "New upstream 173.14.18 available" [Wishlist,Confirmed] [22:34] jdstrand: I was trying but my network is capricious tonight, it was faster to ask you :) [22:34] * jdstrand nods [22:35] MightyTweek: Looks like you should ask tseliot, who maintains the pakcages but isn't here at the moment. [22:39] thanks jpds, perhaps I'll send him an email [23:16] hello motus, I have a question: a package could build on all architectures except i386 [23:16] https://launchpad.net/ubuntu/karmic/+source/octave3.0/1:3.0.5-6ubuntu2 [23:16] it failed because there was an error making one of the .pdf help files [23:18] what's the standard way of going about debugging/fixing this? pbuilder with i386 and see if the error exists with updated packages? [23:19] it's probably the indep build failing [23:19] so concentrate on that [23:50] Hi, I have a problem with lintian [23:50] I have a image and it says that the image is a executable [23:51] W: myapp: executable-not-elf-or-script ./usr/share/tivion/data/img/myapp-icon.png [23:51] N: [23:51] N: This executable file is not an ELF format binary, and does not start [23:51] N: with the #! sequence that marks interpreted scripts. It might be a sh [23:51] N: script that fails to name /bin/sh as its shell. [23:51] N: [23:51] N: Refer to Debian Policy Manual section 10.4 (Scripts) for details. [23:51] N: [23:51] N: Severity: normal, Certainty: certain [23:51] some help to fix it? [23:51] chmod -x it [23:52] or maybe dh_fixperms [23:52] simply remove the x bit from it [23:52] thanks, it works perfectly ;) [23:58] I have another problem with manpage for myapp [23:59] I made a manpage.xml.ex. I rename to myapp.xml and move it to debian/ folder [23:59] but lintian warning me again with this: [23:59] showard: The FTBFS of octave may have had the same root cause as bug 410242, just retry the i386 and it should be fine. [23:59] Launchpad bug 410242 in texlive-bin "pdftex/libpoppler crashed with SIGSEGV in strlen()" [High,Fix released] https://launchpad.net/bugs/410242