8.0-BETA3/i386: make WITHOUT_TOOLCHAIN=yes buildworld broken

View: New views
5 Messages — Rating Filter:   Alert me  

8.0-BETA3/i386: make WITHOUT_TOOLCHAIN=yes buildworld broken

by Eugene Grosbein :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

In 8.0-BETA3, make WITHOUT_TOOLCHAIN=yes buildworld breaks in 15 minutes
after start:

In file included from
/usr/local/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:32:
/usr/local/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:47:20: error:
stddef.h: No such file or directory
/usr/local/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:48:19: error:
float.h: No such file or directory
/usr/local/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:87:20: error:
stdarg.h: No such file or directory
/usr/local/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:90:19: error:
stdio.h: No such file or directory
/usr/local/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:96:19: error:
errno.h: No such file or directory
/usr/local/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:103:20: error:
string.h: No such file or directory
/usr/local/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:104:20: error:
stdlib.h: No such file or directory
/usr/local/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:105:20: error:
unistd.h: No such file or directory
/usr/local/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:108:20: error:
limits.h: No such file or directory
/usr/local/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:111:18: error:
time.h: No such file or directory

[lots of extra errors skipped]

Stop in /usr/local/src/gnu/lib/libgcc.
*** Error code 1

Stop in /usr/local/src.
*** Error code 1

Stop in /usr/local/src.
*** Error code 1

Stop in /usr/local/src.
*** Error code 1

Stop in /usr/local/src.
_______________________________________________
freebsd-qa@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-qa
To unsubscribe, send any mail to "freebsd-qa-unsubscribe@..."

Re: 8.0-BETA3/i386: make WITHOUT_TOOLCHAIN=yes buildworld broken

by Simon L. Nielsen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2009.08.30 01:34:43 +0800, Eugene Grosbein wrote:

> In 8.0-BETA3, make WITHOUT_TOOLCHAIN=yes buildworld breaks in 15 minutes
> after start:

I'm pretty sure WITHOUT_TOOLCHAIN=yes hasn't worked with buildworld
since 7.x, so this is nothing new.  You need to specify it with
installworld, not buildworld.  At least I ran into that with NanoBSD
some time ago.

But thanks for report in any case.

--
Simon L. Nielsen
_______________________________________________
freebsd-qa@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-qa
To unsubscribe, send any mail to "freebsd-qa-unsubscribe@..."

Re: 8.0-BETA3/i386: make WITHOUT_TOOLCHAIN=yes buildworld broken

by Eugene Grosbein :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Aug 29, 2009 at 08:47:23PM +0200, Simon L. Nielsen wrote:

> > In 8.0-BETA3, make WITHOUT_TOOLCHAIN=yes buildworld breaks in 15 minutes
> > after start:
>
> I'm pretty sure WITHOUT_TOOLCHAIN=yes hasn't worked with buildworld
> since 7.x, so this is nothing new.  You need to specify it with
> installworld, not buildworld.  At least I ran into that with NanoBSD
> some time ago.
>
> But thanks for report in any case.

Then it should be ignored for buildworld target, shouldn't it?

Eugene Grosbein
_______________________________________________
freebsd-qa@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-qa
To unsubscribe, send any mail to "freebsd-qa-unsubscribe@..."

Re: 8.0-BETA3/i386: make WITHOUT_TOOLCHAIN=yes buildworld broken

by Bruce Simpson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Simon L. Nielsen wrote:
> I'm pretty sure WITHOUT_TOOLCHAIN=yes hasn't worked with buildworld
> since 7.x, so this is nothing new.  You need to specify it with
> installworld, not buildworld.  At least I ran into that with NanoBSD
> some time ago.
>  

Any chance we could get the C++ runtime coaxed away from under this
option? Just now, to get libstdc++, I have to ship binutils too in a
NanoBSD install...

_______________________________________________
freebsd-qa@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-qa
To unsubscribe, send any mail to "freebsd-qa-unsubscribe@..."

Re: 8.0-BETA3/i386: make WITHOUT_TOOLCHAIN=yes buildworld broken

by John Baldwin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Saturday 29 August 2009 3:08:45 pm Eugene Grosbein wrote:

> On Sat, Aug 29, 2009 at 08:47:23PM +0200, Simon L. Nielsen wrote:
>
> > > In 8.0-BETA3, make WITHOUT_TOOLCHAIN=yes buildworld breaks in 15 minutes
> > > after start:
> >
> > I'm pretty sure WITHOUT_TOOLCHAIN=yes hasn't worked with buildworld
> > since 7.x, so this is nothing new.  You need to specify it with
> > installworld, not buildworld.  At least I ran into that with NanoBSD
> > some time ago.
> >
> > But thanks for report in any case.
>
> Then it should be ignored for buildworld target, shouldn't it?

I think that is sort of difficult to do (or at least very messy) as usually
the WITH/WITHOUT options just ignore subdirectories for all targets rather
than only doing so for certain targets.

--
John Baldwin
_______________________________________________
freebsd-qa@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-qa
To unsubscribe, send any mail to "freebsd-qa-unsubscribe@..."