Re: building from source for different arch

2013-10-08 Thread Roger Leigh
On Wed, Sep 11, 2013 at 09:03:47PM +0200, Slavko wrote: > Hi, > > Dňa Wed, 11 Sep 2013 23:00:03 +0400 recovery...@gmail.com napísal: > > > Unless you intend to do something very strange (i.e. amd64.deb which > > contains i386 binaries), you'll probably better build package for i386 > > in a pure

Re: building from source for different arch

2013-09-11 Thread recoverym4n
On Wed, 11 Sep 2013 21:03:47 +0200 Slavko wrote: > Hi, > > Dňa Wed, 11 Sep 2013 23:00:03 +0400 recovery...@gmail.com napísal: > > > Unless you intend to do something very strange (i.e. amd64.deb which > > contains i386 binaries), you'll probably better build package for i386 > > in a pure i386

Re: building from source for different arch

2013-09-11 Thread recoverym4n
Hi. On Mon, 09 Sep 2013 23:20:34 +0200 Lucio Crusca wrote: > I'm trying to build opus package from source for both amd64 and i386, after > having applied the patch by Pino Toscano I've found here: > > $ dpkg-buildpackage -ai386 >From my limited experience in this area, invoking dpkg-build

Re: building from source for different arch

2013-09-11 Thread Slavko
Hi, Dňa Wed, 11 Sep 2013 23:00:03 +0400 recovery...@gmail.com napísal: > Unless you intend to do something very strange (i.e. amd64.deb which > contains i386 binaries), you'll probably better build package for i386 > in a pure i386 chroot (easily made by deboostrap). Or in chroot created by the

Re: building from source for different arch

2013-09-10 Thread ken
On Mon, Sep 09, 2013 at 11:20:34PM +0200, Lucio Crusca wrote: I'm trying to build opus package from source for both amd64 and i386, after having applied the patch by Pino Toscano I've found here: Look at the manpage for gcc (which I'm assuming you'll be using) and you'll see switches for diffe

Re: building from source for different arch

2013-09-10 Thread Chris Bannister
On Mon, Sep 09, 2013 at 06:30:41PM -0700, Gregory Nowak wrote: > On Mon, Sep 09, 2013 at 11:20:34PM +0200, Lucio Crusca wrote: > > I'm trying to build opus package from source for both amd64 and i386, after > > having applied the patch by Pino Toscano I've found here: > > You might want to have a

Re: building from source for different arch

2013-09-10 Thread Ralf Mardorf
Did you google for "debian cross compiling"? Seemingly there are pre build toolchains available. https://wiki.debian.org/BuildingCrossCompilers https://www.google.de/search?q=debian+cross+platform+compiling&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a&channel=np&source=hp&gw

Re: building from source for different arch

2013-09-10 Thread Lucio Crusca
In data lunedì 9 settembre 2013 18:30:41, Gregory Nowak ha scritto: > On Mon, Sep 09, 2013 at 11:20:34PM +0200, Lucio Crusca wrote: > > I'm trying to build opus package from source for both amd64 and i386, > > after > > > having applied the patch by Pino Toscano I've found here: > You might want t

Re: building from source for different arch

2013-09-09 Thread Gregory Nowak
On Mon, Sep 09, 2013 at 11:20:34PM +0200, Lucio Crusca wrote: > I'm trying to build opus package from source for both amd64 and i386, after > having applied the patch by Pino Toscano I've found here: You might want to have a look at apt-src or apt-build. I seem to recall that apt-build can build

building from source for different arch

2013-09-09 Thread Lucio Crusca
Hi, I'm trying to build opus package from source for both amd64 and i386, after having applied the patch by Pino Toscano I've found here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674467 What I've done so far is: $ apt-get source opus # apt-get build-dep opus $ patch -Np1 < .../o

Re: help with building from source

2007-05-28 Thread Roberto C . Sánchez
On Mon, May 28, 2007 at 02:50:55PM +0200, Tshepang Lekhonkhobe wrote: > Hi, > I did "apt-get source ecj" which downloaded ecj sources. I get inside > its directory and did "dpkg-buildpackage -rfakeroot -d" because if > failed to build. I deleted that directory, but when I try "apt-get > source ecj"

Re: help with building from source

2007-05-28 Thread Tshepang Lekhonkhobe
On 5/28/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: Hi, I did "apt-get source ecj" which downloaded ecj sources. I get inside its directory and did "dpkg-buildpackage -rfakeroot -d" because if failed to build. I deleted that directory, but when I try "apt-get source ecj" again it prints t

Re: help with building from source

2007-05-28 Thread Tshepang Lekhonkhobe
On 5/28/07, Klein Moebius <[EMAIL PROTECTED]> wrote: * Tshepang Lekhonkhobe <[EMAIL PROTECTED]> [2007-05-28 14:50:55 +0200]: > Need to get 0B/903B of source archives. apt is trying to fetch from your local cache. > Failed to fetch means it's not in your local cache (maybe too full?) It actu

Re: help with building from source

2007-05-28 Thread Klein Moebius
* Tshepang Lekhonkhobe <[EMAIL PROTECTED]> [2007-05-28 14:50:55 +0200]: > Need to get 0B/903B of source archives. apt is trying to fetch from your local cache. > Failed to fetch means it's not in your local cache (maybe too full?) Try: Apt-get clean Then: apt-get source umpty-scratch Regar

help with building from source

2007-05-28 Thread Tshepang Lekhonkhobe
Hi, I did "apt-get source ecj" which downloaded ecj sources. I get inside its directory and did "dpkg-buildpackage -rfakeroot -d" because if failed to build. I deleted that directory, but when I try "apt-get source ecj" again it prints the following: """ Need to get 0B/903B of source archives. Fa

Re: building from source advice

2004-02-06 Thread Brad Sims
On Thursday 05 February 2004 8:43 pm, Rob Weir wrote: > If you build things from source, dpkg won't be aware of them, therefore > apt will try to install them if something depends on them. Hrm apt-get install checkinstall. It won't track dependencies but will make a .deb, .rpm or slackTGZ from the

Re: building from source advice

2004-02-06 Thread Micha Feigin
On Fri, Feb 06, 2004 at 01:43:08PM +1100, Rob Weir wrote: > On Fri, Feb 06, 2004 at 12:21:00AM +, cyril said > > Hi > > > > as a Debian newbie (recent redhat convert) I could do with a bit of advice on > > handling any source builds on my server. What kind of issues should I be > > aware of

Re: building from source advice

2004-02-06 Thread dev
> >>If you build things from source, dpkg won't be aware of them, therefore > >>apt will try to install them if something depends on them. > > > > From my (limited) experience with Gentoo I think it's possible to > > install something from source and tell emerge about it, so it won't try > > and i

Re: building from source advice

2004-02-06 Thread Jan Suchy
Dave Thorn wrote: On Fri, Feb 06, 2004 at 01:43:08PM +1100, Rob Weir wrote: On Fri, Feb 06, 2004 at 12:21:00AM +, cyril said as a Debian newbie (recent redhat convert) I could do with a bit of advice on handling any source builds on my server. What kind of issues should I be aware of if I c

Re: building from source advice

2004-02-06 Thread Dave Thorn
On Fri, Feb 06, 2004 at 01:43:08PM +1100, Rob Weir wrote: > On Fri, Feb 06, 2004 at 12:21:00AM +, cyril said > > as a Debian newbie (recent redhat convert) I could do with a bit of advice on > > handling any source builds on my server. What kind of issues should I be > > aware of if I choose

Re: building from source advice

2004-02-06 Thread cyril
Thanks for the advice Rob > Why? The Debian versions of apache and php include all known security > fixes, and pretty much all available modules. Well, I have had some problems with php 4.1.1 as supplied by Debian. There are some issues with the way this version handles certain things that I ca

Re: building from source advice

2004-02-05 Thread Rob Weir
On Fri, Feb 06, 2004 at 12:21:00AM +, cyril said > Hi > > as a Debian newbie (recent redhat convert) I could do with a bit of advice on > handling any source builds on my server. What kind of issues should I be > aware of if I choose to build some software from source on a stable Debian > e

building from source advice

2004-02-05 Thread cyril
Hi as a Debian newbie (recent redhat convert) I could do with a bit of advice on handling any source builds on my server. What kind of issues should I be aware of if I choose to build some software from source on a stable Debian environment. For example I usually choose to build php / apache fr

[SOLVED] Re: wxWindows + building from source in Debian

2003-10-21 Thread Dave Howorth
I wrote: I need wxWindows to be able to build a specific non-Debian application. wxWindows is not supported on Woody, which is what I run. Hence, I need to compile it. Roberto Sanchez suggested: > I've been thinking about it, and in your case it iw probably easier > build it from upstream and i

Re: wxWindows + building from source in Debian

2003-10-21 Thread Dave Howorth
I wrote: I need wxWindows to be able to build a specific non-Debian application. wxWindows is not supported on Woody, which is what I run. Hence, I need to compile it. Mark Roach replied: That being the case, you could just grab the backport from this source deb http://www.arrakis.es/~frigola/pys

Re: wxWindows + building from source in Debian

2003-10-20 Thread Mark Roach
On Mon, 2003-10-20 at 09:47, Dave Howorth wrote: > Mark Roach wrote: [...] > >>The specific question is why these particular dependencies are arising. > > The reason is that all of those wxwindows packages come from the same > > source package. Why exactly did you decide that you needed to compile

Re: wxWindows + building from source in Debian

2003-10-20 Thread Roberto Sanchez
Dave Howorth wrote: The full story is in the previous messages, which I trimmed to save bandwidth :) But briefly, I need wxWindows to be able to build a specific non-Debian application. wxWindows is not supported on Woody, which is what I run. Hence, I need to compile it. Not sure what you m

Re: wxWindows + building from source in Debian

2003-10-20 Thread Dave Howorth
Mark Roach wrote: On Mon, 2003-10-20 at 07:06, Dave Howorth wrote: dpkg-checkbuilddeps: Unmet build dependencies: libgtk1.2-dev, python (>=2.3), python2.3-dev, libpng2-dev, libtiff3g-dev, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev, libesd0-dev dpkg-buildpackage: Build dependencies

Re: wxWindows + building from source in Debian

2003-10-20 Thread Roberto Sanchez
Mark Roach wrote: The reason is that all of those wxwindows packages come from the same source package. Why exactly did you decide that you needed to compile the whole thing again? -Mark He is building a non-Debian app that requires wxWindows 2.4 and he is on Woody, where only 2.2 is available i

Re: wxWindows + building from source in Debian

2003-10-20 Thread Roberto Sanchez
Dave Howorth wrote: On Friday 17 October 2003 16:13, I wrote: | >>I need to install wxWindows 2.4 on a Woody system so I can build | >>another application (TreeView X). Does anybody have any idea of the | >>best way to do this, and what steps are involved? I haven't built Debian-ised software f

Re: wxWindows + building from source in Debian

2003-10-20 Thread Mark Roach
On Mon, 2003-10-20 at 07:06, Dave Howorth wrote: [...] > dpkg-checkbuilddeps: Unmet build dependencies: libgtk1.2-dev, python > (>=2.3), python2.3-dev, libpng2-dev, libtiff3g-dev, xlibmesa-gl-dev | > libgl-dev, xlibmesa-glu-dev | libglu-dev, libesd0-dev > dpkg-buildpackage: Build dependencies/con

Re: wxWindows + building from source in Debian

2003-10-20 Thread Dave Howorth
On Friday 17 October 2003 16:13, I wrote: | >>I need to install wxWindows 2.4 on a Woody system so I can build | >>another application (TreeView X). Does anybody have any idea of the | >>best way to do this, and what steps are involved? I haven't built Debian-ised software from source before (exce

Re: Building from source

2001-05-03 Thread Oliver Elphick
Sunil Thomas Thonikuzhiyil wrote: > Hello > I have downloaded > somepackage..diff.gz > somepackage.dsc > somepackage.orig.tar.gz > from incoming. Presently I have a potato installation > How do I make a deb file from the above > TIA > sunil cd /your/build/dir

Building from source

2001-05-02 Thread Sunil Thomas Thonikuzhiyil
Hello I have downloaded somepackage..diff.gz somepackage.dsc somepackage.orig.tar.gz from incoming. Presently I have a potato installation How do I make a deb file from the above TIA sunil

Re: SSH-1.2.3-9.3 Building from source package.

2001-04-26 Thread aphro
> > I'm trying to build ssh-1.2.3-9.3 from a souce package on a Potato box. one thing that may work...is if you compile ssh1.2.3 from raw source, install the real debs ..then overwrite all the files with your binaries from the source compile, and run dpkg-repack on it .. shouldn't be too difficul

SSH-1.2.3-9.3 Building from source package.

2001-04-25 Thread Emerson Farrugia
I'm trying to build ssh-1.2.3-9.3 from a souce package on a Potato box. (Reasons for using source package are optimization, control over ./configure flags, etc). The box is to be used for server applications, and does not have X or GNOME libraries, which the build process is looking for. ./debian

Re: Specifying configure options building from source?

2001-01-01 Thread Colin Watson
kmself@ix.netcom.com wrote: >on Sun, Dec 31, 2000 at 04:12:42PM -0800, kmself@ix.netcom.com >(kmself@ix.netcom.com) wrote: >> I'm trying to build mutt from sources with the gzip patch. >> >> How do I pass the option "--enable-gzip" when running >> "debian/rules binary"? Specifying this on the co

Re: Specifying configure options building from source?

2000-12-31 Thread kmself
on Sun, Dec 31, 2000 at 04:12:42PM -0800, kmself@ix.netcom.com (kmself@ix.netcom.com) wrote: > I'm trying to build mutt from sources with the gzip patch. > > How do I pass the option "--enable-gzip" when running > "debian/rules binary"? Specifying this on the command line doesn't seem > to work

Specifying configure options building from source?

2000-12-31 Thread kmself
I'm trying to build mutt from sources with the gzip patch. How do I pass the option "--enable-gzip" when running "debian/rules binary"? Specifying this on the command line doesn't seem to work. The Debian FAQ doesn't mention this, nor the dpkg-dev manpage. -- Karsten M. Self http://kmself

Re: Pine not building from source

1998-07-21 Thread Santiago Vila Doncel
-BEGIN PGP SIGNED MESSAGE- On Mon, 20 Jul 1998, Keith wrote: > I have tried about three time to build a debian package from the Pine 3.96L > files that I downloaded from the debian server. I have all three files it > runs through the whole thing, but all I get is a tech-notes package. >

Re: Pine not building from source

1998-07-20 Thread aqy6633
> dpkg-buildpackage > > It cranks through the building process than errors at the end. Run it as a root. (There are other methods, but this is the simplest) Alex Y. -- _ _( )_ ( (o___ +---+ | _ 7 |Alexander Y

Pine not building from source

1998-07-20 Thread Keith
I have tried about three time to build a debian package from the Pine 3.96L files that I downloaded from the debian server. I have all three files it runs through the whole thing, but all I get is a tech-notes package. These are the files that I downloaded: pine_3.96L-2.diff.gz pine_3.96L-2.dsc p

Dynaloader & perl when building from source?

1998-01-17 Thread Richard E. Hawkins Esq.
I'm trying to build lprng, but during the documentation, I get: make[2]: Entering directory `/root/lprng-3.4.1/HOWTO' sgml2html LPRng-HOWTO.sgml DynaLoader object version 1.03 does not match $DynaLoader::VERSION 1.00 at /usr/lib/perl5/DynaLoader.pm line 58. BEGIN failed--compilation aborted at /