=== abentley1 is now known as abentley === abentley1 is now known as abentley [10:44] hi all [10:46] Hi asabil. [11:29] I wanted to construct a python egg from the launchpad source code [11:30] so I did run python setup.py bdist_egg [11:30] the egg is successfully built, but it seems like the dependencies are quite incorrect [11:30] or at least they don't include the version (which leads to breakage with zope > 3.5) [11:31] are there any plans to make use of the versions.cfg file in setup.py ? [11:35] asabil: Why do you want to do that? It would be quite difficult, as there are lots of non-egg dependencies. [11:51] wgrant: actually I want to run a launchpad instance where I work [11:52] and the easiest way to deploy it seemed to build an egg [11:52] asabil: You know that running your own is very strongly discouraged, and that you can't do that without replacing all of the images, and that it's deployed using bzr normally? [11:54] wgrant: well it is an internal instance within the company I work for [11:54] asabil: Even so, you cannot legally run it without replacing all of the images. [11:54] wgrant: that's fine [11:54] I will do that [11:56] the question is then, how do I deploy launchpad using bzr ? [12:54] asabil: you run a development instance by following the instructions on the wiki [12:56] Canonical have not disclosed documentation on deployment per se [19:06] Morning [19:06] Anyone else having troubles installing the dev version [19:06] With the latest bazaar, i get segmentation fault while it's working on fetching the trunk [21:21] hello [21:21] * mwhudson doesn't suppose there are going to be many people around today [21:43] mwhudson: (not in yet, just passing thru): given that sysadmins don't qualify as people, I will have to concede the statement. [21:43] * mwhudson wonders how other developers would react to code being landed r=spm [21:44] "W.T.F. Crack is this P.O.S.!!?!?!?!?" <== suggested response [21:44] What's happening ? [21:44] * Fly-Man- tries to grab the latest code for launchpad [21:45] and I keep getting the segmentation fault on it ? [21:45] Fly-Man-: !! [21:45] Fly-Man-: what platform/bzr version? [21:45] mwhudson: Ubuntu 9.04, bzr 2.0.1 [21:45] bzr pulled from the ppa that's described here [21:45] https://dev.launchpad.net/Getting [21:46] Fly-Man-: that's certainly unexpected [21:46] mwhudson: Uhm, yes [21:46] tell me about it ... [21:47] the only error log that I get is [21:47] Making local branch of Launchpad trunk, this may take a while... ./rocketfuel-setup: line 372: 9105 Segmentation fault bzr branch http://bazaar.launchpad.net/~launchpad-pqm/launchpad/devel/ $LP_TRUNK_NAME ERROR: Unable to create local copy of Rocketfuel trunk [21:48] And I have had this issue with 1.18 as well [21:48] but then I cleanslated the machine [21:48] installed it again [21:48] and then it worked [21:49] Fly-Man-: can you try running gdb --args python `which bzr` branch http://bazaar.launchpad.net/~launchpad-pqm/launchpad/devel/ ~/launchpad-trunk [21:49] ? [21:50] sure [21:51] Fly-Man-: do you know how to use gdb at all? [21:52] bope [21:52] so type c and press return at the '(gdb)' prompt [21:52] then wait, and see if it crashes [21:53] The program is not being run. ? [21:54] Fly-Man-: oh, sorry, 'r' [21:54] j [21:54] k [21:54] it's running [21:59] of course, it will probably work fine now [22:00] It's still downloading [22:00] usually it fails at about 175 Mb [22:00] it's at 78 now [22:45] Yupz [22:45] there it is: [22:46] [#########\ ] 141001KB 510KB/s | Fetching revisions:Inserting stream Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb7ea66c0 (LWP 3653)] 0x0810ab1a in ?? () [22:47] Fly-Man-: can you run 'bt' and pastebin the output? [22:49] http://launchpad.pastebin.com/d64861a3d [22:49] Voila [22:50] Fly-Man-: argh, that's not so useful :/ [22:50] mwhudson: What were you expecting ? [22:51] Fly-Man-: do you mind installing python-dbg and trying again? [22:51] Nope,the machine is already messed up anyway :p [22:52] same command ? [22:55] Fly-Man-: yeah [22:56] running now [23:02] mwhudson: [23:02] got the error now [23:03] http://launchpad.pastebin.com/d364c32a9 [23:03] Fly-Man-: bt again? [23:04] http://launchpad.pastebin.com/d1e011574 [23:06] Need to jump into bed now [23:09] mwhudson: But if you see anything interesting, I will be back in ± 10 hours [23:10] Nite :) [23:17] "hmm" [23:17] mmh