[01:02] xnox: ping =) [01:02] ESphynx: hola =) [01:02] wait........ [01:02] ¿Que tal? [01:02] is this about building a very huge package? [01:02] very huge package? [01:02] who said anything about a huge package :P [01:02] a tiny one perhaps... minuscule :) [01:03] 'sup homies [01:03] oops wrong chan [01:03] :P [01:03] don't drink and IRC. === chilicuil_away is now known as chilicuil === Tonio_ is now known as Tonio_aw === chilicuil is now known as chilicuil_away [08:00] good morning [08:00] good morning dholbach [08:01] hi obounaim [08:16] good morning daniel o/ [08:19] hi Rcart [08:20] dholbach: I'm working on a package and want to import a patch, I do in the bzr branch: $ quilt import patch, then push and finally refresh [08:21] but quilt refresh the last applied patch [08:22] if I do bzr diff and cannot see the changes "made" by the imported patch [08:22] seems like if not applied at all :\ [08:22] the manpage says: [08:22] import [-p num] [-R] [-P patch] [-f] [-d {o|a|n}] patchfile ... [08:22] Import external patches. The patches will be inserted following [08:22] the current top patch, and must be pushed after import to apply [08:22] them. [08:22] maybe you forgot to push? [08:23] yes, I did push and then refresh [08:24] Maybe be the patch file should be in the debian/patches directory [08:25] aha! [08:25] try: bzr unknowns [08:25] it could be that you still need to 'bzr add ' [08:26] brb [08:26] dholbach: ok, thanks [08:27] obounaim: the patch is not there even after import -> push -> refresh [08:27] maybe you need to copy the patch manually and then import it [08:28] ok, let me try it [08:28] try "quilt series" to see if the patch has been correctly added to the series file. [08:29] yes, I did it and shows the imported patch [08:29] but.. [08:30] if after I do after importing $ quilt push [08:30] quilt says: "all series fully-applied" [08:31] but the patch is not applied [08:32] I'll import it manually, give me a sec [08:41] Try with a new branch, copy your patch to debian/patches directory import it, then do a push [08:44] obounaim: think that my patch is named 'mypatch' [08:46] I manually copied my patch to d/patches, then importing, and when I do $quilt series, it shows my patch [08:46] but when I do $ quilt push [08:46] good, now push it "quilt push" [08:47] File series fully applied, ends at patch fix-627426.patch [08:47] and that isn't 'mypatch.patch' [08:48] debian new maintainer guide says: [08:48] How did you create your patch? [08:48] d [08:48] d [08:49] The patches stored in the newer 3.0 (quilt) source format must be fuzz free. You can ensure this with [08:51] http://developer.ubuntu.com/packaging/html/patches-to-packages.html#adding-a-new-patch [08:52] obounaim: but that is for new patches AFAIK [08:53] yes, this not what you are trying to do? [08:53] yeah, but this is a imported patch [08:53] did you create the patch? [08:53] I wanna apply an existing patch from debian [08:54] what package are you trying to fix? [08:54] xpdf [09:00] What patch are trying to import? [09:01] http://bugs.debian.org/658264#49 [09:01] Debian bug 658264 in xpdf "possible memory corruption in GlobalParams" [Important,Open] [09:03] that bug is present since 11.10 [09:04] and I'm really interested in try to fix it [09:09] I think I'll do it without quilt import === Tonio_aw is now known as Tonio_ === Tonio_ is now known as Tonio_aw === ricotz_ is now known as ricotz === Tonio_aw is now known as Tonio_ [15:02] good morning === Daviey_ is now known as Daviey [15:47] good morning highvoltage === Tonio_ is now known as Tonio_aw === Tonio_aw is now known as Tonio_ === Tonio_ is now known as Tonio_aw === Tonio_aw is now known as Tonio_ === didrocks1 is now known as didrocks [17:53] anyone else getting nullpointer exceptions with ec2-describe-instances? [17:53] on 12.04 === yofel_ is now known as yofel [20:51] obounaim: I had to configure .quilrc to work properly for debian patches ^^ [20:52] obounaim: now $ quilt import patch.pathc -> push -> refresh works like a charm (: [20:52] sorry, ~/.quiltrc * [20:55] Rcart, happy to hear that. [20:57] why would quilt push -a, works....... but not debuild -S -sd [20:58] getting an error on applying a patch. === Quintasan_ is now known as Quintasan [22:01] micahg: anything more you want tested for bug 1074765 [22:01] Launchpad bug 1074765 in Quantal Backports "Please backport ipython 0.13.1-1 (universe) from raring" [Undecided,New] https://launchpad.net/bugs/1074765 [22:01] I think I have all depends === bschaefer is now known as bschaefer|lunch [22:01] jtaylor: I'll have to look later (over weekend) [22:04] any help making this build error go away? :) http://paste.ubuntu.com/1380618/ [22:05] bkerensa: have you refreshed? [22:05] jtaylor: yes [22:06] try pop -a and delete the .pc folder [22:08] jtaylor: No command 'pop' found, but there are 17 similar ones [22:08] quilt pop -a [22:08] ah [22:08] :D [22:10] jtaylor: yeah it stills give me an error on that patch [22:10] bkerensa: is unpatched Makefile.am already modified compared to the orig tar? === chilicuil_away is now known as chilicuil [22:12] jtaylor: no they are the same size just different timestamps [22:12] bkerensa: same size does not mean same [22:13] jtaylor: they are identical in content === bschaefer|lunch is now known as bschaefer [22:18] bkerensa: maybe better to start from first principles... do you know what "patch fuzz" is? [22:19] achiang: no [22:19] achiang: if you could point me to a manual I will gladly rtfm though. [22:20] bkerensa: trying to find a definitive source for you [22:21] bkerensa: but in essence, it's when you have a patch and the target file doesn't *exactly* match up. say line numbers changed or something [22:21] the patch still makes sense, but now you have fuzz [22:21] bkerensa: i suggest you just go google for that a bit, and try to read about fuzz [22:21] then the idea of timestamps changing on you and why refreshing a patch would make more sense [22:22] bkerensa: does patch -p1 bkerensa: http://en.wikipedia.org/wiki/Patch_(Unix) - you could try that, but i suggest reading a bit more too (although it's not a super complicated concept :) [22:27] jtaylor: it just stalls [22:27] jtaylor: no error or output [22:27] bkerensa: what exactly did you type into the terminal? [22:27] patchfile should be replaced with your patch [22:29] jtaylor: patch -p1 9000-howtos.patch [22:30] bkerensa: patch -p1 <9000-howtos.patch [22:30] jtaylor: http://paste.ubuntu.com/1380671/ [22:31] jtaylor: so looking at the output it appears its because a file no longer exists since the merge? [22:32] bkerensa: the patch should not have succeeded at all when executed from debian/patches [22:32] do you have something besides patches in there? [22:32] * bkerensa looks [22:33] jtaylor: it appears there is a path /howtos [22:33] jtaylor: and a file called series