Re: Compiling software with same options

2013-01-28 Thread Lanoxx
On 27/01/13 17:33, Lanoxx wrote: When I tried to install it on my local system just now I was told this: dpkg: error processing libglib2.0-0:amd64 (--install): package libglib2.0-0:amd64 2.34.1-1ubuntu2 cannot be configured because libglib2.0-0:i386 is at a different version (2.34.1-1ubuntu1)

Re: Compiling software with same options

2013-01-27 Thread Lanoxx
On 27/01/13 17:21, Emmet Hikory wrote: Lanoxx wrote: thanks a lot for this explanation. I tried it and everything works until the last step. When I run sbuild, then it get a warning like this: W: No chroots are defined in ‘/etc/schroot/schroot.conf’ or ‘/etc/schroot/chroot.d’ And the build fi

Re: Compiling software with same options

2013-01-27 Thread Emmet Hikory
Lanoxx wrote: > thanks a lot for this explanation. I tried it and everything works > until the last step. When I run sbuild, then it get a warning like > this: > > W: No chroots are defined in ‘/etc/schroot/schroot.conf’ or > ‘/etc/schroot/chroot.d’ > > And the build finishes with this message: >

Re: Compiling software with same options

2013-01-27 Thread Lanoxx
Hi, On 27/01/13 07:42, Emmet Hikory wrote: apt-get source glib2.0 cd glib2.0-* export QUILT_PATCHES=debian/patches quilt import ${path-to-new-patch} quilt push dch -i debuild -S -us -uc cd .. sbuild -A -d quantal-amd64 ${path-to-updated-dsc} thanks a lot for this explanation. I tried it and ever

Re: Compiling software with same options

2013-01-26 Thread Emmet Hikory
Lanoxx wrote: > I have a question regarding the options that are used to build the > source code of a package, there are often some options that can be > passed to either ./autogen.sh or ./configure which influence what > module are build or how a libarary or program is build. How can I > find out

Compiling software with same options

2013-01-26 Thread Lanoxx
Hi, I have a question regarding the options that are used to build the source code of a package, there are often some options that can be passed to either ./autogen.sh or ./configure which influence what module are build or how a libarary or program is build. How can I find out which options