From owner-freebsd-ia64@FreeBSD.ORG Sun Jun 10 19:29:51 2007 Return-Path: X-Original-To: freebsd-ia64@freebsd.org Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 817FD16A468 for ; Sun, 10 Jun 2007 19:29:51 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.176]) by mx1.freebsd.org (Postfix) with ESMTP id 69CC013C44B for ; Sun, 10 Jun 2007 19:29:51 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/smtpout06/MantshX 4.0) with ESMTP id l5AJTnhh022967; Sun, 10 Jun 2007 12:29:49 -0700 (PDT) Received: from [172.16.1.3] (209-128-86-226.bayarea.net [209.128.86.226]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id l5AJTln0008955 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 10 Jun 2007 12:29:48 -0700 (PDT) In-Reply-To: <93AE228A-5E2A-4485-855C-DD2F09E09E89@mac.com> References: <461357FF.1060505@hob.de> <461492A3.9@hob.de> <46152B18.2000504@hp.com> <92E5D9E5-4F6A-426D-93F7-2B14AF39CD38@mac.com> <46153842.7050306@hp.com> <713E07DF-2785-4738-83A5-FBBC503E49FB@mac.com> <463B0AB3.4010102@hob.de> <93AE228A-5E2A-4485-855C-DD2F09E09E89@mac.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <43EBC9F9-9665-412C-9236-6913673EFE19@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Sun, 10 Jun 2007 12:29:36 -0700 To: Richard Walter X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: freebsd-ia64@freebsd.org Subject: Re: Install problem HP integrity rx2660(Montecito) X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2007 19:29:51 -0000 [Followup] On May 4, 2007, at 9:00 AM, Marcel Moolenaar wrote: > On May 4, 2007, at 3:28 AM, Richard Walter wrote: > >> Output from console: >> >> FreeBSD 7.0-CURRENT-200704 #0: Sat Apr 14 03:19:00 UTC 2007 >> root@pluto1.freebsd.org:/usr/obj/usr/src/sys/GENERIC >> CPU: Montecito (1594.71-Mhz Itanium 2) >> Origin = "GenuineIntel" Revision = 7 >> Features = 0x5 >> real memory = 1050492928 (1001 MB) >> avail memory = 978149376 (932 MB) >> FPSWA Revision = 0x10012, Entry = 0xe0000100ffd18050 >> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs >> cpu0: SAPIC Id=0, SAPIC Eid=0 (BSP) >> cpu2: SAPIC Id=2, SAPIC Eid=0 >> acpi0: on motherboard Richard, The machine is definitely hung at this point. The problem is a faulty address specifier in ACPI. The address in the GAS is a memory mapped I/O address, while the address space indication is I/O port space. This discrepancy results in an invalid access to I/O port space, which causes the machine to hang. I put a work around in FreeBSD-current that checks for this and calculate the intended memory address rather than the I/O port memory address. This makes the kernel boot. The work-around will be in the June snapshot and you should be able to boot on the rx2660. FYI, -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-ia64@FreeBSD.ORG Mon Jun 11 09:50:03 2007 Return-Path: X-Original-To: freebsd-ia64@hub.freebsd.org Delivered-To: freebsd-ia64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9EB0F16A46C for ; Mon, 11 Jun 2007 09:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7F28B13C480 for ; Mon, 11 Jun 2007 09: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.13.4/8.13.4) with ESMTP id l5B9o3ZH012341 for ; Mon, 11 Jun 2007 09:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5B9o31a012340; Mon, 11 Jun 2007 09:50:03 GMT (envelope-from gnats) Resent-Date: Mon, 11 Jun 2007 09:50:03 GMT Resent-Message-Id: <200706110950.l5B9o31a012340@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ia64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, phstfwtt Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 486BB16A46B for ; Mon, 11 Jun 2007 09:41:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 1EA2513C484 for ; Mon, 11 Jun 2007 09:41:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l5B9f1gq057826 for ; Mon, 11 Jun 2007 09:41:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l5B9f1K7057825; Mon, 11 Jun 2007 09:41:01 GMT (envelope-from nobody) Message-Id: <200706110941.l5B9f1K7057825@www.freebsd.org> Date: Mon, 11 Jun 2007 09:41:01 GMT From: phstfwtt To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ia64/113559: phstfwtt X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 09:50:03 -0000 >Number: 113559 >Category: ia64 >Synopsis: phstfwtt >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ia64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 11 09:50:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: phstfwtt >Release: phstfwtt >Organization: phstfwtt >Environment: phstfwtt >Description: [URL=http://sfdxxmfg.com]wjlpxlep[/URL] bjwhoxdp dcbatwwz http://exzfvgsd.com lnsibgds qfmafisp >How-To-Repeat: phstfwtt >Fix: phstfwtt >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ia64@FreeBSD.ORG Mon Jun 11 10:00:12 2007 Return-Path: X-Original-To: freebsd-ia64@hub.freebsd.org Delivered-To: freebsd-ia64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E788516A475 for ; Mon, 11 Jun 2007 10:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C33F013C487 for ; Mon, 11 Jun 2007 10:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5BA0CKa013029 for ; Mon, 11 Jun 2007 10:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5BA0CRE013028; Mon, 11 Jun 2007 10:00:12 GMT (envelope-from gnats) Resent-Date: Mon, 11 Jun 2007 10:00:12 GMT Resent-Message-Id: <200706111000.l5BA0CRE013028@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ia64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, fgffyrpi Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC4C516A468 for ; Mon, 11 Jun 2007 09:52:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id A4D4613C447 for ; Mon, 11 Jun 2007 09:52:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l5B9quWX073763 for ; Mon, 11 Jun 2007 09:52:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l5B9quuP073762; Mon, 11 Jun 2007 09:52:56 GMT (envelope-from nobody) Message-Id: <200706110952.l5B9quuP073762@www.freebsd.org> Date: Mon, 11 Jun 2007 09:52:56 GMT From: fgffyrpi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ia64/113565: fgffyrpi X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 10:00:13 -0000 >Number: 113565 >Category: ia64 >Synopsis: fgffyrpi >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ia64 >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 11 10:00:12 GMT 2007 >Closed-Date: >Last-Modified: >Originator: fgffyrpi >Release: fgffyrpi >Organization: fgffyrpi >Environment: fgffyrpi >Description: [URL=http://xzkxufnx.com]buojohjw[/URL] nmizgrou http://oxaioyse.com frihxjun rjiuhmmi piucprst >How-To-Repeat: fgffyrpi >Fix: fgffyrpi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ia64@FreeBSD.ORG Mon Jun 11 11:08:42 2007 Return-Path: X-Original-To: freebsd-ia64@FreeBSD.org Delivered-To: freebsd-ia64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7826916A469 for ; Mon, 11 Jun 2007 11:08:42 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 66E5913C44B for ; Mon, 11 Jun 2007 11:08:42 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5BB8gRu026626 for ; Mon, 11 Jun 2007 11:08:42 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5BB8e3u026622 for freebsd-ia64@FreeBSD.org; Mon, 11 Jun 2007 11:08:40 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Jun 2007 11:08:40 GMT Message-Id: <200706111108.l5BB8e3u026622@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-ia64@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 11:08:42 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ia64/113565 ia64 fgffyrpi 1 problem total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ia64/85772 ia64 [gpt] gpt (geom_) needs to adopt g_ctl 1 problem total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ia64/86218 ia64 Mozilla / Firefox: regxpcom or regchrome broken on ia6 o ia64/113102 ia64 [MCA] Multiple records can have the same sequence numb o ia64/113559 ia64 phstfwtt 3 problems total. From owner-freebsd-ia64@FreeBSD.ORG Mon Jun 11 13:23:51 2007 Return-Path: X-Original-To: freebsd-ia64@hub.freebsd.org Delivered-To: freebsd-ia64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA91C16A41F; Mon, 11 Jun 2007 13:23:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6030F13C45A; Mon, 11 Jun 2007 13:23:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5BDNpPR040292; Mon, 11 Jun 2007 13:23:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5BDNpGx040288; Mon, 11 Jun 2007 13:23:51 GMT (envelope-from linimon) Date: Mon, 11 Jun 2007 13:23:51 GMT From: Mark Linimon Message-Id: <200706111323.l5BDNpGx040288@freefall.freebsd.org> To: bzoqtsxc@udduemue.com, linimon@FreeBSD.org, freebsd-ia64@FreeBSD.org Cc: Subject: Re: junk/113559: phstfwtt X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 13:23:51 -0000 Synopsis: phstfwtt State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jun 11 13:23:28 UTC 2007 State-Changed-Why: Looks like Mr. Troll is back. http://www.freebsd.org/cgi/query-pr.cgi?pr=113559 From owner-freebsd-ia64@FreeBSD.ORG Mon Jun 11 13:25:57 2007 Return-Path: X-Original-To: freebsd-ia64@hub.freebsd.org Delivered-To: freebsd-ia64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 371D416A473; Mon, 11 Jun 2007 13:25:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0E18113C4AE; Mon, 11 Jun 2007 13:25:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5BDPudx040538; Mon, 11 Jun 2007 13:25:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5BDPubG040534; Mon, 11 Jun 2007 13:25:56 GMT (envelope-from linimon) Date: Mon, 11 Jun 2007 13:25:56 GMT From: Mark Linimon Message-Id: <200706111325.l5BDPubG040534@freefall.freebsd.org> To: jgrfpyws@eaizvcwd.com, linimon@FreeBSD.org, freebsd-ia64@FreeBSD.org Cc: Subject: Re: junk/113565: fgffyrpi X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 13:25:57 -0000 Synopsis: fgffyrpi State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jun 11 13:25:44 UTC 2007 State-Changed-Why: Looks like Mr. Troll is back. http://www.freebsd.org/cgi/query-pr.cgi?pr=113565 From owner-freebsd-ia64@FreeBSD.ORG Tue Jun 12 17:54:40 2007 Return-Path: X-Original-To: ia64@freebsd.org Delivered-To: freebsd-ia64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07DCD16A469; Tue, 12 Jun 2007 17:54:40 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id AC06E13C45E; Tue, 12 Jun 2007 17:54:39 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.8/8.13.8) with ESMTP id l5CHsdQa059274; Tue, 12 Jun 2007 13:54:39 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.8/8.13.8) with ESMTP id l5CHsdv8079237; Tue, 12 Jun 2007 13:54:39 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id C318973068; Tue, 12 Jun 2007 13:54:38 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20070612175438.C318973068@freebsd-current.sentex.ca> Date: Tue, 12 Jun 2007 13:54:38 -0400 (EDT) X-Virus-Scanned: ClamAV version devel-20070102, clamav-milter version devel-111206 on clamscanner5 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2007 17:54:40 -0000 TB --- 2007-06-12 17:35:24 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2007-06-12 17:35:24 - starting HEAD tinderbox run for ia64/ia64 TB --- 2007-06-12 17:35:24 - cleaning the object tree TB --- 2007-06-12 17:35:52 - checking out the source tree TB --- 2007-06-12 17:35:52 - cd /tinderbox/HEAD/ia64/ia64 TB --- 2007-06-12 17:35:52 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2007-06-12 17:44:00 - building world (CFLAGS=-O2 -pipe) TB --- 2007-06-12 17:44:00 - cd /src TB --- 2007-06-12 17:44:00 - /usr/bin/make -B buildworld >>> World build started on Tue Jun 12 17:44:01 UTC 2007 >>> 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 [...] cc -O2 -pipe -Wall -Wno-unused -I/src/lib/csu/ia64/../common -I/src/lib/csu/ia64/../../libc/include -DGCRT -c -o gcrt1.o /src/lib/csu/ia64/crt1.S sh /src/tools/install.sh -o root -g wheel -m 444 crt1.o crti.o crtn.o gcrt1.o /obj/ia64/src/tmp/usr/lib ===> lib/libc (obj,depend,all,install) yacc -d -p_nsyy /src/lib/libc/net/nsparser.y mv y.tab.c nsparser.c mv y.tab.h nsparser.h lex -P_nsyy -o/dev/stdout /src/lib/libc/net/nslexer.l | sed -e '/YY_BUF_SIZE/s/16384/1024/' >nslexer.c make: don't know how to make sourcefilter.c. Stop *** Error code 2 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2007-06-12 17:54:38 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-06-12 17:54:38 - ERROR: failed to build world TB --- 2007-06-12 17:54:38 - tinderbox aborted TB --- 0.84 user 2.56 system 1154.01 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-ia64@FreeBSD.ORG Tue Jun 12 19:47:22 2007 Return-Path: X-Original-To: ia64@freebsd.org Delivered-To: freebsd-ia64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E773016A469; Tue, 12 Jun 2007 19:47:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A7FE913C4B7; Tue, 12 Jun 2007 19:47:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.13.8/8.13.8) with ESMTP id l5CJlMED079523; Tue, 12 Jun 2007 15:47:22 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.8/8.13.8) with ESMTP id l5CJlLOK086583; Tue, 12 Jun 2007 15:47:22 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 2CF8C73068; Tue, 12 Jun 2007 15:47:21 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20070612194721.2CF8C73068@freebsd-current.sentex.ca> Date: Tue, 12 Jun 2007 15:47:20 -0400 (EDT) X-Virus-Scanned: ClamAV version devel-20070108, clamav-milter version devel-111206 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2007 19:47:23 -0000 TB --- 2007-06-12 19:26:08 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2007-06-12 19:26:08 - starting HEAD tinderbox run for ia64/ia64 TB --- 2007-06-12 19:26:08 - cleaning the object tree TB --- 2007-06-12 19:26:29 - checking out the source tree TB --- 2007-06-12 19:26:29 - cd /tinderbox/HEAD/ia64/ia64 TB --- 2007-06-12 19:26:29 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2007-06-12 19:35:34 - building world (CFLAGS=-O2 -pipe) TB --- 2007-06-12 19:35:34 - cd /src TB --- 2007-06-12 19:35:34 - /usr/bin/make -B buildworld >>> World build started on Tue Jun 12 19:35:36 UTC 2007 >>> 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 [...] cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/ia64 -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/ia64/src/lib/libc -I/src/lib/libc/resolv -DPOSIX_MISTAKE -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libc/net/sockatmark.c cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/ia64 -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/ia64/src/lib/libc -I/src/lib/libc/resolv -DPOSIX_MISTAKE -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libc/net/sourcefilter.c /src/lib/libc/net/sourcefilter.c: In function 'setsourcefilter': /src/lib/libc/net/sourcefilter.c:309: error: invalid type argument of '->' /src/lib/libc/net/sourcefilter.c:329: warning: implicit declaration of function 'setsockopt' /src/lib/libc/net/sourcefilter.c: In function 'getsourcefilter': /src/lib/libc/net/sourcefilter.c:370: error: invalid type argument of '->' /src/lib/libc/net/sourcefilter.c:397: warning: implicit declaration of function 'getsockopt' *** Error code 1 Stop in /src/lib/libc. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2007-06-12 19:47:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-06-12 19:47:20 - ERROR: failed to build world TB --- 2007-06-12 19:47:20 - tinderbox aborted TB --- 0.19 user 0.34 system 1271.95 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-ia64@FreeBSD.ORG Wed Jun 13 01:27:11 2007 Return-Path: X-Original-To: ia64@freebsd.org Delivered-To: freebsd-ia64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF2B716A400; Wed, 13 Jun 2007 01:27:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id A682713C468; Wed, 13 Jun 2007 01:27:11 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.8/8.13.8) with ESMTP id l5D1RBgN010369; Tue, 12 Jun 2007 21:27:11 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.8/8.13.8) with ESMTP id l5D1RAOA084016; Tue, 12 Jun 2007 21:27:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 65DA973068; Tue, 12 Jun 2007 21:27:10 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20070613012710.65DA973068@freebsd-current.sentex.ca> Date: Tue, 12 Jun 2007 21:27:10 -0400 (EDT) X-Virus-Scanned: ClamAV version devel-20070102, clamav-milter version devel-111206 on clamscanner5 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 01:27:12 -0000 TB --- 2007-06-12 23:13:49 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2007-06-12 23:13:49 - starting HEAD tinderbox run for ia64/ia64 TB --- 2007-06-12 23:13:49 - cleaning the object tree TB --- 2007-06-12 23:13:55 - checking out the source tree TB --- 2007-06-12 23:13:55 - cd /tinderbox/HEAD/ia64/ia64 TB --- 2007-06-12 23:13:55 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2007-06-12 23:27:26 - building world (CFLAGS=-O2 -pipe) TB --- 2007-06-12 23:27:26 - cd /src TB --- 2007-06-12 23:27:26 - /usr/bin/make -B buildworld >>> World build started on Tue Jun 12 23:27:28 UTC 2007 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Jun 13 01:07:39 UTC 2007 TB --- 2007-06-13 01:07:39 - generating LINT kernel config TB --- 2007-06-13 01:07:39 - cd /src/sys/ia64/conf TB --- 2007-06-13 01:07:39 - /usr/bin/make -B LINT TB --- 2007-06-13 01:07:39 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2007-06-13 01:07:39 - cd /src TB --- 2007-06-13 01:07:39 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Jun 13 01:07:39 UTC 2007 >>> 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 [...] : undefined reference to `USBDEV' ubtbcmfw.o(.text+0xc2): In function `ubtbcmfw_detach': : undefined reference to `USBDEV' ubtbcmfw.o(.text+0xeb2): In function `ubtbcmfw_ioctl': : undefined reference to `USBDEV' ubtbcmfw.o(.text+0x11b2): In function `ubtbcmfw_write': : undefined reference to `USBDEV' ubtbcmfw.o(.text+0x1592): more undefined references to `USBDEV' follow *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2007-06-13 01:27:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-06-13 01:27:09 - ERROR: failed to build lint kernel TB --- 2007-06-13 01:27:09 - tinderbox aborted TB --- 0.20 user 0.41 system 8000.37 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-ia64@FreeBSD.ORG Wed Jun 13 08:17:28 2007 Return-Path: X-Original-To: ia64@freebsd.org Delivered-To: freebsd-ia64@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 423C516A468; Wed, 13 Jun 2007 08:17:28 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 00F2713C43E; Wed, 13 Jun 2007 08:17:27 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.8/8.13.8) with ESMTP id l5D8HRce023212; Wed, 13 Jun 2007 04:17:27 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.8/8.13.8) with ESMTP id l5D8HRAC002555; Wed, 13 Jun 2007 04:17:27 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id E01AB73068; Wed, 13 Jun 2007 04:17:26 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20070613081726.E01AB73068@freebsd-current.sentex.ca> Date: Wed, 13 Jun 2007 04:17:26 -0400 (EDT) X-Virus-Scanned: ClamAV version devel-20070102, clamav-milter version devel-111206 on clamscanner5 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 08:17:28 -0000 TB --- 2007-06-13 06:04:42 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2007-06-13 06:04:42 - starting HEAD tinderbox run for ia64/ia64 TB --- 2007-06-13 06:04:42 - cleaning the object tree TB --- 2007-06-13 06:05:03 - checking out the source tree TB --- 2007-06-13 06:05:03 - cd /tinderbox/HEAD/ia64/ia64 TB --- 2007-06-13 06:05:03 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2007-06-13 06:12:35 - building world (CFLAGS=-O2 -pipe) TB --- 2007-06-13 06:12:35 - cd /src TB --- 2007-06-13 06:12:35 - /usr/bin/make -B buildworld >>> World build started on Wed Jun 13 06:12:37 UTC 2007 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Jun 13 07:58:03 UTC 2007 TB --- 2007-06-13 07:58:03 - generating LINT kernel config TB --- 2007-06-13 07:58:03 - cd /src/sys/ia64/conf TB --- 2007-06-13 07:58:03 - /usr/bin/make -B LINT TB --- 2007-06-13 07:58:03 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2007-06-13 07:58:03 - cd /src TB --- 2007-06-13 07:58:03 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Jun 13 07:58:04 UTC 2007 >>> 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 [...] rm -f hack.c MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh LINT cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding vers.c linking kernel ng_ubt.o(.text+0xc52): In function `ubt_detach': : undefined reference to `USBDEV' ng_ubt.o(.text+0x3752): In function `ubt_attach': : undefined reference to `USBDEV' *** Error code 1 Stop in /obj/ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2007-06-13 08:17:25 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-06-13 08:17:25 - ERROR: failed to build lint kernel TB --- 2007-06-13 08:17:25 - tinderbox aborted TB --- 0.73 user 1.88 system 7962.62 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full