Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
September 02, 2012 [phobos] OSX builds are broken | ||||
---|---|---|---|---|
| ||||
I have no idea which pull request did it, and I don't have an OSX machine to figure it out with, but it looks like one of the recent commits broke the OSX build: http://d.puremagic.com/test-results/ - Jonathan M Davis _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
September 03, 2012 Re: [phobos] OSX builds are broken | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis Attachments:
|
On Sep 03, 2012, at 03:37 AM, Jonathan M Davis <jmdavisProg@gmx.com> wrote:
> I have no idea which pull request did it, and I don't have an OSX machine to figure it out with, but it looks like one of the recent commits broke the OSX build:
>
> http://d.puremagic.com/test-results/
Works for me on Mac OS X 10.6
--
/Jacob Carlborg
|
September 02, 2012 Re: [phobos] OSX builds are broken | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jacob Carlborg | On Monday, September 03, 2012 06:50:15 Jacob Carlborg wrote: > On Sep 03, 2012, at 03:37 AM, Jonathan M Davis <jmdavisProg@gmx.com> wrote: > > I have no idea which pull request did it, and I don't have an OSX machine to figure it out with, but it looks like one of the recent commits broke the OSX build: > > > > http://d.puremagic.com/test-results/ > > Works for me on Mac OS X 10.6 Hmmm. Looking at the logs, it looks like the box itself may just be foobared: posix.mak:28: no cpu specified, assuming X86 MACOSX_DEPLOYMENT_TARGET=10.3 g++-4.2 -m32 -isysroot /Developer/SDKs/MacOSX10.5.sdk idgen.c -o idgen MACOSX_DEPLOYMENT_TARGET=10.3 g++-4.2 -m32 -isysroot /Developer/SDKs/MacOSX10.5.sdk -Wno-deprecated -Wstrict-aliasing -D__pascal= - fno-exceptions -O2 -Ibackend -Itk -Iroot -DMARS=1 -DTARGET_OSX=1 - DDM_TARGET_CPU_X86=1 backend/optabgen.c -o optabgen /bin/sh: g++-4.2: command not found /bin/sh: g++-4.2: command not found make: *** [optabgen] Error 127 make: *** Waiting for unfinished jobs.... make: *** [idgen] Error 127 Clearly, something is seriously wrong if it can't even find gcc. - Jonathan M Davis _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
September 03, 2012 Re: [phobos] OSX builds are broken | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | On Mon, Sep 3, 2012 at 8:53 AM, Jonathan M Davis <jmdavisProg@gmx.com> wrote: > On Monday, September 03, 2012 06:50:15 Jacob Carlborg wrote: >> On Sep 03, 2012, at 03:37 AM, Jonathan M Davis <jmdavisProg@gmx.com> wrote: >> > I have no idea which pull request did it, and I don't have an OSX machine to figure it out with, but it looks like one of the recent commits broke the OSX build: >> > >> > http://d.puremagic.com/test-results/ >> >> Works for me on Mac OS X 10.6 > > Hmmm. Looking at the logs, it looks like the box itself may just be foobared: > > posix.mak:28: no cpu specified, assuming X86 > MACOSX_DEPLOYMENT_TARGET=10.3 g++-4.2 -m32 -isysroot > /Developer/SDKs/MacOSX10.5.sdk idgen.c -o idgen > MACOSX_DEPLOYMENT_TARGET=10.3 g++-4.2 -m32 -isysroot > /Developer/SDKs/MacOSX10.5.sdk -Wno-deprecated -Wstrict-aliasing -D__pascal= - > fno-exceptions -O2 -Ibackend -Itk -Iroot -DMARS=1 -DTARGET_OSX=1 - > DDM_TARGET_CPU_X86=1 backend/optabgen.c -o optabgen > /bin/sh: g++-4.2: command not found > /bin/sh: g++-4.2: command not found > make: *** [optabgen] Error 127 > make: *** Waiting for unfinished jobs.... > make: *** [idgen] Error 127 > > Clearly, something is seriously wrong if it can't even find gcc. It's most likely just PATH not being set correctly. I've had this happen on an OS X machine too (had to set it explicitly). Regards, Alex _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
September 03, 2012 Re: [phobos] OSX builds are broken | ||||
---|---|---|---|---|
| ||||
Posted in reply to Alex Rønne Petersen Attachments:
|
On Sep 03, 2012, at 09:04 AM, Alex Rønne Petersen <xtzgzorex@gmail.com> wrote:
> It's most likely just PATH not being set correctly. I've had this happen on an OS X machine too (had to set it explicitly).
Perhaps someone has upgrade the computer running Mac OS X. Does anyone know which version of Mac OS X the auto tester is running? In the latest versions of Xcode the command line utilities needs to be installed after Xcode has been installed.
--
/Jacob Carlborg
|
September 03, 2012 Re: [phobos] OSX builds are broken | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | Come on guys.. it's pretty obvious that it's a box related problem and not the code or any recent checkins. Sean must have been doing something and hasn't noticed yet. Sean, let me know if you need anything from me to restore it back to healthiness. On 9/2/2012 6:37 PM, Jonathan M Davis wrote: > I have no idea which pull request did it, and I don't have an OSX machine to figure it out with, but it looks like one of the recent commits broke the OSX build: > > http://d.puremagic.com/test-results/ > _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
Copyright © 1999-2021 by the D Language Foundation