Re: [CFT]hwpmc update for sandybridge-e

2012-10-15 Thread Fabien Thomas

Le 13 oct. 2012 à 00:54, hiren panchasara a écrit :

 
 
 On Fri, Oct 5, 2012 at 1:05 AM, Fabien Thomas fabien.tho...@netasq.com 
 wrote:
 
 Le 5 oct. 2012 à 10:00, Fabien Thomas a écrit :
 
 
  Le 5 oct. 2012 à 00:46, Sean Bruno a écrit :
 
  So, I did the bear minimum and kind of hacked things together without
  understanding precisely what I was doing, and I was able to massage the
  sandybridge-e CPUs into giving me some basic functions.
 
  Comments or concerns before I commit this?
 
  http://people.freebsd.org/~sbruno/pmc_sandybridge.txt
 
  Hi Sean,
 
  The only modification required is this one
  http://svnweb.freebsd.org/base?view=revisionrevision=237196
 
   but davide@ removed it for a problem that need to be looked at.
 
 Looking at the doc this CPU require a full set of PMC as the list of event 
 are different.
 So this mean full manpage, full event list, …
 
 Doc:
 
 The events in Table 19-3 apply to
 processors with CPUID signature of DisplayFamily_DisplayModel encoding with 
 the
 following values: 06_2AH and 06_2DH. The events in Table 19-4 apply to 
 processors
 with CPUID signature 06_2AH. The events in Table 19-5 apply to processors with
 CPUID signature 06_2DH.
 
 
 Required change will be the same as this commit if you want to look at it:
 http://svnweb.freebsd.org/base?view=revisionrevision=240164
 
 Hi All,
 
 With help of Sean, I've prepared another semi-working patch:
 http://www.strugglingcoder.info/patches/hwpmc_sbx_1.txt

Great,  i've quickly looked at the patch:

I'm not sure to understand why you have removed code in your case for uncore.
If you dont want to support remove it like for ivy bridge. 

some minor:
+#define sandybridge_xeon_aliases   core2_aliases
+#define sandybridge_xeon_aliases_without_iaf   core2_aliases_without_iaf

+   case PMC_CPU_INTEL_SANDYBRIDGE_XEON:
+   pmc_class_table[n++] = ucf_class_table_descr;
+   pmc_class_table[n++] = sandybridgeuc_class_table_descr;
+   PMC_MDEP_INIT_INTEL_V2(sandybridge_xeon);
+   break;

 keep this sorted.


 
 I still haven't written the man page. I wanted to get some feedback 
 (bashing/yelling) before spending more time on this.
 
 I am not quite sure how to handle uncore events. I've put ugly hack to avoid 
 wrmsr/rdmsr for this particular set of processors. I bet there are better 
 ways to handle this situation. (in hwpmc_uncore.c) 
 
 Here is the o/p of pmccontrol -L:
 http://www.strugglingcoder.info/patches/pmccontrol_1.txt
 
 I've run the pmctest.py script (by gnn):
 http://www.strugglingcoder.info/patches/pmctestpy_1.txt
 
 I am seeing invalid argument for some events. I've tried to check 
 pmc_events.h to see that those events are listed. Not sure what else I should 
 check.
 

Seems you need to double check the event list:

pmcstat: ERROR: Cannot allocate process-mode pmc with specification 
L2_L1D_WB_RQSTS.MISS: Invalid argument

map to 28 01 which is not in the table:
 IAPDESCR(28H, 0x28, IAP_M_CORE | IAP_M_MESI, IAP_F_ALLCPUSCORE2),
 IAPDESCR(28H_01H, 0x28, 0x01, IAP_F_FM | IAP_F_I7 | IAP_F_WM | IAP_F_IB),
 IAPDESCR(28H_02H, 0x28, 0x02, IAP_F_FM | IAP_F_I7 | IAP_F_WM),
-IAPDESCR(28H_04H, 0x28, 0x04, IAP_F_FM | IAP_F_I7 | IAP_F_WM | IAP_F_SB | 
IAP_F_IB),
-IAPDESCR(28H_08H, 0x28, 0x08, IAP_F_FM | IAP_F_I7 | IAP_F_WM | IAP_F_SB | 
IAP_F_IB),
+IAPDESCR(28H_04H, 0x28, 0x04, IAP_F_FM | IAP_F_I7 | IAP_F_WM | IAP_F_SB | 
IAP_F_IB |
+   IAP_F_SBX),
+IAPDESCR(28H_08H, 0x28, 0x08, IAP_F_FM | IAP_F_I7 | IAP_F_WM | IAP_F_SB | 
IAP_F_IB |
+   IAP_F_SBX),
 IAPDESCR(28H_0FH, 0x28, 0x0F, IAP_F_FM | IAP_F_I7 | IAP_F_WM | IAP_F_IB),
 



 I've also tried to follow the commands Fabien listed for testing on  
 http://freebsd.1045724.n5.nabble.com/CFT-hwpmc-support-for-Intel-Ivy-Bridge-tp5740299p5740577.html
 
 I am getting panic on following:
 - Soft counter: 
 pmcstat -SPAGE_FAULT.ALL -w4 -T 
 
Not related but need to be investigated. (I will look at it.)

 panic details:
 -bash-4.2$ panic: userret: Returning with with pinned thread
 cpuid = 22
 KDB: enter: panic
 [ thread pid 4084 tid 100302 ]
 Stopped at  kdb_enter+0x3b: movq$0,0xa74122(%rip)
 db bt
 Tracing pid 4084 tid 100302 td 0xfe0016dbc000
 kdb_enter() at kdb_enter+0x3b
 panic() at panic+0x1d1
 userret() at userret+0x15c
 trap() at trap+0x200
 calltrap() at calltrap+0x8
 --- trap 0xc, rip = 0x8013d86a0, rsp = 0x7fffd4b0, rbp = 0x801800b98 ---
 db show pcpu
 cpuid= 22
 dynamic pcpu = 0xff807f000280
 curthread= 0xfe0016dbc000: pid 4084 pmcstat
 curpcb   = 0xff86be955b80
 fpcurthread  = 0xfe0016dbc000: pid 4084 pmcstat
 idlethread   = 0xfe000a51: tid 100025 idle: cpu22
 curpmap  = 0xfe00160f6be8
 tssp = 0x81531970
 commontssp   = 0x81531970
 rsp0 = 0xff86be955b80
 gs32p= 0x8152faa8
 ldt  = 0x8152fae8
 tss  = 0x8152fad8
 spin locks 

Re: pkg (aka pkgng) 1.0 released

2012-10-15 Thread Alex Keda

15.10.2012 01:55, Bryan Drewery пишет:

On 8/30/2012 10:56 AM, John Nielsen wrote:

Running ps in another terminal shows pkg query %n-%v. Since the actual pkg is 
now gone, I suspect this is really /usr/sbin/pkg. I further suspect that it's waiting for 
y/n input (whether to install the binary pkg) on its nonexistent stdin somewhere. I 
killed it (pkg) and portupgrade seemed to finish normally.


This waiting is the bootstrapper. Can you see if this is still an issue?

It should be fixed by r239663 and r239664, which were fulled MFC'd to
9-STABLE, 9.1, and 8-STABLE now.

http://svn.freebsd.org/changeset/base/239663
http://svn.freebsd.org/changeset/base/239664



root# pkg check -a
usage: pkg check [-dsr] [-vy] [-a | -gxX pattern] 








For more information see 'pkg help check'. 




root#

what wrong?
___
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

pkgng | portmaster

2012-10-15 Thread Darrel

Hello,

Concerning the new pkg system, I reckon that my port updates can take a 
drought.


Would it be best to deinstall portmaster for now?  Portmaster typically 
updates itself, but this might be a special case.


Currently, my postmaster run ends like this:

=== Cannot continue
=== Aborting update

=== No ORIGIN in /var/db/pkg/portmaster-3.14/+CONTENTS

=== No ORIGIN in /var/db/pkg/postgresql-client-9.2.1/+CONTENTS

=== No ORIGIN in /var/db/pkg/postgresql-docs-9.2.1/+CONTENTS

=== No ORIGIN in /var/db/pkg/postgresql-server-9.2.1/+CONTENTS

Terminated
(48) @ 12:58:40

Darrel
___
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: pkgng | portmaster

2012-10-15 Thread Matthew Seaman
On 15/10/2012 18:13, Darrel wrote:
 Hello,
 
 Concerning the new pkg system, I reckon that my port updates can take a
 drought.
 
 Would it be best to deinstall portmaster for now?  Portmaster typically
 updates itself, but this might be a special case.
 
 Currently, my postmaster run ends like this:
 
 === Cannot continue
 === Aborting update
 
 === No ORIGIN in /var/db/pkg/portmaster-3.14/+CONTENTS
 
 === No ORIGIN in /var/db/pkg/postgresql-client-9.2.1/+CONTENTS
 
 === No ORIGIN in /var/db/pkg/postgresql-docs-9.2.1/+CONTENTS
 
 === No ORIGIN in /var/db/pkg/postgresql-server-9.2.1/+CONTENTS
 
 Terminated
 (48) @ 12:58:40

Did you apply the pkgng compatibility patch to portmaster?  It's
available in ports-mgmt/portmaster now if you select the option in the
config dialogue.

Once patched, portmaster should interoperate with pkgng pretty smoothly.
 Certainly it should be using pkgng's local.sqlite database to pull out
package contents rather than trying to parse +CONTENTS files.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey





signature.asc
Description: OpenPGP digital signature


[solved]: pkgng | portmaster

2012-10-15 Thread Darrel


On Mon, 15 Oct 2012, Darrel wrote:



Would it be best to deinstall portmaster for now?  Portmaster typically 
updates itself, but this might be a special case.




I got it:

# cd /usr/port/ports-mgmt/portmaster
# make deinstall
# make rmconfig
# make reinstall
- select pkgngpatch  Okay

Perhaps it was portmaster depending on automake, so you might want to run 
portmaster -s


=== automake-1.12.4 is no longer depended on, delete? y/n [n] y

=== Deleting all distfiles for devel/automake
=== Distfile cleaning complete

=== Running pkg delete -f automake-1.12.4
The following packages will be deinstalled:

automake-1.12.4

The deinstallation will free 1 MB
Deleting automake-1.12.4... done
(34) @ 13:26:37

Darrel
___
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-10-15 Thread FreeBSD Tinderbox
TB --- 2012-10-15 17:43:45 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-15 17:43:45 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-15 17:43:45 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-10-15 17:43:45 - cleaning the object tree
TB --- 2012-10-15 17:43:45 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-15 17:43:45 - cd /tinderbox/HEAD/powerpc/powerpc
TB --- 2012-10-15 17:43:45 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-15 17:44:27 - /usr/local/bin/svn update /src
TB --- 2012-10-15 17:44:35 - At svn revision 241596
TB --- 2012-10-15 17:44:36 - building world
TB --- 2012-10-15 17:44:36 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 17:44:36 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 17:44:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 17:44:36 - SRCCONF=/dev/null
TB --- 2012-10-15 17:44:36 - TARGET=powerpc
TB --- 2012-10-15 17:44:36 - TARGET_ARCH=powerpc
TB --- 2012-10-15 17:44:36 - TZ=UTC
TB --- 2012-10-15 17:44:36 - __MAKE_CONF=/dev/null
TB --- 2012-10-15 17:44:36 - cd /src
TB --- 2012-10-15 17:44:36 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Oct 15 17:44: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
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Mon Oct 15 20:06:15 UTC 2012
TB --- 2012-10-15 20:06:15 - generating LINT kernel config
TB --- 2012-10-15 20:06:15 - cd /src/sys/powerpc/conf
TB --- 2012-10-15 20:06:15 - /usr/bin/make -B LINT
TB --- 2012-10-15 20:06:15 - cd /src/sys/powerpc/conf
TB --- 2012-10-15 20:06:15 - /usr/sbin/config -m LINT
TB --- 2012-10-15 20:06:15 - building LINT kernel
TB --- 2012-10-15 20:06:15 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 20:06:15 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 20:06:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 20:06:15 - SRCCONF=/dev/null
TB --- 2012-10-15 20:06:15 - TARGET=powerpc
TB --- 2012-10-15 20:06:15 - TARGET_ARCH=powerpc
TB --- 2012-10-15 20:06:15 - TZ=UTC
TB --- 2012-10-15 20:06:15 - __MAKE_CONF=/dev/null
TB --- 2012-10-15 20:06:15 - cd /src
TB --- 2012-10-15 20:06:15 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Mon Oct 15 20:06:15 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c: In function 'ahatimeout':
/src/sys/dev/aha/aha.c:1836: error: 'aacb' undeclared (first use in this 
function)
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
*** [aha.o] Error code 1

Stop in /obj/powerpc.powerpc/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-15 20:09:30 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-15 20:09:30 - ERROR: failed to build LINT kernel
TB --- 2012-10-15 20:09:30 - 7012.56 user 908.28 system 8744.52 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 sparc64/sparc64

2012-10-15 Thread FreeBSD Tinderbox
TB --- 2012-10-15 19:38:32 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-15 19:38:32 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-15 19:38:32 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-10-15 19:38:32 - cleaning the object tree
TB --- 2012-10-15 19:38:32 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-15 19:38:32 - cd /tinderbox/HEAD/sparc64/sparc64
TB --- 2012-10-15 19:38:32 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-15 19:39:19 - /usr/local/bin/svn update /src
TB --- 2012-10-15 19:39:30 - At svn revision 241597
TB --- 2012-10-15 19:39:31 - building world
TB --- 2012-10-15 19:39:31 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 19:39:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 19:39:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 19:39:31 - SRCCONF=/dev/null
TB --- 2012-10-15 19:39:31 - TARGET=sparc64
TB --- 2012-10-15 19:39:31 - TARGET_ARCH=sparc64
TB --- 2012-10-15 19:39:31 - TZ=UTC
TB --- 2012-10-15 19:39:31 - __MAKE_CONF=/dev/null
TB --- 2012-10-15 19:39:31 - cd /src
TB --- 2012-10-15 19:39:31 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Oct 15 19:39: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
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Mon Oct 15 20:38:30 UTC 2012
TB --- 2012-10-15 20:38:30 - generating LINT kernel config
TB --- 2012-10-15 20:38:30 - cd /src/sys/sparc64/conf
TB --- 2012-10-15 20:38:30 - /usr/bin/make -B LINT
TB --- 2012-10-15 20:38:30 - cd /src/sys/sparc64/conf
TB --- 2012-10-15 20:38:30 - /usr/sbin/config -m LINT
TB --- 2012-10-15 20:38:30 - building LINT kernel
TB --- 2012-10-15 20:38:30 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 20:38:30 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 20:38:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 20:38:30 - SRCCONF=/dev/null
TB --- 2012-10-15 20:38:30 - TARGET=sparc64
TB --- 2012-10-15 20:38:30 - TARGET_ARCH=sparc64
TB --- 2012-10-15 20:38:30 - TZ=UTC
TB --- 2012-10-15 20:38:30 - __MAKE_CONF=/dev/null
TB --- 2012-10-15 20:38:30 - cd /src
TB --- 2012-10-15 20:38:30 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Mon Oct 15 20:38:30 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/dcons/dcons_crom.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/dcons/dcons_os.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/de/if_de.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL 

[head tinderbox] failure on powerpc64/powerpc

2012-10-15 Thread FreeBSD Tinderbox
TB --- 2012-10-15 18:34:08 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-15 18:34:08 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-15 18:34:08 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-10-15 18:34:08 - cleaning the object tree
TB --- 2012-10-15 18:34:08 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-15 18:34:08 - cd /tinderbox/HEAD/powerpc64/powerpc
TB --- 2012-10-15 18:34:08 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-15 18:34:42 - /usr/local/bin/svn update /src
TB --- 2012-10-15 18:36:12 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-10-15 18:36:12 - WARNING: sleeping 30 s and retrying...
TB --- 2012-10-15 18:36:42 - /usr/local/bin/svn update /src
TB --- 2012-10-15 18:37:42 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-10-15 18:37:42 - WARNING: sleeping 60 s and retrying...
TB --- 2012-10-15 18:38:42 - /usr/local/bin/svn update /src
TB --- 2012-10-15 18:40:02 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-10-15 18:40:02 - WARNING: sleeping 90 s and retrying...
TB --- 2012-10-15 18:41:32 - /usr/local/bin/svn update /src
TB --- 2012-10-15 18:42:17 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-10-15 18:42:17 - WARNING: sleeping 120 s and retrying...
TB --- 2012-10-15 18:44:17 - /usr/local/bin/svn update /src
TB --- 2012-10-15 18:44:30 - At svn revision 241597
TB --- 2012-10-15 18:44:31 - building world
TB --- 2012-10-15 18:44:31 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 18:44:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 18:44:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 18:44:31 - SRCCONF=/dev/null
TB --- 2012-10-15 18:44:31 - TARGET=powerpc
TB --- 2012-10-15 18:44:31 - TARGET_ARCH=powerpc64
TB --- 2012-10-15 18:44:31 - TZ=UTC
TB --- 2012-10-15 18:44:31 - __MAKE_CONF=/dev/null
TB --- 2012-10-15 18:44:31 - cd /src
TB --- 2012-10-15 18:44:31 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Oct 15 18:44: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
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Mon Oct 15 21:26:21 UTC 2012
TB --- 2012-10-15 21:26:21 - generating LINT kernel config
TB --- 2012-10-15 21:26:21 - cd /src/sys/powerpc/conf
TB --- 2012-10-15 21:26:21 - /usr/bin/make -B LINT
TB --- 2012-10-15 21:26:21 - cd /src/sys/powerpc/conf
TB --- 2012-10-15 21:26:21 - /usr/sbin/config -m LINT
TB --- 2012-10-15 21:26:21 - building LINT kernel
TB --- 2012-10-15 21:26:21 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 21:26:21 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 21:26:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 21:26:21 - SRCCONF=/dev/null
TB --- 2012-10-15 21:26:21 - TARGET=powerpc
TB --- 2012-10-15 21:26:21 - TARGET_ARCH=powerpc64
TB --- 2012-10-15 21:26:21 - TZ=UTC
TB --- 2012-10-15 21:26:21 - __MAKE_CONF=/dev/null
TB --- 2012-10-15 21:26:21 - cd /src
TB --- 2012-10-15 21:26:21 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Mon Oct 15 21:26:21 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c: In function 'ahatimeout':
/src/sys/dev/aha/aha.c:1836: error: 'aacb' undeclared (first use in this 
function)
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
*** [aha.o] Error code 1

Stop in /obj/powerpc.powerpc64/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-15 21:29:26 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-15 21:29:26 - ERROR: failed to build LINT kernel
TB --- 2012-10-15 21:29:26 - 8494.64 user 1114.45 system 10518.17 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 

[head tinderbox] failure on arm/arm

2012-10-15 Thread FreeBSD Tinderbox
TB --- 2012-10-15 21:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-15 21:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-15 21:30:00 - starting HEAD tinderbox run for arm/arm
TB --- 2012-10-15 21:30:00 - cleaning the object tree
TB --- 2012-10-15 21:30:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-15 21:30:00 - cd /tinderbox/HEAD/arm/arm
TB --- 2012-10-15 21:30:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-15 21:34:04 - /usr/local/bin/svn update /src
TB --- 2012-10-15 21:34:25 - At svn revision 241598
TB --- 2012-10-15 21:34:26 - building world
TB --- 2012-10-15 21:34:26 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 21:34:26 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 21:34:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 21:34:26 - SRCCONF=/dev/null
TB --- 2012-10-15 21:34:26 - TARGET=arm
TB --- 2012-10-15 21:34:26 - TARGET_ARCH=arm
TB --- 2012-10-15 21:34:26 - TZ=UTC
TB --- 2012-10-15 21:34:26 - __MAKE_CONF=/dev/null
TB --- 2012-10-15 21:34:26 - cd /src
TB --- 2012-10-15 21:34:26 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Oct 15 21:34: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
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Mon Oct 15 22:33:42 UTC 2012
TB --- 2012-10-15 22:33:42 - cd /src/sys/arm/conf
TB --- 2012-10-15 22:33:42 - /usr/sbin/config -m AC100
TB --- 2012-10-15 22:33:42 - skipping AC100 kernel
TB --- 2012-10-15 22:33:42 - cd /src/sys/arm/conf
TB --- 2012-10-15 22:33:42 - /usr/sbin/config -m ARMADAXP
TB --- 2012-10-15 22:33:42 - skipping ARMADAXP kernel
TB --- 2012-10-15 22:33:42 - cd /src/sys/arm/conf
TB --- 2012-10-15 22:33:42 - /usr/sbin/config -m ATMEL
TB --- 2012-10-15 22:33:42 - building ATMEL kernel
TB --- 2012-10-15 22:33:42 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 22:33:42 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 22:33:42 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 22:33:42 - SRCCONF=/dev/null
TB --- 2012-10-15 22:33:42 - TARGET=arm
TB --- 2012-10-15 22:33:42 - TARGET_ARCH=arm
TB --- 2012-10-15 22:33:42 - TZ=UTC
TB --- 2012-10-15 22:33:42 - __MAKE_CONF=/dev/null
TB --- 2012-10-15 22:33:42 - cd /src
TB --- 2012-10-15 22:33:42 - /usr/bin/make -B buildkernel KERNCONF=ATMEL
 Kernel build for ATMEL started on Mon Oct 15 22:33:42 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for ATMEL completed on Mon Oct 15 22:37:16 UTC 2012
TB --- 2012-10-15 22:37:16 - cd /src/sys/arm/conf
TB --- 2012-10-15 22:37:16 - /usr/sbin/config -m AVILA
TB --- 2012-10-15 22:37:16 - skipping AVILA kernel
TB --- 2012-10-15 22:37:16 - cd /src/sys/arm/conf
TB --- 2012-10-15 22:37:16 - /usr/sbin/config -m BEAGLEBONE
TB --- 2012-10-15 22:37:16 - skipping BEAGLEBONE kernel
TB --- 2012-10-15 22:37:16 - cd /src/sys/arm/conf
TB --- 2012-10-15 22:37:16 - /usr/sbin/config -m BWCT
TB --- 2012-10-15 22:37:16 - building BWCT kernel
TB --- 2012-10-15 22:37:16 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 22:37:16 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 22:37:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 22:37:16 - SRCCONF=/dev/null
TB --- 2012-10-15 22:37:16 - TARGET=arm
TB --- 2012-10-15 22:37:16 - TARGET_ARCH=arm
TB --- 2012-10-15 22:37:16 - TZ=UTC
TB --- 2012-10-15 22:37:16 - __MAKE_CONF=/dev/null
TB --- 2012-10-15 22:37:16 - cd /src
TB --- 2012-10-15 22:37:16 - /usr/bin/make -B buildkernel KERNCONF=BWCT
 Kernel build for BWCT started on Mon Oct 15 22:37:16 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for BWCT completed on Mon Oct 15 22:39:23 UTC 2012
TB --- 2012-10-15 22:39:23 - cd /src/sys/arm/conf
TB --- 2012-10-15 22:39:23 - /usr/sbin/config -m CAMBRIA
TB --- 2012-10-15 22:39:23 - skipping CAMBRIA kernel
TB --- 2012-10-15 22:39:23 - cd /src/sys/arm/conf
TB --- 2012-10-15 22:39:23 - /usr/sbin/config -m CNS11XXNAS
TB --- 2012-10-15 22:39:23 - building CNS11XXNAS kernel
TB --- 2012-10-15 22:39:23 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 22:39:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 22:39:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 22:39:23 - SRCCONF=/dev/null
TB --- 2012-10-15 22:39:23 - TARGET=arm
TB --- 2012-10-15 22:39:23 - TARGET_ARCH=arm
TB --- 2012-10-15 

[head tinderbox] failure on i386/i386

2012-10-15 Thread FreeBSD Tinderbox
TB --- 2012-10-15 21:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-15 21:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-15 21:30:00 - starting HEAD tinderbox run for i386/i386
TB --- 2012-10-15 21:30:00 - cleaning the object tree
TB --- 2012-10-15 21:30:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-15 21:30:00 - cd /tinderbox/HEAD/i386/i386
TB --- 2012-10-15 21:30:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-15 21:33:20 - /usr/local/bin/svn update /src
TB --- 2012-10-15 21:33:51 - At svn revision 241598
TB --- 2012-10-15 21:33:52 - building world
TB --- 2012-10-15 21:33:52 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 21:33:52 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 21:33:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 21:33:52 - SRCCONF=/dev/null
TB --- 2012-10-15 21:33:52 - TARGET=i386
TB --- 2012-10-15 21:33:52 - TARGET_ARCH=i386
TB --- 2012-10-15 21:33:52 - TZ=UTC
TB --- 2012-10-15 21:33:52 - __MAKE_CONF=/dev/null
TB --- 2012-10-15 21:33:52 - cd /src
TB --- 2012-10-15 21:33:52 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Oct 15 21:34:00 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
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Oct 16 00:04:41 UTC 2012
TB --- 2012-10-16 00:04:41 - generating LINT kernel config
TB --- 2012-10-16 00:04:41 - cd /src/sys/i386/conf
TB --- 2012-10-16 00:04:41 - /usr/bin/make -B LINT
TB --- 2012-10-16 00:04:41 - cd /src/sys/i386/conf
TB --- 2012-10-16 00:04:41 - /usr/sbin/config -m LINT
TB --- 2012-10-16 00:04:42 - building LINT kernel
TB --- 2012-10-16 00:04:42 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 00:04:42 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 00:04:42 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 00:04:42 - SRCCONF=/dev/null
TB --- 2012-10-16 00:04:42 - TARGET=i386
TB --- 2012-10-16 00:04:42 - TARGET_ARCH=i386
TB --- 2012-10-16 00:04:42 - TZ=UTC
TB --- 2012-10-16 00:04:42 - __MAKE_CONF=/dev/null
TB --- 2012-10-16 00:04:42 - cd /src
TB --- 2012-10-16 00:04:42 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Oct 16 00:04:42 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c: In function 'ahatimeout':
/src/sys/dev/aha/aha.c:1836: error: 'aacb' undeclared (first use in this 
function)
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
*** [aha.o] Error code 1

Stop in /obj/i386.i386/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-16 00:11:43 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-16 00:11:43 - ERROR: failed to build LINT kernel
TB --- 2012-10-16 00:11:43 - 7040.48 user 1006.34 system 9703.28 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-10-15 Thread FreeBSD Tinderbox
TB --- 2012-10-15 21:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-15 21:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-15 21:30:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-10-15 21:30:00 - cleaning the object tree
TB --- 2012-10-15 21:30:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-15 21:30:00 - cd /tinderbox/HEAD/i386/pc98
TB --- 2012-10-15 21:30:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-15 21:34:04 - /usr/local/bin/svn update /src
TB --- 2012-10-15 21:34:26 - At svn revision 241598
TB --- 2012-10-15 21:34:27 - building world
TB --- 2012-10-15 21:34:27 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 21:34:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 21:34:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 21:34:27 - SRCCONF=/dev/null
TB --- 2012-10-15 21:34:27 - TARGET=pc98
TB --- 2012-10-15 21:34:27 - TARGET_ARCH=i386
TB --- 2012-10-15 21:34:27 - TZ=UTC
TB --- 2012-10-15 21:34:27 - __MAKE_CONF=/dev/null
TB --- 2012-10-15 21:34:27 - cd /src
TB --- 2012-10-15 21:34:27 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Oct 15 21:34:33 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
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Oct 16 00:04:16 UTC 2012
TB --- 2012-10-16 00:04:16 - generating LINT kernel config
TB --- 2012-10-16 00:04:16 - cd /src/sys/pc98/conf
TB --- 2012-10-16 00:04:16 - /usr/bin/make -B LINT
TB --- 2012-10-16 00:04:16 - cd /src/sys/pc98/conf
TB --- 2012-10-16 00:04:16 - /usr/sbin/config -m LINT
TB --- 2012-10-16 00:04:16 - building LINT kernel
TB --- 2012-10-16 00:04:16 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 00:04:16 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 00:04:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 00:04:16 - SRCCONF=/dev/null
TB --- 2012-10-16 00:04:16 - TARGET=pc98
TB --- 2012-10-16 00:04:16 - TARGET_ARCH=i386
TB --- 2012-10-16 00:04:16 - TZ=UTC
TB --- 2012-10-16 00:04:16 - __MAKE_CONF=/dev/null
TB --- 2012-10-16 00:04:16 - cd /src
TB --- 2012-10-16 00:04:16 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Oct 16 00:04:16 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
/src/sys/modules/aha/../../dev/aha/aha.c:1571: error: expected identifier 
before numeric constant
/src/sys/modules/aha/../../dev/aha/aha.c:1571: error: expected identifier 
before numeric constant
/src/sys/modules/aha/../../dev/aha/aha.c:1616: error: expected identifier 
before numeric constant
/src/sys/modules/aha/../../dev/aha/aha.c:1616: error: expected identifier 
before numeric constant
/src/sys/modules/aha/../../dev/aha/aha.c: In function 'ahatimeout':
/src/sys/modules/aha/../../dev/aha/aha.c:1836: error: 'aacb' undeclared (first 
use in this function)
/src/sys/modules/aha/../../dev/aha/aha.c:1850: error: expected identifier 
before numeric constant
/src/sys/modules/aha/../../dev/aha/aha.c:1850: error: expected identifier 
before numeric constant
*** [aha.o] Error code 1

Stop in /src/sys/modules/aha.
*** [all] Error code 1

Stop in /src/sys/modules.
*** [modules-all] Error code 1

Stop in /obj/pc98.i386/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-16 00:21:23 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-16 00:21:23 - ERROR: failed to build LINT kernel
TB --- 2012-10-16 00:21:23 - 7534.36 user 1047.93 system 10283.15 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 ia64/ia64

2012-10-15 Thread FreeBSD Tinderbox
TB --- 2012-10-15 23:01:47 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-15 23:01:47 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-15 23:01:47 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-10-15 23:01:47 - cleaning the object tree
TB --- 2012-10-15 23:01:47 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-15 23:01:47 - cd /tinderbox/HEAD/ia64/ia64
TB --- 2012-10-15 23:01:47 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-15 23:02:24 - /usr/local/bin/svn update /src
TB --- 2012-10-15 23:02:31 - At svn revision 241599
TB --- 2012-10-15 23:02:32 - building world
TB --- 2012-10-15 23:02:32 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 23:02:32 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 23:02:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 23:02:32 - SRCCONF=/dev/null
TB --- 2012-10-15 23:02:32 - TARGET=ia64
TB --- 2012-10-15 23:02:32 - TARGET_ARCH=ia64
TB --- 2012-10-15 23:02:32 - TZ=UTC
TB --- 2012-10-15 23:02:32 - __MAKE_CONF=/dev/null
TB --- 2012-10-15 23:02:32 - cd /src
TB --- 2012-10-15 23:02:32 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Oct 15 23:02: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
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Oct 16 00:36:34 UTC 2012
TB --- 2012-10-16 00:36:34 - generating LINT kernel config
TB --- 2012-10-16 00:36:34 - cd /src/sys/ia64/conf
TB --- 2012-10-16 00:36:34 - /usr/bin/make -B LINT
TB --- 2012-10-16 00:36:35 - cd /src/sys/ia64/conf
TB --- 2012-10-16 00:36:35 - /usr/sbin/config -m LINT
TB --- 2012-10-16 00:36:35 - building LINT kernel
TB --- 2012-10-16 00:36:35 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 00:36:35 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 00:36:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 00:36:35 - SRCCONF=/dev/null
TB --- 2012-10-16 00:36:35 - TARGET=ia64
TB --- 2012-10-16 00:36:35 - TARGET_ARCH=ia64
TB --- 2012-10-16 00:36:35 - TZ=UTC
TB --- 2012-10-16 00:36:35 - __MAKE_CONF=/dev/null
TB --- 2012-10-16 00:36:35 - cd /src
TB --- 2012-10-16 00:36:35 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Oct 16 00:36:35 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c: In function 'ahatimeout':
/src/sys/dev/aha/aha.c:1836: error: 'aacb' undeclared (first use in this 
function)
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
*** [aha.o] Error code 1

Stop in /obj/ia64.ia64/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-16 00:41:58 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-16 00:41:58 - ERROR: failed to build LINT kernel
TB --- 2012-10-16 00:41:58 - 4536.04 user 701.88 system 6011.06 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 amd64/amd64

2012-10-15 Thread FreeBSD Tinderbox
TB --- 2012-10-15 21:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-15 21:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-15 21:30:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2012-10-15 21:30:00 - cleaning the object tree
TB --- 2012-10-15 21:30:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-15 21:30:00 - cd /tinderbox/HEAD/amd64/amd64
TB --- 2012-10-15 21:30:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-15 21:33:43 - /usr/local/bin/svn update /src
TB --- 2012-10-15 21:34:02 - At svn revision 241598
TB --- 2012-10-15 21:34:03 - building world
TB --- 2012-10-15 21:34:03 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-15 21:34:03 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-15 21:34:03 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-15 21:34:03 - SRCCONF=/dev/null
TB --- 2012-10-15 21:34:03 - TARGET=amd64
TB --- 2012-10-15 21:34:03 - TARGET_ARCH=amd64
TB --- 2012-10-15 21:34:03 - TZ=UTC
TB --- 2012-10-15 21:34:03 - __MAKE_CONF=/dev/null
TB --- 2012-10-15 21:34:03 - cd /src
TB --- 2012-10-15 21:34:03 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Mon Oct 15 21:34: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
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Tue Oct 16 00:40:39 UTC 2012
TB --- 2012-10-16 00:40:39 - generating LINT kernel config
TB --- 2012-10-16 00:40:39 - cd /src/sys/amd64/conf
TB --- 2012-10-16 00:40:39 - /usr/bin/make -B LINT
TB --- 2012-10-16 00:40:39 - cd /src/sys/amd64/conf
TB --- 2012-10-16 00:40:39 - /usr/sbin/config -m LINT
TB --- 2012-10-16 00:40:39 - building LINT kernel
TB --- 2012-10-16 00:40:39 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 00:40:39 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 00:40:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 00:40:39 - SRCCONF=/dev/null
TB --- 2012-10-16 00:40:39 - TARGET=amd64
TB --- 2012-10-16 00:40:39 - TARGET_ARCH=amd64
TB --- 2012-10-16 00:40:39 - TZ=UTC
TB --- 2012-10-16 00:40:39 - __MAKE_CONF=/dev/null
TB --- 2012-10-16 00:40:39 - cd /src
TB --- 2012-10-16 00:40:39 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Oct 16 00:40:39 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c: In function 'ahatimeout':
/src/sys/dev/aha/aha.c:1836: error: 'aacb' undeclared (first use in this 
function)
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
*** [aha.o] Error code 1

Stop in /obj/amd64.amd64/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-16 00:49:37 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-16 00:49:37 - ERROR: failed to build LINT kernel
TB --- 2012-10-16 00:49:37 - 8489.95 user 1312.41 system 11977.48 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


Re: [CFT]hwpmc update for sandybridge-e

2012-10-15 Thread hiren panchasara
On Mon, Oct 15, 2012 at 1:12 AM, Fabien Thomas fabien.tho...@netasq.comwrote:


 Le 13 oct. 2012 à 00:54, hiren panchasara a écrit :

 
 
  On Fri, Oct 5, 2012 at 1:05 AM, Fabien Thomas fabien.tho...@netasq.com
 wrote:
 
  Le 5 oct. 2012 à 10:00, Fabien Thomas a écrit :
 
  
   Le 5 oct. 2012 à 00:46, Sean Bruno a écrit :
  
   So, I did the bear minimum and kind of hacked things together without
   understanding precisely what I was doing, and I was able to massage
 the
   sandybridge-e CPUs into giving me some basic functions.
  
   Comments or concerns before I commit this?
  
   http://people.freebsd.org/~sbruno/pmc_sandybridge.txt
  
   Hi Sean,
  
   The only modification required is this one
   http://svnweb.freebsd.org/base?view=revisionrevision=237196
  
but davide@ removed it for a problem that need to be looked at.
 
  Looking at the doc this CPU require a full set of PMC as the list of
 event are different.
  So this mean full manpage, full event list, …
 
  Doc:
  
  The events in Table 19-3 apply to
  processors with CPUID signature of DisplayFamily_DisplayModel encoding
 with the
  following values: 06_2AH and 06_2DH. The events in Table 19-4 apply to
 processors
  with CPUID signature 06_2AH. The events in Table 19-5 apply to
 processors with
  CPUID signature 06_2DH.
  
 
  Required change will be the same as this commit if you want to look at
 it:
  http://svnweb.freebsd.org/base?view=revisionrevision=240164
 
  Hi All,
 
  With help of Sean, I've prepared another semi-working patch:
  http://www.strugglingcoder.info/patches/hwpmc_sbx_1.txt

 Great,  i've quickly looked at the patch:

 I'm not sure to understand why you have removed code in your case for
 uncore.
 If you dont want to support remove it like for ivy bridge.


Thanks Fabien for getting back quickly. As I am not clear about uncore
support, I've removed it entirely as you suggested. I've tried to
incorporate other comments too.

New set of diffs,  pmccontrol and pmctest.py results are here:

http://www.strugglingcoder.info/patches/hwpmc_sbx_2.txt
http://www.strugglingcoder.info/patches/pmccontrol_2.txt
http://www.strugglingcoder.info/patches/pmctestpy_2.txt

I now have following event counters failing from pmctest.py script:

CYCLE_ACTIVITY.CYCLES_L2_PENDING
BACLEARS.ANY
L2_TRANS.DEMAND_DATA_RD
L2_TRANS.RF0
SQ_MISC.SPLIT_LOCK

I am not quite sure why these are failing. Will continue looking into it.

Appreciate your help,
Hiren
___
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: [head tinderbox] failure on amd64/amd64

2012-10-15 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The attached patch will hopefully fix the build...

Cheers,
- -- 
Xin LI delp...@delphij.nethttps://www.delphij.net/
FreeBSD - The Power to Serve!   Live free or die
-BEGIN PGP SIGNATURE-

iQEcBAEBCAAGBQJQfLF7AAoJEG80Jeu8UPuzblMH+wUf3f24s3Uer0+R50evGz/g
49rC9XmDT4v4CYWV80nUmIzy21ZeuSkKOXOoDjxyknKTz510PtC4PwE4ETNWdE39
vTwSF5lpGfjsDO0mF/uERvJl2EblgDmgaUO9lz4OTbcIX2dA0EIwBTjpQ2hICt6H
ogrqNskoGhNj6b35PW/7901pN9jtrTqViOfvVEy63XgSwBlSdceK3hu398vbWPJw
YB7fBXmnrrtj/Zl93eIOytnfBuD3Cx7RLvl4Q/bRQv5EWD9jb0vY0RvIQ/05Jzbd
qiaSrjx9z821jDxpRMegOZbPU0CGxsZwqS79IJkE9nY+bA42n6RpE7V9PhZuYAE=
=sgg+
-END PGP SIGNATURE-
Index: sys/dev/aha/aha.c
===
--- sys/dev/aha/aha.c   (revision 241599)
+++ sys/dev/aha/aha.c   (working copy)
@@ -62,6 +62,8 @@ __FBSDID($FreeBSD$);
 
 #include sys/param.h
 #include sys/bus.h
+#include sys/conf.h
+#include sys/rman.h
 #include sys/systm.h
 #include sys/malloc.h
 #include sys/kernel.h
@@ -173,8 +175,7 @@ static void ahatimeout(void *arg);
 
 /* Exported functions */
 void
-aha_alloc(struct aha_softc *aha, int unit, bus_space_tag_t tag,
-  bus_space_handle_t bsh)
+aha_alloc(struct aha_softc *aha)
 {
 
SLIST_INIT(aha-free_aha_ccbs);
@@ -1107,7 +1108,7 @@ ahaexecuteccb(void *arg, bus_dma_segment_t *dm_seg
device_printf(aha-dev,
Encountered busy mailbox with %d out of %d 
commands active!!!, aha-active_ccbs, aha-max_ccbs);
-   callout_stop(aacb-timer);
+   callout_stop(accb-timer);
if (nseg != 0)
bus_dmamap_unload(aha-buffer_dmat, accb-dmamap);
ahafreeccb(aha, accb);
@@ -1833,7 +1834,7 @@ ahatimeout(void *arg)
 * later which will attempt a bus reset.
 */
accb-flags |= ACCB_DEVICE_RESET;
-   callout_reset(aacb-timer, 2 * hz, ahatimeout, accb);
+   callout_reset(accb-timer, 2 * hz, ahatimeout, accb);
aha-recovery_accb-hccb.opcode = INITIATOR_BUS_DEV_RESET;
 
/* No Data Transfer */
Index: sys/dev/aha/aha_isa.c
===
--- sys/dev/aha/aha_isa.c   (revision 241599)
+++ sys/dev/aha/aha_isa.c   (working copy)
@@ -62,6 +62,7 @@ __FBSDID($FreeBSD$);
 #include sys/kernel.h
 #include sys/lock.h
 #include sys/mutex.h
+#include sys/rman.h
 
 #include machine/bus.h
 #include machine/resource.h
@@ -126,7 +127,7 @@ aha_isa_probe(device_t dev)
if (aha-port == NULL)
return (ENXIO);
 
-   port_start = rman_get_start(port_res);
+   port_start = rman_get_start(aha-port);
aha_alloc(aha);
 
/* See if there is really a card present */
@@ -261,7 +262,7 @@ aha_isa_attach(device_t dev)
}
 
error = bus_setup_intr(dev, aha-irq, INTR_TYPE_CAM|INTR_ENTROPY|
-   INTR_MPSAFE, NULL, aha_intr, aha, aha-ih);
+   INTR_MPSAFE, NULL, aha_intr, aha, (aha-ih));
if (error) {
device_printf(dev, Unable to register interrupt handler\n);
aha_detach(aha);
@@ -321,9 +322,9 @@ aha_isa_identify(driver_t *driver, device_t parent
 * XXX kldload/kldunload.
 */
rid = 0;
-   aha-port = bus_alloc_resource(parent, SYS_RES_IOPORT, rid,
+   aha.port = bus_alloc_resource(parent, SYS_RES_IOPORT, rid,
ioport, ioport, AHA_NREGS, RF_ACTIVE);
-   if (aha-port == NULL)
+   if (aha.port == NULL)
continue;
aha_alloc(aha);
/* See if there is really a card present */
@@ -336,7 +337,7 @@ aha_isa_identify(driver_t *driver, device_t parent
 * that.
 */
not_this_one:;
-   bus_release_resource(parent, SYS_RES_IOPORT, rid, aha-port);
+   bus_release_resource(parent, SYS_RES_IOPORT, rid, aha.port);
aha_free(aha);
}
 }
Index: sys/dev/aha/ahareg.h
===
--- sys/dev/aha/ahareg.h(revision 241599)
+++ sys/dev/aha/ahareg.h(working copy)
@@ -370,12 +370,12 @@ struct aha_softc {
int  irqrid;
int  portrid;
int  drqrid;
-   void**ih;
+   void*ih;
device_t dev;
struct mtx   lock;
 };
 
-void aha_alloc(struct aha_softc *, int, bus_space_tag_t, bus_space_handle_t);
+void aha_alloc(struct aha_softc *);
 int aha_attach(struct aha_softc *);
 int aha_cmd(struct aha_softc *, aha_op_t, uint8_t *, u_int, uint8_t *, u_int,
 u_int);
@@ -389,11 +389,11 @@ int aha_probe(struct aha_softc *);
 
 #define DEFAULT_CMD_TIMEOUT 

[head tinderbox] failure on sparc64/sparc64

2012-10-15 Thread FreeBSD Tinderbox
TB --- 2012-10-16 00:49:38 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-16 00:49:38 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-16 00:49:38 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-10-16 00:49:38 - cleaning the object tree
TB --- 2012-10-16 00:51:11 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-16 00:51:11 - cd /tinderbox/HEAD/sparc64/sparc64
TB --- 2012-10-16 00:51:11 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-16 00:52:47 - /usr/local/bin/svn update /src
TB --- 2012-10-16 00:52:52 - At svn revision 241599
TB --- 2012-10-16 00:52:53 - building world
TB --- 2012-10-16 00:52:53 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 00:52:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 00:52:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 00:52:53 - SRCCONF=/dev/null
TB --- 2012-10-16 00:52:53 - TARGET=sparc64
TB --- 2012-10-16 00:52:53 - TARGET_ARCH=sparc64
TB --- 2012-10-16 00:52:53 - TZ=UTC
TB --- 2012-10-16 00:52:53 - __MAKE_CONF=/dev/null
TB --- 2012-10-16 00:52:53 - cd /src
TB --- 2012-10-16 00:52:53 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Tue Oct 16 00:52:58 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
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Oct 16 02:00:55 UTC 2012
TB --- 2012-10-16 02:00:55 - generating LINT kernel config
TB --- 2012-10-16 02:00:55 - cd /src/sys/sparc64/conf
TB --- 2012-10-16 02:00:55 - /usr/bin/make -B LINT
TB --- 2012-10-16 02:00:55 - cd /src/sys/sparc64/conf
TB --- 2012-10-16 02:00:55 - /usr/sbin/config -m LINT
TB --- 2012-10-16 02:00:55 - building LINT kernel
TB --- 2012-10-16 02:00:55 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 02:00:55 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 02:00:55 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 02:00:55 - SRCCONF=/dev/null
TB --- 2012-10-16 02:00:55 - TARGET=sparc64
TB --- 2012-10-16 02:00:55 - TARGET_ARCH=sparc64
TB --- 2012-10-16 02:00:55 - TZ=UTC
TB --- 2012-10-16 02:00:55 - __MAKE_CONF=/dev/null
TB --- 2012-10-16 02:00:55 - cd /src
TB --- 2012-10-16 02:00:55 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Oct 16 02:00:55 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/dcons/dcons_crom.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/dcons/dcons_os.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/de/if_de.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL 

[head tinderbox] failure on powerpc/powerpc

2012-10-15 Thread FreeBSD Tinderbox
TB --- 2012-10-16 00:21:23 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-16 00:21:23 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-16 00:21:23 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-10-16 00:21:23 - cleaning the object tree
TB --- 2012-10-16 00:22:43 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-16 00:22:43 - cd /tinderbox/HEAD/powerpc/powerpc
TB --- 2012-10-16 00:22:43 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-16 00:23:33 - /usr/local/bin/svn update /src
TB --- 2012-10-16 00:23:39 - At svn revision 241599
TB --- 2012-10-16 00:23:40 - building world
TB --- 2012-10-16 00:23:40 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 00:23:40 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 00:23:40 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 00:23:40 - SRCCONF=/dev/null
TB --- 2012-10-16 00:23:40 - TARGET=powerpc
TB --- 2012-10-16 00:23:40 - TARGET_ARCH=powerpc
TB --- 2012-10-16 00:23:40 - TZ=UTC
TB --- 2012-10-16 00:23:40 - __MAKE_CONF=/dev/null
TB --- 2012-10-16 00:23:40 - cd /src
TB --- 2012-10-16 00:23:40 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Tue Oct 16 00:23: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
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Oct 16 02:44:58 UTC 2012
TB --- 2012-10-16 02:44:58 - generating LINT kernel config
TB --- 2012-10-16 02:44:58 - cd /src/sys/powerpc/conf
TB --- 2012-10-16 02:44:58 - /usr/bin/make -B LINT
TB --- 2012-10-16 02:44:58 - cd /src/sys/powerpc/conf
TB --- 2012-10-16 02:44:58 - /usr/sbin/config -m LINT
TB --- 2012-10-16 02:44:58 - building LINT kernel
TB --- 2012-10-16 02:44:58 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 02:44:58 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 02:44:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 02:44:58 - SRCCONF=/dev/null
TB --- 2012-10-16 02:44:58 - TARGET=powerpc
TB --- 2012-10-16 02:44:58 - TARGET_ARCH=powerpc
TB --- 2012-10-16 02:44:58 - TZ=UTC
TB --- 2012-10-16 02:44:58 - __MAKE_CONF=/dev/null
TB --- 2012-10-16 02:44:58 - cd /src
TB --- 2012-10-16 02:44:58 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Oct 16 02:44:58 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c: In function 'ahatimeout':
/src/sys/dev/aha/aha.c:1836: error: 'aacb' undeclared (first use in this 
function)
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
*** [aha.o] Error code 1

Stop in /obj/powerpc.powerpc/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-16 02:47:58 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-16 02:47:58 - ERROR: failed to build LINT kernel
TB --- 2012-10-16 02:47:58 - 7058.44 user 929.80 system 8795.22 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-10-15 Thread FreeBSD Tinderbox
TB --- 2012-10-16 00:41:59 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-16 00:41:59 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-16 00:41:59 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-10-16 00:41:59 - cleaning the object tree
TB --- 2012-10-16 00:45:16 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-16 00:45:16 - cd /tinderbox/HEAD/powerpc64/powerpc
TB --- 2012-10-16 00:45:16 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-16 00:46:36 - /usr/local/bin/svn update /src
TB --- 2012-10-16 00:46:41 - At svn revision 241599
TB --- 2012-10-16 00:46:42 - building world
TB --- 2012-10-16 00:46:42 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 00:46:42 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 00:46:42 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 00:46:42 - SRCCONF=/dev/null
TB --- 2012-10-16 00:46:42 - TARGET=powerpc
TB --- 2012-10-16 00:46:42 - TARGET_ARCH=powerpc64
TB --- 2012-10-16 00:46:42 - TZ=UTC
TB --- 2012-10-16 00:46:42 - __MAKE_CONF=/dev/null
TB --- 2012-10-16 00:46:42 - cd /src
TB --- 2012-10-16 00:46:42 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Tue Oct 16 00:46: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
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Tue Oct 16 03:34:05 UTC 2012
TB --- 2012-10-16 03:34:05 - generating LINT kernel config
TB --- 2012-10-16 03:34:05 - cd /src/sys/powerpc/conf
TB --- 2012-10-16 03:34:05 - /usr/bin/make -B LINT
TB --- 2012-10-16 03:34:05 - cd /src/sys/powerpc/conf
TB --- 2012-10-16 03:34:05 - /usr/sbin/config -m LINT
TB --- 2012-10-16 03:34:05 - building LINT kernel
TB --- 2012-10-16 03:34:05 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 03:34:05 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 03:34:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 03:34:05 - SRCCONF=/dev/null
TB --- 2012-10-16 03:34:05 - TARGET=powerpc
TB --- 2012-10-16 03:34:05 - TARGET_ARCH=powerpc64
TB --- 2012-10-16 03:34:05 - TZ=UTC
TB --- 2012-10-16 03:34:05 - __MAKE_CONF=/dev/null
TB --- 2012-10-16 03:34:05 - cd /src
TB --- 2012-10-16 03:34:05 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Oct 16 03:34:05 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1571: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1616: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c: In function 'ahatimeout':
/src/sys/dev/aha/aha.c:1836: error: 'aacb' undeclared (first use in this 
function)
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
/src/sys/dev/aha/aha.c:1850: error: expected identifier before numeric constant
*** [aha.o] Error code 1

Stop in /obj/powerpc.powerpc64/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-16 03:37:11 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-16 03:37:11 - ERROR: failed to build LINT kernel
TB --- 2012-10-16 03:37:11 - 8601.08 user 1164.70 system 10512.43 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 arm/arm

2012-10-15 Thread FreeBSD Tinderbox
TB --- 2012-10-16 03:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-16 03:40:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-16 03:40:00 - starting HEAD tinderbox run for arm/arm
TB --- 2012-10-16 03:40:01 - cleaning the object tree
TB --- 2012-10-16 03:45:19 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-16 03:45:19 - cd /tinderbox/HEAD/arm/arm
TB --- 2012-10-16 03:45:19 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-16 03:48:34 - /usr/local/bin/svn update /src
TB --- 2012-10-16 03:48:42 - At svn revision 241602
TB --- 2012-10-16 03:48:43 - building world
TB --- 2012-10-16 03:48:43 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 03:48:43 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 03:48:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 03:48:43 - SRCCONF=/dev/null
TB --- 2012-10-16 03:48:43 - TARGET=arm
TB --- 2012-10-16 03:48:43 - TARGET_ARCH=arm
TB --- 2012-10-16 03:48:43 - TZ=UTC
TB --- 2012-10-16 03:48:43 - __MAKE_CONF=/dev/null
TB --- 2012-10-16 03:48:43 - cd /src
TB --- 2012-10-16 03:48:43 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Tue Oct 16 03:48:48 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
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Oct 16 04:47:41 UTC 2012
TB --- 2012-10-16 04:47:41 - cd /src/sys/arm/conf
TB --- 2012-10-16 04:47:41 - /usr/sbin/config -m AC100
TB --- 2012-10-16 04:47:41 - skipping AC100 kernel
TB --- 2012-10-16 04:47:41 - cd /src/sys/arm/conf
TB --- 2012-10-16 04:47:41 - /usr/sbin/config -m ARMADAXP
TB --- 2012-10-16 04:47:41 - skipping ARMADAXP kernel
TB --- 2012-10-16 04:47:41 - cd /src/sys/arm/conf
TB --- 2012-10-16 04:47:41 - /usr/sbin/config -m ATMEL
TB --- 2012-10-16 04:47:41 - building ATMEL kernel
TB --- 2012-10-16 04:47:41 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 04:47:41 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 04:47:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 04:47:41 - SRCCONF=/dev/null
TB --- 2012-10-16 04:47:41 - TARGET=arm
TB --- 2012-10-16 04:47:41 - TARGET_ARCH=arm
TB --- 2012-10-16 04:47:41 - TZ=UTC
TB --- 2012-10-16 04:47:41 - __MAKE_CONF=/dev/null
TB --- 2012-10-16 04:47:41 - cd /src
TB --- 2012-10-16 04:47:41 - /usr/bin/make -B buildkernel KERNCONF=ATMEL
 Kernel build for ATMEL started on Tue Oct 16 04:47:41 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for ATMEL completed on Tue Oct 16 04:51:33 UTC 2012
TB --- 2012-10-16 04:51:33 - cd /src/sys/arm/conf
TB --- 2012-10-16 04:51:33 - /usr/sbin/config -m AVILA
TB --- 2012-10-16 04:51:33 - skipping AVILA kernel
TB --- 2012-10-16 04:51:33 - cd /src/sys/arm/conf
TB --- 2012-10-16 04:51:33 - /usr/sbin/config -m BEAGLEBONE
TB --- 2012-10-16 04:51:33 - skipping BEAGLEBONE kernel
TB --- 2012-10-16 04:51:33 - cd /src/sys/arm/conf
TB --- 2012-10-16 04:51:33 - /usr/sbin/config -m BWCT
TB --- 2012-10-16 04:51:33 - building BWCT kernel
TB --- 2012-10-16 04:51:33 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 04:51:33 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 04:51:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 04:51:33 - SRCCONF=/dev/null
TB --- 2012-10-16 04:51:33 - TARGET=arm
TB --- 2012-10-16 04:51:33 - TARGET_ARCH=arm
TB --- 2012-10-16 04:51:33 - TZ=UTC
TB --- 2012-10-16 04:51:33 - __MAKE_CONF=/dev/null
TB --- 2012-10-16 04:51:33 - cd /src
TB --- 2012-10-16 04:51:33 - /usr/bin/make -B buildkernel KERNCONF=BWCT
 Kernel build for BWCT started on Tue Oct 16 04:51:33 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for BWCT completed on Tue Oct 16 04:53:41 UTC 2012
TB --- 2012-10-16 04:53:41 - cd /src/sys/arm/conf
TB --- 2012-10-16 04:53:41 - /usr/sbin/config -m CAMBRIA
TB --- 2012-10-16 04:53:41 - skipping CAMBRIA kernel
TB --- 2012-10-16 04:53:41 - cd /src/sys/arm/conf
TB --- 2012-10-16 04:53:41 - /usr/sbin/config -m CNS11XXNAS
TB --- 2012-10-16 04:53:41 - building CNS11XXNAS kernel
TB --- 2012-10-16 04:53:41 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-16 04:53:41 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-16 04:53:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-16 04:53:41 - SRCCONF=/dev/null
TB --- 2012-10-16 04:53:41 - TARGET=arm
TB --- 2012-10-16 04:53:41 - TARGET_ARCH=arm
TB --- 2012-10-16