Re: +universal vs the buildbot

2012-08-30 Thread Rainer Müller
On 2012-08-29 20:34, Joshua Root wrote: > On 2012-8-29 23:33 , Rainer Müller wrote: >> Note that universal archives do not indicate which architectures they >> include in the file name and thus, we could not distinguish different >> architectures with the current code. > > Actually, they do and we

Re: +universal vs the buildbot

2012-08-29 Thread Ryan Schmidt
On Aug 29, 2012, at 06:49, Mojca Miklavec wrote: > On Wed, Aug 29, 2012 at 5:19 AM, Ryan Stonecipher wrote: >> Some ports have +universal as a default variant. >> When such ports have "big" dependencies such as qt4-mac, gcc4x, or >> atlas they take hours to build and install. >> The buildbot make

Re: +universal vs the buildbot

2012-08-29 Thread Ryan Schmidt
On Aug 29, 2012, at 22:40, Ryan Stonecipher wrote: > This appears to be the issue on my computer as well. > Virtualbox builds a kernel module for architectures listed by running uname > -m. Right. Virtualbox is special in that it builds a kernel module so it needs to build for the architectur

Re: +universal vs the buildbot

2012-08-29 Thread Ryan Stonecipher
This appears to be the issue on my computer as well. Virtualbox builds a kernel module for architectures listed by running uname -m. Is this something that should be handled differently in Virtualbox which calls itself non-universal in its portfile? Ryan Stonecipher On Wednesday, August 29, 2012,

Re: +universal vs the buildbot

2012-08-29 Thread Joshua Root
On 2012-8-29 23:33 , Rainer Müller wrote: > Note that universal archives do not indicate which architectures they > include in the file name and thus, we could not distinguish different > architectures with the current code. Actually, they do and we can. :-) - Josh ___

Re: +universal vs the buildbot

2012-08-29 Thread Bradley Giesbrecht
On Aug 28, 2012, at 10:40 PM, Ryan Schmidt wrote: > > On Aug 28, 2012, at 22:19, Ryan Stonecipher wrote: > >> Some ports have +universal as a default variant. >> When such ports have "big" dependencies such as qt4-mac, gcc4x, or >> atlas they take hours to build and install. >> The buildbot make

Re: +universal vs the buildbot

2012-08-29 Thread Rainer Müller
On 2012-08-29 13:49, Mojca Miklavec wrote: > Or another buildbot which would try to build all the ports as universal ;) > (or i386-only when 64-bit cannot be built ;) The definition of +universal may vary from system to system since the universal_archs config option can be changed in macports.conf

Re: +universal vs the buildbot

2012-08-29 Thread Mojca Miklavec
On Wed, Aug 29, 2012 at 5:19 AM, Ryan Stonecipher wrote: > Some ports have +universal as a default variant. > When such ports have "big" dependencies such as qt4-mac, gcc4x, or > atlas they take hours to build and install. > The buildbot makes installing default single-architecture binaries painles

Re: +universal vs the buildbot

2012-08-29 Thread Joshua Root
On 2012-8-29 13:19 , Ryan Stonecipher wrote: > Some ports have +universal as a default variant. > When such ports have "big" dependencies such as qt4-mac, gcc4x, or > atlas they take hours to build and install. > The buildbot makes installing default single-architecture binaries painless. > Could t

Re: +universal vs the buildbot

2012-08-28 Thread Ryan Schmidt
On Aug 28, 2012, at 22:19, Ryan Stonecipher wrote: > Some ports have +universal as a default variant. > When such ports have "big" dependencies such as qt4-mac, gcc4x, or > atlas they take hours to build and install. > The buildbot makes installing default single-architecture binaries painless. >

+universal vs the buildbot

2012-08-28 Thread Ryan Stonecipher
Some ports have +universal as a default variant. When such ports have "big" dependencies such as qt4-mac, gcc4x, or atlas they take hours to build and install. The buildbot makes installing default single-architecture binaries painless. Could the buildbot be adapted to also provide +universal binar