Re: compiling ports with more than one job

2007-03-05 Thread RW
On Mon, 5 Mar 2007 22:45:53 - "Thomas Sparrevohn" <[EMAIL PROTECTED]> wrote: > There really two answers possible here - > > 1) Let's call it one depth e.g. make -j - Which works with some not > all ports - Nice when it works and I guess ports/Mk could hold a flag > 2) Let's call it width - e

RE: compiling ports with more than one job

2007-03-05 Thread Thomas Sparrevohn
least some of the kde packages - but only I think if make extract/patch/configure are run without -j -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of RW Sent: 05 March 2007 21:21 To: freebsd-questions@freebsd.org Subject: Re: compiling ports with more th

Re: compiling ports with more than one job

2007-03-05 Thread RW
On Sat, 3 Mar 2007 13:55:53 +0100 (CET) Christian Baer <[EMAIL PROTECTED]> wrote: > On Wed, 28 Feb 2007 18:37:33 + RW wrote: > > > There are two problems here. The first is that not all of the > > underlying builds support this. The second is that we are using > > Make as our ports scripting

Re: compiling ports with more than one job

2007-03-03 Thread Christian Baer
On Wed, 28 Feb 2007 18:37:33 + RW wrote: > There are two problems here. The first is that not all of the > underlying builds support this. The second is that we are using Make as > our ports scripting language - I'm guessing that in Gentoo no-one > expects portage itself to be parallel. I d

Re: compiling ports with more than one job

2007-03-03 Thread Christian Baer
On Wed, 28 Feb 2007 13:07:24 -0500 Lowell Gilbert wrote: > Exactly right. However, you can get some parallel building by doing > more than one single-threaded build at the same time. This leads to > some danger of corrupting the database, though, so it's not for the > squeamish. I know that por

Re: compiling ports with more than one job

2007-03-03 Thread Christian Baer
On Wed, 28 Feb 2007 10:44:16 -0600 Josh Paetzel wrote: > The issues with the config screen sounds like a bug, but one that is > unlikely to get fixed any time soon. You can avoid it by doing a > make config-recursive before building the port, but you're still > going to run in to the problem t

Re: compiling ports with more than one job

2007-02-28 Thread RW
On Wed, 28 Feb 2007 11:32:57 +0100 (CET) Christian Baer <[EMAIL PROTECTED]> wrote: > Good morning[1], folks! > > I am currently setting up a Sun U60 with FreeBSD. A few amount of apps > will be installed on it, when I'm through with it. And that is where > it gets a little frustrating. > > The p

Re: compiling ports with more than one job

2007-02-28 Thread Lowell Gilbert
Josh Paetzel <[EMAIL PROTECTED]> writes: > On Wednesday 28 February 2007 04:32, Christian Baer wrote: >> Good morning[1], folks! >> >> I am currently setting up a Sun U60 with FreeBSD. A few amount of >> apps will be installed on it, when I'm through with it. And that is >> where it gets a little

Re: compiling ports with more than one job

2007-02-28 Thread Josh Paetzel
On Wednesday 28 February 2007 04:32, Christian Baer wrote: > Good morning[1], folks! > > I am currently setting up a Sun U60 with FreeBSD. A few amount of > apps will be installed on it, when I'm through with it. And that is > where it gets a little frustrating. > > The packages for SPARC64 aren't

Re: compiling ports to packages on fast system, installing on slower one

2006-06-09 Thread Andrey Slusar
Fri, 9 Jun 2006 00:39:42 -0500, Nikolas Britton wrote: > On 6/8/06, Andrey Slusar <[EMAIL PROTECTED]> wrote: > > Wed, 7 Jun 2006 16:56:25 -0400, Dave wrote: > > > Hello, > > >I was wondering if this was possible? I've got a box that i'd like > > > to install the latest gnome 2.14 desktop on, as

Re: compiling ports to packages on fast system, installing on slower one

2006-06-08 Thread Nikolas Britton
On 6/8/06, Andrey Slusar <[EMAIL PROTECTED]> wrote: Wed, 7 Jun 2006 16:56:25 -0400, Dave wrote: > Hello, >I was wondering if this was possible? I've got a box that i'd like > to install the latest gnome 2.14 desktop on, as well as some very > intense apps to build. I would like to compile the

Re: compiling ports to packages on fast system, installing on slower one

2006-06-08 Thread Dustin Coates
Dave wrote: Hello, Hi I was wondering if this was possible? I've got a box that i'd like to install the latest gnome 2.14 desktop on, as well as some very intense apps to build. I would like to compile the needed apps on my fastest machine as packages, then transfer all the packages to

Re: compiling ports to packages on fast system, installing on slower one

2006-06-08 Thread Rafael Aquino
Hi, there... One way to do it is to run a portupgrade -n ... to see what would be upgraded, then compile it on the fastest system, export the /usr/ports through nfs and then run a portupgrade -w -W ... using the exported filesystem on the slower system... Don't forget to sincronize both ports sys

Re: compiling ports to packages on fast system, installing on slower one

2006-06-08 Thread Andrey Slusar
Wed, 7 Jun 2006 16:56:25 -0400, Dave wrote: > Hello, >I was wondering if this was possible? I've got a box that i'd like > to install the latest gnome 2.14 desktop on, as well as some very > intense apps to build. I would like to compile the needed apps on my > fastest machine as packages, then

Re: Compiling Ports...

2006-01-05 Thread Frank Laszlo
JK wrote: > On Thu, 5 Jan 2006 14:41:50 -0500 > "Michael P. Soulier" <[EMAIL PROTECTED]> wrote: >> On 1/5/06, Crispy Beef <[EMAIL PROTECTED]> wrote: >>> Am trying to get my head around the ports system, specifically >>> custom options >>> when compiling. For example I would like to install apache

Re: Compiling Ports...

2006-01-05 Thread JK
On Thu, 5 Jan 2006 14:41:50 -0500 "Michael P. Soulier" <[EMAIL PROTECTED]> wrote: On 1/5/06, Crispy Beef <[EMAIL PROTECTED]> wrote: Am trying to get my head around the ports system, specifically custom options when compiling. For example I would like to install apache 2.2 under it's own dir i

Re: Compiling Ports...

2006-01-05 Thread Crispy Beef
Michael P. Soulier wrote: On 1/5/06, Crispy Beef <[EMAIL PROTECTED]> wrote: Am trying to get my head around the ports system, specifically custom options when compiling. For example I would like to install apache 2.2 under it's own dir in /usr/local, say /usr/local/apache22. If I was rolling

Re: Compiling Ports...

2006-01-05 Thread Michael P. Soulier
On 1/5/06, Crispy Beef <[EMAIL PROTECTED]> wrote: > Am trying to get my head around the ports system, specifically custom options > when compiling. For example I would like to install apache 2.2 under it's own > dir in /usr/local, say /usr/local/apache22. If I was rolling my own version > using t

Re: Compiling ports

2003-08-31 Thread Adam Bender
On Sat, 30 Aug 2003, Adam McLaurin wrote: > On Sat, 2003-08-30 at 15:55, Adam Bender wrote: > > OK, sorry to deluge the list with questions, but now I've having serious > > problems compiling ports. > > What version of XFree86 are you running? > XFree86-4.2.0_1,1 Thanks, Adam

Re: Compiling ports

2003-08-31 Thread Adam McLaurin
On Sun, 2003-08-31 at 10:04, Adam Bender wrote: > XFree86-4.2.0_1,1 There's your problem. Portupgrade to 4.3.x and try Xft and xscreensaver again. -- Adam McLaurin <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: Compiling ports

2003-08-31 Thread Adam Bender
On Sun, 31 Aug 2003, Adam McLaurin wrote: > On Sun, 2003-08-31 at 10:04, Adam Bender wrote: > > XFree86-4.2.0_1,1 > > There's your problem. Portupgrade to 4.3.x and try Xft and xscreensaver > again. > Hmm, I did the portupgrade (surprisingly quick, do I have to do anything else?). Now I have XFr

Re: Compiling ports

2003-08-30 Thread Joshua Oreman
On Sat, Aug 30, 2003 at 03:55:57PM -0400 or thereabouts, Adam Bender wrote: > [ ... ] > I then wanted to use portupgrade, which installs: > # uname -a > FreeBSD 68.162.128.185 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Sat Nov 16 > 20:36:05 EST 2002 [EMAIL PROTECTED]:/usr/src/sys/compile/adam > i386#

Re: Compiling ports

2003-08-30 Thread Adam McLaurin
On Sat, 2003-08-30 at 15:55, Adam Bender wrote: > OK, sorry to deluge the list with questions, but now I've having serious > problems compiling ports. What version of XFree86 are you running? -- Adam McLaurin <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message pa