From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 20 14:30:12 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7551C16A418 for ; Sun, 20 Jan 2008 14:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 69FA913C448 for ; Sun, 20 Jan 2008 14:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0KEU7b3050645 for ; Sun, 20 Jan 2008 14:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0KEU73a050640; Sun, 20 Jan 2008 14:30:07 GMT (envelope-from gnats) Date: Sun, 20 Jan 2008 14:30:07 GMT Message-Id: <200801201430.m0KEU73a050640@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: "A.Yu.Isupov" X-Mailman-Approved-At: Sun, 20 Jan 2008 14:35:18 +0000 Cc: Subject: Re: amd64/119771: troubles w/ -m32 executables on both amd64 and i386 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "A.Yu.Isupov" List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 14:30:12 -0000 The following reply was made to PR amd64/119771; it has been noted by GNATS. From: "A.Yu.Isupov" To: bug-followup@freebsd.org Cc: swhetzel@gmail.com Subject: Re: amd64/119771: troubles w/ -m32 executables on both amd64 and i386 Date: Sun, 20 Jan 2008 17:27:49 +0300 (MSK) >*From:* "Scot Hetzel" >*Date:* Sat, 19 Jan 2008 14:18:43 -0600 >The includes are not the same between amd64 and i386. >sys/types.h pulls in machine/endian.h and machine/_types.h. These two >includes are different. >That is why you would need to build the includes for i386 under amd64. >An example of building the includes is in stage 5.1 of buildworld. Because I already got ready 32-bit libs from 6.2-RELEASE i386 (/usr/lib32 from amd64 contains code, produces SIGILL under i386, as I say above), so I do the same for i386 includes. And with addition -nostdinc -I/usr/include32 all reported strangeness are eliminated ! Thank you very very mach !! (I don't think about so dramatic effect from incorrect includes...) >You would need to create a 32-bit build environment similar to how >buildworld stage 5.1 build the 32-bit libraries, or install >FreeBSD/i386 into its own partition/directory and build it from there. This method SHOULD work, I understand. (The compiler suite will be used also 32-bit from i386, am I right ?) However such environment not so suitable for everyday working, namely building binaries with 32-bit cernlibs and running ones, and again, again, ... So receipt for me - to use under amd64 a native gcc with -m32, while /usr/lib32 and /usr/include32 are from corresponding i386 release, and to link -static binary for eliminating problems with correct dynamic linker and libs set (anyway, dynamic Xorg libs, as I seen, contains dependency names as absolute paths a la /usr/X11R6/lib/, so can't be used from /usr/X11R6/lib32). Because cernlibs itself are static only, the -static linking not so strong restriction... Thank you again ! Isupov A. From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 21 04:07:28 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79A9716A418; Mon, 21 Jan 2008 04:07:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 685D913C43E; Mon, 21 Jan 2008 04:07:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0L47ScP015959; Mon, 21 Jan 2008 04:07:28 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0L47RN4015955; Mon, 21 Jan 2008 04:07:27 GMT (envelope-from linimon) Date: Mon, 21 Jan 2008 04:07:27 GMT Message-Id: <200801210407.m0L47RN4015955@freefall.freebsd.org> To: iguimar@cnpaf.embrapa.br, linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org From: linimon@FreeBSD.org X-Mailman-Approved-At: Mon, 21 Jan 2008 04:52:28 +0000 Cc: Subject: Re: amd64/119822: when a try compile some ports I received for exampre: "courier-imap-4.3.0, 1 is marked as broken: "Incomplete pkg-plist" X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 04:07:28 -0000 Synopsis: when a try compile some ports I received for exampre: "courier-imap-4.3.0,1 is marked as broken: "Incomplete pkg-plist" State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jan 21 04:03:50 UTC 2008 State-Changed-Why: This is by design. We try to make ports install _and_ deinstall cleanly. What you are finding is some ports that do not deinstall cleanly, and thus don't meet our criteria for proper ports and have been marked "broken". Most likely there are files that are left behind on deinstall; in a few cases, files may be listed for deinstall that aren't installed in the first place. You can find out if the ports are already fixed via: http://www.freebsd.org/cgi/cvsweb.cgi/ports/ or take a look at the ports monitoring system to find out if there are still errors: http://portsmon.freebsd.org/portoverview.py http://www.freebsd.org/cgi/query-pr.cgi?pr=119822 From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 21 09:25:14 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF86C16A417; Mon, 21 Jan 2008 09:25:13 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id B827C13C45A; Mon, 21 Jan 2008 09:25:13 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m0L9PCbD052412; Mon, 21 Jan 2008 04:25:12 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.1) with ESMTP id m0L9PCXC067609; Mon, 21 Jan 2008 04:25:12 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 651F173039; Mon, 21 Jan 2008 04:25:12 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080121092512.651F173039@freebsd-current.sentex.ca> Date: Mon, 21 Jan 2008 04:25:12 -0500 (EST) X-Virus-Scanned: ClamAV 0.92/5493/Thu Jan 17 13:09:26 2008 clamav-milter version 0.91.2 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 09:25:14 -0000 TB --- 2008-01-21 07:45:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-01-21 07:45:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-01-21 07:45:00 - cleaning the object tree TB --- 2008-01-21 07:45:51 - cvsupping the source tree TB --- 2008-01-21 07:45:51 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-01-21 07:45:57 - building world (CFLAGS=-O -pipe) TB --- 2008-01-21 07:45:57 - cd /src TB --- 2008-01-21 07:45:57 - /usr/bin/make -B buildworld >>> World build started on Mon Jan 21 07:46:00 UTC 2008 >>> 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 Jan 21 09:19:39 UTC 2008 TB --- 2008-01-21 09:19:39 - generating LINT kernel config TB --- 2008-01-21 09:19:39 - cd /src/sys/amd64/conf TB --- 2008-01-21 09:19:39 - /usr/bin/make -B LINT TB --- 2008-01-21 09:19:39 - building LINT kernel (COPTFLAGS=) TB --- 2008-01-21 09:19:39 - cd /src TB --- 2008-01-21 09:19:39 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Jan 21 09:19:39 UTC 2008 >>> 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 -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/scc/scc_dev_sab82532.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/scc/scc_dev_z8530.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/scd/scd.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/scd/scd_isa.c cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/sf/if_sf.c /src/sys/dev/sf/if_sf.c: In function 'sf_poll': /src/sys/dev/sf/if_sf.c:1826: error: 'struct sf_stats' has no member named 'tx_gfp_stall' /src/sys/dev/sf/if_sf.c:1832: error: 'struct sf_stats' has no member named 'rx_gfp_stall' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-01-21 09:25:12 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-01-21 09:25:12 - ERROR: failed to build lint kernel TB --- 2008-01-21 09:25:12 - tinderbox aborted TB --- 4184.54 user 533.93 system 6011.74 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 21 10:18:56 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F233D16A417 for ; Mon, 21 Jan 2008 10:18:56 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id B9AA113C4E7 for ; Mon, 21 Jan 2008 10:18:55 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so3657966waf.3 for ; Mon, 21 Jan 2008 02:18:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=hS7uc4iumL0nxYuj9RCB5nsrqwfQC5c2L2/aJVpkQXA=; b=YV3Cxqq/JUFUJvz6Fn+B0ZSXwUX6kHO8j92F0kkjaNnW23KcPXotBs+2uJzUpqb7EXwbrbTQMQeCMaZmjOzJI/TTCbQqVSd14SqquneP7tkUQu0icHv+NsU7jKt2m1TZ9XHV/e1YLwhdwV+YfsQVdP9N0poOisveGZLuwltyx5o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=WvSLhOsJRFJPPN8Wzjht+OHSGdsgpCG327bkWUhlTsIK8oqAWZDZwLawSN5FkT7PQ2ZAamQlYzjNy5m03eg6REH8C7zBhDyjB+Zp5Z7SwV0CIMAOt3pfAPL8GTbXuNyiRLDDQO3njg9LqV/RxgGqZ6csffDHhA4XzcsewLEt1GY= Received: by 10.114.110.12 with SMTP id i12mr7783069wac.73.1200909160446; Mon, 21 Jan 2008 01:52:40 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id v37sm14745852wah.12.2008.01.21.01.52.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 Jan 2008 01:52:39 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m0L9qXP2007310 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 21 Jan 2008 18:52:33 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m0L9qWEt007309; Mon, 21 Jan 2008 18:52:32 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 21 Jan 2008 18:52:32 +0900 From: Pyun YongHyeon To: FreeBSD Tinderbox Message-ID: <20080121095232.GE5499@cdnetworks.co.kr> References: <20080121092512.651F173039@freebsd-current.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080121092512.651F173039@freebsd-current.sentex.ca> User-Agent: Mutt/1.4.2.1i Cc: amd64@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 10:18:57 -0000 On Mon, Jan 21, 2008 at 04:25:12AM -0500, FreeBSD Tinderbox wrote: > TB --- 2008-01-21 07:45:00 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2008-01-21 07:45:00 - starting HEAD tinderbox run for amd64/amd64 > TB --- 2008-01-21 07:45:00 - cleaning the object tree > TB --- 2008-01-21 07:45:51 - cvsupping the source tree > TB --- 2008-01-21 07:45:51 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile > TB --- 2008-01-21 07:45:57 - building world (CFLAGS=-O -pipe) > TB --- 2008-01-21 07:45:57 - cd /src > TB --- 2008-01-21 07:45:57 - /usr/bin/make -B buildworld > >>> World build started on Mon Jan 21 07:46:00 UTC 2008 > >>> 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 Jan 21 09:19:39 UTC 2008 > TB --- 2008-01-21 09:19:39 - generating LINT kernel config > TB --- 2008-01-21 09:19:39 - cd /src/sys/amd64/conf > TB --- 2008-01-21 09:19:39 - /usr/bin/make -B LINT > TB --- 2008-01-21 09:19:39 - building LINT kernel (COPTFLAGS=) > TB --- 2008-01-21 09:19:39 - cd /src > TB --- 2008-01-21 09:19:39 - /usr/bin/make -B buildkernel KERNCONF=LINT > >>> Kernel build for LINT started on Mon Jan 21 09:19:39 UTC 2008 > >>> 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 -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/scc/scc_dev_sab82532.c > cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/scc/scc_dev_z8530.c > cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/scd/scd.c > cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/scd/scd_isa.c > cc -c -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/dev/sf/if_sf.c > /src/sys/dev/sf/if_sf.c: In function 'sf_poll': > /src/sys/dev/sf/if_sf.c:1826: error: 'struct sf_stats' has no member named 'tx_gfp_stall' > /src/sys/dev/sf/if_sf.c:1832: error: 'struct sf_stats' has no member named 'rx_gfp_stall' > *** Error code 1 > > Stop in /obj/amd64/src/sys/LINT. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2008-01-21 09:25:12 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2008-01-21 09:25:12 - ERROR: failed to build lint kernel > TB --- 2008-01-21 09:25:12 - tinderbox aborted > TB --- 4184.54 user 533.93 system 6011.74 real > Should be fixed now. I should have rechecked polling case again after chainging variable name. Sorry. -- Regards, Pyun YongHyeon From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 21 11:06:55 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEE2616A417 for ; Mon, 21 Jan 2008 11:06:55 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F1F613C474 for ; Mon, 21 Jan 2008 11:06:55 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0LB6tVB046931 for ; Mon, 21 Jan 2008 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0LB6s80046927 for freebsd-amd64@FreeBSD.org; Mon, 21 Jan 2008 11:06:54 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 21 Jan 2008 11:06:54 GMT Message-Id: <200801211106.m0LB6s80046927@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org X-Mailman-Approved-At: Mon, 21 Jan 2008 12:33:53 +0000 Cc: Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 11:06:55 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number 1 problem total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up o amd64/74747 amd64 System panic on shutdown when process will not die o amd64/76136 amd64 system halts before reboot o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/80691 amd64 amd64 kernel hangs on load o amd64/85451 amd64 [hang] 6.0-BETA3 lockups on AMD64 (PREEMPTION only) o amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 o amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock called (by ata o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/88790 amd64 kernel panic on first boot (after the FreeBSD installa o amd64/89501 amd64 System crashes on install using ftp on local subnet o amd64/89503 amd64 Cant Boot Installation Disk o amd64/89546 amd64 [geom] GEOM error o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/91492 amd64 BTX halted o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff o amd64/92889 amd64 [libc] xdr double buffer overflow o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/94677 amd64 panic in amd64 install at non-root user creation o amd64/94989 amd64 BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) and 5. f amd64/95414 amd64 kernel crashes during install o amd64/95888 amd64 kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP DL140G f amd64/97075 amd64 Panic, Trap 12 o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o amd64/102122 amd64 6.1-RELEASE amd64 Install Media panics on boot. s amd64/104311 amd64 ports/wine should be installable on amd64 f amd64/105514 amd64 FreeBSD/amd64 - Fails to boot on HP Pavilion dv8000 La o amd64/105531 amd64 [sata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - doe o amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on o amd64/106604 amd64 saslauthd crashes with signal 6 on FreeBSD 6.2-PREREL o amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work f amd64/109584 amd64 zdump doesn't work o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 o amd64/111955 amd64 [install] Install CD boot panic due to missing BIOS sm o amd64/111992 amd64 BTX failed - HP Laptop dv2315nr s gnu/112215 amd64 [patch] gcc(1): "gcc -m32" attempts to link against 64 o amd64/112677 amd64 [aac] Adaptec 4805SAS causes 6.2 (AMD64) to panic (amd o amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c o amd64/115784 amd64 Compiling with -m32 breaks on FreeBSD/amd64 s amd64/115815 amd64 [sata] [request] Gigabyte GA-M61P-S3 Motherboard unsup o amd64/116159 amd64 Panic while debugging on CURRENT o amd64/116322 amd64 At start fsck on current, the system panics o amd64/116620 amd64 Ifconfig spins when creating carp(4) device on amd64/S o amd64/116977 amd64 FreeBSD/amd64 - Fails to boot on HP Pavilion dv9030ea o amd64/117296 amd64 [sata] I don`t see second SATA IDE on VIA VT8237A o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117418 amd64 FreeBSD 6.2 crash on amd64 4400+ o amd64/117858 amd64 can not install / does not recognize network / no netw f amd64/119417 amd64 [boot] FreeBSD 7.0 rc1 amd64 won't boot on thinkpad x6 o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o amd64/119771 amd64 troubles w/ -m32 executables on both amd64 and i386 57 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when booting s amd64/85273 amd64 FreeBSD (NetBSD or OpenBSD) not install on laptop Comp o amd64/88730 amd64 kernel panics during booting from the installation CD o amd64/91195 amd64 FreeBSD 6.0(amd64) and Asus A8R-MVP a amd64/93002 amd64 amd64 (6.0) coredumps at unpredictable times a amd64/93090 amd64 [nve] NIC on GA-K8NF-9 motherboard is recognized, but o amd64/97489 amd64 [ata] nForce 410 ATA controller dma time out (ASUS K8N o amd64/100326 amd64 [fdc] /dev/fd0 not created after installation FreeBSD o amd64/100838 amd64 [powerd] FreeBSD 6.0/6.1 kernel panics when booting wi f amd64/101132 amd64 [smp] Incorrect cpu idle and usage statistics in top a o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o amd64/103259 amd64 [ar] Cannot use ataraid on nvidia nForce4+amd64 o bin/105542 amd64 on amd64, ldd(1) produces bogus output for i386 execut o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p f amd64/108345 amd64 6.2-* GENERIC will not boot Intel PD EMT64 w/ ACPI o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot o amd64/111096 amd64 motherboard ASRock AM2NF6G-VSTA not supported a amd64/113111 amd64 [Makefile] [patch] Potentially wrong instructions will o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect o amd64/116457 amd64 cant install freebsd on dv9420us o amd64/116514 amd64 freebsd6.2 can't detect GA-M61SME-S2's onboard lan car o amd64/116670 amd64 [sata] onboard SATA RAID1 controllers not supported fo o amd64/116689 amd64 [request] support for MSI K9MM-V o amd64/117186 amd64 kldload Unsupported file type on STABLE amd64 o amd64/119516 amd64 [panic] _mtx_lock_sleep: recursed on non-recursive mut 26 problems total. From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 21 15:02:33 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 015E816A419; Mon, 21 Jan 2008 15:02:33 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D0B1C13C467; Mon, 21 Jan 2008 15:02:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0LF2Wh2068627; Mon, 21 Jan 2008 15:02:32 GMT (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0LF2V2q068623; Mon, 21 Jan 2008 15:02:31 GMT (envelope-from jhb) Date: Mon, 21 Jan 2008 15:02:31 GMT Message-Id: <200801211502.m0LF2V2q068623@freefall.freebsd.org> To: isupov@moonhe.jinr.ru, jhb@FreeBSD.org, freebsd-amd64@FreeBSD.org From: jhb@FreeBSD.org Cc: Subject: Re: amd64/119771: troubles w/ -m32 executables on both amd64 and i386 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 15:02:33 -0000 Synopsis: troubles w/ -m32 executables on both amd64 and i386 State-Changed-From-To: open->closed State-Changed-By: jhb State-Changed-When: Mon Jan 21 15:02:12 UTC 2008 State-Changed-Why: User was compiling -m32 binaries with 64-bit headers. http://www.freebsd.org/cgi/query-pr.cgi?pr=119771 From owner-freebsd-amd64@FreeBSD.ORG Wed Jan 23 20:20:01 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55EC516A46B for ; Wed, 23 Jan 2008 20:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 41DB013C4E3 for ; Wed, 23 Jan 2008 20:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0NKK1Tw057652 for ; Wed, 23 Jan 2008 20:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0NKK1Sb057651; Wed, 23 Jan 2008 20:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 23 Jan 2008 20:20:01 GMT Resent-Message-Id: <200801232020.m0NKK1Sb057651@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Belair Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31FF416A41A for ; Wed, 23 Jan 2008 20:12:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 2CFB613C4FB for ; Wed, 23 Jan 2008 20:12:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m0NKAQet094336 for ; Wed, 23 Jan 2008 20:10:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m0NKAQ4H094333; Wed, 23 Jan 2008 20:10:26 GMT (envelope-from nobody) Message-Id: <200801232010.m0NKAQ4H094333@www.freebsd.org> Date: Wed, 23 Jan 2008 20:10:26 GMT From: Paul Belair To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Wed, 23 Jan 2008 22:17:31 +0000 Cc: Subject: amd64/119931: No sound card detected on ASUS "K8V-X SE R2.00" X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 20:20:01 -0000 >Number: 119931 >Category: amd64 >Synopsis: No sound card detected on ASUS "K8V-X SE R2.00" >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: Wed Jan 23 20:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Paul Belair >Release: 6.3 & 6.2 >Organization: >Environment: FreeBSD x86-64.phub.net.cable.rogers.com 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 01:43:02 UTC 2008 root@palmer.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP amd64 >Description: Installed ALL Except ports on K8V-X SE R2.00 Using raid 1 installed gnome through pkg_add -r gnome I'm a newbie who learned about FreeBSD on a youtube video showing Beryl on FreeBSD and I couldn't resist. >How-To-Repeat: Clean install select all (x11 All system sources, binaries and x window system) or just xuser Thank You For the OS >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 24 04:30:02 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5BD216A419 for ; Thu, 24 Jan 2008 04:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 98A9F13C4D1 for ; Thu, 24 Jan 2008 04:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0O4U2dS097777 for ; Thu, 24 Jan 2008 04:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0O4U2A0097776; Thu, 24 Jan 2008 04:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 24 Jan 2008 04:30:02 GMT Resent-Message-Id: <200801240430.m0O4U2A0097776@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ji YongGang Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44BDF16A417 for ; Thu, 24 Jan 2008 04:22:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 496FA13C47E for ; Thu, 24 Jan 2008 04:22:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m0O4L5HE090239 for ; Thu, 24 Jan 2008 04:21:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m0O4L5n7090238; Thu, 24 Jan 2008 04:21:05 GMT (envelope-from nobody) Message-Id: <200801240421.m0O4L5n7090238@www.freebsd.org> Date: Thu, 24 Jan 2008 04:21:05 GMT From: Ji YongGang To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Thu, 24 Jan 2008 05:59:11 +0000 Cc: Subject: amd64/119936: FreeBSD 7.0-RC1 amd64 and i386 installer disc stalled on booting. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 04:30:03 -0000 >Number: 119936 >Category: amd64 >Synopsis: FreeBSD 7.0-RC1 amd64 and i386 installer disc stalled on booting. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 24 04:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ji YongGang >Release: FreeBSD 7.0-RC1 >Organization: >Environment: ASUS p5k-e, intel e6550 and PIONEER DVD-RW DVR-111 connected on JMicron JMB363 SATA300 controller IDE slot. >Description: Booting the installer disc1, select "default", after display hard disk message, the kernel is looped in following message: acd0: TIMEOUT - READ_BIG retrying left 1 acd0: TIMEOUT - READ_BIG retrying left 0 If select "disable ACPI" or "Safe", kernel is crash. The amd64 6.3 installer disc1 works fine. >How-To-Repeat: Same as above. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 24 07:56:11 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E91DD16A554; Thu, 24 Jan 2008 07:56:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C560013C458; Thu, 24 Jan 2008 07:56:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0O7uB8t017876; Thu, 24 Jan 2008 07:56:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0O7uBBJ017872; Thu, 24 Jan 2008 07:56:11 GMT (envelope-from linimon) Date: Thu, 24 Jan 2008 07:56:11 GMT Message-Id: <200801240756.m0O7uBBJ017872@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org X-Mailman-Approved-At: Thu, 24 Jan 2008 12:22:04 +0000 Cc: Subject: Re: kern/119931: [sound] No sound card detected on ASUS "K8V-X SE R2.00" X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 07:56:12 -0000 Synopsis: [sound] No sound card detected on ASUS "K8V-X SE R2.00" Responsible-Changed-From-To: freebsd-amd64->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jan 24 07:55:55 UTC 2008 Responsible-Changed-Why: Assign to proper mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=119931 From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 24 18:10:01 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBB8A16A418 for ; Thu, 24 Jan 2008 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D7E513C4E5 for ; Thu, 24 Jan 2008 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0OIA1Pu064371 for ; Thu, 24 Jan 2008 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0OIA190064370; Thu, 24 Jan 2008 18:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 24 Jan 2008 18:10:01 GMT Resent-Message-Id: <200801241810.m0OIA190064370@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Byron Young Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68A9F16A418 for ; Thu, 24 Jan 2008 18:09:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 5A96A13C45A for ; Thu, 24 Jan 2008 18:09:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m0OI85A8069722 for ; Thu, 24 Jan 2008 18:08:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m0OI85g6069721; Thu, 24 Jan 2008 18:08:05 GMT (envelope-from nobody) Message-Id: <200801241808.m0OI85g6069721@www.freebsd.org> Date: Thu, 24 Jan 2008 18:08:05 GMT From: Byron Young To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Thu, 24 Jan 2008 18:30:05 +0000 Cc: Subject: amd64/119949: 6.3-RELEASE install; cannot find packages/INDEX error X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 18:10:01 -0000 >Number: 119949 >Category: amd64 >Synopsis: 6.3-RELEASE install; cannot find packages/INDEX error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 24 18:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Byron Young >Release: 6.3-RELEASE >Organization: >Environment: 6.3-RELEASE-amd64-bootonly.iso >Description: After creating a local 6.3-RELEASE using the attached script, to avoid a "cannot find packages/INDEX" error during install, a symbolic 'packages -> ../packages' link must be added to 6.3-RELEASE/6.3-RELEASE. >How-To-Repeat: Attempt a 6.3-RELEASE install using custom FTP URL. >Fix: Add a packages->../packages symbolic link. Patch attached with submission follows: #!/bin/sh if test "${1}" = "m"; then disk=1 for i in 1 2 3 4; do if test -e /dev/md${disk}; then echo "Adjust the disk= parameter." exit fi done for i in \ 6.3-RELEASE-amd64-disc1.iso \ 6.3-RELEASE-amd64-disc2.iso \ 6.3-RELEASE-amd64-disc3.iso \ 6.3-RELEASE-amd64-docs.iso \ ; do test -e /tmp/disk${disk} && rm -rf /tmp/disk${disk} mkdir /tmp/disk${disk} mdconfig -a -t vnode \ -f "/var/ftp/pub/FreeBSD/ISO-IMAGES-amd64/6.3/${i}" \ -u ${disk} mount -t cd9660 /dev/md${disk} /tmp/disk${disk} disk=`expr 1 + ${disk}` done elif test "${1}" = "u"; then for i in 1 2 3 4; do if test -e /tmp/disk${i}; then umount /tmp/disk${i} rmdir /tmp/disk${i} mdconfig -d -u $i fi done elif test "${1}" = "c"; then mkdir -p /var/ftp/pub/FreeBSD/releases/amd64/6.3-RELEASE for disk in 1 2 3 4; do cp -pPR /tmp/disk${disk}/* /var/ftp/pub/FreeBSD/releases/amd64/6.3-RELEASE done (cd /var/ftp/pub/FreeBSD/releases/amd64/6.3-RELEASE/6.3-RELEASE; \ ln -s ../packages packages) chown -Rh root:operator /var/ftp/pub/FreeBSD/releases/amd64/6.3-RELEASE else echo "m or u or c." fi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 24 20:40:02 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F8D916A420 for ; Thu, 24 Jan 2008 20:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7EA4B13C469 for ; Thu, 24 Jan 2008 20:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0OKe2TW077365 for ; Thu, 24 Jan 2008 20:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0OKe2ma077364; Thu, 24 Jan 2008 20:40:02 GMT (envelope-from gnats) Date: Thu, 24 Jan 2008 20:40:02 GMT Message-Id: <200801242040.m0OKe2ma077364@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: amd64/119949: 6.3-RELEASE install; cannot find packages/INDEX error X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 20:40:02 -0000 The following reply was made to PR amd64/119949; it has been noted by GNATS. From: Kris Kennaway To: Byron Young Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: amd64/119949: 6.3-RELEASE install; cannot find packages/INDEX error Date: Thu, 24 Jan 2008 21:39:27 +0100 Byron Young wrote: > After creating a local 6.3-RELEASE using the attached script, to avoid a "cannot find packages/INDEX" error during install, a symbolic 'packages -> ../packages' link must be added to 6.3-RELEASE/6.3-RELEASE. > >> How-To-Repeat: > Attempt a 6.3-RELEASE install using custom FTP URL. >> Fix: > Add a packages->../packages symbolic link. This doesn't make much sense to me. Why are you trying to install from /var/ftp/pub/FreeBSD/releases/amd64/6.3-RELEASE/6.3-RELEASE not /var/ftp/pub/FreeBSD/releases/amd64/6.3-RELEASE? Kris From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 24 22:50:03 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B79D016A417 for ; Thu, 24 Jan 2008 22:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A53D613C448 for ; Thu, 24 Jan 2008 22:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0OMo3KC085831 for ; Thu, 24 Jan 2008 22:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0OMo3fO085829; Thu, 24 Jan 2008 22:50:03 GMT (envelope-from gnats) Date: Thu, 24 Jan 2008 22:50:03 GMT Message-Id: <200801242250.m0OMo3fO085829@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: amd64/119949: 6.3-RELEASE install; cannot find packages/INDEX error X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 22:50:03 -0000 The following reply was made to PR amd64/119949; it has been noted by GNATS. From: Kris Kennaway To: Byron Young Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: amd64/119949: 6.3-RELEASE install; cannot find packages/INDEX error Date: Thu, 24 Jan 2008 23:48:57 +0100 Byron Young wrote: > On the install machine, use > > fqdn>/pub/FreeBSD/releases/amd64/6.3-RELEASE > > as the custom ftp URL, leaving the OPTIONS setting to > RELEASE: 6.3-RELEASE, user ftp, and password > install@machine.whatever. This should map to > /var/ftp/pub/FreeBSD/releases/6.3-RELEASE on the local > ftp server? Evidently not: > > The symbolic link is added to > /var/ftp/pub/FreeBSD/releases/6.3-RELEASE/6.3-RELEASE Just set it to /var/ftp/pub/FreeBSD/releases/ and let it append the 6.3-RELEASE/ to that? Kris From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 24 22:40:02 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA23116A418 for ; Thu, 24 Jan 2008 22:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B7A3513C461 for ; Thu, 24 Jan 2008 22:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0OMe2qV085586 for ; Thu, 24 Jan 2008 22:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0OMe2Ja085585; Thu, 24 Jan 2008 22:40:02 GMT (envelope-from gnats) Date: Thu, 24 Jan 2008 22:40:02 GMT Message-Id: <200801242240.m0OMe2Ja085585@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Byron Young X-Mailman-Approved-At: Thu, 24 Jan 2008 23:36:02 +0000 Cc: Subject: Re: amd64/119949: 6.3-RELEASE install; cannot find packages/INDEX error X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Byron Young List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 22:40:02 -0000 The following reply was made to PR amd64/119949; it has been noted by GNATS. From: Byron Young To: Kris Kennaway Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: amd64/119949: 6.3-RELEASE install; cannot find packages/INDEX error Date: Thu, 24 Jan 2008 14:03:29 -0800 (PST) On the install machine, use /pub/FreeBSD/releases/amd64/6.3-RELEASE as the custom ftp URL, leaving the OPTIONS setting to RELEASE: 6.3-RELEASE, user ftp, and password install@machine.whatever. This should map to /var/ftp/pub/FreeBSD/releases/6.3-RELEASE on the local ftp server? The symbolic link is added to /var/ftp/pub/FreeBSD/releases/6.3-RELEASE/6.3-RELEASE A mirror of ftp.freebsd.org will set this correctly. A copy from CDROM/iso will not have the link. -Byron- --- Kris Kennaway wrote: > Byron Young wrote: > > > After creating a local 6.3-RELEASE using the > attached script, to avoid a "cannot find > packages/INDEX" error during install, a symbolic > 'packages -> ../packages' link must be added to > 6.3-RELEASE/6.3-RELEASE. > > > >> How-To-Repeat: > > Attempt a 6.3-RELEASE install using custom FTP > URL. > >> Fix: > > Add a packages->../packages symbolic link. > > This doesn't make much sense to me. Why are you > trying to install from > /var/ftp/pub/FreeBSD/releases/amd64/6.3-RELEASE/6.3-RELEASE > not > /var/ftp/pub/FreeBSD/releases/amd64/6.3-RELEASE? > > Kris > > ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping From owner-freebsd-amd64@FreeBSD.ORG Fri Jan 25 15:50:58 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0ABA316A418 for ; Fri, 25 Jan 2008 15:50:58 +0000 (UTC) (envelope-from prvs=1910bf16bb=killing@multiplay.co.uk) Received: from mail1.multiplay.co.uk (core6.multiplay.co.uk [85.236.96.23]) by mx1.freebsd.org (Postfix) with ESMTP id 97C5E13C459 for ; Fri, 25 Jan 2008 15:50:57 +0000 (UTC) (envelope-from prvs=1910bf16bb=killing@multiplay.co.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=multiplay.co.uk; s=Multiplay; t=1201275378; x=1201880178; q=dns/txt; h=Received: Message-ID:From:To:Subject:Date:MIME-Version:Content-Type: Content-Transfer-Encoding; bh=Bo8I0iaf9VvewWkiOO9eCuE7cAMve7pgl6 Gnfc2pkEY=; b=KC8us7K7Fr9ca0c5DN5e7tjZgFsDKWMUP59lMSI109KyPoEWGd fxdwrhtqDGPra38AxyrmS7vWaaeeaN1tjrVLgcfWy4NN6Xaopwbb7zG3svTe02hV kROHJ8SjXLrHZx9GpzD5mR48r1c7qCDDGeZzvz8gw8I7hm/nZxOSbZENg= X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on mail1.multiplay.co.uk X-Spam-Level: X-Spam-Status: No, score=-14.7 required=6.0 tests=BAYES_00, USER_IN_WHITELIST, USER_IN_WHITELIST_TO autolearn=ham version=3.1.8 Received: from r2d2 by mail1.multiplay.co.uk (MDaemon PRO v9.6.3) with ESMTP id md50004934263.msg for ; Fri, 25 Jan 2008 15:36:16 +0000 Message-ID: <07bb01c85f68$04f85440$b6db87d4@multiplay.co.uk> From: "Steven Hartland" To: Date: Fri, 25 Jan 2008 15:36:14 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Authenticated-Sender: Killing@multiplay.co.uk X-MDRemoteIP: 212.135.219.182 X-Return-Path: prvs=1910bf16bb=killing@multiplay.co.uk X-Envelope-From: killing@multiplay.co.uk X-MDaemon-Deliver-To: freebsd-amd64@freebsd.org X-Spam-Processed: mail1.multiplay.co.uk, Fri, 25 Jan 2008 15:36:17 +0000 X-MDAV-Processed: mail1.multiplay.co.uk, Fri, 25 Jan 2008 15:36:18 +0000 Subject: Cross build of i386 on 7.0 fails X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 15:50:58 -0000 I'm sure I must be missing something simple but I've searched google and the mail archives and cant find the answer to this. When trying to build i386 targets in amd64 buildkernel fails with the following:- > make buildkernel TARGET=i386 .... >>> stage 3.1: making dependencies ... /usr/src/sys/i386/i386/genassym.c:1: error: -mpreferred-stack-boundary=2 is not between 4 and 12 What I think is happening is that something is still working as though I want amd64 bins and hence the error. Is this the case? What am I missing? On an related topic upgrading i386 boxes to amd64 and vice versa from source is this possible, if so how. I tried installing a new amd64 ( 7.0 ) kernel on my test i386 ( 6.2 ) machine but boot failed with: init died ( signal 0, exit 1 ) I'm sure this is FAQ but again searching google and mail lists didn't help. Regards Steve ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk. From owner-freebsd-amd64@FreeBSD.ORG Fri Jan 25 17:10:32 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FDA716A468 for ; Fri, 25 Jan 2008 17:10:32 +0000 (UTC) (envelope-from bsdlist@cogeco.ca) Received: from fep1.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.freebsd.org (Postfix) with ESMTP id 485F813C459 for ; Fri, 25 Jan 2008 17:10:32 +0000 (UTC) (envelope-from bsdlist@cogeco.ca) Received: from elehost-can.cogeco.ca (d141-2-106.home.cgocable.net [24.141.2.106]) by fep1.cogeco.net (Postfix) with ESMTP id 2825E523 for ; Fri, 25 Jan 2008 11:24:42 -0500 (EST) X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Fri, 25 Jan 2008 11:25:39 -0500 To: From: Paul Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Message-Id: <20080125162443.2825E523@fep1.cogeco.net> Subject: 7.0 RC 1 with Intel S5000pal stops compiling cvsup X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 17:10:32 -0000 Hello, I am trying to diagnose a problem that seems odd. I am testing the Freebsd 7.0 RC1 amd64 on a S5000pal motherboard with 16gb ram and 2 dual xeon quad core cpus. I installed it fine and it sees to run ok with the basics (it boots without errors and all the cpus are detected) However, when I was compiling the cvsup-without-gui and its dependencies the compiling just stops at one point in the process. of running make There are no errors on the screen and the only way to get out is to suspend / end the process. Oddly the make on Perl 5.8 ran fine. I start it again and it does not get stuck on the same spot but gets stuck later. Again it has no error messages and just seems to give up. Is this a possible hardware issue? I have made no changes on the install so far and I was only trying to get the cvsup to download the latest version. Any recommendations on what to test would be appreciated. Thanks Paul From owner-freebsd-amd64@FreeBSD.ORG Fri Jan 25 20:28:34 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42A8D16A420 for ; Fri, 25 Jan 2008 20:28:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id E107913C447 for ; Fri, 25 Jan 2008 20:28:33 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 229730500-1834499 for multiple; Fri, 25 Jan 2008 15:13:37 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m0PKCKon049939; Fri, 25 Jan 2008 15:12:20 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-amd64@freebsd.org Date: Fri, 25 Jan 2008 15:03:29 -0500 User-Agent: KMail/1.9.7 References: <07bb01c85f68$04f85440$b6db87d4@multiplay.co.uk> In-Reply-To: <07bb01c85f68$04f85440$b6db87d4@multiplay.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801251503.29219.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 25 Jan 2008 15:12:20 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/5550/Fri Jan 25 02:02:45 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: Cross build of i386 on 7.0 fails X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 20:28:34 -0000 On Friday 25 January 2008 10:36:14 am Steven Hartland wrote: > I'm sure I must be missing something simple but I've searched google > and the mail archives and cant find the answer to this. > > When trying to build i386 targets in amd64 buildkernel fails with the > following:- > > make buildkernel TARGET=i386 > .... > >>> stage 3.1: making dependencies > ... > /usr/src/sys/i386/i386/genassym.c:1: error: -mpreferred-stack-boundary=2 is not between 4 and 12 > > What I think is happening is that something is still working as though > I want amd64 bins and hence the error. Is this the case? What am I > missing? > > On an related topic upgrading i386 boxes to amd64 and vice versa from > source is this possible, if so how. I tried installing a new amd64 > ( 7.0 ) kernel on my test i386 ( 6.2 ) machine but boot failed with: > init died ( signal 0, exit 1 ) > > I'm sure this is FAQ but again searching google and mail lists didn't Did you do 'make TARGET=i386 kernel-toolchain' (or buildworld or toolchain) first? -- John Baldwin From owner-freebsd-amd64@FreeBSD.ORG Fri Jan 25 23:03:09 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDA6E16A421 for ; Fri, 25 Jan 2008 23:03:09 +0000 (UTC) (envelope-from prvs=1910bf16bb=killing@multiplay.co.uk) Received: from mail1.multiplay.co.uk (core6.multiplay.co.uk [85.236.96.23]) by mx1.freebsd.org (Postfix) with ESMTP id 3170913C447 for ; Fri, 25 Jan 2008 23:03:08 +0000 (UTC) (envelope-from prvs=1910bf16bb=killing@multiplay.co.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=multiplay.co.uk; s=Multiplay; t=1201302020; x=1201906820; q=dns/txt; h=Received: Message-ID:From:To:References:Subject:Date:MIME-Version: Content-Type:Content-Transfer-Encoding; bh=T7jUwQ1aGYlShwxNdlmWf jgsicLmAoDJ9f6WmrqN2YM=; b=QJi5J+4DWiS9EfiwfE/MpAzqcG2zPwhkwyLP2 IraLZRmY3ioXTD0A1j8Db1r6o397tWyX0N3vO3XhIe1556p4G58wlaLBJELcU1Nj 8c7eIOGrV7JJbFMx1xlSbdcNVnV+R4D0rCd022DOwP8IwnBcLxeGwSn85m1+JCm0 MeIYb0= X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on mail1.multiplay.co.uk X-Spam-Level: X-Spam-Status: No, score=-14.7 required=6.0 tests=BAYES_00, USER_IN_WHITELIST, USER_IN_WHITELIST_TO autolearn=ham version=3.1.8 Received: from r2d2 by mail1.multiplay.co.uk (MDaemon PRO v9.6.3) with ESMTP id md50004936434.msg; Fri, 25 Jan 2008 23:00:19 +0000 Message-ID: <000f01c85fa6$0d0dd7c0$b6db87d4@multiplay.co.uk> From: "Steven Hartland" To: "John Baldwin" , References: <07bb01c85f68$04f85440$b6db87d4@multiplay.co.uk> <200801251503.29219.jhb@freebsd.org> Date: Fri, 25 Jan 2008 23:00:16 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Authenticated-Sender: Killing@multiplay.co.uk X-MDRemoteIP: 212.135.219.182 X-Return-Path: prvs=1910bf16bb=killing@multiplay.co.uk X-Envelope-From: killing@multiplay.co.uk X-Spam-Processed: mail1.multiplay.co.uk, Fri, 25 Jan 2008 23:00:20 +0000 X-MDAV-Processed: mail1.multiplay.co.uk, Fri, 25 Jan 2008 23:00:20 +0000 Cc: Subject: Re: Cross build of i386 on 7.0 fails X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 23:03:10 -0000 ----- Original Message ----- From: "John Baldwin" > On Friday 25 January 2008 10:36:14 am Steven Hartland wrote: >> I'm sure I must be missing something simple but I've searched google >> and the mail archives and cant find the answer to this. >> >> When trying to build i386 targets in amd64 buildkernel fails with the >> following:- >> > make buildkernel TARGET=i386 >> .... >> >>> stage 3.1: making dependencies >> ... >> /usr/src/sys/i386/i386/genassym.c:1: error: -mpreferred-stack-boundary=2 is > not between 4 and 12 >> >> What I think is happening is that something is still working as though >> I want amd64 bins and hence the error. Is this the case? What am I >> missing? > > Did you do 'make TARGET=i386 kernel-toolchain' (or buildworld or toolchain) > first? Nope, that fixed it thanks a lot! On standard builds that step seems to be done automatically? So is there a missing dependency / check when cross building? Now I know that option searching for kernel-toolchain turned up the information in "man build" which seems to have similar but more info than the header of:- /usr/src/Makefile It might be nice to have a reference "man build" in the header to help others who try to do the same thing and ensure they don't hit the same brick wall I did. Thanks again Steve ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk. From owner-freebsd-amd64@FreeBSD.ORG Fri Jan 25 23:33:16 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFE9116A418 for ; Fri, 25 Jan 2008 23:33:16 +0000 (UTC) (envelope-from dfeustel@mindspring.com) Received: from QMTA02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id 8781C13C442 for ; Fri, 25 Jan 2008 23:33:16 +0000 (UTC) (envelope-from dfeustel@mindspring.com) Received: from OMTA11.westchester.pa.mail.comcast.net ([76.96.62.36]) by QMTA02.westchester.pa.mail.comcast.net with comcast id hVa21Y0070mv7h0050Sg00; Fri, 25 Jan 2008 23:22:16 +0000 Received: from localhost ([69.245.196.200]) by OMTA11.westchester.pa.mail.comcast.net with comcast id hbNF1Y00B4KuD453X00000; Fri, 25 Jan 2008 23:22:16 +0000 X-Authority-Analysis: v=1.0 c=1 a=XxE1lsLVBZrQeUH0qvAA:9 a=TSat56g-TA3bzdMfzAsQof5bJMMA:4 a=gi0PWCVxevcA:10 From: To: freebsd-amd64@freebsd.org Message-Id: <20080125233316.8781C13C442@mx1.freebsd.org> Date: Fri, 25 Jan 2008 23:33:16 +0000 (UTC) Subject: Rescheduled 7.0 Release Date? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 23:33:17 -0000 I thought 7.0 was supposed to be released on 14 January. Has the 7.0 Release date been rescheduled? Thanks. From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 26 00:25:50 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A2C216A417 for ; Sat, 26 Jan 2008 00:25:50 +0000 (UTC) (envelope-from dfeustel@mindspring.com) Received: from QMTA01.emeryville.ca.mail.comcast.net (qmta01.emeryville.ca.mail.comcast.net [76.96.30.16]) by mx1.freebsd.org (Postfix) with ESMTP id 1043013C44B for ; Sat, 26 Jan 2008 00:25:50 +0000 (UTC) (envelope-from dfeustel@mindspring.com) Received: from OMTA07.emeryville.ca.mail.comcast.net ([76.96.30.59]) by QMTA01.emeryville.ca.mail.comcast.net with comcast id hbd01Y0031GXsuc0A03500; Sat, 26 Jan 2008 00:14:49 +0000 Received: from localhost ([69.245.196.200]) by OMTA07.emeryville.ca.mail.comcast.net with comcast id hcEo1Y00K4KuD458T00000; Sat, 26 Jan 2008 00:14:49 +0000 X-Authority-Analysis: v=1.0 c=1 a=Ynqk6iaNrUgknq0hT8wA:9 a=ePu6b6Deo7RIG0fqUjZhH1h5dNsA:4 a=OS7PZEPQ3MUA:10 a=LY0hPdMaydYA:10 From: To: Mark Linimon In-Reply-To: <20080125233637.GB25462@soaustin.net> Message-Id: <20080126002550.1043013C44B@mx1.freebsd.org> Date: Sat, 26 Jan 2008 00:25:50 +0000 (UTC) Cc: freebsd-amd64@freebsd.org Subject: Re: Rescheduled 7.0 Release Date? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 00:25:50 -0000 On Fri, Jan 25, 2008 at 05:36:37PM -0600, Mark Linimon wrote: > On Fri, Jan 25, 2008 at 11:33:16PM +0000, dfeustel@mindspring.com wrote: > > Has the 7.0 Release date been rescheduled? > > Yes, there are still more issues in the pipeline. The website should > have the updated schedule within the next 24 hours. > > mcl Thanks! I am waiting for the 7.0 release on cdroms to switch to FreeBSD for better graphics support and Java. Dave Feustel From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 26 00:02:15 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 348A616A468 for ; Sat, 26 Jan 2008 00:02:15 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 0EF3D13C447 for ; Sat, 26 Jan 2008 00:02:14 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 53A398C0A2; Fri, 25 Jan 2008 17:36:37 -0600 (CST) Date: Fri, 25 Jan 2008 17:36:37 -0600 To: dfeustel@mindspring.com Message-ID: <20080125233637.GB25462@soaustin.net> References: <20080125233316.8781C13C442@mx1.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080125233316.8781C13C442@mx1.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) X-Mailman-Approved-At: Sat, 26 Jan 2008 01:09:34 +0000 Cc: freebsd-amd64@freebsd.org Subject: Re: Rescheduled 7.0 Release Date? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 00:02:15 -0000 On Fri, Jan 25, 2008 at 11:33:16PM +0000, dfeustel@mindspring.com wrote: > Has the 7.0 Release date been rescheduled? Yes, there are still more issues in the pipeline. The website should have the updated schedule within the next 24 hours. mcl From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 26 02:19:07 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30EBB16A420 for ; Sat, 26 Jan 2008 02:19:07 +0000 (UTC) (envelope-from famd64@ccstores.com) Received: from mail.qcislands.net (mail.qcislands.net [209.53.238.4]) by mx1.freebsd.org (Postfix) with ESMTP id 0C3D713C447 for ; Sat, 26 Jan 2008 02:19:06 +0000 (UTC) (envelope-from famd64@ccstores.com) Received: from [209.53.237.85] (helo=[192.168.1.4]) by mail.qcislands.net with esmtp (Exim 4.68) (envelope-from ) id 1JIaKe-0009Zh-FQ for freebsd-amd64@freebsd.org; Fri, 25 Jan 2008 17:59:44 -0800 Message-ID: <479A940F.1040105@ccstores.com> Date: Fri, 25 Jan 2008 17:59:43 -0800 From: Jim Pazarena User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: <20080126002550.1043013C44B@mx1.freebsd.org> In-Reply-To: <20080126002550.1043013C44B@mx1.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-local_scan: locally submitted (85) Subject: Re: Rescheduled 7.0 Release Date? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 02:19:07 -0000 dfeustel@mindspring.com wrote: > On Fri, Jan 25, 2008 at 05:36:37PM -0600, Mark Linimon wrote: >> On Fri, Jan 25, 2008 at 11:33:16PM +0000, dfeustel@mindspring.com wrote: >>> Has the 7.0 Release date been rescheduled? >> Yes, there are still more issues in the pipeline. The website should >> have the updated schedule within the next 24 hours. >> >> mcl > > Thanks! I am waiting for the 7.0 release on cdroms to switch to FreeBSD > for better graphics support and Java. > > Dave Feustel And I am waiting because the 're' driver on 6.3 release is still broken, while it works as expected on 7.0RC1. I am disappointed that the 7.0RC1 came out much earlier than 6.3, yet 6.3 doesn't have a functional 're' driver. From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 26 03:13:07 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EBF816A420 for ; Sat, 26 Jan 2008 03:13:07 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from hs-out-2122.google.com (hs-out-0708.google.com [64.233.178.251]) by mx1.freebsd.org (Postfix) with ESMTP id 1101A13C43E for ; Sat, 26 Jan 2008 03:13:06 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by hs-out-2122.google.com with SMTP id h53so303661hsh.11 for ; Fri, 25 Jan 2008 19:13:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=g91GWgGbaItTjNpXo/cWOXSfHMMrfap+yIYASGYNcu0=; b=dQP3YWGUFjOM69UUQU0FD/FZbl7QTDeL6aGsvVoCagKrJnejqNPVlYtOato316U/fk/BHQeRTbTN+oBARyeQM2UbtmzVpie8gwACob3b4D8b5i8qbtiECqi6OcBmpTynW+4jSS1ij8pmeldN/L9d2Ffhce/y68c3OiKUqVGZeNc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UvDeu3BWaqwmCTyIVpQjvbskh1GK4tpUPec6Cthoo+7DGzNVomAfEZFgtc0iGMbbyyufGyyLy9yXU9hpHWlWzqQl4Y12/PpRS/kd8/z5jDG5M1JC7w1a1ThXbUU1XRLNDOON/JGf+nYhWESzHPfMDtjr+pbsOnX3RKqMZS6YJ6s= Received: by 10.150.153.19 with SMTP id a19mr1222700ybe.102.1201315731948; Fri, 25 Jan 2008 18:48:51 -0800 (PST) Received: by 10.150.148.6 with HTTP; Fri, 25 Jan 2008 18:48:51 -0800 (PST) Message-ID: Date: Fri, 25 Jan 2008 18:48:51 -0800 From: "Jack L." To: freebsd-amd64@freebsd.org In-Reply-To: <479A940F.1040105@ccstores.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080126002550.1043013C44B@mx1.freebsd.org> <479A940F.1040105@ccstores.com> Subject: Re: Rescheduled 7.0 Release Date? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 03:13:07 -0000 On Jan 25, 2008 5:59 PM, Jim Pazarena wrote: > dfeustel@mindspring.com wrote: > > On Fri, Jan 25, 2008 at 05:36:37PM -0600, Mark Linimon wrote: > >> On Fri, Jan 25, 2008 at 11:33:16PM +0000, dfeustel@mindspring.com wrote: > >>> Has the 7.0 Release date been rescheduled? > >> Yes, there are still more issues in the pipeline. The website should > >> have the updated schedule within the next 24 hours. > >> > >> mcl > > > > Thanks! I am waiting for the 7.0 release on cdroms to switch to FreeBSD > > for better graphics support and Java. > > > > Dave Feustel > > And I am waiting because the 're' driver on 6.3 release is still broken, > while it works as expected on 7.0RC1. > > I am disappointed that the 7.0RC1 came out much earlier than 6.3, yet > 6.3 doesn't have a functional 're' driver. > Yes, the broken re driver on 6.3 is quite annoying. avidemux2 doesn't seem to work on 7.0, has anyone else had this problem? It just opens and then crashes immediately after opening, but works fine on 6.3 From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 26 05:30:26 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CB9D16A417; Sat, 26 Jan 2008 05:30:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E428213C458; Sat, 26 Jan 2008 05:30:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0Q5UP8r041264; Sat, 26 Jan 2008 05:30:25 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0Q54PEa037730; Sat, 26 Jan 2008 05:04:25 GMT (envelope-from linimon) Date: Sat, 26 Jan 2008 05:04:25 GMT Message-Id: <200801260504.m0Q54PEa037730@freefall.freebsd.org> To: kid123run@yahoo..com, linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org From: linimon@FreeBSD.org X-Mailman-Approved-At: Sat, 26 Jan 2008 06:14:54 +0000 Cc: Subject: Re: amd64/116689: [request] support for MSI K9MM-V X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 05:30:26 -0000 Synopsis: [request] support for MSI K9MM-V State-Changed-From-To: open->suspended State-Changed-By: linimon State-Changed-When: Sat Jan 26 05:04:09 UTC 2008 State-Changed-Why: Suspended awaiting patches. http://www.freebsd.org/cgi/query-pr.cgi?pr=116689 From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 26 08:09:33 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C677516A417 for ; Sat, 26 Jan 2008 08:09:33 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from fallbackmx09.syd.optusnet.com.au (fallbackmx09.syd.optusnet.com.au [211.29.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 06AC813C447 for ; Sat, 26 Jan 2008 08:09:32 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail03.syd.optusnet.com.au (mail03.syd.optusnet.com.au [211.29.132.184]) by fallbackmx09.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m0PJggRU004191 for ; Sat, 26 Jan 2008 06:42:42 +1100 Received: from server.vk2pj.dyndns.org (c220-239-20-82.belrs4.nsw.optusnet.com.au [220.239.20.82]) by mail03.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m0PJgdJv005546 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Jan 2008 06:42:40 +1100 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.1) with ESMTP id m0PJgdpL052986; Sat, 26 Jan 2008 06:42:39 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m0PJgcq3052985; Sat, 26 Jan 2008 06:42:38 +1100 (EST) (envelope-from peter) Date: Sat, 26 Jan 2008 06:42:38 +1100 From: Peter Jeremy To: Steven Hartland Message-ID: <20080125194238.GP53741@server.vk2pj.dyndns.org> References: <07bb01c85f68$04f85440$b6db87d4@multiplay.co.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline In-Reply-To: <07bb01c85f68$04f85440$b6db87d4@multiplay.co.uk> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-amd64@freebsd.org Subject: Re: Cross build of i386 on 7.0 fails X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 08:09:33 -0000 --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 25, 2008 at 03:36:14PM -0000, Steven Hartland wrote: >> make buildkernel TARGET=3Di386 >.... >>>> stage 3.1: making dependencies >... >/usr/src/sys/i386/i386/genassym.c:1: error: -mpreferred-stack-boundary=3D2= is not between 4 and 12 > >What I think is happening is that something is still working as though >I want amd64 bins and hence the error. I can reproduce the error and it looks like it's not invoking an i386 cc - possibly because you haven't previously cross-built world. AFAIK, the only way to build an i386 kernel on amd64 is by cross-building world as well: make TARGET_ARCH=3Di386 buildworld make TARGET_ARCH=3Di386 buildkernel >On an related topic upgrading i386 boxes to amd64 and vice versa from >source is this possible, The former is definitely possible and the latter may be. See (eg) http://lists.freebsd.org/pipermail/cvs-src/2007-November/083395.html > if so how. I tried installing a new amd64 >( 7.0 ) kernel on my test i386 ( 6.2 ) machine but boot failed with: >init died ( signal 0, exit 1 ) You need to rename /libexec/ld-elf.so.1 partway through the install. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --SUOF0GtieIMvvwua Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHmjuu/opHv/APuIcRAqO8AKCDUqQLmbj4w9y3FXvaM69FV3GeyQCeJLqg LcQQvYKpcRa4xaUupsiZjJ4= =1bn3 -----END PGP SIGNATURE----- --SUOF0GtieIMvvwua-- From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 26 13:19:41 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED6C316A417 for ; Sat, 26 Jan 2008 13:19:41 +0000 (UTC) (envelope-from wsl77@mail.ru) Received: from ns.ckpfu.org.ua (ns.ckpfu.org.ua [212.1.94.126]) by mx1.freebsd.org (Postfix) with ESMTP id AB1C613C45D for ; Sat, 26 Jan 2008 13:19:41 +0000 (UTC) (envelope-from wsl77@mail.ru) Received: from ws3.cherkassy.pfu (ACCF0121.ipt.aol.com [172.207.1.33]) by ns.ckpfu.org.ua (Postfix) with ESMTP id 6E2DB40A6 for ; Sat, 26 Jan 2008 15:02:10 +0200 (EET) Message-ID: <479B2F48.7090709@mail.ru> Date: Sat, 26 Jan 2008 15:02:00 +0200 From: WSL User-Agent: Thunderbird 2.0.0.0 (X11/20070710) MIME-Version: 1.0 To: freebsd-amd64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 26 Jan 2008 14:34:53 +0000 Subject: amd64/119047: Not correct working RealTek 8168/8111B PCIe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 13:19:42 -0000 try downgrade RAM size from 4G to 2G, on my 6.2 release it work From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 26 16:20:07 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BF7816A418 for ; Sat, 26 Jan 2008 16:20:07 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id E186013C4E8 for ; Sat, 26 Jan 2008 16:20:06 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0JV900EC2EP0GI20@osl1smout1.broadpark.no> for freebsd-amd64@freebsd.org; Sat, 26 Jan 2008 17:19:48 +0100 (CET) Received: from kg-work.kg4.no ([80.202.173.59]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with SMTP id <0JV9005MHEP0K9K0@osl1sminn1.broadpark.no> for freebsd-amd64@freebsd.org; Sat, 26 Jan 2008 17:19:48 +0100 (CET) Date: Sat, 26 Jan 2008 17:19:48 +0100 From: Torfinn Ingolfsen To: freebsd-amd64@freebsd.org Message-id: <20080126171948.b6d1c21f.torfinn.ingolfsen@broadpark.no> In-reply-to: References: <20080126002550.1043013C44B@mx1.freebsd.org> <479A940F.1040105@ccstores.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.3; i386-portbld-freebsd6.3) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Subject: Re: Rescheduled 7.0 Release Date? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 16:20:07 -0000 On Fri, 25 Jan 2008 18:48:51 -0800 "Jack L." wrote: > On Jan 25, 2008 5:59 PM, Jim Pazarena wrote: > > And I am waiting because the 're' driver on 6.3 release is still > > broken, while it works as expected on 7.0RC1. > > > > I am disappointed that the 7.0RC1 came out much earlier than 6.3, > > yet 6.3 doesn't have a functional 're' driver. > > > Yes, the broken re driver on 6.3 is quite annoying. avidemux2 doesn't Doesn't the patches[1] for re posted by Pyun YongHyeon earlier work on 6.3? References: 1) patches for re http://lists.freebsd.org/pipermail/freebsd-amd64/2007-December/010545.html -- Regards, Torfinn Ingolfsen From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 26 19:14:06 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04E5816A41A; Sat, 26 Jan 2008 19:14:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id A93CE13C447; Sat, 26 Jan 2008 19:14:05 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m0QJE4X5080897; Sat, 26 Jan 2008 14:14:04 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.1) with ESMTP id m0QJE4b5069864; Sat, 26 Jan 2008 14:14:04 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 53CCF73039; Sat, 26 Jan 2008 14:14:04 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080126191404.53CCF73039@freebsd-current.sentex.ca> Date: Sat, 26 Jan 2008 14:14:04 -0500 (EST) X-Virus-Scanned: ClamAV 0.92/5493/Thu Jan 17 13:09:26 2008 clamav-milter version 0.91.2 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 19:14:06 -0000 TB --- 2008-01-26 18:10:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-01-26 18:10:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-01-26 18:10:00 - cleaning the object tree TB --- 2008-01-26 18:10:47 - cvsupping the source tree TB --- 2008-01-26 18:10:47 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-01-26 18:10:54 - building world (CFLAGS=-O -pipe) TB --- 2008-01-26 18:10:54 - cd /src TB --- 2008-01-26 18:10:54 - /usr/bin/make -B buildworld >>> World build started on Sat Jan 26 18:10:56 UTC 2008 >>> 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 [...] /src/usr.sbin/setfmac/setfmac.c: In function 'main': /src/usr.sbin/setfmac/setfmac.c:161: warning: field precision should have type 'int', but argument 3 has type 'size_t' /src/usr.sbin/setfmac/setfmac.c:166: warning: field precision should have type 'int', but argument 2 has type 'size_t' /src/usr.sbin/setfmac/setfmac.c:174: warning: field precision should have type 'int', but argument 3 has type 'size_t' /src/usr.sbin/setfmac/setfmac.c:178: warning: field precision should have type 'int', but argument 4 has type 'size_t' /src/usr.sbin/setfmac/setfmac.c: In function 'apply_specs': /src/usr.sbin/setfmac/setfmac.c:443: warning: field precision should have type 'int', but argument 2 has type 'size_t' /src/usr.sbin/setfmac/setfmac.c:487: warning: field precision should have type 'int', but argument 3 has type 'size_t' *** Error code 1 Stop in /src/usr.sbin/setfmac. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-01-26 19:14:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-01-26 19:14:04 - ERROR: failed to build world TB --- 2008-01-26 19:14:04 - tinderbox aborted TB --- 2836.20 user 337.32 system 3843.45 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 26 23:26:29 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0BCF16A41A for ; Sat, 26 Jan 2008 23:26:29 +0000 (UTC) (envelope-from freebsd@penx.com) Received: from Elmer.dco.penx.com (elmer-sprint.dco.penx.com [65.173.215.114]) by mx1.freebsd.org (Postfix) with ESMTP id 5842A13C478 for ; Sat, 26 Jan 2008 23:26:29 +0000 (UTC) (envelope-from freebsd@penx.com) Received: from [172.19.10.240] (sylvester.dco.penx.com [172.19.10.240]) by Elmer.dco.penx.com (8.14.2/8.14.2) with ESMTP id m0QMwJ3i012515 for ; Sat, 26 Jan 2008 15:58:19 -0700 (MST) (envelope-from freebsd@penx.com) From: Dennis Glatting To: freebsd-amd64@freebsd.org Content-Type: text/plain Date: Sat, 26 Jan 2008 15:58:19 -0700 Message-Id: <1201388299.84900.12.camel@Sylvester.dco.penx.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Multi processor locking problem under 7.0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 23:26:29 -0000 I have several systems of two different types running 7.0. One is an IBM 3550 and the other a Dell 2950. The IBMs more than the Dells consistently seem to have a kernel locking problem during dump. Specifically, if I execute this command: dump 0uaLCf 64 /dev/null /usr Dump consistently stops in Phase IV. However, if I set machdep.hlt_logical_cpus=1, dump does not stop. At the end of this message is my boot information. When logical_cpus=0, the following is typical of what is displayed by top when dump stops: PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 926 root 1 4 0 75476K 71744K sbwait 0 0:04 0.00% dump 928 root 1 20 0 75348K 67740K pause 1 0:02 0.00% dump 929 root 1 20 0 75348K 67740K pause 1 0:02 0.00% dump 927 root 1 20 0 75348K 67740K pause 1 0:02 0.00% dump 919 root 1 8 0 75348K 67144K wait 0 0:00 0.00% dump Fooling around a bit I have found that if I truss dump, the dump continues. On the Dells, if I force disk activity during the dump, such as executing a ls -lR /usr > /dev/null, the dump finishes. I am unsure how to proceed in debugging this problem. It has been around for a while but I am now installing the IBMs and the dump problem is a no-starter. Please contact me directly on how to proceed. Thanks. Marvin# dmesg Copyright (c) 1992-2008 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 7.0-PRERELEASE #0: Sat Jan 26 12:31:52 CST 2008 root@Marvin.pki2.com:/usr/src/sys/amd64/compile/MARVIN Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(R) CPU E5335 @ 2.00GHz (1995.01-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x6fb Stepping = 11 Features=0xbfebfbff Features2=0x4e33d AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 4 usable memory = 8577040384 (8179 MB) avail memory = 8281866240 (7898 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) hptrr: HPT RocketRAID controller driver v1.1 (Jan 26 2008 12:31:44) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x588-0x58b on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 900 cpu0: on acpi0 p4tcc0: on cpu0 cpu1: on acpi0 p4tcc1: on cpu1 cpu2: on acpi0 p4tcc2: on cpu2 cpu3: on acpi0 p4tcc3: on cpu3 pcib0: on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci16: on pcib1 pcib2: at device 0.0 on pci16 pci17: on pcib2 pcib3: at device 0.0 on pci17 pci19: on pcib3 pcib4: at device 1.0 on pci17 pci18: on pcib4 pcib5: at device 0.3 on pci16 pci20: on pcib5 pcib6: at device 3.0 on pci0 pci35: on pcib6 pcib7: at device 4.0 on pci0 pci7: on pcib7 pcib8: at device 5.0 on pci0 pci34: on pcib8 pcib9: at device 6.0 on pci0 pci3: on pcib9 pcib10: at device 0.0 on pci3 pci4: on pcib10 bce0: mem 0xc8000000-0xc9ffffff irq 18 at device 0.0 on pci4 miibus0: on bce0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bce0: Ethernet address: 00:1a:64:94:3c:30 bce0: [ITHREAD] bce0: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W (0x03040405); Flags( MFW MSI ) pcib11: at device 7.0 on pci0 pci2: on pcib11 aac0: port 0x4000-0x40ff mem 0xcce00000-0xccffffff,0xcafe0000-0xcaffffff irq 17 at device 0.0 on pci2 aac0: Enabling 64-bit address support aac0: New comm. interface enabled aac0: [ITHREAD] aac0: ServeRAID 8k-l , aac driver 2.0.0-1 pci0: at device 8.0 (no driver attached) pcib12: irq 16 at device 28.0 on pci0 pci5: on pcib12 pcib13: at device 0.0 on pci5 pci6: on pcib13 bce1: mem 0xce000000-0xcfffffff irq 16 at device 0.0 on pci6 miibus1: on bce1 brgphy1: PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bce1: Ethernet address: 00:1a:64:94:3c:32 bce1: [ITHREAD] bce1: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W (0x03040405); Flags( MFW MSI ) uhci0: port 0x2200-0x221f irq 23 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x2600-0x261f irq 22 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] uhci1: [ITHREAD] usb1: on uhci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x2a00-0x2a1f irq 23 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] uhci2: [ITHREAD] usb2: on uhci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xf9000000-0xf90003ff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered pcib14: at device 30.0 on pci0 pci1: on pcib14 vgapci0: port 0x3000-0x30ff mem 0xd0000000-0xd7ffffff,0xdfff0000-0xdfffffff irq 22 at device 1.0 on pci1 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x480-0x48f at device 31.1 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] pci0: at device 31.3 (no driver attached) sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] orm0: at iomem 0xc0000-0xcafff,0xcb000-0xcffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] ppc0: cannot reserve I/O port range sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ukbd0: on uhub1 kbd2 at ukbd0 uhid0: on uhub1 ukbd1: on uhub2 kbd3 at ukbd1 uhid1: on uhub2 uhid2: on uhub2 Timecounters tick every 1.000 msec ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to accept, logging limited to 4096 packets/entry by default hptrr: no controller detected. acd0: CDRW at ata0-master UDMA33 aacd0: on aac0 aacd0: 139890MB (286494720 sectors) SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #3 Launched! Trying to mount root from ufs:/dev/aacd0s1a