Re: Cross compilation with debuild

2010-08-25 Thread Loïc Minier
On Wed, Aug 25, 2010, Wookey wrote: > I'm using amd64 - hopefully it doesn't matter. Well I feared it might influence xdeb, since there is this bug about the need to use two caches; notably, I thought at least using a 32-bits build arch was better than a 64-bits for the visible package names.

Re: Cross compilation with debuild

2010-08-25 Thread Wookey
+++ Loïc Minier [2010-08-24 19:25 +0200]: > So I gave a try to cross-compiling gstreamer0.10 and it some > interesting issues. me too, but I tried with pdebuild-cross too, to see how it worked. > First, I used an i386 chroot instead of an amd64 chroot since I thought > that might help a bit w

Re: Cross compilation with debuild

2010-08-24 Thread Loïc Minier
So I gave a try to cross-compiling gstreamer0.10 and it some interesting issues. First, I used an i386 chroot instead of an amd64 chroot since I thought that might help a bit with package names; I'm not actually sure that was needed, but it might influence results. Second, here is how I ran

Re: Cross compilation with debuild

2010-08-24 Thread Loïc Minier
On Tue, Aug 24, 2010, Christian Robottom Reis wrote: > Shouldn't it registered as an upstream project and maintained there? (I > suspect this is a Steve L. or Scott B. project) I don't see the need right now; easy enough to do that when it is, but right now the releases are uploads to Ubuntu.

Re: Cross compilation with debuild

2010-08-24 Thread Christian Robottom Reis
On Tue, Aug 24, 2010 at 04:22:51PM +0200, Loïc Minier wrote: > > i cannot enter a bug in the xdeb launchpad project. where should I > > enter this bug? > > Oh right, please use the Ubuntu source package to report bugs; we only > have it in Ubuntu right now. Shouldn't it registered as an upstrea

Re: Cross compilation with debuild

2010-08-24 Thread Loïc Minier
On Tue, Aug 24, 2010, Dechesne, Nicolas wrote: > well.. this debian bug clearly explains my problem! thanks for > pointing this out! so for now the only option is to set this > manually? what is the long term option? xdeb should be fixed to set that until there is a $triplet-pkg-config > i canno

Re: Cross compilation with debuild

2010-08-24 Thread Dechesne, Nicolas
On Mon, Aug 23, 2010, Dechesne, Nicolas wrote: >> I am still trying to setup a functional cross compilation >> environment for our packages. I want to be able to build without >> xdeb, using debuild command (this is mainly because we use other >> tools such as git-buildpackage). >> > (You

Re: Cross compilation with debuild

2010-08-24 Thread Dechesne, Nicolas
> +++ Dechesne, Nicolas [2010-08-23 23:31 +0200]: > >> Hello, >> >> I have another question related to cross compilation... >> >> I am still trying to setup a functional cross compilation environment for our >> packages. I want to be able to build without xdeb, using debuild command >> (this

Re: Cross compilation with debuild

2010-08-23 Thread Wookey
+++ Dechesne, Nicolas [2010-08-23 23:31 +0200]: > Hello, > > I have another question related to cross compilation... > > I am still trying to setup a functional cross compilation environment for our > packages. I want to be able to build without xdeb, using debuild command (this > is mainly becau

Re: Cross compilation with debuild

2010-08-23 Thread Loïc Minier
On Mon, Aug 23, 2010, Dechesne, Nicolas wrote: > I am still trying to setup a functional cross compilation > environment for our packages. I want to be able to build without > xdeb, using debuild command (this is mainly because we use other > tools such as git-buildpackage). (You might be able to