[01:00] Where can I find info on the Ubuntu ISO build process -- how a Ubuntu desktop CD gets created from a package list and pointers to repositories? Debian has live-helper, which sort of works for Ubuntu, but doesn't seem to be "the official way". Is there a wiki page or a package or *something* that I can look at to see "how Ubuntu generates its official ISOs"? [01:02] jmarsden: live-cd rootfs generates the live filesystem for the iso. i don't know where the scripts live that actually generates the iso from that, though [01:02] OK, that's a start, thanks. [01:04] if you're trying to build your own livecds, https://help.ubuntu.com/community/LiveCDCustomizationFromScratch is good and is "close enough for government work" to what ubuntu generates [01:14] hrm... I'm trying to do a redirection in a bash for loop and the shell keeps giving me the > prompt like it wants more... I guess it is interpreting the > early rather than as the body of the for loop... I tried escaping it with \ and that did not help [01:16] nevermind... must have had a typo === yofel_ is now known as yofel [01:24] jmarsden, More comprehensively: the the seeds are processed by launchpad to generate tasks with cron.germinate, and the tasks are used in livecd-rootfs to build the life filesystems. The live filesystems are embedded into the images with debian-cd (check the branch on LP, not the package: the package is unmodified in Ubuntu) [01:25] The images are then built using ubuntu-cdimage (check LP for branches), but this is just a collection of cronjobs and utilities that drive debian-cd. [01:26] persia: Thanks :) germinate I know of, debian-cd I did not know about until you mentioned it :) [01:28] jmarsden, At a high level, what are you trying to accomplish? A remix? A new flavour? Troubleshooting an issue? Just tweaking images? [01:29] Troubleshooting an issue with the latest Lubuntu Alpha2 (checksum mismatch) and also hopefully understanding this enough to help Julien with Lubuntu until such time as it is official enough to use Ubuntu build infrastructure. [01:30] persia: So my goal is to see if I can duplicate "how Ubuntu does it" locally, as a first major step. [01:30] Right. I've been procrastinating about Lubuntu too long. I'll put something on the wiki (note that it will only be draft) [01:30] Thanks :) [01:31] "How Ubuntu Does it" gets a little complicated: livecd-rootfs runs in a natty environment on target architecture, but debian-cd runs on lucid on i386. [01:32] Hmmm.... OK... well, I use virtualbox VMs quite a bit, maybe I need to get into kvm instead to set this all up. [01:32] I think the natty environment is essentially a buildd chroot. [01:33] Well, with some extra packages installed. [01:33] And, unless something is going wrong, it oughtn't matter that debian-cd is running on lucid, because it's branch code anyway. [01:34] (sometimes things do go wrong: I remember backporting some boot thingy to hardy at one point to fix one of them) [01:35] OK. My primary workstation here is Lucid... so it sounds like I should do the livecd-rootfs stuff in a Natty VM to be safe? [01:37] I'd suggest a natty chroot. [01:38] If you have ubuntu-dev-tools installed, `mk-sbuild natty` may be enough (I forget if that was lucid or maverick) [01:38] If that doesn't work, pbuilder is probably the best quick choice. === Amaranth_ is now known as Amaranth [04:10] broder: hey, for package description guidelines https://wiki.ubuntu.com/SoftwareCenter/PackageDescriptions is the start [04:12] broder: we still need to co-ordinate with debian to get their guidelines updated, the person in-charge of that task retired from Ubuntu, so I'll have to pickup the tasks or find someone who is free.. [04:12] thanks, that's helpful [04:12] np.. [04:14] vish, If you're involved in that, could you encourage folk to get descriptions to also meet the following two guidelines: [04:15] 1) The short description should complete the cloze "${PACKAGE} is ${SHORT DESCRIPTION}" [04:15] 2) The long description should provide enough information, even if the package name and short description are not presented. [04:16] * micahg thought having the package name in the short description gives a lintian error [04:17] micahg, It does. It can be confused by capitalisation changes, etc. [04:17] persia: why does short description have to repeat the package name? [04:17] * vish curious.. [04:17] It doesn't. [04:17] It completes the cloze. [04:18] and what does "cloze" mean ? :) [04:18] It should not include the package name, or any copula, but rather assume both will be presented by the package manager. [04:18] clause :) [04:18] No, cloze [04:18] http://en.wikipedia.org/wiki/Cloze [04:19] yea, i dint expect persia making two consecutive typos :) [04:19] One is indeed common though :) [04:20] persia: the second is already dictated by Policy, i think [04:20] So... the short description "is an exercise, test, or assessment" ? [04:21] broder, Both are dictated by policy. Sometimes the folks that put together the user experience specifications aren't intimately familiar with policy. [04:21] yea, the (2) is is given, long descriptions are not meant to depend on the short description, but i dont see any harm in adding that guideline.. [04:21] * vish still trying to understand (1) [04:21] So, let's say I have a package lksdf [04:21] vish: it means the short description sholud be something like "a tool to do foo", so that if you stick "PACKAGE is" before the short description, the whole sentence makes sense [04:22] ah! [04:22] And I want the description to be "lksdf is a utility to render any text meaningless" [04:22] So, I need to have a short description "utility to render any text meaningless" [04:22] or "a utility to render any text meaningless" [04:23] persia: yea, right, that is what is already mentioned in the guidelines [04:23] or was ? [04:23] I didn't see it in a quick read. I'll look again. [04:23] let me check, but i recall discussing that with mpt, he dint want the package name repeats in the description [04:24] In the long description? [04:24] vish: lintian should yell at you if you do that [04:24] Not all the package managers show the package name when showing the long description. [04:24] broder, No, lintian only complains about the short description. [04:24] ah, sure [04:25] * micahg keeps learning new words from persia [04:25] yea, long descriptions, in some of the description i updated last cycle, i made sure the descriptions are in line with your (1) [04:25] * persia learned "cloze" in this channel years ago. [04:27] I'm not that fussed about whether long descriptions have the package name, but I don't think it's easy to write a paragraph or two about anything without naming it, unless one uses "this package" or "it" a lot, which I think is stylistically poor. [04:28] persia: in the avoid section, the "this package" one.. too many long descriptions start with that, but yea, it is not as clear as you mention [04:29] Saying "lksdf was written to provide auto-generated text with similar character frequency, average word length, and paragraph breaks to original text, while obscuring the original text, for use in typesetting and visual design applications." seems better to me than forcibly trying to avoid using the package name when describing it. [04:29] yup, http://www.debian.org/doc/developers-reference/best-pkging-practices.html#bpp-pkg-synopsis first line is your (1) [04:35] more than the package name, the descriptions starting with "this package" were the offending one.. [04:35] Indeed. Those are bad. [04:36] It is because of those that my rule (2) exists. [04:36] (not that it's my rule, but that I numbered them) [04:38] i think we would need to update the debian guidelines too, http://www.debian.org/doc/developers-reference/best-pkging-practices.html#bpp-pkg-desc mentions " Assume that the user has already read the package synopsis." [04:39] which does not necessarily mean long desc needs to depend on the short, but having that line is misleading.. [04:40] That's just guidelines. Not ideal, but easily worked around. http://www.debian.org/doc/debian-policy/ch-binary.html#s-descriptions is the bit to ensure you aren't violating without deep discussion. [04:41] Changing the guidelines may be as simple as filing a bug, and following up on it. [04:41] broder, And it appears we're both wrong: rule (2) above isn't mandated by policy, although rule (1) is somewhat implied by policy. [08:12] Hi, is a new packages with need-packaging tag must subscribed to ubuntu-sponsors? [08:12] a source already landed in revu [08:12] Is the packaging complete? If so, sure. [08:12] Or you can ask for a review here. [08:12] Which package? [08:12] persia, yup complete [08:12] wait.. [08:13] persia, gkamus [08:13] http://revu.ubuntuwire.com/p/gkamus [08:13] http://revu.ubuntuwire.com/p/gbilling-client [08:14] http://revu.ubuntuwire.com/p/gbilling-server [08:17] udienz: For gkamus debian/docs contains "NEWS" and "TODO" which just aren't interesting for end-users. I'm suspicious that README is similarly uninteresting. [08:19] ah.. ok. so it's better to removing d/docs? [08:19] Or just don't create it in the first place :) [08:19] I can't read README, so it might be interesting, but I suspect you'd do better to extract the interesting bits into debian/README.Debian [08:21] persia, ok, i'm writing in english in d/README.Debian [08:21] Also, you've Debian-style versioning. You want -0ubuntu1 if you're going straight to Ubuntu. That said, this happens to be a great time to upload to Debian. [08:22] I'd recommend fiddling with dversionmangle in debian/watch for gbilling-client: this would be better with version 0.3.1~rc1-1 [08:23] udienz: I'm commenting on revu for gkamus [08:24] udienz: For both of them, I'm not sure why you need debhelper >= 7.0.50~ when you're using CDBS. [08:26] persia, i'm not tested this packages in debian, so i'm not confident to uploading to debian [08:26] gbilling-server has all the same points as gbilling-client. [08:26] i will ask debian-id to testing [08:27] micahg, thanks [08:27] Heh, makes sense. It ought work about the same. [08:28] persia, and about debhelper it must be 7? [08:28] I don't know why you need debhelper 7. [08:28] Most CDBS packages do fine with debhelper 6. [08:29] But it doesn't matter how you do it, as long as you know why you are doing it that way. [08:30] udienz: generally debhelper >=7.0.50~ is used the dh short for overrides are used [08:30] s/the/when [08:36] micahg, what lintian option you used? i use -iIEv --pedantic *.changes before i uploading to revu and i not got an errors [08:37] udienz, Did you build a binary and run it the binary changes as well? [08:37] udienz: on the source or binary changes file? [08:37] source is lintian clean, binary is not [08:37] persia, yes. in ppa and running very well in my laptop [08:38] udienz, But did you run lintian on the binary? [08:38] micahg, source ah.. thanks [08:38] persia, no sorry. i will fixing it [08:39] No need to apologize: that's why we do reviews :) [08:39] We all make mistakes, especially when packaging something new, because there's so many things to think about. [08:40] hehe [08:52] Did anyone attend http://www.fosdem.org/2011/schedule/event/opengazer_dasher last weekend? [08:56] The upstream website I found seemed to indicate it was deprecated, but with the talk, I wonder if I'm just looking in the wrong place. [09:08] I had ubuntu 9.04 installed on a windows xp partition. I upgraded directly to 10.10. Post installation I was prompted to restart. Upon boot I immediately get to a screen resembling windows command prompt. The error on screen is 'no such device : 9f5f4016-f31a-4af6-852f-4502712a528f. Then the next line is grub rescue> [09:08] I can access BIOS but can't even access the selection to boot winxp [09:08] This isn'T a support channel: you might try #ubuntu. [09:09] In general, the recommended upgrade path would be 9.04 -> 9.10 -> 10.04 -> 10.10 [09:09] oops thanks :) [09:09] You might get away with 9.04 -> 10.04 -> 10.10, but no effort has been spent checking or testing 9.04 -> 10.10. [09:38] ari-tczew, around? [09:38] udienz: yea. hi. [09:38] ari-tczew, Hello.. [09:39] about bug 717654, both CVE already apllied in debian unstable [09:39] Launchpad bug 717654 in squid3 (Ubuntu) "Please merge squid3 3.1.6-1.2 (universe) from debian unstable (main)" [Wishlist,New] https://launchpad.net/bugs/717654 [09:39] ubottu: I saw and I'm looking on squid3 right now :-) [09:39] Error: I am only a bot, please don't think I'm intelligent :) [09:41] udienz: open your debdiff and look on line 25 [09:42] this is a change in d/changelog [09:42] it's wrong [09:42] lines 25-34 === almaisan-away is now known as al-maisan [09:43] you can remove it manually before submitting debdiff on launchpad [09:44] ari-tczew, ok [09:47] udienz: I won't require forward a patch to Debian since there is new upstream available and I'd like to see fixed FTBFS on new tarball. [09:48] ari-tczew: you should still upstream it and let Debian fuzz it when applying to the new upstream [09:48] micahg: still upstream it? sorry, I don't understand [09:49] ari-tczew: FTBFS patch? [09:49] micahg: do you mean forward to upstream? [09:49] ari-tczew: forward the linker fix to Debian anyways, no need to wait for new upstream version [09:49] Or forward it to Debian: warn the maintainer that they may have to do some work when importing the new upstream. [09:51] udienz: OK do it what they say above ^^ [09:51] but personally I disagree [09:52] ari-tczew: Why? [09:52] ari-tczew, i'll send it [09:53] persia: I have a lot cases when new upstream has got fixed FTBFS or FTBFS message was another than fixed in old tarball. [09:53] I had * [09:54] Oh, sure. They key thing is that there is a potential issue, not that there is a real and firm issue. [10:00] what is a symbol file and what is its use? [10:00] persia: when we will get to know new DMB crew? [10:01] ari-tczew: After the next meeting [10:01] c2tarun: https://wiki.ubuntu.com/stefanlsd/dpkg-gensymbols [10:02] ari-tczew, i send to debian and upstream [10:03] udienz: OK [10:09] udienz: I updated your debdiff and will upload it. [10:09] ari-tczew, ok thanks! [10:10] bp [10:10] np * === al-maisan is now known as almaisan-away [10:17] udienz: did you look on bug 690068 ? [10:17] Launchpad bug 690068 in erlang (Ubuntu) "Please merge Erlang 1:14.a-dfsg-3 (main) from Debian unstable (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/690068 [10:18] ari-tczew, yes. i try to fixing it in early days [10:28] I found this line in manual of dpkg-shlibdeps "dpkg-shlibdeps calculates shared library dependencies for executables named in its arguments." what is meaning of executables here? [10:28] c2tarun: binary files that are run [10:29] c2tarun: ELF binaries, usually... things you can run [10:29] can you please give me an example? [10:29] /bin/ls [10:30] /usr/bin ;) [10:30] Right :) [10:31] Well, I have /bin/ls on my system here... [10:31] ari-tczew: /usr/bin is a directory :), not all files in there qualify (i.e. /usr/bin/firefox) [10:31] micahg: I know I wanted to fix directory of jmarsden's [10:31] ah [10:32] ari-tczew: type which ls and see what your system shows [10:32] ari-tczew: no, he's right :P [10:32] oO [10:32] but usually /usr/bin/* [10:32] :> [10:32] ok so dpkg-shlibdeps looks for the dependencies needed for buiding a package and add them to var file substvars. am I right? [10:33] but if there is no symbols files or shlibs files then? [10:33] c2tarun: Needed for *running* the executables in a package, I think. By the time it runs you have already built the package... [10:34] So the build deps are already installed... [10:34] jmarsden: I think the questions is about filling ${shlibs:Depends} in the binary depends [10:35] sorry I am not getting, what do you mean by running the "executables in a package"? [10:35] micahg: Right, so that is not something "needed for buiding a package", but something needed at package run time... [10:35] jmarsden: ah, right :) [10:36] c2tarun: if you have a package that compiles hello.c into hello and installs that as /usr/bin/hello, then dpkg-shlibdeps will check what shared libraries the binary file hello which you compiled needs. [10:36] c2tarun: For example, run ldd /bin/ls to see what shared libraries that program needs :) [10:37] This then populates ${shlibs:Depends} so that you don't have to fiddle with nm and set the dependencies manually. [10:44] jmarsden: ldd works fine and I am getting the list of dependencies. but I failed to find any file in /var/lib/dpkg/info/package.shlibs OR package.symbols [10:45] Not all packages currently in existence come with symbols files. Most likely coreutils does not provide such a file. [10:46] c2tarun: What is the real reason for all your experimenting with dpkg-shlibdeps ? What exactly are you needing to do? [10:47] jmarsden: I was reading this manual page on symbols https://wiki.ubuntu.com/stefanlsd/dpkg-gensymbols I fixed on upgrade bug and the one who sponsored my bug suggested me to use symbol files from next time as this may be useful for them. [10:48] OK. So the sponsor is telling you this would be a useful enhancement to that particular package. Not that all packages already have symbols files. [10:51] Only packages that supply shared libraries should have symbols files. [10:52] bug 713492 started all this [10:52] Launchpad bug 713492 in ccscript (Ubuntu) "Newer Version Available" [Wishlist,Fix released] https://launchpad.net/bugs/713492 [10:52] jmarsden: please check bug 713492 and second last domment [10:52] micahg: yup :) I was looking for that bug only :) [10:56] hm, transmission requires libevent version 2.x. in natty there is still 1.x. [10:56] c_korn: so get libevent 2.x. :) [10:58] micahg: all got busy :( anyway can you suggest me something about symbol files. Should I look deeper into it? [10:58] ari-tczew: that affects a lot of packages in main, it should be discussed if the desktop and server teams want that transition this cycle [10:59] c2tarun: The sponsor is suggesting you could add a symbols file to that package, the next time you update it (sponsor seems to imply he hopes you will continue to have a relationship with this package!). Sounds like a good idea to me :) [10:59] c2tarun: seems like you've been pointed in the right direction [11:00] ari-tczew: it is still in experimental… http://packages.debian.org/experimental/libevent-dev [11:00] jmarsden, micahg: Thanks :) I'll try to understand about symbol file and include them from next time [11:00] micahg: I'm not suprised. natty+1 will include a lot of transitions and rebuilds [11:01] c_korn: I'd suggest filing a bug if there's not one already, if we're not doing the transition, transmission should probably be downgraded [11:03] micahg: what do you mean with downgraded? transmission 2.21 (which requires libevent 2.x) is not even in natty [11:03] c_korn: oh, ok, I thought you were referring to 2.13 [11:04] no, this one still depends on the old libevent [11:04] ah, good :) [11:05] ok, bug 701471 is about the transition [11:05] Launchpad bug 701471 in libevent (Ubuntu) "Sync libevent 2.0.10 from Debian experimental" [Wishlist,Incomplete] https://launchpad.net/bugs/701471 [11:07] hm, can't be installed side-by-side with 1.x. and has a rather long reverse depends list on the universe repository [11:10] so what needs to be done is to install the libevent 2 package and to see whether all reverse depends still build from source and work properly ? [11:10] I'd vote for not doing that transition this cycle since there's enough to do already before release [11:14] my concerns are mainly about the transmission package. we would stay out of date for another six months and we already are only shipping 2.13 in natty while upstream released 2.21. another option would be to patch it to use libevent 1.x if it is possible. [11:16] c_korn: I'd suggest bringing that up to the desktop team [11:18] should I subscribe the team to the bug? [11:19] c_korn: that's one way, or you can send a mail to the ubuntu-desktop ML === yofel_ is now known as yofel [11:38] please *don't* do anything with libevent until you've spoken to kklimonda first. I'm sure he has already looked at the feasability of upgrading that [11:38] and from what i remember, there is a good reason we are still on the old version [11:38] c_korn: 4 packages ftbfs with 2.0.10 [11:38] there we go :) [11:39] c_korn: one can be dropped, one I've probably ported, one has to be updated by the debian maintainer after testing (and he hasn't told me yet what the status of his tests is) [11:39] kklimonda: are those the main packages or the universe ones [11:40] c_korn: that leaves us with one package that fails its tests because of some internal changes in the libevent http implementation [11:40] micahg: In practice, both need porting, really. [11:40] and, because this one fails tests after successfully building, I'm not really sure what's the status of all the other packages that did build. [11:40] persia: indeed, just wondering if the universe ones have been looked at at all ;) [11:41] micahg: all that fails are in universe [11:42] c_korn: I'll add this to the bug report, along with the link to the PPA, where I did try a transition [11:50] kklimonda: ok, thanks for the detailed information. so for now I will just follow the bug report if there isn't anything else I can help you with the transition … [11:56] c_korn: well, if you know C you can read my comment in bug 701471 - actually, you can read it anyway, but if you know C you could help me with ladvd and honeyd :) [11:56] Launchpad bug 701471 in libevent (Ubuntu) "Sync libevent 2.0.10 from Debian experimental" [Wishlist,Incomplete] https://launchpad.net/bugs/701471 [11:59] what is package-build-dir [12:01] c_korn: if I can get those two ported, and lua-event updated, we could go with transition and work on any bugs after they are reported. [12:02] if not I'll poke Transmission devs to rebundle libevent2 with their source, or do it myself. [12:02] kklimonda: for honeyd: I didn't look yet at the errors but also saw some warnings about implicit declarations, it would be good to add the missing headers to those source files [12:03] geser: I can give you the patch for honeyd, I have ported it already :) [12:03] but I'd like someone to check it, and maybe help me testing it. [12:03] honeyd from your PPA is not ported yet? [12:03] geser: no, I'm uploading it now [12:07] c2tarun, Usually the directory that contains the debian/ directory, although it's possible to arrange things differently with some build systems. [12:09] persia: ok, can you please tell me how to use dpkg-gensymbol I tried by this command "dpkg-gensymbols -pccscript -Pccscript-4.2.0/" but got errors that no changelog found [12:09] Where did you run that command? [12:10] just outside of the folder that contains debian [12:10] And does debian/changelog exist? [12:11] persia: yup it exist look at this pastebin http://paste.ubuntu.com/566609/ [12:12] ccscript-4.2.0 is the folder that contains debian/changelog [12:16] You need to be in ~/source/ccscript/ccscript-4.2.0/ when you run it, not in ~/source/ccscript [12:18] persia: I think it worked (because there is no error) but where is the symbol file? [12:20] I forget: been a while since I did it. Might be in debian/ but I seem to recall it being printed to stdout [12:22] persia: I am not able to understand stdout but on running this "dpkg-gensymbols -pccscript -Pccscript-4.2.0/ > temp.sym" I found an empty temp.sym file [12:24] This is after you built the package? That's unexpected. [12:24] I think your -P parameter isn't quite right — are you in a tree with the package built? [12:25] Laney: what do you mean by "tree with the package built"? [12:25] are the build results somewhere under debian/? [12:26] c2tarun, Have you previously run something like `debuild -b` in the package directory? [12:26] Laney: I dont think so if by build results u mean the source.build file then they are outside of ccscript-4.2.0 [12:26] persia: ya debuild -S [12:27] c2tarun, That only builds the source. You need to build the binary locally before you can run dpkg-gensymbols [12:27] persia: how to do that? [12:27] persia: and what is difference between building the source and building the binary locally? [12:28] `debuild -b` [12:28] It generates a binary package, rather than a source package. It also builds everything so you have the unpacked build in the packaging directory. [12:29] dpkg-gensymbols works by scanning the actual .so files to see which symbols are exported, and for that you need to have them available i.e. you have to have built the package [12:30] persia: I got this error http://paste.ubuntu.com/566614/ [12:31] Then install your build-dependencies. [12:34] persia: ok, they are getting installed it will take some time. I have one question by source package you mean source.build file? [12:34] No. [12:35] Then? [12:35] A source package is a .dsc file and any files referenced in that .dsc file. [12:35] A binary package is a .deb file. [12:36] persia: ok :) got it. [12:37] * persia begins to wonder if a binary package ought be considered the union of a .deb and a .ddeb [12:54] kklimonda: is it enough for testing to have a natty chroot ? [12:56] c_korn: for packages that don't have a gui it should be enough [12:57] Even for packages with a GUI, it can be enough, if the package doesn't care about what X server it is rendering against (most packages don't) [12:57] But it can be a little tricky setting up a chroot to connect to a local X server (schroot -p contains most of the magic, and there are other ways) [13:00] great, gearmand has been synced and its tests also fail with libevent2 [13:00] I have already a maverick schroot here. [13:04] hmm, may be my fault.. [13:04] or not.. hmm [13:06] can someone take a look at http://tinyurl.com/6xydhg3 (built fine) and http://tinyurl.com/6dran36 (failed) and tell me if they see any difference? [13:06] the failed build seems to be running tests twice.. [13:09] well the libevent version is a difference of cource. but I doubt you mean that… [13:10] no, but it does seem to break something subtle in tests.. it may not be a good idea to touch it now after all. [13:11] meh, I still have some time to work on it. I'll try it later [13:16] ok, my natty schroot is now ready [13:20] ok, so this is the rdepends list http://pastebin.com/3tMzEKXq [13:21] yes - you can get new packages from https://launchpad.net/~kklimonda/+archive/libevent2/+packages, we can split it between two of us and see how many of them we can test [13:22] c_korn: transmission will work, so should php5 [13:22] ok, fine [13:23] we could create a quick wiki page, where we put things we have tested, what we are testing, and what should be tested [13:23] this way we can coordinate it [13:24] good idea. better coordination than pastebin texts :) [13:25] if we split it this way? http://pastebin.com/xUs0U2db [13:26] I have lunch now. will begin work after it. [13:26] bbl === em is now known as emma [13:28] c_korn: I'd rather do it this way: create a list of packages to test in a simple table, where we can put TESTED, TESTING, NEEDS TESTING states. This way we don't have to reevaluate the split at some point when one of us runs out of things to work on ;) [13:32] c_korn: something like this: https://wiki.ubuntu.com/KrzysztofKlimonda/Libevent2Transition === emma is now known as em [13:37] kklimonda: you might also want to check with the server team to see if they're ok with this transition [13:37] micahg: good point [13:38] kklimonda: for main, it you + 3 packages the server team owns [13:38] s/owns/cares about/ :) [13:38] *nods* [13:53] if a sponsor is interested in sponsoring some merge how should he proceed? Should he remove ubuntu-sponsors from the reviewers, and add himself to indicate that he's working on it? [13:53] kklimonda: yes [13:53] micahg: so the merge disappears from the sponsorship queue [13:54] kklimonda: you can set to in progess and assign to you, then unassign before uploading [13:54] micahg: now, if there are issues with the merge, it can take a while to do that. [13:54] kklimonda: well, a few hours is fine, a few days, less so [13:55] indeed, but the bottom line is that someone else may not be aware of this merge, and will upload his version instead. [13:55] (which did happen with my merge of hamster-applet ;)) [13:56] kklimonda: if there's a merge bug filed, someone should check that before working on it [13:56] micahg: sure, but LP is slow ;) [13:56] kklimonda: shouldn't be that slow anymore [13:57] kklimonda: BTW, I'm unsubscribing sponsors from the libevent bug [13:58] micahg: sure [13:58] there is nothing to sponsor yet :) [14:11] kklimonda: ok, thanks for the list. I am testing now === tarun is now known as c2tarun [14:27] I got this error while building the binary package http://paste.ubuntu.com/566647/ [14:27] c2tarun: update pbuilder [14:28] ari-tczew: actually I have multiple chroot environments of pbuilder so i use pbuilder-dist. how to update that? [14:28] c2tarun: pbuilder-dist natty update [14:29] ari-tczew: but I think it failed to download some files, is it really due to not updating? [14:30] c2tarun: do it [14:30] c2tarun: those versions don't exist anymore, so the files fail to download [14:30] ari-tczew: sure :) I executed the command it'll take some time as I have very slow connection. [14:31] c2tarun: you need to keep your pbuilder updated (similar to your normal system) to let it know which packages in which version are in the archive [14:31] micahg: so updating will solve the prob? [14:31] c2tarun: yes, it should [14:31] micahg: ok, thanks :)( [14:37] !ping [14:37] ping-pong, a fun game for all the family [14:37] salam === tarun is now known as Guest70368 [14:41] wa alaykom as-salamu wa rahmatu Ullahi wa barakatoh [14:45] anant : thx [14:45] alhamddullilah [14:47] !language | AnAnt petanilinux [14:47] AnAnt petanilinux: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [14:47] I mean english. :-) [14:48] AnAnt: barry said "looks like a bogus pychecker warning to me" to your git-buildpackage problem [14:49] ari-tczew, me indonesian langueage [14:50] petanilinux: nice, but here we prefer english :) [14:50] as universal language [14:50] oke , no problem [14:51] geser: yeah, I saw that. But then what ? [14:51] geser: angelabad uploaded git-buildpackage with the old patch (disabling pychecker), but I am not sure that this is the right solution [14:51] not sure, probably disable it for this file [16:13] geser, persia: could you update DMB for date? [16:14] (DMB wiki agenda) [16:16] Howdy, MOTU. Can I bump bug 666849 (backport bug -- anyone around from backports)? [16:16] Launchpad bug 666849 in maverick-backports "Please backport arduino (0021+dfsg-2) from natty to maverick" [Undecided,Confirmed] https://launchpad.net/bugs/666849 [16:16] it builds clean, and was tested [16:16] looks like it's just stalled [16:17] paultag: MOTU and backports team aren't all the same people. I'll have a look at it. [16:18] ScottK: thanks, I'm a bit lost on the Ubuntu package teams - I've never been too involved with it :) [16:18] so, please excuse the out-of-place remark :) [16:24] after compiling libdnsres with libevent2 it does not depend on libevent any longer. http://pastebin.com/hjwBipTB [16:25] paultag: No trouble. [16:26] c_korn: that looks like two things could have happened -- you ended up with those functions implicitly declared, or the shlibs of libevent2 are broken [16:29] paultag: Approved. [16:30] ScottK: cheers! [16:32] how can I see the shlibs of the installed package ? [16:36] c_korn: on a binary or on the package? [16:36] on the installed package. I know I could also look in the package's DEBIAN/shlibs file [16:36] c_korn: either ldd on a binary, or shlibs [16:36] ah [16:37] humm, I don't know there's something for that [16:37] this is the shlibs file in the libevent-2.0.5 package: libevent-2.0 5 libevent-2.0-5 (>= 2.0.10-stable) [16:40] c_korn: not sure, really [16:41] c_korn: if you're looking for what a binary is linked against, ldd might help, but other then that, I'm not sure there's much in place [16:42] c_korn: and if you're working on that package, it has hella issues [16:42] what package do you mean? [16:42] lintian -IE --pedantic libevent*changes | wc -l [16:42] 27 [16:42] c_korn: libevent [16:48] those are the libevent errors/information http://pastebin.com/niiCg1zN [16:58] c_korn: http://pastebin.com/LKgnuv5v [16:59] paultag: you are checking the older version :) [16:59] kklimonda: ahhha. Thanks! :) [16:59] * paultag finds some coffee :) [17:03] hm, my first FTBFS http://pastebin.com/Zfuq3CzK [17:04] c_korn: you don't really have to rebuild the. I did that already. But the problem is the successful rebuild doesn't indicate a properly working package :) [17:04] c_korn: this FTBFS is related to linking no add needed [17:04] yes, I also test the executable [17:04] c_korn: the ppa with all reverse dependencies is in https://launchpad.net/~kklimonda/+archive/libevent2 and I did mention it. [17:05] c_korn: you cat get packages from there, I've fixed two or three that did fail [17:05] Hey, anyone up for reviewing l2tp-ipsec-vpn? It's a little applet to configure and manage L2TP IPsec VPN connections. I've just uploaded a new candidate. http://revu.ubuntuwire.com/p/l2tp-ipsec-vpn [17:05] c_korn: I did fix getstream for example already, so you can get a source packages from there :) [17:06] c_korn: if you want fix it, you have to add link -levent [17:08] ok, but I can't test it anyway. don't have a DVB-S transponder xD [17:09] enough testing work for today [17:09] c_korn: thanks for that, I see you did test quite a lot of them already :) [17:10] np [18:18] need help in creating the symbol file. I build the source package and binary package. [18:25] persia: ping [18:39] siretart: around? [18:40] ari-tczew: hi [18:40] siretart: did you see my mail? [18:40] ari-tczew: I've uploaded your patch a few minutes ago :-) [18:41] ari-tczew: http://packages.qa.debian.org/libv/libva/news/20110213T181722Z.html [18:42] siretart: very nice, I'll file a sync request and let you know about it, OK? [18:42] sure! [18:42] ari-tczew: please note that I didn't try to build it in natty yet [18:42] siretart: I did it. [18:43] cool! [18:43] siretart: then I'll attach a buildlog to sync request. [18:45] siretart: what do you think about if I'll prepare a merge of ffmpeg and you will sponsor it? [18:46] ari-tczew: don't you want to rather join pkg-multimedia and do the merge in that team? ;-) [18:47] ari-tczew: I use git to maintain the ffmpeg package for ubuntu as well, and that merge is next on my list [18:49] siretart: but delta is only ubuntu-specific, how do you want get it into Debian? [18:49] ari-tczew: http://git.debian.org/?p=pkg-multimedia/ffmpeg.git;a=shortlog;h=refs/heads/ubuntu [18:50] siretart: not sure whether I have a time for new membership [18:58] ari-tczew: uh my, it seems I there are a number of bits that should go into the debian pacakge :-/ [18:59] siretart: do you mean ffmpeg? [18:59] yeah [19:01] siretart: so do we should wait for next ffmpeg revision? [19:06] ari-tczew: I'm already working on it [19:06] siretart: OK [19:10] siretart: do you know how to fix this FTBFS? http://paste.ubuntu.com/566726/ [19:14] ari-tczew: I looked once at a similar FTBFS and it looks like linux-libc-dev doesn't ship that file anymore [19:14] only the V4L2 header file [19:16] geser: I tried to find videodev.h in another package but no results. [19:18] ari-tczew: linux-libc-dev in maverick has them, but not the natty one [19:19] I don't know if v4l is still supported in natty or only v4l2 (linux/videodev2.h) [19:22] no, v4l is dead. port packages to v4l2 [19:22] or if v4l support is optional, disable it. [19:44] so next transition [20:06] bug 718150 can anyone please explain me the last comment. [20:06] Launchpad bug 718150 in ucommon (Ubuntu) "Newer Version Available" [Undecided,Confirmed] https://launchpad.net/bugs/718150 [20:26] c2tarun: there is no real connection between upstream version and API/ABI version of a library [20:27] geser: not getting API/ABI version means? [20:28] that's the "version" number of the programming interface (API) or call interface (ABI) which other application use of a library [20:29] if upstream doesn't change any public functions (API) or size of data structures (ABI) in one release there is to reason to bump the library version [20:31] geser: ok, but what do you mean by there is no connection b/w the version. Version in our archives is 3.2.0 and the one I downloaded by uscan is 4.1.1. [20:34] geser: ^^ [20:34] the library version you can "see" in the filename "libucommon.so.3". Because of the "3" the package is names libucommon*3* [20:35] many upstream try to keep the major upstream version match the library version but there is no requirement for it [20:36] geser: I tried to pull the package of name libucommon3 but It directed me to ucommon package. and sorry but I failed to find libucommon.so.3 [20:37] the binary package name is "libucommon3" and it's build by the source package "ucommon" [20:37] libucommon.so.3 is a filename from the libucommon3 package [20:38] Hi, a package I maintain (tor-arm) just got accepted into debian unstable. What is the process for requesting a sync from ubuntu and does that make it available in all ubuntu distros? [20:38] geser: is there any way of building binary package of different name than source package. still the file I uploaded is debian.tar.gz file. I dont think its the binary package. [20:39] (for a bit more context: http://packages.debian.org/sid/tor-arm) [20:40] c2tarun: the contents of debian/control describe all packages build from that source package (there are also some other files in debian/ named after a package name to tell debhelper scripts which file belong to which package etc.) [20:41] atagar: see https://wiki.ubuntu.com/SyncRequestProcess for the sync and it will be only available for the next Ubuntu release (natty) but once it's in natty you can ask for a backport for older releases [20:41] geser: ok, i just checked, I think there are four packages build from this ucommon source package. so what should I do :( I am understanding my mistake, but don't know how to solve it? [20:42] geser: thanks! [20:44] I didn't look yet at the package but most likely replace any occurance of libucommon3 with libucommon4 (as the library version has changed according to comment #2) (debian/control, debian/libcommon3.install if it exists and similar files, check debian/rules if libucommon3 is used somewhere) [20:45] c2tarun: is this your first package? an upgrade of a library with a transition is not the best pick for someone unexpierenced as you need to learn pretty much in short time [20:46] geser: well technically its not my first, but ya you can say so. I am not much experienced. And sorry but I was not aware that it was a library. How can I check that the package I want to upgrade is an library or an application? [20:46] geser: If it won't be available until the next release anyway then is a sync request necessary? I thought most new debian packages were automatically available in the ubuntu repos of new releases. [20:47] c2tarun: by looking at which packages it builds: if they start with lib then it's a library [20:48] geser: ok, so I should leave this bug and look for some simple packaging one? [20:49] atagar: only in the first stage of a development cycle new and updated packages get auto-imported into Ubuntu. After DebianImportFreeze (which was on 2010-12-31) only on request. New packages can only get synced till FeatureFreeze which is on Feb 24th. [20:50] great, thx [20:50] c2tarun: up to you, but it seems you have done the most part already. what's missing is the renaming of the binary packages. [20:52] geser: ok, so i should grep libucommon3 into all the files of debian and simply replace them by libucommon4? and some occurences like libucommon3-dbg to libucommon4-dbg? [20:53] c2tarun: I didn't want to discourage you, just inform you that what you picked isn't an "easy" task [20:53] c2tarun: yes [20:54] geser: its ok :) I'll leave this bug and look for a new one. One more question, If I get stuck on some error that occurs while building the binary package like http://paste.ubuntu.com/566758/ then what should I do? [20:54] (of course don't replace it in old changelog entries as it's a documentation of the package history) [20:55] geser: ya sure changelog and copyright entries should not be messed :) so do you think that I should finish this library bug ? [20:56] yes, it's a good expierence and you will learn much in short time [20:56] if you have any problems, asking here for help is the right place [20:57] and currently I don't have an idea of how to fix this FTBFS [20:58] geser: ok no prob:), regarding that library bug In control file there is an entry of libucommon3 in Depends section of one of the libraries that are build from this source. should this be changed to libucommon4? [20:58] yes [20:58] geser: ok, [20:58] it's for the -dev package right? [20:59] geser: yup [21:00] that's right, if you build an other package with libucommon-dev, you need the matching library to link with which is in libucommon4 [21:00] geser: ok, these changes should be mentioned in changelog or not? [21:01] yes, but something like "Renaming libucommon3 to libucommon4" is enough here [21:02] geser: ok [21:03] geser: and there is file of name libucommon3.install should the name of file be changed to libucommon4.install? [21:04] yes, it describes which files end in the libucommon4 package [21:05] geser: I think the debian folder is ready now. Is there any way I can show it to you? [21:08] I guess the easiest way would be a new attachment to the bug [21:10] geser: ok , sure :) I'll do that. just wait a second please [21:11] geser: its done can you please take a look. bug 718150 [21:11] Launchpad bug 718150 in ucommon (Ubuntu) "Newer Version Available" [Undecided,Confirmed] https://launchpad.net/bugs/718150 [21:12] c2tarun: will look at it later, I'm currently not using my Ubuntu so can't check things as easy as I'm used to [21:13] geser: sure :) Thanks a lot. [21:15] geser: If you can than can you please tell how do you guys check? I mean is there any tool for checking or just by looking at the debian.tar.gz file/ [21:16] c2tarun: I usually look at the contents of the files [21:16] geser: ok [21:16] there is a tool (lintian) to check for common errors but it doesn't catch everything [21:17] geser: okay, so its all just by experience? thats cool :) [21:21] geser: ok its 3 am I have to go :( I'll wait for your comment on that bug, and I'll try to fix any error possible. and Thanks a lot :) [21:22] sleep well [22:31] Hi, is there a good guide to using pbuilder with bzr branches? [22:34] grunthus: general guide about pbuilder: https://wiki.ubuntu.com/PbuilderHowto [22:35] Hi ari-tczew, thanks, I've been working through that guide, but it doesn't mention bazaar branches. [22:35] grunthus: bzr branch lp:~foo/bar && cd bar && rm -rf .bzr && debuild -S -sa && pbuilder-dist natty ../file.dsc [22:35] Seems pbuilder build is looking for a dsc file [22:35] ^thanks [22:36] why rm th e.bzr/ [22:36] *? [22:36] maco: problematic for building source [22:36] O_o [22:36] bzr-builddeb -S [22:37] then it won't complain [22:37] and you don't have to lose bzr history and be unable to commit and push up a merge request [22:39] I'd want to be able to have merge request [22:40] bzr bd --builder=pdebuild ? [22:43] Hmm. Hit a problem with debhelper.mk: No such file, however debhelper package is installed. [22:44] cdbs [22:46] grunthus: install cdbs package in your system [22:47] cheers maco, ari-tczew, just did that , plus another (python-distutils-extra). [22:48] I'm attempting to build ubuntuone-control-panel with pbuilder. Now complaining "cant build with soure format 3.0 quilt: no orig.tar.gz... [22:49] Perhaps this would be easier if I started with apt-get source instead of bzr branch? [22:49] bzr bd shouldnt need a .orig.tar.gz [22:49] maco: pbuilder... [22:51] so pbuilder wrong way to try to build from bzr branch? [22:52] grunthus: no, it should work fine [22:52] grunthus: you can't delete .bzr if you're using bzr-builddeb [22:52] ah. TOo late then. I'll need to clean up and bzr branch again? [22:52] grunthus: yes [22:53] OK, np. [22:55] Right, started again. bzr-builddeb -S [22:58] Much better, 'fraid to say, debuild failed to sign changes and dsc files, secret key not available. [22:58] googling [22:59] grunthus: that's ok for pbuilder, but if you need to upload, you can use debsign on the source.changes file [23:01] grunthus: can add "-- -uc -us" to make it shut up about that too [23:02] Thanks, that's better. [23:03] I can sign the changes file when I'm finished with a fix for this bug (I hope!) [23:04] grunthus: you won't need to, you can just push your branch up to launchpad, lp:~you/ubuntu/package/branchname or lp:~you/project/branchname [23:04] OK. [23:04] grunthus: and then propose a merge [23:10] put the release as UNRELEASED if you do that [23:10] the person who sponsors the upload will change it from UNRELEASED to natty (or whatever) [23:32] successfull build, thanks for the help.