[00:00] how can I drop dependcy on file *.1 in /debian/ directory? [00:00] I use debhelper 7 [00:01] ari-tczew: define dependency? is debian/rules looking for a manpage there? [00:02] sistpoty: my debian/rules: http://paste.ubuntu.com/484702/ [00:03] I wouldn't use .1 file [00:03] ari-tczew: maybe a build log with the error might shed more clue? [00:04] (as in, I don't know from the rules file alone) [00:07] sistpoty: http://www.plikos.pl/19k4/last_operation.log.html [00:07] sistpoty: better link: http://s1.plikos.pl/19k4/394cdc39e8e89bf8524d81d9c7bab073/last_operation.log [00:08] sistpoty: I removed .1 file in the past [00:09] ari-tczew: I can't parse the output on the page (there are pictures and text in a language I don't speak)... maybe pastebin might be helfpul? [00:10] sistpoty: did you used second link? [00:10] ari-tczew: both :) [00:11] chromium has a nice translate feature that helps there :) [00:11] sistpoty: second link connect directlu to file [00:11] directly* [00:11] ari-tczew: it probably depends on the http referrer being set, so when we go to it, it doesn't link directly [00:11] ari-tczew: nope, not for me at least [00:12] do you have a clementine.manpages file in debian/ ? [00:12] sistpoty: I cannot use pastebin or something similiar, because this file is large [00:12] it's only the last few lines you need to pastebin [00:12] hey ajmitch btw [00:12] hi :) [00:12] ajmitch: debian/manpages has got: debian/clementine.1 [00:12] but I deleted file debian/clementine.1 [00:12] ok [00:13] so delete it from debian/manpages? [00:13] ajmitch: hmmm.. [00:13] I'll try, but what next? package without manpage? [00:13] why did you delete the manpage? [00:14] ajmitch: because I think that management this file is not easy. strange chars like \fB\-a\fR, \fB\-\-append\fR [00:14] o_O [00:15] is there any easier way to create manpage? [00:18] there are some tools like help2man to get it started, but the markup isn't that bad? [00:22] ajmitch: I'm preparing a package for REVU. I'm merging 2 proposed packages - from one guest and upstream developer. Upstream's package doesn't include manpages. what do you think, is manpages necessary for music player? [00:25] I personally don't care about manpages for X apps when they've got basically no commandline options, but I think others may disagree with me on that [00:26] aha [00:27] ajmitch: they have their uses unless the app has built in cli help for debugging [00:27] *options [00:27] I guess in the case of a music player, they can often be called with arguments like --next, etc to skip tracks [00:28] ajmitch: I disagree, since I've seen to many strange apps in /usr/bin which don't give any help when called with --help and aren't obvious what these do [00:29] (hello kde things btw.) [00:29] sistpoty: right, but does having a manpage help in any way apart from having a description of them? [00:30] ajmitch: having a description would alread be something I'd been looking for [00:30] ari-tczew: as evidenced - others disagree with me :) [00:31] haha [00:31] ajmitch, ari-tczew: if it's evident what an application does, I don't think a man page is too much of a need though [00:33] ajmitch, sistpoty: ok, I'll think about include .1 file. [00:33] now other question: is possible to add 2 maintainers to one field? [00:34] it's new package, only in Ubuntu [00:34] (as a side note, jsut to blame ajmitch, /usr/bin/ck-launch-session is not obvious to me (as seen on a debian/stable installation) :P) [00:35] sistpoty: it's perfectly obvious to me :) [00:35] haha [00:35] ari-tczew: no, I think the Maintainer field must be one name/email only - Uploaders can contain multiple [00:36] ok [00:43] ajmitch: thanks, deleting .1 file from debian/manpages helped me [00:44] * persia strongly encourages the creation of manpages for GUI apps. That makes it appear nicely for tools like apropos. It also lets the user have one consistent way to ask for documentation (which might just be an explanantion of the binary, and no options). [00:45] I have support windows in tarball. should do I delete all files related to windows, or delete only .dll file? I'm thinking about source-contains-prebuilt-windows-binary [00:50] ari-tczew: I'd even suggest to delete windows binaries straight from the tarball (you can't be sure that the dlls match the source) [00:51] sistpoty: so you suggest repack tarball. do I need to change versioning to dfsg? [00:51] ari-tczew: would be good, yes [00:54] damn, persia: you seem to have driven ajmitch away.... .o_O [00:55] * ajmitch is in hiding :) [00:55] haha [00:55] or just doing other stuff right now [01:02] who know how bdrung check package? http://revu.ubuntuwire.com/details.py?upid=8210 he gave some lintian issues. I haven't it in pbuilder's log. [01:03] * persia recommends lintian -iIEv --pedantic foo_source.changes foo_${arch}.changes : not everything here needs fixing, but it all needs thinking about [01:05] * ari-tczew sometimes thinks that some people here knows everything about packaging [03:02] ScottK: would you approve Sugar FFes for syncs from NEW? [03:35] lfaraone: I'd prefer after they are out of New since then I know they met Debian's requirements. === yofel_ is now known as yofel === bilalakhtar_ is now known as bilalakhtar [10:25] Hello [10:25] Hello === apache2logger is now known as apachelogger [10:28] how can I detect if the sound server on the system is pulseaudio or not ? [10:35] AnAnt, Mostly we just assume it is. What are you trying to accomplish? [10:36] persia: I am maintaining a package (zekr) in both Debian & Ubuntu [10:37] Ah. I see. [10:37] it is a java package, the problem is that Sun JRE has problems with pulseaudio [10:37] So, what sort of ways *can* you output sound? [10:37] so I have to wrap the call to zekr using padsp [10:37] Both Debian and Ubuntu recommend avoiding that. Sun isn't supporting it much longer either :) [10:37] avoiding what ? [10:38] using Sun JRE [10:38] persia: and when you say Sun, you mean Oracle, no? ;-) [10:38] well, there is a problem with OpenJDK too [10:38] Nafallo, I didn't know Oracle ever committed to specific support periods for the JRE. I'd be glad to be mistaken. [10:39] persia: zekr is using libbasicplayer-java to play audio [10:39] That ought just work, regardless of the environment (kinda the point). [10:39] persia: I thought they had bought it all, I might be the one mistaken. [10:39] persia: it seems that libbasicplayer-java is using a method not supported by OpenJDK to control the volume (gain) [10:39] If that fails to work, it's better to consider that a bug in the JRE [10:39] Nafallo, I think they bought it all. I just haven't personally been told any support periods for Java by anyone claiming to represent Oracle. [10:40] what out to just work ? [10:40] erm, I think I'm lost in the conversation [10:40] libbasicplayer-java for audio out: it should generate audio for the user regardless of the user environment. The application developer should not have to think about it. [10:41] If it doesn't, that's a bug in the JRE (or JRE config), and should be fixed there, rather than in every application that uses libbasicplayer-java [10:41] persia: the audio playback works, it is modification of the output volume (setting the gain) that fails when pulseaudio is the system used [10:42] persia: the bug was filed against OpenJDK during lucid cycle I think [10:42] OK. Let's fix it. [10:42] Working around it in zekr isn't the right solution. [10:43] let me see where it is then [10:44] http://stackoverflow.com/questions/1914216/master-gain-not-supported-in-openjdk [10:45] persia: look at the first comment in that URL ^ [10:46] ah, here's the LP bug: #491784 [10:46] Launchpad bug 491784 in libbasicplayer-java (Ubuntu) "Sound does not work with openjdk" [Undecided,Fix released] https://launchpad.net/bugs/491784 [10:47] it was first filed against OpenJDK, then when I made a patch in libbasicplayer-java to workaround the problem, doko reassigned the bug to libbasicplayer-java [10:48] And uploaded it. [10:48] Does your patch not work? [10:49] Or does OpenJDK have a second, buggier, internal implementation of libbasicplayer-java? [10:49] the patch only catches the exception to make the program using libbasicplayer-java not to crash [10:49] Ah. "fixed the issue" wasn't clear on that point :) [10:49] I just added a try catch [10:50] Whereas what it really needs is some closer work to make it do the right thing. [10:52] "it" refers to OpenJDK or libbasicplayer-java ? [10:53] as mentioned in the first URL I pasted, there are other playback problems with OpenJDK [10:54] for example in Zekr, if I press play, then stop. The program would crash [10:54] I should press pause before stop [10:54] I think that relates to "it insists that you stop() a line before flush()ing it." [10:59] I think "it" is libbasicplayer-java, although one would have to traverse the implementation to determine that for sure. [11:00] be back later [11:00] But I think the solution is either to patch the implementation to not break, or to patch zekr to respond to pressing "Stop" with stop();flush(); [11:01] To troubleshoot, I'd probably back out your crash, and then read the exception traces to figure out where it makes sense to change things so it behaves sensibly. [11:01] Err, back out your patch. [11:02] Alternately, zekr could trap the real exception (by name) and do something interesting. [11:26] tumbleweed: around? [11:30] ari-tczew: no, working on finishing touches to our pyweek.org entry [11:30] aha [12:11] persia: do something interesting ? [12:12] Sure. Not crash, or call some handler to work around the observed issue, or attempt to do something with an alternate implementation, etc. [12:18] persia: hmm, but according to http://stackoverflow.com/questions/1914216/master-gain-not-supported-in-openjdk, it seems that the actual problem is in OpenJDK [12:19] I don't think there's enough technical content in that discussion to know if it's OpenJDK or some library running by default on typical OpenJDK installations. [12:40] persia: do the errors in https://bugs.launchpad.net/zekr/+bug/622663 give good hints ? [12:40] Launchpad bug 622663 in Zekr "Audio Player crashes on volume change" [Undecided,New] [12:41] persia: erm, nevermind [12:44] AnAnt, They do, but the "...10 more" hides the bit that gets interesting. [12:45] Anyway, the thing to do (to my mind) would be to add gain control support, which just makes the issue disappear (and makes everyone else happy). [12:45] and how do I find out those 10 more ? [12:45] add it in OpenJDK you mean ? [12:45] You'd have to replicate the crash (first installing an unpatched libbasicplayer-java, etc. [12:45] Yeah. [12:47] so should I re-open #567856 ? [12:47] I mean #491784 [12:47] LP 491784 [12:47] Launchpad bug 491784 in libbasicplayer-java (Ubuntu) "Sound does not work with openjdk" [Undecided,Fix released] https://launchpad.net/bugs/491784 [12:47] bug #491784 [12:48] I'd probably file a new bug for it. [12:48] And get the patch submitted upstream. [12:48] Because the discussion in the last bug doesn't really help with the new patch. [13:06] persia: LP #625790 <= is the information there enough [13:06] Launchpad bug 625790 in openjdk-6 (Ubuntu) "OpenJDK needs to add gain control support" [Undecided,New] https://launchpad.net/bugs/625790 [13:09] AnAnt, Yep. It shows that the problem is really with org.classpatch.icedtea.pulseaudio.PulseAudioSourceDataLine [13:09] That should be fixed so it does the right thing. [13:09] And it wouldn't happen with other providers, because then BasicPlayer will instantiate something different. [13:09] It's purely a bug in the pulse manager implementation. [13:10] btw, I didn't try it on maverick [13:11] To solve this, you probably want to try with latest PulseAudioSourceDataLine.java (and whatever body of code is part of the same release cycle as that). [13:11] I'm completely certain this is an upstream bug, and needs be sorted there. [13:11] Then we can backport the fix to maverick/lucid/whatever [13:12] where do I get that ? [13:16] Well, the jar name starts with classpath.org, so that's a good place to start. [13:19] Hrm. Maybe not :( http://cvs.savannah.gnu.org/viewvc/classpath/org/?root=classpath [13:19] /usr/lib/jvm/java-6-openjdk/jre/lib/ext/pulse-java.jar [13:20] "ext" implies th OpenJDK folk consider it external (but bundled). [13:20] Maybe one or more of the copyright or licensing statements in OpenJDK will identify who is upstream for it. [13:21] IcedTea is licensed under the GPL v2. [13:22] Found it: http://icedtea.classpath.org/hg/pulseaudio/archive/tip.tar.bz2 [13:24] Might be fixed then. I don't see that exception in PulseAudioSourceDataLine.java [13:24] (unless I'm missing something obvious) [13:26] so I should build that and replace /usr/lib/jvm/java-6-openjdk/jre/lib/ext/pulse-java.jar with it ? [13:26] Oh, I see it. So it enumerates over the supported controls, or tosses the exception. [13:26] To test upstream, that would probably be the simplest way to do it, yeah. [13:27] persia: so it still is not fixed ? [13:29] Well, it depends on what you pass getControl() :) [13:30] At least the implementation has changed enough that it's worth testing with the new upstream. [13:30] ok [13:30] I know the exception path will have changed. [13:31] (or if it didn't, you should ask someone else, because that means my Java is too rusty) [13:35] erm, no Makefile.in ? [13:36] uses ant, doesn't it? [13:36] oh, [13:36] autoreconf && ./configure && ant && make [13:36] No. Ignore me. [13:36] Right. [13:39] well, configure complains that there is no Makefile.in ! [13:40] Ugh. [13:40] You might want to check one of the release tarballs or something (http://icedtea.classpath.org/hg/) [15:15] persia: release tarballs (http://icedtea.classpath.org/download/source/) is for the whole Icedtea === erhesrhsrtb54vyh is now known as Elbrus [16:58] Hello [16:58] How do I make a patch for Debian Bug Tracking reports? [16:59] Its got something to do in the /debian directory [16:59] MichealH: did you read the wiki i gave you already? :) [17:00] vish, I looked at "When to Send to Debian" [17:01] Hi, I'm looking at a package that FTBFS, and the error is "dkpg-buildpackaged died", can someone point me to the right direction with a link that explains this? [17:02] MarioGL91: give a link [17:02] MichealH: then , continue reading the wiki there is also a section for making patches ;) its all there. you just need to read that wiki and its very easy , i'd suggest you first read the wiki and try to follow the instructions there, when you get stuck at something then ask here. [17:03] ari-tczew: http://launchpadlibrarian.net/50288965/buildlog_ubuntu-maverick-amd64.gawk_1:3.1.7.dfsg-5_FAILEDTOBUILD.txt.gz [17:06] MarioGL91: known bug 601030 [17:06] Launchpad bug 601030 in gcc-4.4 (Ubuntu Maverick) "broken configuration test with fortify source " [High,Confirmed] https://launchpad.net/bugs/601030 [17:06] Thanks vish Now's time to make a patch! [17:09] ari-tczew: thanks === jeff_ is now known as Guest52681 [19:07] hmm, is pulling a new upstream snapshot which adds support to build with llvm-2.7 a new feature that needs an FFe? currently the package FTBFS without this change [19:20] geser: which package are you talking about? [19:21] ldc [19:34] geser: No, I don't think so. [19:35] geser: Please file a bug and I'll ack it anyway. [19:56] iulian: bug 625952 [19:56] Launchpad bug 625952 in ldc (Ubuntu) "[FFe] Update ldc to 0.9.2+hg1655" [Undecided,New] https://launchpad.net/bugs/625952 [20:02] geser: Approved. [20:43] hi everyone! could someone help me? [20:44] !ask | devildante [20:44] devildante: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [20:44] okay :) [20:46] I had modified the software-properties-gtk desktop file to include "NoDisplay=True", so it could be hidden from the menu. The change got merged, but the menu entry is still present :( Do you have any ideas why this doesn't work? [20:57] * Laney cuddles the empty build queues [20:57] * Laney sneaky sneaks in some haskell rebuilds [22:48] AnAnt: Wow. Sorry. That's a big chunk. [23:14] hi pers?ia how are you [23:14] hi persia how are you? [23:14] txwikinger, Much improved. And you? [23:14] cool.. I am running an event for the Global Jam here [23:14] hat 4 brand new people show up [23:15] had [23:15] Nice! [23:17] persia: I have a question that you might be able to answer [23:17] I am stuck on packaging with a virtual package [23:17] I have a package that provides this virtual packages that is available [23:18] but somehow it does not seem to be automatically selected by apt-get [23:18] how does that exactly work? [23:22] Does anything else provide the virtual package? [23:22] Also, does `aptitude search` find it? [23:23] Yes another package provides the virtual package [23:24] persia: aptitude search gives me a "v " of the virtual package [23:24] Err, rather `aptitude show ${virtual-package}` [23:25] Excellent! That means you have a working virtual. [23:26] but the packages that needs the virtual package does not install with apt-get [23:26] in complains that the virtual package cannot be found [23:26] What's the dependency entry for the package that needs the virtual package? [23:28] Not sure I understand this question.. it is a depend on the virtual package [23:28] and apt-get says broken dependency [23:28] I have packages in a Launchpad PPA for which I would like to request publication in ubuntu repositories. Anyone could point me to the docs/process to follow ? [23:30] txwikinger, I'm hoping you'd past the Depends: line from the control file. There's rules about how one can depend on virtual packages, which I'm not able to express well now, but I hope to be able to apply to determine if the line is OK (as in, if it "looks wrong", I'm hoping I can explain why) [23:31] Do we have a new Launchpad status called "Opinion"? [23:31] Doh, we obviously do. [23:31] Is there any info about it? I have no idea what it means. [23:31] persia: Depends: libc6 (>= 2.4), libmcrypt4, phpapi-20090626 [23:31] nicoulaj, The process for making that happen is undergoing discussion currently. You could put them on REVU, but folks aren't reviewing there very much. You could try to get them into Debian, but there's a freeze on there. You could submit them to the post-release process, but that's still being founded. [23:31] txwikinger, Which is the virtual? [23:32] Also the packages are pinned because I don't want php5.3 to load [23:32] iulian, Could you link to an example? [23:32] phpapi-20090626 [23:32] iulian: did you look in the wiki at the bugs pages? [23:33] persia: Wow...ok, I'll come back next year then [23:33] iulian: https://wiki.ubuntu.com/Bugs/Status [23:33] txwikinger, OK. I'd recommend changing the line to "Depends: ${shlibs:Depends}, ${misc:Depends}, ${real-package} | phpapi-20090626" [23:33] persia: ok. I will try that [23:34] If something that Provides: phpapi-20090626 is already installed, it will continue. If not, it will select ${real-package} [23:34] real-packages being one of the once that provide the virtual package? [23:34] right.. good idea [23:34] nicoulaj, Apologies that you've caught us at a bad time. Submitting through Debian ought work fine in a month or two, and we *really* hope to have something sane for straight-to-Ubuntu sometime in October. [23:35] txwikinger, Precisely. [23:35] txwikinger: Oh, thanks for the link. [23:35] I believe it's required to be like that, but I can't remember the precise details just now. Something about resolver internals. [23:36] iulian: no problem [23:40] persia: Not a big deal, I'll just wait a few months, this is more by curiosity than a real need. Anyway, thanks for the infos and keep up the great work ;) [23:40] persia: fixing the ldc FTBFS is done; it's waiting in the unapproved queue [23:42] geser, I saw that :) I'll find something else (there's plenty that FTBFS *only* on armel/powerpc, which I figure it's better to hunt as I likely can replicate (although some bugs are annoying, like hdf5 where I can't replicate the build failure, but the buildds can) [23:43] yeah, getting hdf5 fixed on armel would be really nice as it would unblock several other packages [23:43] Indeed. [23:44] But "builds for me" doesn't seem to convince the LP buildds to behave differently :) [23:53] persia: what's your idea on the graphviz-cairo FTBFS? I'm in favour of dropping the package [23:54] I looked already in lucid at that FTBFS and if I remember correctly it doesn't build due to changes in graphviz or so [23:54] as I couldn't find the exact location where it got downloaded, I don't know if there is a update for it [23:57] For hdf? [23:57] or for graphviz? [23:58] for graphviz-cairo [23:59] * persia grumbles at empty README/NEWS/AUTHORS