creating debian binary Package?
Martin Pool
mbp at canonical.com
Mon Oct 11 01:06:20 BST 2010
On 8 October 2010 16:46, Tim Michelsen <timmichelsen at gmx-topmail.de> wrote:
>>> how to build from recipe locally?
>>> https://answers.edge.launchpad.net/launchpad-code/+question/128106
>>>
>>> I'd entertain any hints on what to do to simulate the soyuz process locally.
>>
>> The code that builds from recipes is the
>> https://launchpad.net/bzr-builder plugin. Install that and run 'bzr
>> help builder'. Soyuz does a bunch of other stuff around running
>> things on vms, scheduling, and publishing to archives but I think the
>> actual build is all in there.
> For instance, I would like to understand why the recipe buidl reports as
> successful:
> https://code.edge.launchpad.net/~grass/+recipe/grass6-devel/+build/4103
>
> But the package in the PPA still has errors:
> https://code.edge.launchpad.net/~timmie/+archive/ppa/+build/1980668
This is definitely getting off topic for bazaar@; please send any
followups to launchpad-users at lists.launchpad.net so we don't bore
people using bzr as a standalone tool.
But just to answer your question, since we're here, the immediate
reason fro the failure of the second is (from the failure log)
checking for Python.h... yes
checking for swig... no
configure: error: *** couldn't find swig
make: *** [config.status] Error 1
which suggests that you need to add it as a builddep but you haven't.
Maybe the dependency is just not present in the branch you're
packaging?
--
Martin
More information about the bazaar
mailing list