To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-amd64
or, via email, send a message with subject or body 'help' to
freebsd-am...@freebsd.org
You can reach the person managing the list at
freebsd-a...@freebsd.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-amd64 digest..."
Today's Topics:
1. Re: amd64/144376: [panic] continuous reboot on motherboards
with ATI SB7xx controller and RAID enabled (Gigi Italiano)
2. amd64/145593: [patch] fix MACHINE_CPU for amd64 in bsd.cpu.mk
(Martin Matuska)
3. Re: amd64/145593: [patch] fix MACHINE_CPU for amd64 in
bsd.cpu.mk (del...@FreeBSD.org)
4. [head tinderbox] failure on amd64/amd64 (FreeBSD Tinderbox)
----------------------------------------------------------------------
Message: 1
Date: Fri, 9 Apr 2010 20:10:07 GMT
From: Gigi Italiano <luigii...@libero.it>
Subject: Re: amd64/144376: [panic] continuous reboot on motherboards
with ATI SB7xx controller and RAID enabled
To: freebs...@FreeBSD.org
Message-ID: <201004092010....@freefall.freebsd.org>
The following reply was made to PR amd64/144376; it has been noted by GNATS.
From: Gigi Italiano <luigii...@libero.it>
To: bug-fo...@FreeBSD.org, luigii...@libero.it
Cc:
Subject: Re: amd64/144376: [panic] continuous reboot on motherboards with
ATI SB7xx controller and RAID enabled
Date: Fri, 09 Apr 2010 21:47:57 +0200
Update: same problem with FreeBSD/i386, I have tested the last snapshot
and it can't boot.
As stated before, it is impossible to get screebshots or any kind of
information, the system reboot almost immediately after the rolling
cursor of BTX appearing on screen.
------------------------------
Message: 2
Date: Sat, 10 Apr 2010 00:24:59 +0200 (CEST)
From: Martin Matuska <m...@FreeBSD.org>
Subject: amd64/145593: [patch] fix MACHINE_CPU for amd64 in bsd.cpu.mk
To: FreeBSD-gn...@FreeBSD.org
Cc: pe...@FreeBSD.org
Message-ID: <201004092224...@mail2.vx.sk>
>Number: 145593
>Category: amd64
>Synopsis: [patch] fix MACHINE_CPU for amd64 in bsd.cpu.mk
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-amd64
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Apr 09 22:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Martin Matuska
>Release: FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD neo.vx.sk 8.0-RELEASE-p2
>Description:
The MACHINE_CPU definition for amd64 in bsd.cpu.mk misses mmx
if CPUTYPE is not set.
It defines mmx if CPUTYPE is set to any string.
>How-To-Repeat:
CPUTYPE unset on amd64:
MACHINE_CPU=amd64 sse2 sse
If CPUTYPE is set to any string on amd64 (e.g. unknown):
MACHINE_CPU=unknown amd64 sse2 sse mmx
>Fix:
Index: share/mk/bsd.cpu.mk
===================================================================
--- share/mk/bsd.cpu.mk (revision 206431)
+++ share/mk/bsd.cpu.mk (working copy)
@@ -9,7 +9,7 @@
. if ${MACHINE_ARCH} == "i386"
MACHINE_CPU = i486
. elif ${MACHINE_ARCH} == "amd64"
-MACHINE_CPU = amd64 sse2 sse
+MACHINE_CPU = amd64 sse2 sse mmx
. elif ${MACHINE_ARCH} == "ia64"
MACHINE_CPU = itanium
. elif ${MACHINE_ARCH} == "powerpc"
>Release-Note:
>Audit-Trail:
>Unformatted:
------------------------------
Message: 3
Date: Fri, 9 Apr 2010 23:33:28 GMT
From: del...@FreeBSD.org
Subject: Re: amd64/145593: [patch] fix MACHINE_CPU for amd64 in
bsd.cpu.mk
To: del...@FreeBSD.org, freebs...@FreeBSD.org,
del...@FreeBSD.org
Message-ID: <201004092333....@freefall.freebsd.org>
Synopsis: [patch] fix MACHINE_CPU for amd64 in bsd.cpu.mk
Responsible-Changed-From-To: freebsd-amd64->delphij
Responsible-Changed-By: delphij
Responsible-Changed-When: Fri Apr 9 23:32:56 UTC 2010
Responsible-Changed-Why:
Take.
http://www.freebsd.org/cgi/query-pr.cgi?pr=145593
------------------------------
Message: 4
Date: Sat, 10 Apr 2010 05:21:18 GMT
From: FreeBSD Tinderbox <tind...@freebsd.org>
Subject: [head tinderbox] failure on amd64/amd64
To: FreeBSD Tinderbox <tind...@freebsd.org>, <cur...@freebsd.org>,
<am...@freebsd.org>
Message-ID: <201004100521....@freebsd-current.sentex.ca>
TB --- 2010-04-10 03:50:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-04-10 03:50:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2010-04-10 03:50:00 - cleaning the object tree
TB --- 2010-04-10 03:50:34 - cvsupping the source tree
TB --- 2010-04-10 03:50:34 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile
TB --- 2010-04-10 03:51:58 - building world
TB --- 2010-04-10 03:51:58 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-04-10 03:51:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-04-10 03:51:58 - TARGET=amd64
TB --- 2010-04-10 03:51:58 - TARGET_ARCH=amd64
TB --- 2010-04-10 03:51:58 - TZ=UTC
TB --- 2010-04-10 03:51:58 - __MAKE_CONF=/dev/null
TB --- 2010-04-10 03:51:58 - cd /src
TB --- 2010-04-10 03:51:58 - /usr/bin/make -B buildworld
>>> World build started on Sat Apr 10 03:51:59 UTC 2010
>>> 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 Sat Apr 10 05:15:20 UTC 2010
TB --- 2010-04-10 05:15:20 - generating LINT kernel config
TB --- 2010-04-10 05:15:20 - cd /src/sys/amd64/conf
TB --- 2010-04-10 05:15:20 - /usr/bin/make -B LINT
TB --- 2010-04-10 05:15:20 - building LINT kernel
TB --- 2010-04-10 05:15:20 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-04-10 05:15:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-04-10 05:15:20 - TARGET=amd64
TB --- 2010-04-10 05:15:20 - TARGET_ARCH=amd64
TB --- 2010-04-10 05:15:20 - TZ=UTC
TB --- 2010-04-10 05:15:20 - __MAKE_CONF=/dev/null
TB --- 2010-04-10 05:15:20 - cd /src
TB --- 2010-04-10 05:15:20 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sat Apr 10 05:15:20 UTC 2010
>>> 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/e1000/if_em.c:4396: error: expected declaration specifiers or '...' before 'ims_mask'
cc1: warnings being treated as errors
/src/sys/dev/e1000/if_em.c:4396: warning: data definition has no type or storage class
/src/sys/dev/e1000/if_em.c:4396: warning: type defaults to 'int' in declaration of 'bus_space_write_4'
/src/sys/dev/e1000/if_em.c:4396: warning: function declaration isn't a prototype
/src/sys/dev/e1000/if_em.c:4396: error: conflicting types for 'bus_space_write_4'
./machine/bus.h:497: error: previous definition of 'bus_space_write_4' was here
/src/sys/dev/e1000/if_em.c:4397: error: expected identifier or '(' before '}' token
*** Error code 1
Stop in /obj/src/sys/LINT.
*** Error code 1
Stop in /src.
*** Error code 1
Stop in /src.
TB --- 2010-04-10 05:21:18 - WARNING: /usr/bin/make returned exit code 1
TB --- 2010-04-10 05:21:18 - ERROR: failed to build lint kernel
TB --- 2010-04-10 05:21:18 - 4127.45 user 893.15 system 5477.86 real
http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
------------------------------
End of freebsd-amd64 Digest, Vol 355, Issue 5
*********************************************