Re: [CFT] Xorg Upgrade 7.5.2

2012-02-14 Thread Luca Pizzamiglio

Running on:

* Intel Sandybridge (+ optimus, disabled) on FreeBSD 9.0
* NVidia GTS 450 on FreeBSD 8.2

Not unkwonw problem.
Usual problem on Intel Sandybridge (tty switch, KMS patch issues on 
FreeBSD 9 and optimus incompatibility (/dev/dri/card1)).


Tested with KDE 4.7.4 and desktop effect activated. Not all effect are 
available using openGL. AFAIK KDE 4.8 is able to use more OpenGL effects 
using the same library.


Thanks for the great job you've done!

Best regards,
Luca

On 02/06/12 02:45, Martin Wilke wrote:

Knock knock...

The X11 Team is pleased to announce the next round of Xorg updates.
Note that this is experimental so you really have to know what you are
doing, read UPDATING in the repository, and follow our exact
instructions. We are specifically looking for feedback from Intel, ATI
and NVIDIA users.

Summary of changes:

xf86-video-nouveau has been removed along with the WITHOUT_NOUVEAU
knob. We suggest switching to the nvidia blob.

KMS Support [1]:
Unfortunately, the intel KMS driver will only work for the latest
FreeBSD 9-STABLE or 10-CURRENT users. The patch for HEAD current is
named all.13.1.patch. The higher the version the newer the patch is.
Other needed patches are already available in the Xorg update.

HEAD Users:
Get the latest patchset from Kib here:
http://people.freebsd.org/~kib/drm/

9-STABLE Users:
'meowthink' is currently maintaining the backport to 9 STABLE.
Make sure you have the latest FreeBSD 9-STABLE source.
Get the patch from here:
https://docs.google.com/leaf?id=0BxbPi2OX4_B-NWY3NWU3MzEtNDBjYy00NTljLThlZGItMWFlYjIyYjI4Yjk3&hl=en_US

Rebuild your Kernel and reboot.

Known issuse:
There will be a patch reject in the sys/dev/drm/i915_suspend.c file.
The solution is to manually undo the expansion of the $FreeBSD: $
tag, so it only saysis $FreeBSD$.

Checkout Xorg Development Repo:
You will need to install devel/subversion in order to checkout the xorg
repo. Next, you will need to add WITH_NEW_XORG=yes in
your /etc/make.conf if you want to try out the new Xorg and mesa.

Intel users: note that if you are not qualified for the KMS patch, you
shouldn't use WITH_NEW_XORG=yes because the old intel driver doesn't
build with the new X server. If you are qualified, you should also set
WITH_KMS=yes in /etc/make.conf.

svn co https://trillian.chruetertee.ch/svn/ports/tags/xorg_7_5_2

A small merge script to merge the svn checkout into the real portstree
can be found here:

http://people.freebsd.org/~miwi/xorg/xorgmerge

The script is a modified version of the old kdemerge script. Please set
the KDEDIR variable to the path of your X.org ports.

After merging, run one of the following command, depending on which
tool you use to manage your installed packages.

 portupgrade -af \*
 portmaster -a

After installing these, you will have to rebuild all xf86-* ports. We
will bump all related ports during the commit to the ports tree.

Roadmap:

Our current plan is to let the CFT running until the last weekend of
February. We hope to get a lot feedback to solve as many problems as
possible. So please help us to get the best xorg update ever in!


Links:
http://wiki.freebsd.org/Intel_GPU [1]
http://wiki.freebsd.org/Xorg
http://miwi.bsdcrew.de/2012/02/working-on-xorg-stuff/

Your FreeBSD Xorg Team

PS: Please reply to the x11@ mailing list. Cross posted due to the
potentially disruptive nature of the change and need to get a wide
variety of testers.



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


Re: MCA UNCOR error

2012-02-14 Thread TAKAHASHI Yoshihiro
In article <201202131308.48171@freebsd.org>
John Baldwin  writes:

> On Sunday, February 12, 2012 4:55:49 am TAKAHASHI Yoshihiro wrote:
>> I get the following error and kernel panic on my pc98 at the boot time.
>> 
>> MCA: Bank 2, Status 0xb614
>> MCA: Global Cap 0x0005, Status 0x0004
>> MCA: Vendor "GenuineIntel", ID 0x616, APIC ID 0
>> MCA: CPU 0 UNCOR PCC no error
>> MCA: Address 0x3446ff003446ff
>> 
>> When I disable MCA with hw.mca.enabled=0 on loader prompt, the machine
>> works fine.  Does it mean my pc98 is broken?  Or other isssue?
>> 
>> It's spec is:
>> 
>> FreeBSD 10.0-CURRENT #5: Thu Feb  9 13:18:22 UTC 2012
>> CPU: Pentium Pro (198.95-MHz 686-class CPU)
>>   Origin = "GenuineIntel"  Id = 0x616  Family = 6  Model = 1  Stepping = 6
>>   Features=0xf9ff
>> real memory  = 134217728 (128 MB)
>> avail memory = 120471552 (114 MB)
> 
> Interesting, that is odd to get an error with no error code.
> 
> Can you tell from the stack trace if your CPU actually raised a machine check 
> exception (trap 28)?

I tested with debugger enabled kernel.
Please get from:
http://home.jp.freebsd.org/~nyan/mca-error1.jpg
http://home.jp.freebsd.org/~nyan/mca-error2.jpg
(Sorry for jpeg images)

---
TAKAHASHI Yoshihiro 
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: loader is aborted with 'out of memory'

2012-02-14 Thread TAKAHASHI Yoshihiro
In article <4f393b95.7070...@gmail.com>
Chuck Burns  writes:

> On 2/13/2012 7:06 AM, TAKAHASHI Yoshihiro wrote:
>> I got the following error of the current loader if I put the xxx_after
>> line into loader.conf to wait a key after load the xxx module.
>>
>> ---
>> Error: out of memory
>> Module xxx
>> Error executing read -p "Press Enter"
>> Aborted!
>> ---
>>
>> The loader.conf is:
>> xxx_load="YES"
>> xxx_after="read -p \"Press Enter\""
>>
>> Does anyone know what is wrong?
>>
> Uhm, yea.. it's having trouble executing the command 'read -p "Press
> Enter"'
> 
> My guess is, it can't run that command "read". Perhaps it needs a full
> path, or something? grasping at straws on the fix you want, but the
> error message is pretty clear..  and without the _after line I'm
> betting it would boot fine.

What I'd like to do is making boot and mfsroot floppy images to install
for pc98.  So I want to fix this problem.

If I tested the loader image on current with the forth scripts on 8.x,
the _before and _after work fine.

---
TAKAHASHI Yoshihiro 
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Mesa 8.0 Info

2012-02-14 Thread vehemens
On Monday 13 February 2012 13:57:12 Pietro Cerutti wrote:
> On 2012-Feb-13, 00:34, vehemens wrote:
> >  >8e1c9c163ed2b91bc>
>
> FWIW, I'm going to update graphics/libosmesa within the next few days.

A long as you account for removed changes such as "300c, r600c: Remove these 
DRI drivers.", you should be fine.


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


Re: Does anyone regularly build HEAD with clang?

2012-02-14 Thread Jordan K. Hubbard

On Feb 13, 2012, at 9:09 AM, Niclas Zeising wrote:

> The ML ate the attachments. Either attach them as text/plain or post
> them online somewhere.

Well, Brandon Falk actually appears to have nailed the root cause.  I followed 
older instructions on http://wiki.freebsd.org/BuildingFreeBSDWithClang which 
said to set CPP="clang -E" and this has been updated to "clang-cpp", which I 
didn't realize it.  Once I made that change in make.conf, everything is 
proceeding perfectly!  It's on a slow atom box so my "make world kernel" hasn't 
actually completed yet, but I think it's gone far enough that I can assume 
success!

Sorry for the stale build settings which led to a false alarm on my part, and 
thanks to Brandon for replying off-list with the solution!

- Jordan

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


Re: Enhancing the user experience with tcsh

2012-02-14 Thread timp
My diff:
+set autolist

-setenv PAGER   more
+setenv PAGER   less

 if ($?prompt) then
# An interactive shell -- set some stuff up
+   set promptchars = '$#'
+   set prompt = "%{^[[50;73;1m%}\[`whoami`@%m %~\]%#%{^[[m%} "


I think 'set autolist' must have everyone.
PAGER is not necessary.
And this is best prompt I think =)

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Enhancing-the-user-experience-with-tcsh-tp5471144p5481784.html
Sent from the freebsd-current mailing list archive at Nabble.com.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Enhancing the user experience with tcsh

2012-02-14 Thread Eitan Adler
On Tue, Feb 14, 2012 at 8:19 AM, Astrodog  wrote:
> Personally, I pay very little attention to the prompt. That being said...
> Plenty of people prefer widely different configurations for the prompt.
> I think everyone agrees that the default prompt isn't particularly
> informative, however, achieving consensus here is going to be almost
> impossible. I suggest that it be handled as a seperate discussion,
> perhaps?

That would result in even more of a bikeshed than this thread. I'm
pretty sure I'm going to go with one of the prompts posted to this
thread after a bit of experimentation.
Remember that the prompts are for inexperienced users and those of you
with awesome prompts are not the target audience for the change.

> I am against this change, barring a more compelling reason to include
> it. Default behavior limits $PATH to areas that are only writable as
> root, and there is no garuntee that $HOME can only be written by the
> user. As a result, the change may create unanticipated and unnoticed
> security consequences some installations. I believe this outweighs the
> functionality provided by the proposed change, given how trivial this
> is to configure after the fact.

 set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin
/usr/local/bin $HOME/bin)

is the default


-- 
Eitan Adler
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Enhancing the user experience with tcsh

2012-02-14 Thread Astrodog
On Tue, Feb 14, 2012 at 7:26 AM, Eitan Adler  wrote:
> On Tue, Feb 14, 2012 at 8:19 AM, Astrodog  wrote:
>> Personally, I pay very little attention to the prompt. That being said...
>> Plenty of people prefer widely different configurations for the prompt.
>> I think everyone agrees that the default prompt isn't particularly
>> informative, however, achieving consensus here is going to be almost
>> impossible. I suggest that it be handled as a seperate discussion,
>> perhaps?
>
> That would result in even more of a bikeshed than this thread. I'm
> pretty sure I'm going to go with one of the prompts posted to this
> thread after a bit of experimentation.
> Remember that the prompts are for inexperienced users and those of you
> with awesome prompts are not the target audience for the change.

I'm not actually against any of the prompts that have been suggested.
They're all fine with me. I use too many shared machines, or use
machines temporarly to expect anything at all from the prompt anyway.

>
>> I am against this change, barring a more compelling reason to include
>> it. Default behavior limits $PATH to areas that are only writable as
>> root, and there is no garuntee that $HOME can only be written by the
>> user. As a result, the change may create unanticipated and unnoticed
>> security consequences some installations. I believe this outweighs the
>> functionality provided by the proposed change, given how trivial this
>> is to configure after the fact.
>
>  set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin
> /usr/local/bin $HOME/bin)
>
> is the default
>

Whoops. I should have known a couple of years ago that adding a
handful of random patches to my build machine wasn't a great idea.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Enhancing the user experience with tcsh

2012-02-14 Thread Ivan Voras
On 10/02/2012 17:25, Eitan Adler wrote:

>  setenv BLOCKSIZE   K

Why note BLOCKSIZE M? It's pretty much ridiculous to count kilobytes
nowadays.

> Many people had alternative suggestions for the prompt. Can you please
> clarify why you believe your prompt should be the _default_ one?

My prompt suggestion:

set prompt="%U%m%u:%B%~%b%# "

It makes the prompt lines clearly and loudly visible in a screen full of
busy commands.




signature.asc
Description: OpenPGP digital signature


Re: Enhancing the user experience with tcsh

2012-02-14 Thread Astrodog
... snip ...

>  if ($?prompt) then
>   # An interactive shell -- set some stuff up
> -   set prompt = "`/bin/hostname -s`# "
> +   set prompt = "[%n@%m]%c04%# "
> +   set promptchars = "%#"
>
> Many people had alternative suggestions for the prompt. Can you please
> clarify why you believe your prompt should be the _default_ one?
> While many admins are able to deal with short non-descriptive prompts
> it helps new users to have more detail on the prompt line. I'd like to
> commit some change to the default: currently it is very undescriptive.
> I am leaving open which prompt I am going with at the end though.

Personally, I pay very little attention to the prompt. That being said...
Plenty of people prefer widely different configurations for the prompt.
I think everyone agrees that the default prompt isn't particularly
informative, however, achieving consensus here is going to be almost
impossible. I suggest that it be handled as a seperate discussion,
perhaps?

>
>   set filec
> -   set history = 100
> -   set savehist = 100
> +   set history = 1
> +   set savehist = 1
>
> No one complained about this one - it is almost certainly going to
> stay it the final version.
>
> +   set autolist
>
> set autolist=ambiguous makes sense here - I will likely go with that.
>
> +   # Use history to aid expansion
> +   set autoexpand
>
> No one complained about this  - it is almost certainly going to stay
> it the final version.
>
> Now to address some comments made in the thread. I'm sorry for not
> preserving attribution here.
>
>> How about adding stuff like this to /usr/share/examples/tcsh/complete.tcsh ?
>> Along with a comment in .cshrc pointing to that file (or even a commented 
>> line to source it), it would be an improvement.
>
> +1 I'll add a comment addressing this file.
>
>> I use the $HOME/bin on my machines but I am not so sure to make this a 
>> general thing.
>
> Many people expect it, and given that it is the last item in the path
> it won't affect all that much.

I am against this change, barring a more compelling reason to include
it. Default behavior limits $PATH to areas that are only writable as
root, and there is no garuntee that $HOME can only be written by the
user. As a result, the change may create unanticipated and unnoticed
security consequences some installations. I believe this outweighs the
functionality provided by the proposed change, given how trivial this
is to configure after the fact.

... snip ...

These two issues aside, I do like the idea here. Here's hoping it
doesn't collapse under thousands of coats of paint.

--- Harrison
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on sparc64/sparc64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 13:33:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 13:33:00 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-02-14 13:33:00 - cleaning the object tree
TB --- 2012-02-14 13:33:00 - cvsupping the source tree
TB --- 2012-02-14 13:33:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2012-02-14 13:33:31 - building world
TB --- 2012-02-14 13:33:31 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 13:33:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 13:33:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 13:33:31 - SRCCONF=/dev/null
TB --- 2012-02-14 13:33:31 - TARGET=sparc64
TB --- 2012-02-14 13:33:31 - TARGET_ARCH=sparc64
TB --- 2012-02-14 13:33:31 - TZ=UTC
TB --- 2012-02-14 13:33:31 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 13:33:31 - cd /src
TB --- 2012-02-14 13:33:31 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 13:33:32 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 13:50:06 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 13:50:06 - ERROR: failed to build world
TB --- 2012-02-14 13:50:06 - 774.38 user 154.21 system 1025.77 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: MCA UNCOR error

2012-02-14 Thread John Baldwin
On Tuesday, February 14, 2012 7:57:50 am TAKAHASHI Yoshihiro wrote:
> In article <201202131308.48171@freebsd.org>
> John Baldwin  writes:
> 
> > On Sunday, February 12, 2012 4:55:49 am TAKAHASHI Yoshihiro wrote:
> >> I get the following error and kernel panic on my pc98 at the boot time.
> >> 
> >> MCA: Bank 2, Status 0xb614
> >> MCA: Global Cap 0x0005, Status 0x0004
> >> MCA: Vendor "GenuineIntel", ID 0x616, APIC ID 0
> >> MCA: CPU 0 UNCOR PCC no error
> >> MCA: Address 0x3446ff003446ff
> >> 
> >> When I disable MCA with hw.mca.enabled=0 on loader prompt, the machine
> >> works fine.  Does it mean my pc98 is broken?  Or other isssue?
> >> 
> >> It's spec is:
> >> 
> >> FreeBSD 10.0-CURRENT #5: Thu Feb  9 13:18:22 UTC 2012
> >> CPU: Pentium Pro (198.95-MHz 686-class CPU)
> >>   Origin = "GenuineIntel"  Id = 0x616  Family = 6  Model = 1  Stepping = 6
> >>   Features=0xf9ff
> >> real memory  = 134217728 (128 MB)
> >> avail memory = 120471552 (114 MB)
> > 
> > Interesting, that is odd to get an error with no error code.
> > 
> > Can you tell from the stack trace if your CPU actually raised a machine 
> > check 
> > exception (trap 28)?
> 
> I tested with debugger enabled kernel.
> Please get from:
> http://home.jp.freebsd.org/~nyan/mca-error1.jpg
> http://home.jp.freebsd.org/~nyan/mca-error2.jpg
> (Sorry for jpeg images)

Humm.  Try this:

Index: x86/x86/mca.c
===
--- mca.c   (revision 231678)
+++ mca.c   (working copy)
@@ -548,7 +548,12 @@ mca_scan(enum scan_mode mode)
valid = mca_check_status(i, &rec);
if (valid) {
count++;
-   if (rec.mr_status & ucmask) {
+   /*
+* Don't treat records that do not specify an
+* error as unrecoverable.
+*/
+   if ((rec.mr_status & MC_STATUS_MCA_ERROR) != 0 &&
+   rec.mr_status & ucmask) {
recoverable = 0;
mca_log(&rec);
}

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


Effect of Processor and Memory on KDE4 execution speed

2012-02-14 Thread Mehmet Erol Sanliturk
Dear All ,

Today I have encountered a case which I think informing you about it may be
useful .

In my previous messages , I have mentioned very slowness of KDE4 .


Onto another computer I have installed DruidBSD 9.0 b56 amd64 , and KDE4 .
In that installation KDE4 worked surprisingly fast .

To understand whether difference is among FreeBSD or DruidBSD , I have
installed
FreeBSD 9.0 Release amd64 and KDE4 on the same computer instead of DruidBSD
.

The KDE4 has worked flawlesly i.e. , means very fast .

To make equivalent the installations on both computers , I have installed
FreeBSD 9.0 Release amd64 and KDE4 on the slow computer exactly as in fast
computer .


Starting times after first boot ( to eliminate initialization effects ) are
the following
( All timings are from "root" ) :


>From "startx" ( which contains "exec ... kde4 ..." )
to   appearance of KDE menu symbol at the bottom left corner :


Fast computer : 8 GB : 0+ ( < 1 ) minute ( 4 x 2 GB )
Slow computer : 4 GB : 2+ ( < 3 ) minutes ( 2 x 2 GB ) ( 2 x ! GB chips
removed ) ,
6 GB : 8+ ( < 9 ) minutes ( 2 x ( 2 , 1 ) GB ) .
( Memory chip installation conforms to main board manual . )
( The clock does not have second counter . )

Fast Computer
  CPU : Intel Pentium Dual CPU E2220 @ 2.40 GHz ( 2397.65-MHz K-8class CPU )
  ACPI APIC Table : < INTEL DG965WH >

Slow Computer
  CPU : Intel Core 2 QUAD CPU Q6600 @ 2.40 GHz ( 2397.65-MHz K-8class CPU )
  ACPI APIC Table : < INTEL DG965WH >

( The main boards are the same ) .
( All of the memory chips are the same : Kingston HyperX 800 MHz )



I could not understand the reason(s) of the differences .


Boot DMESG outputs are attached .


Thank you very much .


Mehmet Erol Sanliturk
Waiting (max 60 seconds) for system process `vnlru' to stop...done
Waiting (max 60 seconds) for system process `bufdaemon' to stop...done
Waiting (max 60 seconds) for system process `syncer' to stop...
Syncing disks, vnodes remaining...0 0 done
All buffers synced.
Uptime: 1h17m23s
Rebooting...
cpu_reset: Stopping other CPUs
Copyright (c) 1992-2012 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
CPU: Intel(R) Pentium(R) Dual  CPU  E2220  @ 2.40GHz (2397.65-MHz K8-class CPU)
  Origin = "GenuineIntel"  Id = 0x6fd  Family = 6  Model = f  Stepping = 13
  
Features=0xbfebfbff
  Features2=0xe39d
  AMD Features=0x20100800
  AMD Features2=0x1
  TSC: P-state invariant, performance statistics
real memory  = 8589934592 (8192 MB)
avail memory = 8163987456 (7785 MB)
Event timer "LAPIC" quality 400
ACPI APIC Table: 
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
FreeBSD/SMP: 1 package(s) x 2 core(s)
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
ioapic0: Changing APIC ID to 2
ioapic0  irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0:  on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
cpu0:  on acpi0
cpu1:  on acpi0
acpi_button0:  on acpi0
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
vgapci0:  port 0x3410-0x3417 mem 
0xe020-0xe02f,0xd000-0xdfff irq 16 at device 2.0 on pci0
agp0:  on vgapci0
agp0: aperture size is 256M, detected 7676k stolen memory
pci0:  at device 3.0 (no driver attached)
em0:  port 0x30e0-0x30ff mem 
0xe030-0xe031,0xe0324000-0xe0324fff irq 20 at device 25.0 on pci0
em0: Using an MSI interrupt
em0: Ethernet address: 00:1c:c0:1e:c3:90
uhci0:  port 0x30c0-0x30df irq 16 at 
device 26.0 on pci0
uhci0: LegSup = 0x2f00
usbus0:  on uhci0
uhci1:  port 0x30a0-0x30bf irq 21 at 
device 26.1 on pci0
uhci1: LegSup = 0x2f00
usbus1:  on uhci1
ehci0:  mem 
0xe0325c00-0xe0325fff irq 18 at device 26.7 on pci0
usbus2: EHCI version 1.0
usbus2:  on ehci0
hdac0:  mem 
0xe032-0xe0323fff irq 22 at device 27.0 on pci0
pcib1:  at device 28.0 on pci0
pci1:  on pcib1
pcib2:  at device 28.1 on pci0
pci2:  on pcib2
atapci0:  port 
0x2018-0x201f,0x2024-0x2027,0x2010-0x2017,0x2020-0x2023,0x2000-0x200f mem 
0xe010-0xe01001ff irq 17 at device 0.0 on pci2
ata2:  on atapci0
pcib3:  at device 28.2 on pci0
pci3:  on pcib3
pcib4:  at device 28.3 on pci0
pci4:  on pcib4
pcib5:  at device 28.4 on pci0
pci5:  on pcib5
uhci2:  port 0x3080-0x309f irq 23 at 
device 29.0 on pci0
uhci2: LegSup = 0x2f00
usbus3:  on uhci2
uhci3:  port 0x3060-0x307f irq 19 at 
device 29.1 on pci0
uhci3: LegSup = 0x2f00
usbus4:  on uhci3
uhci4:  port 0x3040-0x305f irq 18 at 
device 29.2 on pci0
uhci4: LegSup = 0x2f00
usbus5:  on uhci4
ehci1:  mem 
0xe0325800-0xe0325bff irq 23 at device 29.7 on pci0
usbus6: EHCI version 1.0
usbus6:  on ehci1
pcib6:  at device 30.0 on pci0
pci6:  on pcib

Re: Enhancing the user experience with tcsh

2012-02-14 Thread Miroslav Lachman

Eitan Adler wrote:

On Tue, Feb 14, 2012 at 8:19 AM, Astrodog  wrote:

Personally, I pay very little attention to the prompt. That being said...
Plenty of people prefer widely different configurations for the prompt.
I think everyone agrees that the default prompt isn't particularly
informative, however, achieving consensus here is going to be almost
impossible. I suggest that it be handled as a seperate discussion,
perhaps?


That would result in even more of a bikeshed than this thread. I'm
pretty sure I'm going to go with one of the prompts posted to this
thread after a bit of experimentation.
Remember that the prompts are for inexperienced users and those of you
with awesome prompts are not the target audience for the change.


Not just prompts, but everything in default .cshrc / .tcshrc should be 
targeted to inexperienced new users and we should look at it from this 
point of view. Not from "our personal preferences".
The current and future changes in .cshrc is not targeted to us - readers 
of freebsd-current@, but to new users comming from the world of windows 
and penguins.


I still remember those days when I came from Win95 to FreeBSD 4.x and 
didn't know anything about shell's possibilities. Somebody recommends me 
bash and I used it as my default shell for a couple of years - until I 
realized, that same or better prompt, completion and history search can 
be achieved with already installed csh / tcsh. Just by few modifications 
in .cshrc.


I don't think readers of this mailing list are using default unmodified 
.cshrc. So the question is not "what is good to me" (or to you), but 
"what is good for new users?". What can we serve them to make their life 
easier and show them the power and possibilities of tcsh.


We all can still use our good old .cshrc modifications, our own prompt, 
colors, etc. as we already do.


That's why I am proposing as much "Good features (TM)" enabled by 
default as possible. Because we others can easily disabled them if we 
don't like them. But new users can't enabled them, because they don't 
know about them.


Miroslav Lachman
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: MCA UNCOR error

2012-02-14 Thread TAKAHASHI Yoshihiro
In article <201202140909.33894@freebsd.org>
John Baldwin  writes:

>> >> I get the following error and kernel panic on my pc98 at the boot time.
>> >> 
>> >> MCA: Bank 2, Status 0xb614
>> >> MCA: Global Cap 0x0005, Status 0x0004
>> >> MCA: Vendor "GenuineIntel", ID 0x616, APIC ID 0
>> >> MCA: CPU 0 UNCOR PCC no error
>> >> MCA: Address 0x3446ff003446ff
>> >> 
>> >> When I disable MCA with hw.mca.enabled=0 on loader prompt, the machine
>> >> works fine.  Does it mean my pc98 is broken?  Or other isssue?
>> > 
>> > Interesting, that is odd to get an error with no error code.
>> > 
>> > Can you tell from the stack trace if your CPU actually raised a machine 
>> > check 
>> > exception (trap 28)?
>> 
>> I tested with debugger enabled kernel.
>> Please get from:
>> http://home.jp.freebsd.org/~nyan/mca-error1.jpg
>> http://home.jp.freebsd.org/~nyan/mca-error2.jpg
>> (Sorry for jpeg images)
> 
> Humm.  Try this:

Thanks.  But it still panics.

http://home.jp.freebsd.org/~nyan/mca-error3.jpg
http://home.jp.freebsd.org/~nyan/mca-error4.jpg
http://home.jp.freebsd.org/~nyan/mca-error5.jpg

---
TAKAHASHI Yoshihiro 
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/i386

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 15:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 15:40:00 - starting HEAD tinderbox run for i386/i386
TB --- 2012-02-14 15:40:00 - cleaning the object tree
TB --- 2012-02-14 15:40:00 - cvsupping the source tree
TB --- 2012-02-14 15:40:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2012-02-14 15:40:14 - building world
TB --- 2012-02-14 15:40:14 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 15:40:14 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 15:40:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 15:40:14 - SRCCONF=/dev/null
TB --- 2012-02-14 15:40:14 - TARGET=i386
TB --- 2012-02-14 15:40:14 - TARGET_ARCH=i386
TB --- 2012-02-14 15:40:14 - TZ=UTC
TB --- 2012-02-14 15:40:14 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 15:40:14 - cd /src
TB --- 2012-02-14 15:40:14 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 15:40:15 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 16:00:26 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 16:00:26 - ERROR: failed to build world
TB --- 2012-02-14 16:00:26 - 959.48 user 186.16 system 1226.05 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/pc98

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 15:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 15:40:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-02-14 15:40:00 - cleaning the object tree
TB --- 2012-02-14 15:40:00 - cvsupping the source tree
TB --- 2012-02-14 15:40:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2012-02-14 15:40:14 - building world
TB --- 2012-02-14 15:40:14 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 15:40:14 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 15:40:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 15:40:14 - SRCCONF=/dev/null
TB --- 2012-02-14 15:40:14 - TARGET=pc98
TB --- 2012-02-14 15:40:14 - TARGET_ARCH=i386
TB --- 2012-02-14 15:40:14 - TZ=UTC
TB --- 2012-02-14 15:40:14 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 15:40:14 - cd /src
TB --- 2012-02-14 15:40:14 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 15:40:15 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 16:00:28 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 16:00:28 - ERROR: failed to build world
TB --- 2012-02-14 16:00:28 - 959.23 user 187.20 system 1227.75 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on arm/arm

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 15:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 15:40:00 - starting HEAD tinderbox run for arm/arm
TB --- 2012-02-14 15:40:00 - cleaning the object tree
TB --- 2012-02-14 15:40:00 - cvsupping the source tree
TB --- 2012-02-14 15:40:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2012-02-14 15:45:27 - building world
TB --- 2012-02-14 15:45:27 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 15:45:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 15:45:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 15:45:27 - SRCCONF=/dev/null
TB --- 2012-02-14 15:45:27 - TARGET=arm
TB --- 2012-02-14 15:45:27 - TARGET_ARCH=arm
TB --- 2012-02-14 15:45:27 - TZ=UTC
TB --- 2012-02-14 15:45:27 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 15:45:27 - cd /src
TB --- 2012-02-14 15:45:27 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 15:45:28 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 16:01:14 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 16:01:14 - ERROR: failed to build world
TB --- 2012-02-14 16:01:14 - 709.35 user 173.58 system 1273.39 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on amd64/amd64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 15:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 15:40:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2012-02-14 15:40:00 - cleaning the object tree
TB --- 2012-02-14 15:40:00 - cvsupping the source tree
TB --- 2012-02-14 15:40:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2012-02-14 15:40:14 - building world
TB --- 2012-02-14 15:40:14 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 15:40:14 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 15:40:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 15:40:14 - SRCCONF=/dev/null
TB --- 2012-02-14 15:40:14 - TARGET=amd64
TB --- 2012-02-14 15:40:14 - TARGET_ARCH=amd64
TB --- 2012-02-14 15:40:14 - TZ=UTC
TB --- 2012-02-14 15:40:14 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 15:40:14 - cd /src
TB --- 2012-02-14 15:40:14 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 15:40:15 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 16:01:30 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 16:01:30 - ERROR: failed to build world
TB --- 2012-02-14 16:01:30 - 1006.33 user 191.64 system 1289.45 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on mips/mips

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 16:00:28 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 16:00:28 - starting HEAD tinderbox run for mips/mips
TB --- 2012-02-14 16:00:28 - cleaning the object tree
TB --- 2012-02-14 16:00:28 - cvsupping the source tree
TB --- 2012-02-14 16:00:28 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/mips/mips/supfile
TB --- 2012-02-14 16:00:45 - building world
TB --- 2012-02-14 16:00:45 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 16:00:45 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 16:00:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 16:00:45 - SRCCONF=/dev/null
TB --- 2012-02-14 16:00:45 - TARGET=mips
TB --- 2012-02-14 16:00:45 - TARGET_ARCH=mips
TB --- 2012-02-14 16:00:45 - TZ=UTC
TB --- 2012-02-14 16:00:45 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 16:00:45 - cd /src
TB --- 2012-02-14 16:00:45 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 16:00:45 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 16:17:34 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 16:17:34 - ERROR: failed to build world
TB --- 2012-02-14 16:17:34 - 766.02 user 163.52 system 1025.81 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on ia64/ia64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 16:00:26 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 16:00:26 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-02-14 16:00:26 - cleaning the object tree
TB --- 2012-02-14 16:00:26 - cvsupping the source tree
TB --- 2012-02-14 16:00:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2012-02-14 16:00:45 - building world
TB --- 2012-02-14 16:00:45 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 16:00:45 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 16:00:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 16:00:45 - SRCCONF=/dev/null
TB --- 2012-02-14 16:00:45 - TARGET=ia64
TB --- 2012-02-14 16:00:45 - TARGET_ARCH=ia64
TB --- 2012-02-14 16:00:45 - TZ=UTC
TB --- 2012-02-14 16:00:45 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 16:00:45 - cd /src
TB --- 2012-02-14 16:00:45 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 16:00:45 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 16:20:09 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 16:20:09 - ERROR: failed to build world
TB --- 2012-02-14 16:20:09 - 915.88 user 179.23 system 1182.66 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 16:01:14 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 16:01:14 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-02-14 16:01:14 - cleaning the object tree
TB --- 2012-02-14 16:01:14 - cvsupping the source tree
TB --- 2012-02-14 16:01:14 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2012-02-14 16:01:25 - building world
TB --- 2012-02-14 16:01:25 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 16:01:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 16:01:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 16:01:25 - SRCCONF=/dev/null
TB --- 2012-02-14 16:01:25 - TARGET=powerpc
TB --- 2012-02-14 16:01:25 - TARGET_ARCH=powerpc
TB --- 2012-02-14 16:01:25 - TZ=UTC
TB --- 2012-02-14 16:01:25 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 16:01:25 - cd /src
TB --- 2012-02-14 16:01:25 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 16:01:25 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 16:22:13 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 16:22:13 - ERROR: failed to build world
TB --- 2012-02-14 16:22:13 - 983.73 user 181.66 system 1259.40 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc64/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 16:01:30 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 16:01:30 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-02-14 16:01:30 - cleaning the object tree
TB --- 2012-02-14 16:01:30 - cvsupping the source tree
TB --- 2012-02-14 16:01:30 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2012-02-14 16:01:41 - building world
TB --- 2012-02-14 16:01:41 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 16:01:41 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 16:01:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 16:01:41 - SRCCONF=/dev/null
TB --- 2012-02-14 16:01:41 - TARGET=powerpc
TB --- 2012-02-14 16:01:41 - TARGET_ARCH=powerpc64
TB --- 2012-02-14 16:01:41 - TZ=UTC
TB --- 2012-02-14 16:01:41 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 16:01:41 - cd /src
TB --- 2012-02-14 16:01:41 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 16:01:42 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 16:22:58 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 16:22:58 - ERROR: failed to build world
TB --- 2012-02-14 16:22:58 - 1010.34 user 186.64 system 1287.97 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on sparc64/sparc64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 16:17:34 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 16:17:34 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-02-14 16:17:34 - cleaning the object tree
TB --- 2012-02-14 16:17:36 - cvsupping the source tree
TB --- 2012-02-14 16:17:36 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2012-02-14 16:17:56 - building world
TB --- 2012-02-14 16:17:56 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 16:17:56 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 16:17:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 16:17:56 - SRCCONF=/dev/null
TB --- 2012-02-14 16:17:56 - TARGET=sparc64
TB --- 2012-02-14 16:17:56 - TARGET_ARCH=sparc64
TB --- 2012-02-14 16:17:56 - TZ=UTC
TB --- 2012-02-14 16:17:56 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 16:17:56 - cd /src
TB --- 2012-02-14 16:17:56 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 16:17:57 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 16:32:55 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 16:32:55 - ERROR: failed to build world
TB --- 2012-02-14 16:32:55 - 750.73 user 142.32 system 920.70 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: print/ghostscript9: ./base/sjpx_openjpeg.c:169: error: too many arguments to function

2012-02-14 Thread Chris Rees
On 13 Feb 2012 11:14, "O. Hartmann" 
wrote:
>
> This arise today when updating  ghostscript9-9.04 to ghostscript9-9.05:
>
>
> cc  -DHAVE_MKSTEMP   -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE
> -DHAVE_SSE2 -DHAVE_DBUS   -O2 -pipe -O2 -fno-strict-aliasing -pipe
> -march=native -fPIC -DUPD_SIGNAL=0 -I.
> -I/usr/ports/print/ghostscript9/work/ghostscript-9.05/lcms/include
> -I/usr/local/include/libpng  -I/usr/local/include
> -I/usr/local/include/freetype2  -Wall -Wstrict-prototypes -Wundef
> -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings
> -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin
> -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1
> -DGX_COLOR_INDEX_TYPE="unsigned long int" -O2 -pipe -O2
> -fno-strict-aliasing -pipe -march=native -DUSE_LIBICONV_GNU
> -DUSE_LIBPAPER -I/usr/local/include   -DGS_DEVS_SHARED
> -DGS_DEVS_SHARED_DIR=\"/usr/local/lib/ghostscript/9.05\"
> -Iopenjpeg/libopenjpeg/.. -Iopenjpeg/libopenjpeg -I./soobj -I./base
> -DUSE_OPENJPEG_JP2 -ffast-math -DOPJ_STATIC -std=c99  -o
> ./soobj/sjpx_openjpeg.o \
>-c -DOPJ_STATIC ./base/sjpx_openjpeg.c
> ./base/sjpx_openjpeg.c: In function 'decode_image':
> ./base/sjpx_openjpeg.c:169: error: too many arguments to function
> 'opj_decode'
> ./base/sjpx_openjpeg.c:205: error: 'opj_image_comp_t' has no member
> named 'typ'
> ./base/sjpx_openjpeg.c:205: error: 'CTYPE_COLOR' undeclared (first use
> in this function)
> ./base/sjpx_openjpeg.c:205: error: (Each undeclared identifier is
> reported only once
> ./base/sjpx_openjpeg.c:205: error: for each function it appears in.)
> ./base/sjpx_openjpeg.c:207: error: 'opj_image_comp_t' has no member
> named 'typ'
> ./base/sjpx_openjpeg.c:207: error: 'CTYPE_OPACITY' undeclared (first use
> in this function)
> ./base/sjpx_openjpeg.c:217: error: 'CLRSPC_CMYK' undeclared (first use
> in this function)
> ./base/sjpx_openjpeg.c:250: error: 'opj_image_t' has no member named
> 'has_palette'
> ./base/sjpx_openjpeg.c:257: error: 'CLRSPC_EYCC' undeclared (first use
> in this function)
> gmake[2]: *** [soobj/sjpx_openjpeg.o] Error 1
> gmake[2]: Leaving directory
> `/usr/ports/print/ghostscript9/work/ghostscript-9.05'
> gmake[1]: *** [so-subtarget] Error 2
> gmake[1]: Leaving directory
> `/usr/ports/print/ghostscript9/work/ghostscript-9.05'
> gmake: *** [so] Error 2
> *** Error code 1
>
> Stop in /usr/ports/print/ghostscript9.
> *** Error code 1
>
> Stop in /usr/ports/print/ghostscript9.
>
> ===>>> make failed for print/ghostscript9
> ===>>> Aborting update
>
> Terminated
>
> ===>>> You can restart from the point of failure with this command line:
>   portmaster  print/ghostscript9
>

This has already been discussed on ports@, please don't cross-post.

Chris
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on arm/arm

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 16:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 16:40:00 - starting HEAD tinderbox run for arm/arm
TB --- 2012-02-14 16:40:00 - cleaning the object tree
TB --- 2012-02-14 16:40:03 - cvsupping the source tree
TB --- 2012-02-14 16:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2012-02-14 16:40:27 - building world
TB --- 2012-02-14 16:40:27 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 16:40:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 16:40:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 16:40:27 - SRCCONF=/dev/null
TB --- 2012-02-14 16:40:27 - TARGET=arm
TB --- 2012-02-14 16:40:27 - TARGET_ARCH=arm
TB --- 2012-02-14 16:40:27 - TZ=UTC
TB --- 2012-02-14 16:40:27 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 16:40:27 - cd /src
TB --- 2012-02-14 16:40:27 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 16:40:27 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 16:55:33 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 16:55:33 - ERROR: failed to build world
TB --- 2012-02-14 16:55:33 - 702.58 user 161.59 system 932.54 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/pc98

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 16:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 16:40:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-02-14 16:40:00 - cleaning the object tree
TB --- 2012-02-14 16:40:03 - cvsupping the source tree
TB --- 2012-02-14 16:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2012-02-14 16:40:27 - building world
TB --- 2012-02-14 16:40:27 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 16:40:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 16:40:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 16:40:27 - SRCCONF=/dev/null
TB --- 2012-02-14 16:40:27 - TARGET=pc98
TB --- 2012-02-14 16:40:27 - TARGET_ARCH=i386
TB --- 2012-02-14 16:40:27 - TZ=UTC
TB --- 2012-02-14 16:40:27 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 16:40:27 - cd /src
TB --- 2012-02-14 16:40:27 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 16:40:28 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 17:00:24 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 17:00:24 - ERROR: failed to build world
TB --- 2012-02-14 17:00:24 - 959.61 user 176.20 system 1224.24 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on amd64/amd64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 16:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 16:40:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2012-02-14 16:40:00 - cleaning the object tree
TB --- 2012-02-14 16:40:03 - cvsupping the source tree
TB --- 2012-02-14 16:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2012-02-14 16:40:27 - building world
TB --- 2012-02-14 16:40:27 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 16:40:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 16:40:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 16:40:27 - SRCCONF=/dev/null
TB --- 2012-02-14 16:40:27 - TARGET=amd64
TB --- 2012-02-14 16:40:27 - TARGET_ARCH=amd64
TB --- 2012-02-14 16:40:27 - TZ=UTC
TB --- 2012-02-14 16:40:27 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 16:40:27 - cd /src
TB --- 2012-02-14 16:40:27 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 16:40:28 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 17:01:26 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 17:01:26 - ERROR: failed to build world
TB --- 2012-02-14 17:01:26 - 1005.08 user 185.20 system 1285.62 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/i386

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 16:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 16:40:00 - starting HEAD tinderbox run for i386/i386
TB --- 2012-02-14 16:40:00 - cleaning the object tree
TB --- 2012-02-14 16:40:03 - cvsupping the source tree
TB --- 2012-02-14 16:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2012-02-14 16:45:31 - building world
TB --- 2012-02-14 16:45:31 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 16:45:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 16:45:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 16:45:31 - SRCCONF=/dev/null
TB --- 2012-02-14 16:45:31 - TARGET=i386
TB --- 2012-02-14 16:45:31 - TARGET_ARCH=i386
TB --- 2012-02-14 16:45:31 - TZ=UTC
TB --- 2012-02-14 16:45:31 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 16:45:31 - cd /src
TB --- 2012-02-14 16:45:31 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 16:45:31 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 17:06:05 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 17:06:05 - ERROR: failed to build world
TB --- 2012-02-14 17:06:05 - 963.52 user 174.20 system 1565.19 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on ia64/ia64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 16:55:33 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 16:55:33 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-02-14 16:55:33 - cleaning the object tree
TB --- 2012-02-14 16:55:36 - cvsupping the source tree
TB --- 2012-02-14 16:55:36 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2012-02-14 16:56:27 - building world
TB --- 2012-02-14 16:56:27 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 16:56:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 16:56:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 16:56:27 - SRCCONF=/dev/null
TB --- 2012-02-14 16:56:27 - TARGET=ia64
TB --- 2012-02-14 16:56:27 - TARGET_ARCH=ia64
TB --- 2012-02-14 16:56:27 - TZ=UTC
TB --- 2012-02-14 16:56:27 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 16:56:27 - cd /src
TB --- 2012-02-14 16:56:27 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 16:56:27 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 17:15:54 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 17:15:54 - ERROR: failed to build world
TB --- 2012-02-14 17:15:54 - 914.78 user 180.71 system 1221.69 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on mips/mips

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 17:00:24 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 17:00:24 - starting HEAD tinderbox run for mips/mips
TB --- 2012-02-14 17:00:24 - cleaning the object tree
TB --- 2012-02-14 17:00:26 - cvsupping the source tree
TB --- 2012-02-14 17:00:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/mips/mips/supfile
TB --- 2012-02-14 17:00:37 - building world
TB --- 2012-02-14 17:00:37 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 17:00:37 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 17:00:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 17:00:37 - SRCCONF=/dev/null
TB --- 2012-02-14 17:00:37 - TARGET=mips
TB --- 2012-02-14 17:00:37 - TARGET_ARCH=mips
TB --- 2012-02-14 17:00:37 - TZ=UTC
TB --- 2012-02-14 17:00:37 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 17:00:37 - cd /src
TB --- 2012-02-14 17:00:37 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 17:00:38 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 17:17:42 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 17:17:42 - ERROR: failed to build world
TB --- 2012-02-14 17:17:42 - 766.73 user 164.02 system 1037.40 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 17:01:26 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 17:01:26 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-02-14 17:01:26 - cleaning the object tree
TB --- 2012-02-14 17:01:28 - cvsupping the source tree
TB --- 2012-02-14 17:01:28 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2012-02-14 17:01:38 - building world
TB --- 2012-02-14 17:01:38 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 17:01:38 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 17:01:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 17:01:38 - SRCCONF=/dev/null
TB --- 2012-02-14 17:01:38 - TARGET=powerpc
TB --- 2012-02-14 17:01:38 - TARGET_ARCH=powerpc
TB --- 2012-02-14 17:01:38 - TZ=UTC
TB --- 2012-02-14 17:01:38 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 17:01:38 - cd /src
TB --- 2012-02-14 17:01:38 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 17:01:39 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 17:22:10 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 17:22:10 - ERROR: failed to build world
TB --- 2012-02-14 17:22:10 - 981.22 user 180.03 system 1244.32 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc64/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 17:06:05 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 17:06:05 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-02-14 17:06:05 - cleaning the object tree
TB --- 2012-02-14 17:06:08 - cvsupping the source tree
TB --- 2012-02-14 17:06:08 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2012-02-14 17:06:19 - building world
TB --- 2012-02-14 17:06:19 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 17:06:19 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 17:06:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 17:06:19 - SRCCONF=/dev/null
TB --- 2012-02-14 17:06:19 - TARGET=powerpc
TB --- 2012-02-14 17:06:19 - TARGET_ARCH=powerpc64
TB --- 2012-02-14 17:06:19 - TZ=UTC
TB --- 2012-02-14 17:06:19 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 17:06:19 - cd /src
TB --- 2012-02-14 17:06:19 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 17:06:19 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 17:26:43 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 17:26:43 - ERROR: failed to build world
TB --- 2012-02-14 17:26:43 - 1004.32 user 184.88 system 1237.34 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on sparc64/sparc64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 17:15:55 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 17:15:55 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-02-14 17:15:55 - cleaning the object tree
TB --- 2012-02-14 17:15:56 - cvsupping the source tree
TB --- 2012-02-14 17:15:56 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2012-02-14 17:16:07 - building world
TB --- 2012-02-14 17:16:07 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 17:16:07 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 17:16:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 17:16:07 - SRCCONF=/dev/null
TB --- 2012-02-14 17:16:07 - TARGET=sparc64
TB --- 2012-02-14 17:16:07 - TARGET_ARCH=sparc64
TB --- 2012-02-14 17:16:07 - TZ=UTC
TB --- 2012-02-14 17:16:07 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 17:16:07 - cd /src
TB --- 2012-02-14 17:16:07 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 17:16:07 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 17:30:58 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 17:30:58 - ERROR: failed to build world
TB --- 2012-02-14 17:30:58 - 742.23 user 146.24 system 903.35 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on arm/arm

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 17:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 17:40:00 - starting HEAD tinderbox run for arm/arm
TB --- 2012-02-14 17:40:00 - cleaning the object tree
TB --- 2012-02-14 17:40:03 - cvsupping the source tree
TB --- 2012-02-14 17:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2012-02-14 17:40:26 - building world
TB --- 2012-02-14 17:40:26 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 17:40:26 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 17:40:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 17:40:26 - SRCCONF=/dev/null
TB --- 2012-02-14 17:40:26 - TARGET=arm
TB --- 2012-02-14 17:40:26 - TARGET_ARCH=arm
TB --- 2012-02-14 17:40:26 - TZ=UTC
TB --- 2012-02-14 17:40:26 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 17:40:26 - cd /src
TB --- 2012-02-14 17:40:26 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 17:40:27 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 17:55:20 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 17:55:20 - ERROR: failed to build world
TB --- 2012-02-14 17:55:20 - 700.53 user 163.29 system 920.20 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/i386

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 17:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 17:40:00 - starting HEAD tinderbox run for i386/i386
TB --- 2012-02-14 17:40:00 - cleaning the object tree
TB --- 2012-02-14 17:40:03 - cvsupping the source tree
TB --- 2012-02-14 17:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2012-02-14 17:40:24 - building world
TB --- 2012-02-14 17:40:24 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 17:40:24 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 17:40:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 17:40:24 - SRCCONF=/dev/null
TB --- 2012-02-14 17:40:24 - TARGET=i386
TB --- 2012-02-14 17:40:24 - TARGET_ARCH=i386
TB --- 2012-02-14 17:40:24 - TZ=UTC
TB --- 2012-02-14 17:40:24 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 17:40:24 - cd /src
TB --- 2012-02-14 17:40:24 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 17:40:24 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 18:00:14 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 18:00:14 - ERROR: failed to build world
TB --- 2012-02-14 18:00:14 - 960.22 user 172.43 system 1213.94 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/pc98

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 17:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 17:40:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-02-14 17:40:00 - cleaning the object tree
TB --- 2012-02-14 17:40:03 - cvsupping the source tree
TB --- 2012-02-14 17:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2012-02-14 17:40:26 - building world
TB --- 2012-02-14 17:40:26 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 17:40:26 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 17:40:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 17:40:26 - SRCCONF=/dev/null
TB --- 2012-02-14 17:40:26 - TARGET=pc98
TB --- 2012-02-14 17:40:26 - TARGET_ARCH=i386
TB --- 2012-02-14 17:40:26 - TZ=UTC
TB --- 2012-02-14 17:40:26 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 17:40:26 - cd /src
TB --- 2012-02-14 17:40:26 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 17:40:26 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 18:00:23 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 18:00:23 - ERROR: failed to build world
TB --- 2012-02-14 18:00:23 - 960.01 user 175.62 system 1223.10 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on amd64/amd64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 17:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 17:40:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2012-02-14 17:40:00 - cleaning the object tree
TB --- 2012-02-14 17:40:03 - cvsupping the source tree
TB --- 2012-02-14 17:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2012-02-14 17:46:41 - building world
TB --- 2012-02-14 17:46:41 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 17:46:41 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 17:46:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 17:46:41 - SRCCONF=/dev/null
TB --- 2012-02-14 17:46:41 - TARGET=amd64
TB --- 2012-02-14 17:46:41 - TARGET_ARCH=amd64
TB --- 2012-02-14 17:46:41 - TZ=UTC
TB --- 2012-02-14 17:46:41 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 17:46:41 - cd /src
TB --- 2012-02-14 17:46:41 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 17:46:41 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 18:08:22 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 18:08:22 - ERROR: failed to build world
TB --- 2012-02-14 18:08:22 - 1012.39 user 185.74 system 1701.30 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on ia64/ia64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 17:55:21 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 17:55:21 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-02-14 17:55:21 - cleaning the object tree
TB --- 2012-02-14 17:55:23 - cvsupping the source tree
TB --- 2012-02-14 17:55:23 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2012-02-14 17:55:34 - building world
TB --- 2012-02-14 17:55:34 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 17:55:34 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 17:55:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 17:55:34 - SRCCONF=/dev/null
TB --- 2012-02-14 17:55:34 - TARGET=ia64
TB --- 2012-02-14 17:55:34 - TARGET_ARCH=ia64
TB --- 2012-02-14 17:55:34 - TZ=UTC
TB --- 2012-02-14 17:55:34 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 17:55:34 - cd /src
TB --- 2012-02-14 17:55:34 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 17:55:34 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 18:14:33 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 18:14:33 - ERROR: failed to build world
TB --- 2012-02-14 18:14:33 - 889.89 user 176.85 system 1151.98 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on mips/mips

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 18:00:14 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 18:00:14 - starting HEAD tinderbox run for mips/mips
TB --- 2012-02-14 18:00:14 - cleaning the object tree
TB --- 2012-02-14 18:00:16 - cvsupping the source tree
TB --- 2012-02-14 18:00:16 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/mips/mips/supfile
TB --- 2012-02-14 18:00:30 - building world
TB --- 2012-02-14 18:00:30 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 18:00:30 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 18:00:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 18:00:30 - SRCCONF=/dev/null
TB --- 2012-02-14 18:00:30 - TARGET=mips
TB --- 2012-02-14 18:00:30 - TARGET_ARCH=mips
TB --- 2012-02-14 18:00:30 - TZ=UTC
TB --- 2012-02-14 18:00:30 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 18:00:30 - cd /src
TB --- 2012-02-14 18:00:30 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 18:00:31 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 18:17:02 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 18:17:02 - ERROR: failed to build world
TB --- 2012-02-14 18:17:02 - 739.52 user 165.56 system 1007.93 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 18:00:24 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 18:00:24 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-02-14 18:00:24 - cleaning the object tree
TB --- 2012-02-14 18:00:26 - cvsupping the source tree
TB --- 2012-02-14 18:00:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2012-02-14 18:00:36 - building world
TB --- 2012-02-14 18:00:36 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 18:00:36 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 18:00:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 18:00:36 - SRCCONF=/dev/null
TB --- 2012-02-14 18:00:36 - TARGET=powerpc
TB --- 2012-02-14 18:00:36 - TARGET_ARCH=powerpc
TB --- 2012-02-14 18:00:36 - TZ=UTC
TB --- 2012-02-14 18:00:36 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 18:00:36 - cd /src
TB --- 2012-02-14 18:00:36 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 18:00:37 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 18:20:39 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 18:20:39 - ERROR: failed to build world
TB --- 2012-02-14 18:20:39 - 959.65 user 178.52 system 1215.27 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc64/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 18:08:22 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 18:08:22 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-02-14 18:08:22 - cleaning the object tree
TB --- 2012-02-14 18:08:24 - cvsupping the source tree
TB --- 2012-02-14 18:08:24 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2012-02-14 18:08:35 - building world
TB --- 2012-02-14 18:08:35 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 18:08:35 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 18:08:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 18:08:35 - SRCCONF=/dev/null
TB --- 2012-02-14 18:08:35 - TARGET=powerpc
TB --- 2012-02-14 18:08:35 - TARGET_ARCH=powerpc64
TB --- 2012-02-14 18:08:35 - TZ=UTC
TB --- 2012-02-14 18:08:35 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 18:08:35 - cd /src
TB --- 2012-02-14 18:08:35 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 18:08:36 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 18:28:16 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 18:28:16 - ERROR: failed to build world
TB --- 2012-02-14 18:28:16 - 976.66 user 179.47 system 1194.05 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on sparc64/sparc64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 18:14:33 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 18:14:33 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-02-14 18:14:33 - cleaning the object tree
TB --- 2012-02-14 18:14:35 - cvsupping the source tree
TB --- 2012-02-14 18:14:35 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2012-02-14 18:14:45 - building world
TB --- 2012-02-14 18:14:45 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 18:14:45 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 18:14:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 18:14:45 - SRCCONF=/dev/null
TB --- 2012-02-14 18:14:45 - TARGET=sparc64
TB --- 2012-02-14 18:14:45 - TARGET_ARCH=sparc64
TB --- 2012-02-14 18:14:45 - TZ=UTC
TB --- 2012-02-14 18:14:45 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 18:14:45 - cd /src
TB --- 2012-02-14 18:14:45 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 18:14:46 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 18:29:40 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 18:29:40 - ERROR: failed to build world
TB --- 2012-02-14 18:29:40 - 736.54 user 150.59 system 907.53 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on arm/arm

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 18:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 18:30:01 - starting HEAD tinderbox run for arm/arm
TB --- 2012-02-14 18:30:01 - cleaning the object tree
TB --- 2012-02-14 18:30:05 - cvsupping the source tree
TB --- 2012-02-14 18:30:05 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2012-02-14 18:30:53 - building world
TB --- 2012-02-14 18:30:53 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 18:30:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 18:30:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 18:30:53 - SRCCONF=/dev/null
TB --- 2012-02-14 18:30:53 - TARGET=arm
TB --- 2012-02-14 18:30:53 - TARGET_ARCH=arm
TB --- 2012-02-14 18:30:53 - TZ=UTC
TB --- 2012-02-14 18:30:53 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 18:30:53 - cd /src
TB --- 2012-02-14 18:30:53 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 18:30:53 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 18:46:00 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 18:46:00 - ERROR: failed to build world
TB --- 2012-02-14 18:46:00 - 702.90 user 161.45 system 959.88 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/pc98

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 18:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 18:30:01 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-02-14 18:30:01 - cleaning the object tree
TB --- 2012-02-14 18:30:06 - cvsupping the source tree
TB --- 2012-02-14 18:30:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2012-02-14 18:30:53 - building world
TB --- 2012-02-14 18:30:53 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 18:30:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 18:30:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 18:30:53 - SRCCONF=/dev/null
TB --- 2012-02-14 18:30:53 - TARGET=pc98
TB --- 2012-02-14 18:30:53 - TARGET_ARCH=i386
TB --- 2012-02-14 18:30:53 - TZ=UTC
TB --- 2012-02-14 18:30:53 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 18:30:53 - cd /src
TB --- 2012-02-14 18:30:53 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 18:30:53 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 18:50:58 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 18:50:58 - ERROR: failed to build world
TB --- 2012-02-14 18:50:58 - 961.28 user 177.56 system 1257.05 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on amd64/amd64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 18:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 18:30:01 - starting HEAD tinderbox run for amd64/amd64
TB --- 2012-02-14 18:30:01 - cleaning the object tree
TB --- 2012-02-14 18:30:05 - cvsupping the source tree
TB --- 2012-02-14 18:30:05 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2012-02-14 18:30:53 - building world
TB --- 2012-02-14 18:30:53 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 18:30:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 18:30:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 18:30:53 - SRCCONF=/dev/null
TB --- 2012-02-14 18:30:53 - TARGET=amd64
TB --- 2012-02-14 18:30:53 - TARGET_ARCH=amd64
TB --- 2012-02-14 18:30:53 - TZ=UTC
TB --- 2012-02-14 18:30:53 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 18:30:53 - cd /src
TB --- 2012-02-14 18:30:53 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 18:30:53 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 18:51:59 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 18:51:59 - ERROR: failed to build world
TB --- 2012-02-14 18:51:59 - 1007.48 user 185.23 system 1318.00 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/i386

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 18:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 18:30:01 - starting HEAD tinderbox run for i386/i386
TB --- 2012-02-14 18:30:01 - cleaning the object tree
TB --- 2012-02-14 18:30:06 - cvsupping the source tree
TB --- 2012-02-14 18:30:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2012-02-14 18:35:31 - building world
TB --- 2012-02-14 18:35:31 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 18:35:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 18:35:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 18:35:31 - SRCCONF=/dev/null
TB --- 2012-02-14 18:35:31 - TARGET=i386
TB --- 2012-02-14 18:35:31 - TARGET_ARCH=i386
TB --- 2012-02-14 18:35:31 - TZ=UTC
TB --- 2012-02-14 18:35:31 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 18:35:31 - cd /src
TB --- 2012-02-14 18:35:31 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 18:35:31 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 18:56:05 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 18:56:05 - ERROR: failed to build world
TB --- 2012-02-14 18:56:05 - 965.74 user 172.61 system 1564.03 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on ia64/ia64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 18:46:01 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 18:46:01 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-02-14 18:46:01 - cleaning the object tree
TB --- 2012-02-14 18:46:02 - cvsupping the source tree
TB --- 2012-02-14 18:46:02 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2012-02-14 18:46:21 - building world
TB --- 2012-02-14 18:46:21 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 18:46:21 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 18:46:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 18:46:21 - SRCCONF=/dev/null
TB --- 2012-02-14 18:46:21 - TARGET=ia64
TB --- 2012-02-14 18:46:21 - TARGET_ARCH=ia64
TB --- 2012-02-14 18:46:21 - TZ=UTC
TB --- 2012-02-14 18:46:21 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 18:46:21 - cd /src
TB --- 2012-02-14 18:46:21 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 18:46:21 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 19:05:15 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 19:05:15 - ERROR: failed to build world
TB --- 2012-02-14 19:05:15 - 890.74 user 175.94 system 1154.51 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on mips/mips

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 18:50:58 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 18:50:58 - starting HEAD tinderbox run for mips/mips
TB --- 2012-02-14 18:50:58 - cleaning the object tree
TB --- 2012-02-14 18:51:00 - cvsupping the source tree
TB --- 2012-02-14 18:51:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/mips/mips/supfile
TB --- 2012-02-14 18:51:10 - building world
TB --- 2012-02-14 18:51:10 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 18:51:10 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 18:51:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 18:51:10 - SRCCONF=/dev/null
TB --- 2012-02-14 18:51:10 - TARGET=mips
TB --- 2012-02-14 18:51:10 - TARGET_ARCH=mips
TB --- 2012-02-14 18:51:10 - TZ=UTC
TB --- 2012-02-14 18:51:10 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 18:51:10 - cd /src
TB --- 2012-02-14 18:51:10 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 18:51:11 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 19:07:35 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 19:07:35 - ERROR: failed to build world
TB --- 2012-02-14 19:07:35 - 740.63 user 161.41 system 997.55 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 18:51:59 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 18:51:59 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-02-14 18:51:59 - cleaning the object tree
TB --- 2012-02-14 18:52:04 - cvsupping the source tree
TB --- 2012-02-14 18:52:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2012-02-14 18:52:14 - building world
TB --- 2012-02-14 18:52:14 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 18:52:14 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 18:52:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 18:52:14 - SRCCONF=/dev/null
TB --- 2012-02-14 18:52:14 - TARGET=powerpc
TB --- 2012-02-14 18:52:14 - TARGET_ARCH=powerpc
TB --- 2012-02-14 18:52:14 - TZ=UTC
TB --- 2012-02-14 18:52:14 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 18:52:14 - cd /src
TB --- 2012-02-14 18:52:14 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 18:52:15 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 19:12:13 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 19:12:13 - ERROR: failed to build world
TB --- 2012-02-14 19:12:13 - 957.72 user 177.60 system 1214.39 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc64/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 18:56:05 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 18:56:05 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-02-14 18:56:05 - cleaning the object tree
TB --- 2012-02-14 18:56:06 - cvsupping the source tree
TB --- 2012-02-14 18:56:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2012-02-14 18:56:19 - building world
TB --- 2012-02-14 18:56:19 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 18:56:19 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 18:56:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 18:56:19 - SRCCONF=/dev/null
TB --- 2012-02-14 18:56:19 - TARGET=powerpc
TB --- 2012-02-14 18:56:19 - TARGET_ARCH=powerpc64
TB --- 2012-02-14 18:56:19 - TZ=UTC
TB --- 2012-02-14 18:56:19 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 18:56:19 - cd /src
TB --- 2012-02-14 18:56:19 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 18:56:20 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 19:16:26 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 19:16:26 - ERROR: failed to build world
TB --- 2012-02-14 19:16:26 - 980.28 user 182.63 system 1220.81 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on sparc64/sparc64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 19:05:15 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 19:05:15 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-02-14 19:05:15 - cleaning the object tree
TB --- 2012-02-14 19:05:17 - cvsupping the source tree
TB --- 2012-02-14 19:05:17 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2012-02-14 19:05:28 - building world
TB --- 2012-02-14 19:05:28 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 19:05:28 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 19:05:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 19:05:28 - SRCCONF=/dev/null
TB --- 2012-02-14 19:05:28 - TARGET=sparc64
TB --- 2012-02-14 19:05:28 - TARGET_ARCH=sparc64
TB --- 2012-02-14 19:05:28 - TZ=UTC
TB --- 2012-02-14 19:05:28 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 19:05:28 - cd /src
TB --- 2012-02-14 19:05:28 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 19:05:29 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 19:20:23 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 19:20:23 - ERROR: failed to build world
TB --- 2012-02-14 19:20:23 - 743.84 user 145.98 system 907.90 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on arm/arm

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 19:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 19:30:01 - starting HEAD tinderbox run for arm/arm
TB --- 2012-02-14 19:30:01 - cleaning the object tree
TB --- 2012-02-14 19:30:04 - cvsupping the source tree
TB --- 2012-02-14 19:30:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2012-02-14 19:30:51 - building world
TB --- 2012-02-14 19:30:51 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 19:30:51 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 19:30:51 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 19:30:51 - SRCCONF=/dev/null
TB --- 2012-02-14 19:30:51 - TARGET=arm
TB --- 2012-02-14 19:30:51 - TARGET_ARCH=arm
TB --- 2012-02-14 19:30:51 - TZ=UTC
TB --- 2012-02-14 19:30:51 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 19:30:51 - cd /src
TB --- 2012-02-14 19:30:51 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 19:30:51 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 19:45:54 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 19:45:54 - ERROR: failed to build world
TB --- 2012-02-14 19:45:54 - 704.45 user 160.84 system 953.35 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/pc98

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 19:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 19:30:01 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-02-14 19:30:01 - cleaning the object tree
TB --- 2012-02-14 19:30:04 - cvsupping the source tree
TB --- 2012-02-14 19:30:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2012-02-14 19:30:51 - building world
TB --- 2012-02-14 19:30:51 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 19:30:51 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 19:30:51 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 19:30:51 - SRCCONF=/dev/null
TB --- 2012-02-14 19:30:51 - TARGET=pc98
TB --- 2012-02-14 19:30:51 - TARGET_ARCH=i386
TB --- 2012-02-14 19:30:51 - TZ=UTC
TB --- 2012-02-14 19:30:51 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 19:30:51 - cd /src
TB --- 2012-02-14 19:30:51 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 19:30:51 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 19:50:59 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 19:50:59 - ERROR: failed to build world
TB --- 2012-02-14 19:50:59 - 961.58 user 178.18 system 1258.28 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/i386

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 19:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 19:30:01 - starting HEAD tinderbox run for i386/i386
TB --- 2012-02-14 19:30:01 - cleaning the object tree
TB --- 2012-02-14 19:30:04 - cvsupping the source tree
TB --- 2012-02-14 19:30:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2012-02-14 19:30:51 - building world
TB --- 2012-02-14 19:30:51 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 19:30:51 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 19:30:51 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 19:30:51 - SRCCONF=/dev/null
TB --- 2012-02-14 19:30:51 - TARGET=i386
TB --- 2012-02-14 19:30:51 - TARGET_ARCH=i386
TB --- 2012-02-14 19:30:51 - TZ=UTC
TB --- 2012-02-14 19:30:51 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 19:30:51 - cd /src
TB --- 2012-02-14 19:30:51 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 19:30:51 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 19:51:03 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 19:51:03 - ERROR: failed to build world
TB --- 2012-02-14 19:51:03 - 960.35 user 176.56 system 1262.33 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: MCA UNCOR error

2012-02-14 Thread John Baldwin
On Tuesday, February 14, 2012 10:11:22 am TAKAHASHI Yoshihiro wrote:
> In article <201202140909.33894@freebsd.org>
> John Baldwin  writes:
> 
> >> >> I get the following error and kernel panic on my pc98 at the boot 
time.
> >> >> 
> >> >> MCA: Bank 2, Status 0xb614
> >> >> MCA: Global Cap 0x0005, Status 0x0004
> >> >> MCA: Vendor "GenuineIntel", ID 0x616, APIC ID 0
> >> >> MCA: CPU 0 UNCOR PCC no error
> >> >> MCA: Address 0x3446ff003446ff
> >> >> 
> >> >> When I disable MCA with hw.mca.enabled=0 on loader prompt, the machine
> >> >> works fine.  Does it mean my pc98 is broken?  Or other isssue?
> >> > 
> >> > Interesting, that is odd to get an error with no error code.
> >> > 
> >> > Can you tell from the stack trace if your CPU actually raised a machine 
check 
> >> > exception (trap 28)?
> >> 
> >> I tested with debugger enabled kernel.
> >> Please get from:
> >> http://home.jp.freebsd.org/~nyan/mca-error1.jpg
> >> http://home.jp.freebsd.org/~nyan/mca-error2.jpg
> >> (Sorry for jpeg images)
> > 
> > Humm.  Try this:
> 
> Thanks.  But it still panics.
> 
> http://home.jp.freebsd.org/~nyan/mca-error3.jpg
> http://home.jp.freebsd.org/~nyan/mca-error4.jpg
> http://home.jp.freebsd.org/~nyan/mca-error5.jpg

Ah great, you can maybe test another patch I have.  Try this in addition
to the earlier patch:

http://www.freebsd.org/~jhb/patches/mca_alloc.patch

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


[head tinderbox] failure on amd64/amd64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 19:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 19:30:01 - starting HEAD tinderbox run for amd64/amd64
TB --- 2012-02-14 19:30:01 - cleaning the object tree
TB --- 2012-02-14 19:30:04 - cvsupping the source tree
TB --- 2012-02-14 19:30:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2012-02-14 19:35:29 - building world
TB --- 2012-02-14 19:35:29 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 19:35:29 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 19:35:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 19:35:29 - SRCCONF=/dev/null
TB --- 2012-02-14 19:35:29 - TARGET=amd64
TB --- 2012-02-14 19:35:29 - TARGET_ARCH=amd64
TB --- 2012-02-14 19:35:29 - TZ=UTC
TB --- 2012-02-14 19:35:29 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 19:35:29 - cd /src
TB --- 2012-02-14 19:35:29 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 19:35:30 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 19:57:08 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 19:57:08 - ERROR: failed to build world
TB --- 2012-02-14 19:57:08 - 1009.56 user 184.30 system 1627.15 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on ia64/ia64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 19:45:54 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 19:45:54 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-02-14 19:45:54 - cleaning the object tree
TB --- 2012-02-14 19:45:56 - cvsupping the source tree
TB --- 2012-02-14 19:45:56 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2012-02-14 19:46:08 - building world
TB --- 2012-02-14 19:46:08 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 19:46:08 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 19:46:08 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 19:46:08 - SRCCONF=/dev/null
TB --- 2012-02-14 19:46:08 - TARGET=ia64
TB --- 2012-02-14 19:46:08 - TARGET_ARCH=ia64
TB --- 2012-02-14 19:46:08 - TZ=UTC
TB --- 2012-02-14 19:46:08 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 19:46:08 - cd /src
TB --- 2012-02-14 19:46:08 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 19:46:08 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 20:05:03 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 20:05:03 - ERROR: failed to build world
TB --- 2012-02-14 20:05:03 - 891.20 user 176.11 system 1148.44 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on mips/mips

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 19:50:59 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 19:50:59 - starting HEAD tinderbox run for mips/mips
TB --- 2012-02-14 19:50:59 - cleaning the object tree
TB --- 2012-02-14 19:51:01 - cvsupping the source tree
TB --- 2012-02-14 19:51:01 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/mips/mips/supfile
TB --- 2012-02-14 19:51:13 - building world
TB --- 2012-02-14 19:51:13 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 19:51:13 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 19:51:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 19:51:13 - SRCCONF=/dev/null
TB --- 2012-02-14 19:51:13 - TARGET=mips
TB --- 2012-02-14 19:51:13 - TARGET_ARCH=mips
TB --- 2012-02-14 19:51:13 - TZ=UTC
TB --- 2012-02-14 19:51:13 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 19:51:13 - cd /src
TB --- 2012-02-14 19:51:13 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 19:51:13 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 20:07:32 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 20:07:32 - ERROR: failed to build world
TB --- 2012-02-14 20:07:32 - 740.35 user 163.34 system 992.81 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 19:51:03 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 19:51:03 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-02-14 19:51:03 - cleaning the object tree
TB --- 2012-02-14 19:51:05 - cvsupping the source tree
TB --- 2012-02-14 19:51:05 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2012-02-14 19:51:16 - building world
TB --- 2012-02-14 19:51:16 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 19:51:16 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 19:51:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 19:51:16 - SRCCONF=/dev/null
TB --- 2012-02-14 19:51:16 - TARGET=powerpc
TB --- 2012-02-14 19:51:16 - TARGET_ARCH=powerpc
TB --- 2012-02-14 19:51:16 - TZ=UTC
TB --- 2012-02-14 19:51:16 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 19:51:16 - cd /src
TB --- 2012-02-14 19:51:16 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 19:51:17 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 20:11:23 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 20:11:23 - ERROR: failed to build world
TB --- 2012-02-14 20:11:23 - 958.30 user 178.16 system 1219.44 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc64/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 19:57:08 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 19:57:08 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-02-14 19:57:08 - cleaning the object tree
TB --- 2012-02-14 19:57:12 - cvsupping the source tree
TB --- 2012-02-14 19:57:12 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2012-02-14 19:57:23 - building world
TB --- 2012-02-14 19:57:23 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 19:57:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 19:57:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 19:57:23 - SRCCONF=/dev/null
TB --- 2012-02-14 19:57:23 - TARGET=powerpc
TB --- 2012-02-14 19:57:23 - TARGET_ARCH=powerpc64
TB --- 2012-02-14 19:57:23 - TZ=UTC
TB --- 2012-02-14 19:57:23 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 19:57:23 - cd /src
TB --- 2012-02-14 19:57:23 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 19:57:23 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 20:17:14 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 20:17:14 - ERROR: failed to build world
TB --- 2012-02-14 20:17:14 - 976.59 user 182.49 system 1206.10 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on sparc64/sparc64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 20:05:03 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 20:05:03 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-02-14 20:05:03 - cleaning the object tree
TB --- 2012-02-14 20:05:05 - cvsupping the source tree
TB --- 2012-02-14 20:05:05 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2012-02-14 20:05:16 - building world
TB --- 2012-02-14 20:05:16 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 20:05:16 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 20:05:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 20:05:16 - SRCCONF=/dev/null
TB --- 2012-02-14 20:05:16 - TARGET=sparc64
TB --- 2012-02-14 20:05:16 - TARGET_ARCH=sparc64
TB --- 2012-02-14 20:05:16 - TZ=UTC
TB --- 2012-02-14 20:05:16 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 20:05:16 - cd /src
TB --- 2012-02-14 20:05:16 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 20:05:17 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 20:20:12 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 20:20:12 - ERROR: failed to build world
TB --- 2012-02-14 20:20:12 - 741.27 user 147.52 system 909.51 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on arm/arm

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 20:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 20:30:00 - starting HEAD tinderbox run for arm/arm
TB --- 2012-02-14 20:30:00 - cleaning the object tree
TB --- 2012-02-14 20:30:03 - cvsupping the source tree
TB --- 2012-02-14 20:30:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2012-02-14 20:30:24 - building world
TB --- 2012-02-14 20:30:24 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 20:30:24 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 20:30:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 20:30:24 - SRCCONF=/dev/null
TB --- 2012-02-14 20:30:24 - TARGET=arm
TB --- 2012-02-14 20:30:24 - TARGET_ARCH=arm
TB --- 2012-02-14 20:30:24 - TZ=UTC
TB --- 2012-02-14 20:30:24 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 20:30:24 - cd /src
TB --- 2012-02-14 20:30:24 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 20:30:25 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 20:45:30 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 20:45:30 - ERROR: failed to build world
TB --- 2012-02-14 20:45:30 - 702.88 user 160.87 system 929.09 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/pc98

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 20:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 20:30:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-02-14 20:30:00 - cleaning the object tree
TB --- 2012-02-14 20:30:03 - cvsupping the source tree
TB --- 2012-02-14 20:30:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2012-02-14 20:30:24 - building world
TB --- 2012-02-14 20:30:24 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 20:30:24 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 20:30:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 20:30:24 - SRCCONF=/dev/null
TB --- 2012-02-14 20:30:24 - TARGET=pc98
TB --- 2012-02-14 20:30:24 - TARGET_ARCH=i386
TB --- 2012-02-14 20:30:24 - TZ=UTC
TB --- 2012-02-14 20:30:24 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 20:30:24 - cd /src
TB --- 2012-02-14 20:30:24 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 20:30:25 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 20:50:33 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 20:50:33 - ERROR: failed to build world
TB --- 2012-02-14 20:50:33 - 960.60 user 176.91 system 1232.28 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on amd64/amd64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 20:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 20:30:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2012-02-14 20:30:00 - cleaning the object tree
TB --- 2012-02-14 20:30:03 - cvsupping the source tree
TB --- 2012-02-14 20:30:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2012-02-14 20:30:24 - building world
TB --- 2012-02-14 20:30:24 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 20:30:24 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 20:30:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 20:30:24 - SRCCONF=/dev/null
TB --- 2012-02-14 20:30:24 - TARGET=amd64
TB --- 2012-02-14 20:30:24 - TARGET_ARCH=amd64
TB --- 2012-02-14 20:30:24 - TZ=UTC
TB --- 2012-02-14 20:30:24 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 20:30:24 - cd /src
TB --- 2012-02-14 20:30:24 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 20:30:25 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 20:51:25 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 20:51:25 - ERROR: failed to build world
TB --- 2012-02-14 20:51:25 - 1006.62 user 184.25 system 1285.01 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/i386

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 20:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 20:30:00 - starting HEAD tinderbox run for i386/i386
TB --- 2012-02-14 20:30:00 - cleaning the object tree
TB --- 2012-02-14 20:30:03 - cvsupping the source tree
TB --- 2012-02-14 20:30:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2012-02-14 20:35:30 - building world
TB --- 2012-02-14 20:35:30 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 20:35:30 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 20:35:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 20:35:30 - SRCCONF=/dev/null
TB --- 2012-02-14 20:35:30 - TARGET=i386
TB --- 2012-02-14 20:35:30 - TARGET_ARCH=i386
TB --- 2012-02-14 20:35:30 - TZ=UTC
TB --- 2012-02-14 20:35:30 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 20:35:30 - cd /src
TB --- 2012-02-14 20:35:30 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 20:35:30 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 20:55:54 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 20:55:54 - ERROR: failed to build world
TB --- 2012-02-14 20:55:54 - 965.86 user 174.55 system 1553.95 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on ia64/ia64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 20:45:30 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 20:45:30 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-02-14 20:45:30 - cleaning the object tree
TB --- 2012-02-14 20:45:32 - cvsupping the source tree
TB --- 2012-02-14 20:45:32 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2012-02-14 20:45:44 - building world
TB --- 2012-02-14 20:45:44 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 20:45:44 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 20:45:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 20:45:44 - SRCCONF=/dev/null
TB --- 2012-02-14 20:45:44 - TARGET=ia64
TB --- 2012-02-14 20:45:44 - TARGET_ARCH=ia64
TB --- 2012-02-14 20:45:44 - TZ=UTC
TB --- 2012-02-14 20:45:44 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 20:45:44 - cd /src
TB --- 2012-02-14 20:45:44 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 20:45:44 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 21:04:34 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 21:04:34 - ERROR: failed to build world
TB --- 2012-02-14 21:04:34 - 890.09 user 176.10 system 1144.55 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on mips/mips

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 20:50:33 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 20:50:33 - starting HEAD tinderbox run for mips/mips
TB --- 2012-02-14 20:50:33 - cleaning the object tree
TB --- 2012-02-14 20:50:35 - cvsupping the source tree
TB --- 2012-02-14 20:50:35 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/mips/mips/supfile
TB --- 2012-02-14 20:50:45 - building world
TB --- 2012-02-14 20:50:45 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 20:50:45 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 20:50:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 20:50:45 - SRCCONF=/dev/null
TB --- 2012-02-14 20:50:45 - TARGET=mips
TB --- 2012-02-14 20:50:45 - TARGET_ARCH=mips
TB --- 2012-02-14 20:50:45 - TZ=UTC
TB --- 2012-02-14 20:50:45 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 20:50:45 - cd /src
TB --- 2012-02-14 20:50:45 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 20:50:46 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 21:07:10 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 21:07:10 - ERROR: failed to build world
TB --- 2012-02-14 21:07:10 - 739.73 user 162.34 system 997.59 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 20:51:26 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 20:51:26 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-02-14 20:51:26 - cleaning the object tree
TB --- 2012-02-14 20:51:28 - cvsupping the source tree
TB --- 2012-02-14 20:51:28 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2012-02-14 20:51:38 - building world
TB --- 2012-02-14 20:51:38 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 20:51:38 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 20:51:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 20:51:38 - SRCCONF=/dev/null
TB --- 2012-02-14 20:51:38 - TARGET=powerpc
TB --- 2012-02-14 20:51:38 - TARGET_ARCH=powerpc
TB --- 2012-02-14 20:51:38 - TZ=UTC
TB --- 2012-02-14 20:51:38 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 20:51:38 - cd /src
TB --- 2012-02-14 20:51:38 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 20:51:39 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 21:11:39 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 21:11:39 - ERROR: failed to build world
TB --- 2012-02-14 21:11:39 - 958.82 user 176.68 system 1213.67 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc64/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 20:55:55 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 20:55:55 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-02-14 20:55:55 - cleaning the object tree
TB --- 2012-02-14 20:55:56 - cvsupping the source tree
TB --- 2012-02-14 20:55:56 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2012-02-14 20:56:07 - building world
TB --- 2012-02-14 20:56:07 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 20:56:07 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 20:56:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 20:56:07 - SRCCONF=/dev/null
TB --- 2012-02-14 20:56:07 - TARGET=powerpc
TB --- 2012-02-14 20:56:07 - TARGET_ARCH=powerpc64
TB --- 2012-02-14 20:56:07 - TZ=UTC
TB --- 2012-02-14 20:56:07 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 20:56:07 - cd /src
TB --- 2012-02-14 20:56:07 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 20:56:08 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 21:16:08 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 21:16:08 - ERROR: failed to build world
TB --- 2012-02-14 21:16:08 - 980.29 user 181.28 system 1213.29 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on sparc64/sparc64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 21:04:35 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 21:04:35 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-02-14 21:04:35 - cleaning the object tree
TB --- 2012-02-14 21:04:36 - cvsupping the source tree
TB --- 2012-02-14 21:04:36 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2012-02-14 21:04:47 - building world
TB --- 2012-02-14 21:04:47 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 21:04:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 21:04:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 21:04:47 - SRCCONF=/dev/null
TB --- 2012-02-14 21:04:47 - TARGET=sparc64
TB --- 2012-02-14 21:04:47 - TARGET_ARCH=sparc64
TB --- 2012-02-14 21:04:47 - TZ=UTC
TB --- 2012-02-14 21:04:47 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 21:04:47 - cd /src
TB --- 2012-02-14 21:04:47 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 21:04:47 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 21:19:49 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 21:19:49 - ERROR: failed to build world
TB --- 2012-02-14 21:19:49 - 743.70 user 147.36 system 913.98 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on arm/arm

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 21:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 21:20:00 - starting HEAD tinderbox run for arm/arm
TB --- 2012-02-14 21:20:00 - cleaning the object tree
TB --- 2012-02-14 21:20:03 - cvsupping the source tree
TB --- 2012-02-14 21:20:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2012-02-14 21:20:16 - building world
TB --- 2012-02-14 21:20:16 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 21:20:16 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 21:20:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 21:20:16 - SRCCONF=/dev/null
TB --- 2012-02-14 21:20:16 - TARGET=arm
TB --- 2012-02-14 21:20:16 - TARGET_ARCH=arm
TB --- 2012-02-14 21:20:16 - TZ=UTC
TB --- 2012-02-14 21:20:16 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 21:20:16 - cd /src
TB --- 2012-02-14 21:20:16 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 21:20:16 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 21:35:20 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 21:35:20 - ERROR: failed to build world
TB --- 2012-02-14 21:35:20 - 702.90 user 163.02 system 920.19 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


bsdgrep: xzgrep gives up searching too early

2012-02-14 Thread poyopoyo
This is -CURRENT of r231204, 9 Feb.

xzgrep seems to give up at first read().

$ yes a|head|xz|xzgrep -c a
10
$ yes a|head -100|xz|xzgrep -c a
100
$ yes a|head -1|xz|xzgrep -c a
1
$ yes a|head -10|xz|xzgrep -c a
16384

bzgrep, zgrep and grep works as expected.

$ yes a|head|bzip2|bzgrep -c a
10
$ yes a|head -100|bzip2|bzgrep -c a
100
$ yes a|head -1000|bzip2|bzgrep -c a
1000
$ yes a|head -1|bzip2|bzgrep -c a
1
$ yes a|head -10|bzip2|bzgrep -c a
10
$ yes a|head -100|bzip2|bzgrep -c a
100
$ yes a|head -1000|bzip2|bzgrep -c a
1000

$ yes a|head|gzip|zgrep -c a
10
$ yes a|head -100|gzip|zgrep -c a
100
$ yes a|head -1000|gzip|zgrep -c a
1000
$ yes a|head -1|gzip|zgrep -c a
1
$ yes a|head -10|gzip|zgrep -c a
10
$ yes a|head -100|gzip|zgrep -c a
100
$ yes a|head -1000|gzip|zgrep -c a
1000

$ yes a|head|grep -c a
10
$ yes a|head -100|grep -c a
100
$ yes a|head -1000|grep -c a
1000
$ yes a|head -1|grep -c a
1
$ yes a|head -10|grep -c a
10
$ yes a|head -100|grep -c a
100
$ yes a|head -1000|grep -c a
1000

they are single binary (linked statically)

$ for f in xzgrep bzgrep zgrep grep; do ls -l $(which $f); done
-r-xr-xr-x  15 root  wheel  578352 Feb  2 00:39 /usr/bin/xzgrep*
-r-xr-xr-x  15 root  wheel  578352 Feb  2 00:39 /usr/bin/bzgrep*
-r-xr-xr-x  15 root  wheel  578352 Feb  2 00:39 /usr/bin/zgrep*
-r-xr-xr-x  15 root  wheel  578352 Feb  2 00:39 /usr/bin/grep*

-- 
kuro
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/pc98

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 21:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 21:20:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-02-14 21:20:00 - cleaning the object tree
TB --- 2012-02-14 21:20:03 - cvsupping the source tree
TB --- 2012-02-14 21:20:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2012-02-14 21:20:16 - building world
TB --- 2012-02-14 21:20:16 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 21:20:16 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 21:20:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 21:20:16 - SRCCONF=/dev/null
TB --- 2012-02-14 21:20:16 - TARGET=pc98
TB --- 2012-02-14 21:20:16 - TARGET_ARCH=i386
TB --- 2012-02-14 21:20:16 - TZ=UTC
TB --- 2012-02-14 21:20:16 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 21:20:16 - cd /src
TB --- 2012-02-14 21:20:16 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 21:20:16 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 21:40:21 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 21:40:21 - ERROR: failed to build world
TB --- 2012-02-14 21:40:21 - 962.17 user 178.44 system 1220.91 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/i386

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 21:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 21:20:00 - starting HEAD tinderbox run for i386/i386
TB --- 2012-02-14 21:20:00 - cleaning the object tree
TB --- 2012-02-14 21:20:03 - cvsupping the source tree
TB --- 2012-02-14 21:20:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2012-02-14 21:20:16 - building world
TB --- 2012-02-14 21:20:16 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 21:20:16 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 21:20:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 21:20:16 - SRCCONF=/dev/null
TB --- 2012-02-14 21:20:16 - TARGET=i386
TB --- 2012-02-14 21:20:16 - TARGET_ARCH=i386
TB --- 2012-02-14 21:20:16 - TZ=UTC
TB --- 2012-02-14 21:20:16 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 21:20:16 - cd /src
TB --- 2012-02-14 21:20:16 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 21:20:16 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 21:40:21 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 21:40:21 - ERROR: failed to build world
TB --- 2012-02-14 21:40:21 - 961.16 user 176.45 system 1221.63 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on amd64/amd64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 21:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 21:20:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2012-02-14 21:20:00 - cleaning the object tree
TB --- 2012-02-14 21:20:03 - cvsupping the source tree
TB --- 2012-02-14 21:20:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2012-02-14 21:25:26 - building world
TB --- 2012-02-14 21:25:26 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 21:25:26 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 21:25:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 21:25:26 - SRCCONF=/dev/null
TB --- 2012-02-14 21:25:26 - TARGET=amd64
TB --- 2012-02-14 21:25:26 - TARGET_ARCH=amd64
TB --- 2012-02-14 21:25:26 - TZ=UTC
TB --- 2012-02-14 21:25:26 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 21:25:26 - cd /src
TB --- 2012-02-14 21:25:26 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 21:25:27 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 21:47:08 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 21:47:08 - ERROR: failed to build world
TB --- 2012-02-14 21:47:08 - 1011.62 user 183.66 system 1628.16 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on ia64/ia64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 21:35:20 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 21:35:20 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-02-14 21:35:20 - cleaning the object tree
TB --- 2012-02-14 21:35:24 - cvsupping the source tree
TB --- 2012-02-14 21:35:24 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2012-02-14 21:35:36 - building world
TB --- 2012-02-14 21:35:36 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 21:35:36 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 21:35:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 21:35:36 - SRCCONF=/dev/null
TB --- 2012-02-14 21:35:36 - TARGET=ia64
TB --- 2012-02-14 21:35:36 - TARGET_ARCH=ia64
TB --- 2012-02-14 21:35:36 - TZ=UTC
TB --- 2012-02-14 21:35:36 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 21:35:36 - cd /src
TB --- 2012-02-14 21:35:36 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 21:35:36 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 21:55:03 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 21:55:03 - ERROR: failed to build world
TB --- 2012-02-14 21:55:03 - 913.75 user 179.72 system 1183.25 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on mips/mips

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 21:40:21 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 21:40:21 - starting HEAD tinderbox run for mips/mips
TB --- 2012-02-14 21:40:21 - cleaning the object tree
TB --- 2012-02-14 21:40:23 - cvsupping the source tree
TB --- 2012-02-14 21:40:23 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/mips/mips/supfile
TB --- 2012-02-14 21:40:44 - building world
TB --- 2012-02-14 21:40:44 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 21:40:44 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 21:40:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 21:40:44 - SRCCONF=/dev/null
TB --- 2012-02-14 21:40:44 - TARGET=mips
TB --- 2012-02-14 21:40:44 - TARGET_ARCH=mips
TB --- 2012-02-14 21:40:44 - TZ=UTC
TB --- 2012-02-14 21:40:44 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 21:40:44 - cd /src
TB --- 2012-02-14 21:40:44 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 21:40:45 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 21:57:47 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 21:57:47 - ERROR: failed to build world
TB --- 2012-02-14 21:57:47 - 760.73 user 169.05 system 1045.61 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 21:40:22 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 21:40:22 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-02-14 21:40:22 - cleaning the object tree
TB --- 2012-02-14 21:40:24 - cvsupping the source tree
TB --- 2012-02-14 21:40:24 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2012-02-14 21:40:44 - building world
TB --- 2012-02-14 21:40:44 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 21:40:44 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 21:40:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 21:40:44 - SRCCONF=/dev/null
TB --- 2012-02-14 21:40:44 - TARGET=powerpc
TB --- 2012-02-14 21:40:44 - TARGET_ARCH=powerpc
TB --- 2012-02-14 21:40:44 - TZ=UTC
TB --- 2012-02-14 21:40:44 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 21:40:44 - cd /src
TB --- 2012-02-14 21:40:44 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 21:40:45 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 22:01:15 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 22:01:15 - ERROR: failed to build world
TB --- 2012-02-14 22:01:15 - 978.34 user 180.99 system 1253.12 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc64/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 21:47:08 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 21:47:08 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-02-14 21:47:08 - cleaning the object tree
TB --- 2012-02-14 21:47:11 - cvsupping the source tree
TB --- 2012-02-14 21:47:11 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2012-02-14 21:47:23 - building world
TB --- 2012-02-14 21:47:23 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 21:47:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 21:47:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 21:47:23 - SRCCONF=/dev/null
TB --- 2012-02-14 21:47:23 - TARGET=powerpc
TB --- 2012-02-14 21:47:23 - TARGET_ARCH=powerpc64
TB --- 2012-02-14 21:47:23 - TZ=UTC
TB --- 2012-02-14 21:47:23 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 21:47:23 - cd /src
TB --- 2012-02-14 21:47:23 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 21:47:24 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 22:07:42 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 22:07:42 - ERROR: failed to build world
TB --- 2012-02-14 22:07:42 - 999.21 user 183.60 system 1233.87 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on sparc64/sparc64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 21:55:04 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 21:55:04 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-02-14 21:55:04 - cleaning the object tree
TB --- 2012-02-14 21:55:06 - cvsupping the source tree
TB --- 2012-02-14 21:55:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2012-02-14 21:55:16 - building world
TB --- 2012-02-14 21:55:16 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 21:55:16 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 21:55:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 21:55:16 - SRCCONF=/dev/null
TB --- 2012-02-14 21:55:16 - TARGET=sparc64
TB --- 2012-02-14 21:55:16 - TARGET_ARCH=sparc64
TB --- 2012-02-14 21:55:16 - TZ=UTC
TB --- 2012-02-14 21:55:16 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 21:55:16 - cd /src
TB --- 2012-02-14 21:55:16 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 21:55:17 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 22:10:13 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 22:10:13 - ERROR: failed to build world
TB --- 2012-02-14 22:10:13 - 741.55 user 145.91 system 909.31 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on arm/arm

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 22:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 22:20:00 - starting HEAD tinderbox run for arm/arm
TB --- 2012-02-14 22:20:00 - cleaning the object tree
TB --- 2012-02-14 22:20:02 - cvsupping the source tree
TB --- 2012-02-14 22:20:02 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2012-02-14 22:20:23 - building world
TB --- 2012-02-14 22:20:23 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 22:20:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 22:20:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 22:20:23 - SRCCONF=/dev/null
TB --- 2012-02-14 22:20:23 - TARGET=arm
TB --- 2012-02-14 22:20:23 - TARGET_ARCH=arm
TB --- 2012-02-14 22:20:23 - TZ=UTC
TB --- 2012-02-14 22:20:23 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 22:20:23 - cd /src
TB --- 2012-02-14 22:20:23 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 22:20:23 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 22:35:23 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 22:35:23 - ERROR: failed to build world
TB --- 2012-02-14 22:35:23 - 703.40 user 160.74 system 923.66 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/pc98

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 22:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 22:20:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-02-14 22:20:00 - cleaning the object tree
TB --- 2012-02-14 22:20:02 - cvsupping the source tree
TB --- 2012-02-14 22:20:02 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2012-02-14 22:20:23 - building world
TB --- 2012-02-14 22:20:23 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 22:20:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 22:20:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 22:20:23 - SRCCONF=/dev/null
TB --- 2012-02-14 22:20:23 - TARGET=pc98
TB --- 2012-02-14 22:20:23 - TARGET_ARCH=i386
TB --- 2012-02-14 22:20:23 - TZ=UTC
TB --- 2012-02-14 22:20:23 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 22:20:23 - cd /src
TB --- 2012-02-14 22:20:23 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 22:20:23 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 22:40:28 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 22:40:28 - ERROR: failed to build world
TB --- 2012-02-14 22:40:28 - 960.87 user 176.79 system 1228.59 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on amd64/amd64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 22:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 22:20:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2012-02-14 22:20:00 - cleaning the object tree
TB --- 2012-02-14 22:20:02 - cvsupping the source tree
TB --- 2012-02-14 22:20:02 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2012-02-14 22:20:23 - building world
TB --- 2012-02-14 22:20:23 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 22:20:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 22:20:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 22:20:23 - SRCCONF=/dev/null
TB --- 2012-02-14 22:20:23 - TARGET=amd64
TB --- 2012-02-14 22:20:23 - TARGET_ARCH=amd64
TB --- 2012-02-14 22:20:23 - TZ=UTC
TB --- 2012-02-14 22:20:23 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 22:20:23 - cd /src
TB --- 2012-02-14 22:20:23 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 22:20:23 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 22:41:16 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 22:41:16 - ERROR: failed to build world
TB --- 2012-02-14 22:41:16 - 1005.23 user 185.22 system 1275.94 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/i386

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 22:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 22:20:00 - starting HEAD tinderbox run for i386/i386
TB --- 2012-02-14 22:20:00 - cleaning the object tree
TB --- 2012-02-14 22:20:02 - cvsupping the source tree
TB --- 2012-02-14 22:20:02 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2012-02-14 22:25:28 - building world
TB --- 2012-02-14 22:25:28 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 22:25:28 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 22:25:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 22:25:28 - SRCCONF=/dev/null
TB --- 2012-02-14 22:25:28 - TARGET=i386
TB --- 2012-02-14 22:25:28 - TARGET_ARCH=i386
TB --- 2012-02-14 22:25:28 - TZ=UTC
TB --- 2012-02-14 22:25:28 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 22:25:28 - cd /src
TB --- 2012-02-14 22:25:28 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 22:25:29 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 22:46:27 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 22:46:27 - ERROR: failed to build world
TB --- 2012-02-14 22:46:27 - 988.55 user 178.54 system 1587.90 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on ia64/ia64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 22:35:23 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 22:35:23 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-02-14 22:35:23 - cleaning the object tree
TB --- 2012-02-14 22:35:25 - cvsupping the source tree
TB --- 2012-02-14 22:35:25 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2012-02-14 22:35:37 - building world
TB --- 2012-02-14 22:35:37 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 22:35:37 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 22:35:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 22:35:37 - SRCCONF=/dev/null
TB --- 2012-02-14 22:35:37 - TARGET=ia64
TB --- 2012-02-14 22:35:37 - TARGET_ARCH=ia64
TB --- 2012-02-14 22:35:37 - TZ=UTC
TB --- 2012-02-14 22:35:37 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 22:35:37 - cd /src
TB --- 2012-02-14 22:35:37 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 22:35:38 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 22:55:08 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 22:55:08 - ERROR: failed to build world
TB --- 2012-02-14 22:55:08 - 916.52 user 179.05 system 1184.84 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on mips/mips

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 22:40:28 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 22:40:28 - starting HEAD tinderbox run for mips/mips
TB --- 2012-02-14 22:40:28 - cleaning the object tree
TB --- 2012-02-14 22:40:31 - cvsupping the source tree
TB --- 2012-02-14 22:40:31 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/mips/mips/supfile
TB --- 2012-02-14 22:40:43 - building world
TB --- 2012-02-14 22:40:43 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 22:40:43 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 22:40:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 22:40:43 - SRCCONF=/dev/null
TB --- 2012-02-14 22:40:43 - TARGET=mips
TB --- 2012-02-14 22:40:43 - TARGET_ARCH=mips
TB --- 2012-02-14 22:40:43 - TZ=UTC
TB --- 2012-02-14 22:40:43 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 22:40:43 - cd /src
TB --- 2012-02-14 22:40:43 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 22:40:43 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous 
prototype for 'isrune_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous 
prototype for 'isspace_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous 
prototype for 'isspecial_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous 
prototype for 'isupper_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous 
prototype for 'isxdigit_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous 
prototype for 'digittoint_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous 
prototype for 'tolower_l'
/obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous 
prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 22:57:44 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 22:57:44 - ERROR: failed to build world
TB --- 2012-02-14 22:57:44 - 763.48 user 163.68 system 1035.41 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc/powerpc

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 22:41:16 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-02-14 22:41:16 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-02-14 22:41:16 - cleaning the object tree
TB --- 2012-02-14 22:41:17 - cvsupping the source tree
TB --- 2012-02-14 22:41:17 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2012-02-14 22:41:28 - building world
TB --- 2012-02-14 22:41:28 - CROSS_BUILD_TESTING=YES
TB --- 2012-02-14 22:41:28 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-02-14 22:41:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-02-14 22:41:28 - SRCCONF=/dev/null
TB --- 2012-02-14 22:41:28 - TARGET=powerpc
TB --- 2012-02-14 22:41:28 - TARGET_ARCH=powerpc
TB --- 2012-02-14 22:41:28 - TZ=UTC
TB --- 2012-02-14 22:41:28 - __MAKE_CONF=/dev/null
TB --- 2012-02-14 22:41:28 - cd /src
TB --- 2012-02-14 22:41:28 - /usr/bin/make -B buildworld
>>> World build started on Tue Feb 14 22:41:29 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
[...]
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no 
previous prototype for 'isrune_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no 
previous prototype for 'isspace_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no 
previous prototype for 'isspecial_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no 
previous prototype for 'isupper_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no 
previous prototype for 'isxdigit_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no 
previous prototype for 'digittoint_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no 
previous prototype for 'tolower_l'
/obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no 
previous prototype for 'toupper_l'
*** Error code 1

Stop in /src/lib/libbz2.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-02-14 23:02:01 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-02-14 23:02:01 - ERROR: failed to build world
TB --- 2012-02-14 23:02:01 - 982.55 user 180.73 system 1245.30 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"