From owner-freebsd-amd64@FreeBSD.ORG Sun Apr 9 01:59:52 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F394C16A401 for ; Sun, 9 Apr 2006 01:59:51 +0000 (UTC) (envelope-from mv@roq.com) Received: from p4.roq.com (ns1.ecoms.com [207.44.130.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB5B43D45 for ; Sun, 9 Apr 2006 01:59:51 +0000 (GMT) (envelope-from mv@roq.com) Received: from p4.roq.com (localhost.roq.com [127.0.0.1]) by p4.roq.com (Postfix) with ESMTP id 2E9014CD84; Sun, 9 Apr 2006 02:00:35 +0000 (GMT) Received: from [192.168.0.6] (ppp157-158.static.internode.on.net [150.101.157.158]) by p4.roq.com (Postfix) with ESMTP id 4559C4CD1D; Sun, 9 Apr 2006 02:00:34 +0000 (GMT) Message-ID: <44386A94.2060401@roq.com> Date: Sun, 09 Apr 2006 11:59:48 +1000 From: Michael Vince User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060213 X-Accept-Language: en-us, en MIME-Version: 1.0 To: patrick References: <20060407075301.I21526@gandalf.cyberwizards.nl> In-Reply-To: <20060407075301.I21526@gandalf.cyberwizards.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-amd64@freebsd.org Subject: Re: extreme mem usage under amd64 arch ? 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: Sun, 09 Apr 2006 01:59:52 -0000 patrick wrote: > > Hello, > > Hope someone can shine a light for me on this, > > I have several boxes running STABLE 4/5/6 > > one of them is amd64/stable6 on dual opterons. > > I notice that on this amd system the httpd 2.2 and perl 5.8.8 > binairies alocateds a lot of memory: > > 76562 www 1 20 0 156M 38528K lockf 0 0:00 0.00% > httpd > 76561 www 1 20 0 156M 38528K lockf 0 0:00 0.00% > httpd > 76830 www 1 20 0 155M 37740K lockf 0 0:00 0.00% > httpd > 76560 www 1 20 0 155M 37736K lockf 0 0:00 0.00% > httpd > 76563 www 1 4 0 155M 37736K kqread 0 0:00 0.00% > httpd > 61338 root 1 8 0 155M 37668K nanslp 0 0:02 0.00% > httpd > 73328 root 1 8 0 142M 102M nanslp 0 0:03 0.00% > perl5.8.8 > 73611 root 1 8 0 142M 101M nanslp 0 0:03 0.00% > perl5.8.8 > 75475 root 1 8 0 142M 99M nanslp 0 0:02 0.00% > perl5.8.8 > 76966 root 1 8 0 142M 99M nanslp 0 0:02 0.00% > perl5.8.8 > 75736 root 1 8 0 142M 101M nanslp 0 0:02 0.00% > perl5.8.8 > > The binairy self has normal size: > > The only big diff in this case is the AMD64 arch. > You kind of got your self worried about nothing. The servers real memory usage is the "RES" column, SIZE (where it has 156M) is the potential size it could grow before the kernel allocates it more memory and has little to do with actual real memory usage. Mike From owner-freebsd-amd64@FreeBSD.ORG Sun Apr 9 14:21:54 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.ORG Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 656A416A402; Sun, 9 Apr 2006 14:21:54 +0000 (UTC) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (ns1.ecoms.com [207.44.130.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1309843D46; Sun, 9 Apr 2006 14:21:54 +0000 (GMT) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (localhost.roq.com [127.0.0.1]) by p4.roq.com (Postfix) with ESMTP id 44E974CCCB; Sun, 9 Apr 2006 14:22:39 +0000 (GMT) Received: from [192.168.0.6] (ppp157-158.static.internode.on.net [150.101.157.158]) by p4.roq.com (Postfix) with ESMTP id DA3514CBAE; Sun, 9 Apr 2006 14:22:37 +0000 (GMT) Message-ID: <44391881.3090907@thebeastie.org> Date: Mon, 10 Apr 2006 00:21:53 +1000 From: Michael Vince User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060213 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Oliver Fromme References: <200603240742.k2O7g3kv066601@lurza.secnetix.de> In-Reply-To: <200603240742.k2O7g3kv066601@lurza.secnetix.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-amd64@FreeBSD.ORG, bug-followup@FreeBSD.ORG, hhc@tut.by Subject: Re: amd64/94896: Where support VESA Modes for AMD64 kernel ? 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: Sun, 09 Apr 2006 14:21:54 -0000 Oliver Fromme wrote: >Andrei wrote: > > > > > Number: 94896 > > > Category: amd64 > > > Synopsis: Where support VESA Modes for AMD64 kernel ? > > > Confidential: no > > > Severity: serious > > > Priority: low > > > Responsible: freebsd-amd64 > > > State: open > > > Quarter: > > > Keywords: > > > Date-Required: > > > Class: sw-bug > > > Submitter-Id: current-users > > > Arrival-Date: Fri Mar 24 07:10:13 GMT 2006 > > > Closed-Date: > > > Last-Modified: > > > Originator: Andrei > > > Release: 6.0-RELEASE AMD64 > > > Organization: > > Goznak > > > Environment: > > > Description: > > Where support VESA Modes for AMD64 kernel? > >It's not possible to support it. > > > Why "options VESA" not worked for AMD64? > >Because FreeBSD/amd64 cannot perform calls to the VESA BIOS >functions (which are 32bit i386 code, not amd64). > > > How make videomode 1280x1024 or another? > >I recommend you use Xorg for that. Otherwise, if you >absolutely need VESA modes, you have to install 32bit >FreeBSD/i386. > > > Why only one mode 80x25 available? > >Actually I think 80x50 should be possible with vidcontrol(1), >which is a standard mode that does not require VESA BIOS. > >Best regard > > > Oliver > > I don't want to sound like a complainer but there must still technically be a console based hi-res mode for AMD64 because I saw such a high res mode when I tried out Gentoo on my laptop. I decided I didn't like Gentoo but aside from that point it proves that some how its possible for hi-res console even if no such code exists on FreeBSD AMD64. Mike From owner-freebsd-amd64@FreeBSD.ORG Sun Apr 9 14:30:32 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D6DA16A471 for ; Sun, 9 Apr 2006 14:30:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D1B643D4C for ; Sun, 9 Apr 2006 14:30:22 +0000 (GMT) (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 k39EUMAr006761 for ; Sun, 9 Apr 2006 14:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k39EUMdN006758; Sun, 9 Apr 2006 14:30:22 GMT (envelope-from gnats) Date: Sun, 9 Apr 2006 14:30:22 GMT Message-Id: <200604091430.k39EUMdN006758@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Michael Vince Cc: Subject: Re: amd64/94896: Where support VESA Modes for AMD64 kernel ? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Vince List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2006 14:30:32 -0000 The following reply was made to PR amd64/94896; it has been noted by GNATS. From: Michael Vince To: Oliver Fromme Cc: hhc@tut.by, bug-followup@FreeBSD.ORG, freebsd-amd64@FreeBSD.ORG Subject: Re: amd64/94896: Where support VESA Modes for AMD64 kernel ? Date: Mon, 10 Apr 2006 00:21:53 +1000 Oliver Fromme wrote: >Andrei wrote: > > > > > Number: 94896 > > > Category: amd64 > > > Synopsis: Where support VESA Modes for AMD64 kernel ? > > > Confidential: no > > > Severity: serious > > > Priority: low > > > Responsible: freebsd-amd64 > > > State: open > > > Quarter: > > > Keywords: > > > Date-Required: > > > Class: sw-bug > > > Submitter-Id: current-users > > > Arrival-Date: Fri Mar 24 07:10:13 GMT 2006 > > > Closed-Date: > > > Last-Modified: > > > Originator: Andrei > > > Release: 6.0-RELEASE AMD64 > > > Organization: > > Goznak > > > Environment: > > > Description: > > Where support VESA Modes for AMD64 kernel? > >It's not possible to support it. > > > Why "options VESA" not worked for AMD64? > >Because FreeBSD/amd64 cannot perform calls to the VESA BIOS >functions (which are 32bit i386 code, not amd64). > > > How make videomode 1280x1024 or another? > >I recommend you use Xorg for that. Otherwise, if you >absolutely need VESA modes, you have to install 32bit >FreeBSD/i386. > > > Why only one mode 80x25 available? > >Actually I think 80x50 should be possible with vidcontrol(1), >which is a standard mode that does not require VESA BIOS. > >Best regard > > > Oliver > > I don't want to sound like a complainer but there must still technically be a console based hi-res mode for AMD64 because I saw such a high res mode when I tried out Gentoo on my laptop. I decided I didn't like Gentoo but aside from that point it proves that some how its possible for hi-res console even if no such code exists on FreeBSD AMD64. Mike From owner-freebsd-amd64@FreeBSD.ORG Sun Apr 9 17:05:35 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.ORG Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E98E316A415; Sun, 9 Apr 2006 17:05:31 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAE6243D46; Sun, 9 Apr 2006 17:05:30 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (xwfwne@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id k39H5FR5049958; Sun, 9 Apr 2006 19:05:24 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id k39H5Fi0049956; Sun, 9 Apr 2006 19:05:15 +0200 (CEST) (envelope-from olli) From: Oliver Fromme Message-Id: <200604091705.k39H5Fi0049956@lurza.secnetix.de> To: mv@thebeastie.org (Michael Vince) Date: Sun, 9 Apr 2006 19:05:14 +0200 (CEST) In-Reply-To: <44391881.3090907@thebeastie.org> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Sun, 09 Apr 2006 19:05:28 +0200 (CEST) Cc: freebsd-amd64@FreeBSD.ORG, bug-followup@FreeBSD.ORG, hhc@tut.by Subject: Re: amd64/94896: Where support VESA Modes for AMD64 kernel ? 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: Sun, 09 Apr 2006 17:05:35 -0000 Michael Vince wrote: > Oliver Fromme wrote: > > Andrei wrote: > > > > Number: 94896 > > > > Category: amd64 > > > > Synopsis: Where support VESA Modes for AMD64 kernel ? > [...] > > > > Description: > > > Where support VESA Modes for AMD64 kernel? > > > > It's not possible to support it. > > > > > Why "options VESA" not worked for AMD64? > > > > Because FreeBSD/amd64 cannot perform calls to the VESA BIOS > > functions (which are 32bit i386 code, not amd64). > > > > > How make videomode 1280x1024 or another? > > > > I recommend you use Xorg for that. Otherwise, if you > > absolutely need VESA modes, you have to install 32bit > > FreeBSD/i386. > > > > > Why only one mode 80x25 available? > > > > Actually I think 80x50 should be possible with vidcontrol(1), > > which is a standard mode that does not require VESA BIOS. > > I don't want to sound like a complainer but there must still technically > be a console based hi-res mode for AMD64 because I saw such a high res > mode when I tried out Gentoo on my laptop. > I decided I didn't like Gentoo but aside from that point it proves that > some how its possible for hi-res console even if no such code exists on > FreeBSD AMD64. I don't know what kind of "hi-res console mode" you have seen on Gentoo, and I don't know what Gentoo might be doing to enable such a thing. Maybe they have implemented direct support for certain graphics hardware (like KGI), or maybe they switch to VESA mode before switching to amd64 mode. However, there is no way to call the x86 VESA BIOS in amd64 ("long") mode, because amd64 has no vm86 mode. It does not work, and Gentoo certainly doesn't do that either. So, "options VESA" in the kernel (which is what this PR is all about) does not make sense at all. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "What is this talk of 'release'? We do not make software 'releases'. Our software 'escapes', leaving a bloody trail of designers and quality assurance people in its wake." From owner-freebsd-amd64@FreeBSD.ORG Sun Apr 9 17:10:25 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C6516A404 for ; Sun, 9 Apr 2006 17:10:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 643A943D49 for ; Sun, 9 Apr 2006 17:10:24 +0000 (GMT) (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 k39HAONw018447 for ; Sun, 9 Apr 2006 17:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k39HANYO018446; Sun, 9 Apr 2006 17:10:23 GMT (envelope-from gnats) Date: Sun, 9 Apr 2006 17:10:23 GMT Message-Id: <200604091710.k39HANYO018446@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Oliver Fromme Cc: Subject: Re: amd64/94896: Where support VESA Modes for AMD64 kernel ? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oliver Fromme List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2006 17:10:25 -0000 The following reply was made to PR amd64/94896; it has been noted by GNATS. From: Oliver Fromme To: mv@thebeastie.org (Michael Vince) Cc: hhc@tut.by, bug-followup@FreeBSD.ORG, freebsd-amd64@FreeBSD.ORG Subject: Re: amd64/94896: Where support VESA Modes for AMD64 kernel ? Date: Sun, 9 Apr 2006 19:05:14 +0200 (CEST) Michael Vince wrote: > Oliver Fromme wrote: > > Andrei wrote: > > > > Number: 94896 > > > > Category: amd64 > > > > Synopsis: Where support VESA Modes for AMD64 kernel ? > [...] > > > > Description: > > > Where support VESA Modes for AMD64 kernel? > > > > It's not possible to support it. > > > > > Why "options VESA" not worked for AMD64? > > > > Because FreeBSD/amd64 cannot perform calls to the VESA BIOS > > functions (which are 32bit i386 code, not amd64). > > > > > How make videomode 1280x1024 or another? > > > > I recommend you use Xorg for that. Otherwise, if you > > absolutely need VESA modes, you have to install 32bit > > FreeBSD/i386. > > > > > Why only one mode 80x25 available? > > > > Actually I think 80x50 should be possible with vidcontrol(1), > > which is a standard mode that does not require VESA BIOS. > > I don't want to sound like a complainer but there must still technically > be a console based hi-res mode for AMD64 because I saw such a high res > mode when I tried out Gentoo on my laptop. > I decided I didn't like Gentoo but aside from that point it proves that > some how its possible for hi-res console even if no such code exists on > FreeBSD AMD64. I don't know what kind of "hi-res console mode" you have seen on Gentoo, and I don't know what Gentoo might be doing to enable such a thing. Maybe they have implemented direct support for certain graphics hardware (like KGI), or maybe they switch to VESA mode before switching to amd64 mode. However, there is no way to call the x86 VESA BIOS in amd64 ("long") mode, because amd64 has no vm86 mode. It does not work, and Gentoo certainly doesn't do that either. So, "options VESA" in the kernel (which is what this PR is all about) does not make sense at all. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "What is this talk of 'release'? We do not make software 'releases'. Our software 'escapes', leaving a bloody trail of designers and quality assurance people in its wake." From owner-freebsd-amd64@FreeBSD.ORG Sun Apr 9 19:30:20 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D735816A406 for ; Sun, 9 Apr 2006 19:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 670BE43D49 for ; Sun, 9 Apr 2006 19:30:20 +0000 (GMT) (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 k39JUKlE028107 for ; Sun, 9 Apr 2006 19:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k39JUKSK028106; Sun, 9 Apr 2006 19:30:20 GMT (envelope-from gnats) Resent-Date: Sun, 9 Apr 2006 19:30:20 GMT Resent-Message-Id: <200604091930.k39JUKSK028106@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, Jeff Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B26C16A403 for ; Sun, 9 Apr 2006 19:24:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26A343D7B for ; Sun, 9 Apr 2006 19:24:10 +0000 (GMT) (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 k39JOAjV013785 for ; Sun, 9 Apr 2006 19:24:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k39JOAnu013784; Sun, 9 Apr 2006 19:24:10 GMT (envelope-from nobody) Message-Id: <200604091924.k39JOAnu013784@www.freebsd.org> Date: Sun, 9 Apr 2006 19:24:10 GMT From: Jeff To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: amd64/95554: undetected sata drive on 6.1, detected on 6.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: Sun, 09 Apr 2006 19:30:21 -0000 >Number: 95554 >Category: amd64 >Synopsis: undetected sata drive on 6.1, detected on 6.0 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 09 19:30:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jeff >Release: 6.1-RC >Organization: >Environment: FreeBSD shaw 6.1-RC FreeBSD 6.1-RC #1: Sat Apr 8 21:13:38 UTC 2006 root@shaw:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Motherboard: A8N-VM CSM http://www.asus.com/products.aspx?l1=3&l2=15&l3=210&model=766&modelmenu=1 When running 6.0, all 3 sata drives are detected... As soon as 6.1 boots, 1 drive is missing. 6.0's messages : Apr 5 12:00:22 shaw kernel: Timecounter "TSC" frequency 1808240973 Hz quality 800 Apr 5 12:00:22 shaw kernel: Timecounters tick every 1.000 msec Apr 5 12:00:22 shaw kernel: ad4: 286168MB at ata2-master UDMA33 Apr 5 12:00:22 shaw kernel: ad6: 286168MB at ata3-master UDMA33 Apr 5 12:00:22 shaw kernel: ad8: 286167MB at ata4-master UDMA33 Apr 5 12:00:22 shaw kernel: ukbd0: CHESEN USB Keyboard, rev 1.10/1.10, addr 2, iclass 3/1 Apr 5 12:00:22 shaw kernel: kbd0 at ukbd0 Apr 5 12:00:22 shaw kernel: uhid0: CHESEN USB Keyboard, rev 1.10/1.10, addr 2, iclass 3/1 Apr 5 12:00:22 shaw kernel: Trying to mount root from ufs:/dev/ad4s1a 6.1 messages: Apr 8 18:33:12 shaw kernel: Timecounter "TSC" frequency 1808239360 Hz quality 800 Apr 8 18:33:12 shaw kernel: Timecounters tick every 1.000 msec Apr 8 18:33:12 shaw kernel: module_register_init: MOD_LOAD (amr_linux, 0xffffffff805f64a0, 0) error 6 Apr 8 18:33:12 shaw kernel: ad4: 286168MB at ata2-master SATA300 Apr 8 18:33:12 shaw kernel: ad8: 286167MB at ata4-master SATA150 Apr 8 18:33:12 shaw kernel: ukbd0: CHESEN USB Keyboard, rev 1.10/1.10, addr 2, iclass 3/1 Apr 8 18:33:12 shaw kernel: kbd1 at ukbd0 >How-To-Repeat: >Fix: Downgrade to 6.0. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Mon Apr 10 10:35:57 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.ORG Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B04516A405 for ; Mon, 10 Apr 2006 10:35:57 +0000 (UTC) (envelope-from andrew@areilly.bpc-users.org) Received: from omta04ps.mx.bigpond.com (omta04ps.mx.bigpond.com [144.140.83.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EB1443D46 for ; Mon, 10 Apr 2006 10:35:55 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: from areilly.bpc-users.org ([141.168.4.160]) by omta04ps.mx.bigpond.com with ESMTP id <20060410103554.VUUK17345.omta04ps.mx.bigpond.com@areilly.bpc-users.org> for ; Mon, 10 Apr 2006 10:35:54 +0000 Received: (qmail 19791 invoked by uid 501); 10 Apr 2006 10:37:52 -0000 Date: Mon, 10 Apr 2006 20:37:52 +1000 From: Andrew Reilly To: Oliver Fromme Message-ID: <20060410103752.GA19743@gurney.reilly.home> References: <44391881.3090907@thebeastie.org> <200604091705.k39H5Fi0049956@lurza.secnetix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604091705.k39H5Fi0049956@lurza.secnetix.de> User-Agent: Mutt/1.4.2.1i Cc: bug-followup@FreeBSD.ORG, freebsd-amd64@FreeBSD.ORG, hhc@tut.by Subject: Re: amd64/94896: Where support VESA Modes for AMD64 kernel ? 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, 10 Apr 2006 10:35:57 -0000 On Sun, Apr 09, 2006 at 07:05:14PM +0200, Oliver Fromme wrote: > I don't know what kind of "hi-res console mode" you have > seen on Gentoo, and I don't know what Gentoo might be doing > to enable such a thing. Maybe they have implemented direct > support for certain graphics hardware (like KGI), or maybe > they switch to VESA mode before switching to amd64 mode. > > However, there is no way to call the x86 VESA BIOS in amd64 > ("long") mode, because amd64 has no vm86 mode. It does not > work, and Gentoo certainly doesn't do that either. I don't know how Gentoo does it either, but I was thinking about this the other day, and wondered how possible it might be to write simple (non-fast) real-mode x86 emulator/interpreter (which could perhaps be unloaded when finished), just for this sort of thing. It wouldn't need to emulate hardware, which is what takes up a lot of complexity in systems like bochs, because you want the emulated code to frob the real hardware: that's the point. I have a vague recollection that Sun (and Apple?, and DEC?) had to do this sort of thing for their Sparc and PowerPC systems when they started building PCI systems around their non-x86 processors. Might even make ia32 systems neater, because you wouldn't need to muck about with vm86 mode to get those jobs done. -- Andrew From owner-freebsd-amd64@FreeBSD.ORG Mon Apr 10 10:40:21 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE82A16A401 for ; Mon, 10 Apr 2006 10:40:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAD7143D53 for ; Mon, 10 Apr 2006 10:40:21 +0000 (GMT) (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 k3AAeLO1089071 for ; Mon, 10 Apr 2006 10:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3AAeLiq089070; Mon, 10 Apr 2006 10:40:21 GMT (envelope-from gnats) Date: Mon, 10 Apr 2006 10:40:21 GMT Message-Id: <200604101040.k3AAeLiq089070@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Andrew Reilly Cc: Subject: Re: amd64/94896: Where support VESA Modes for AMD64 kernel ? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Reilly List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 10:40:22 -0000 The following reply was made to PR amd64/94896; it has been noted by GNATS. From: Andrew Reilly To: Oliver Fromme Cc: Michael Vince , freebsd-amd64@FreeBSD.ORG, bug-followup@FreeBSD.ORG, hhc@tut.by Subject: Re: amd64/94896: Where support VESA Modes for AMD64 kernel ? Date: Mon, 10 Apr 2006 20:37:52 +1000 On Sun, Apr 09, 2006 at 07:05:14PM +0200, Oliver Fromme wrote: > I don't know what kind of "hi-res console mode" you have > seen on Gentoo, and I don't know what Gentoo might be doing > to enable such a thing. Maybe they have implemented direct > support for certain graphics hardware (like KGI), or maybe > they switch to VESA mode before switching to amd64 mode. > > However, there is no way to call the x86 VESA BIOS in amd64 > ("long") mode, because amd64 has no vm86 mode. It does not > work, and Gentoo certainly doesn't do that either. I don't know how Gentoo does it either, but I was thinking about this the other day, and wondered how possible it might be to write simple (non-fast) real-mode x86 emulator/interpreter (which could perhaps be unloaded when finished), just for this sort of thing. It wouldn't need to emulate hardware, which is what takes up a lot of complexity in systems like bochs, because you want the emulated code to frob the real hardware: that's the point. I have a vague recollection that Sun (and Apple?, and DEC?) had to do this sort of thing for their Sparc and PowerPC systems when they started building PCI systems around their non-x86 processors. Might even make ia32 systems neater, because you wouldn't need to muck about with vm86 mode to get those jobs done. -- Andrew From owner-freebsd-amd64@FreeBSD.ORG Mon Apr 10 11:02:37 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B266816A403 for ; Mon, 10 Apr 2006 11:02:37 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6696A43D49 for ; Mon, 10 Apr 2006 11:02:37 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3AB2bRQ092434 for ; Mon, 10 Apr 2006 11:02:37 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3AB2awG092428 for freebsd-amd64@freebsd.org; Mon, 10 Apr 2006 11:02:36 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 10 Apr 2006 11:02:36 GMT Message-Id: <200604101102.k3AB2awG092428@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org Cc: Subject: Current problem reports assigned to you 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, 10 Apr 2006 11:02:37 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/08/09] amd64/84693 amd64 Keyboard not recognized during first step o [2005/11/17] amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing o [2006/03/01] amd64/93961 amd64 Problem in bounce buffer handling in sys/ 3 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/07/28] amd64/69704 amd64 ext2/ext3 unstable in amd64 o [2004/07/28] amd64/69707 amd64 IPC32 dont work OK in amd64 FreeBSD o [2004/09/12] amd64/71644 amd64 [panic] amd64 5.3-BETA4 crash when heavy o [2004/10/28] amd64/73252 amd64 ad6: WARNING - READ_DMA interrupt was see o [2004/10/30] amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdo o [2004/11/07] amd64/73650 amd64 5.3-release panics on boot o [2004/11/10] amd64/73775 amd64 Kernel panic (trap 12) when booting with o [2004/12/05] amd64/74747 amd64 System panic on shutdown when process wil o [2005/01/12] amd64/76136 amd64 system halts before reboot o [2005/01/17] amd64/76336 amd64 racoon/setkey -D cases instant "Fatal Tra o [2005/03/04] amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/p o [2005/03/14] amd64/78848 amd64 [sis] sis driver on FreeBSD 5.x does not o [2005/04/12] amd64/79813 amd64 Will not install/run on amd64 nForce 4 pl o [2005/04/19] amd64/80114 amd64 kldload snd_ich causes interrupt storm wh o [2005/05/06] amd64/80691 amd64 amd64 kernel hangs on load o [2005/05/14] amd64/81037 amd64 SATA problem o [2005/05/28] amd64/81602 amd64 SATA crashes with parallel pcm access o [2005/06/09] amd64/82071 amd64 incorrect -march's parameter to build 32b o [2005/06/19] amd64/82425 amd64 [fxp] fxp0: device timeout, fxp interface o [2005/06/23] amd64/82555 amd64 Kernel Panic - after i connect to my "amd o [2005/07/05] amd64/83005 amd64 Memory Occupied during installation of th o [2005/08/12] amd64/84832 amd64 Installation crashes just at boot AMD64/ o [2005/08/14] amd64/84930 amd64 [msdosfs] something wrong with msdosfs on o [2005/08/29] amd64/85431 amd64 AMD64 has short but temporary freezes (ha o [2005/08/29] amd64/85451 amd64 [hang] 6.0-BETA3 lockups on AMD64 (PREEMP o [2005/09/13] amd64/86080 amd64 [radeon] [hang] radeon DRI causes system o [2005/09/23] amd64/86503 amd64 [atapicam] [panic] k3b crash the system l o [2005/10/09] amd64/87156 amd64 First Installation: Kernel crashes o [2005/10/11] amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Are o [2005/10/12] amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powe o [2005/10/12] amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD a [2005/10/12] amd64/87328 amd64 [boot] BTX halted error o [2005/10/12] amd64/87348 amd64 amd64+smp+startkde always crashing o [2005/10/15] amd64/87472 amd64 I downloaded 5.4 and went to install it, o [2005/10/16] amd64/87514 amd64 6.0-CURRENT freezes machine using >4GB on o [2005/10/19] amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron o [2005/10/25] amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock c o [2005/10/31] amd64/88299 amd64 swapcontext fails with errno 0 o [2005/11/06] amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not b f [2005/11/09] amd64/88746 amd64 Buffer problem with SSH2 under amd64 arch o [2005/11/10] amd64/88790 amd64 kernel panic on first boot (after the Fre o [2005/11/24] amd64/89501 amd64 System crashes on install using ftp on lo o [2005/11/24] amd64/89503 amd64 Cant Boot Installation Disk o [2005/11/25] amd64/89546 amd64 [geom] GEOM error o [2005/11/25] amd64/89549 amd64 [amd64] nve timeouts on 6.0-release o [2005/11/25] amd64/89550 amd64 [amd64] sym0: VTOBUS failed (6.0 Release) o [2005/12/05] amd64/89968 amd64 [ata] Asus A8N-E MediaShield RAID problem o [2006/01/06] amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr o [2006/01/08] amd64/91492 amd64 BTX halted o [2006/01/26] amd64/92337 amd64 FreeBsd 6.0 Release Intel Pro 1000 MT em1 o [2006/02/06] amd64/92889 amd64 xdr double buffer overflow o [2006/02/07] amd64/92991 amd64 FreeBSD(amd64) freezes when primary disk o [2006/02/08] amd64/93065 amd64 Running make depend on GENERIC kernel fai o [2006/02/14] amd64/93325 amd64 mount_ufs fails mounting Nero UFS DVD+RW o [2006/02/16] amd64/93413 amd64 lpd does not remove lock file from /var/s o [2006/02/17] amd64/93469 amd64 uninitialised struct stat in lpd prevents o [2006/03/19] amd64/94677 amd64 panic in amd64 install at non-root user c o [2006/03/24] amd64/94896 amd64 Where support VESA Modes for AMD64 kernel o [2006/03/27] amd64/94989 amd64 BTX Halts on Sun Fire X2100 w/6.1-BETA4 ( o [2006/03/28] amd64/95056 amd64 Nvidia Nforce ETH Driver -> Timeout Error o [2006/03/31] amd64/95167 amd64 driver for SuperMicro H8DAR-T (Adaptec AI o [2006/04/06] amd64/95414 amd64 kernel crashes during install o [2006/04/06] amd64/95418 amd64 pthread segmentation fault o [2006/04/09] amd64/95554 amd64 undetected sata drive on 6.1, detected on 64 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/01/11] amd64/61209 amd64 ppc0: cannot reserve I/O port range o [2004/02/21] amd64/63188 amd64 [ti] ti(4) broken on amd64 o [2004/07/28] amd64/69705 amd64 IPC problem (msq_queues) o [2004/12/02] amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when boo o [2004/12/07] amd64/74811 amd64 [nfs] df, nfs mount, negative Avail -> 32 o [2004/12/13] ports/75015 amd64 cvsup on amd64 coredumps with either runs o [2005/03/17] amd64/78954 amd64 kerberos 5 failed to build o [2005/06/18] amd64/82399 amd64 MSI K8N Neo4 Platinium is not supported o [2005/08/07] amd64/84652 amd64 kbdmap -r dumps core o [2005/08/20] amd64/85144 amd64 Asus K8S-MX mobo, integ LAN not recognize o [2005/09/06] amd64/85812 amd64 "Rebooting..." on serial console appears o [2005/09/07] amd64/85820 amd64 1.5 times slower performance with SCHED_U o [2005/10/23] amd64/87882 amd64 emu10k1 and APCI on amd64 is just noisy o [2005/11/09] amd64/88730 amd64 kernel panics during booting from the ins o [2006/01/02] amd64/91195 amd64 FreeBSD 6.0(amd64) and Asus A8R-MVP o [2006/01/30] amd64/92527 amd64 no driver for "CICADA VSC 8201 Gigabit LA o [2006/02/07] amd64/93002 amd64 amd64 (6.0) coredumps at unpredictable ti o [2006/02/09] amd64/93090 amd64 NIC on GA-K8NF-9 motherboard is recognize o [2006/02/28] amd64/93930 amd64 Page fault on `kldunload snd_driver` o [2006/04/03] amd64/95282 amd64 patch: fix ed for RELENG_5 amd64 so that 20 problems total. From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 11 03:13:56 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B18D16A403; Tue, 11 Apr 2006 03:13:56 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id D997343D45; Tue, 11 Apr 2006 03:13:55 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id D047E62CA92; Tue, 11 Apr 2006 00:13:54 -0300 (ADT) X-Virus-Scanned: by amavisd-new at hub.org Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id Q+ICniu7PpDK; Tue, 11 Apr 2006 00:13:26 -0300 (ADT) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id 3BCC362CA73; Tue, 11 Apr 2006 00:07:08 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1000) id 301203EC9E; Tue, 11 Apr 2006 00:07:06 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 2A4B93E24E; Tue, 11 Apr 2006 00:07:06 -0300 (ADT) Date: Tue, 11 Apr 2006 00:07:06 -0300 (ADT) From: "Marc G. Fournier" To: freebsd-amd64@freebsd.org Message-ID: <20060410235910.F1096@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-ports@freebsd.org Subject: (no subject) 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: Tue, 11 Apr 2006 03:13:56 -0000 'k, I'm finding alot of stuff on Google concerning Linux, that doesn't help me in the least for this ... checked freebsd list archives too, and am not finding anything related to resin, and what I am finding generally seems to point the finger at other ports not being built wrong, vs an obj file within the same port ... ===> Building for resin-2.1.17_1 (cd src/c/plugin; make) for dir in common apache2; do (cd $dir; make); done cc -c -I/usr/include -O2 -fno-strict-aliasing -pipe -DNO_IDEA stream.c stream.c: In function `select_host': stream.c:1103: warning: cast from pointer to integer of different size cc -c -I/usr/include -O2 -fno-strict-aliasing -pipe -DNO_IDEA registry.c cc -c -I/usr/include -O2 -fno-strict-aliasing -pipe -DNO_IDEA config.c cc -c -I/usr/include -O2 -fno-strict-aliasing -pipe -DNO_IDEA memory.c cc -shared -o common.o stream.o registry.o config.o memory.o /usr/bin/ld: stream.o: relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC stream.o: could not read symbols: Bad value *** Error code 1 I get the same issue with Resin3 (would rather 3, just figured I'd see if 2 made a difference) ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 11 03:30:09 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A14316A403; Tue, 11 Apr 2006 03:30:09 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB3D43D48; Tue, 11 Apr 2006 03:30:08 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 9ACE362CA79; Tue, 11 Apr 2006 00:30:07 -0300 (ADT) X-Virus-Scanned: by amavisd-new at hub.org Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id KZy+ClNhrN0c; Tue, 11 Apr 2006 00:30:06 -0300 (ADT) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id 5971362CA4D; Tue, 11 Apr 2006 00:30:06 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1000) id 9D69B3C30A; Tue, 11 Apr 2006 00:30:02 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 97E083B98E; Tue, 11 Apr 2006 00:30:02 -0300 (ADT) Date: Tue, 11 Apr 2006 00:30:02 -0300 (ADT) From: "Marc G. Fournier" To: freebsd-amd64@freebsd.org In-Reply-To: <20060410235910.F1096@ganymede.hub.org> Message-ID: <20060411002924.E1096@ganymede.hub.org> References: <20060410235910.F1096@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-ports@freebsd.org Subject: relocation R_X86_64_32 can not be used (Was: Re: (no subject)) 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: Tue, 11 Apr 2006 03:30:09 -0000 Sorry for repost, but figured something a bit more descriptive then 'no subject' might help ... On Tue, 11 Apr 2006, Marc G. Fournier wrote: > > 'k, I'm finding alot of stuff on Google concerning Linux, that doesn't help > me in the least for this ... checked freebsd list archives too, and am not > finding anything related to resin, and what I am finding generally seems to > point the finger at other ports not being built wrong, vs an obj file within > the same port ... > > ===> Building for resin-2.1.17_1 > (cd src/c/plugin; make) > for dir in common apache2; do (cd $dir; make); done > cc -c -I/usr/include -O2 -fno-strict-aliasing -pipe -DNO_IDEA stream.c > stream.c: In function `select_host': > stream.c:1103: warning: cast from pointer to integer of different size > cc -c -I/usr/include -O2 -fno-strict-aliasing -pipe -DNO_IDEA registry.c > cc -c -I/usr/include -O2 -fno-strict-aliasing -pipe -DNO_IDEA config.c > cc -c -I/usr/include -O2 -fno-strict-aliasing -pipe -DNO_IDEA memory.c > cc -shared -o common.o stream.o registry.o config.o memory.o > /usr/bin/ld: stream.o: relocation R_X86_64_32 can not be used when making a > shared object; recompile with -fPIC > stream.o: could not read symbols: Bad value > *** Error code 1 > > I get the same issue with Resin3 (would rather 3, just figured I'd see if 2 > made a difference) ... > > ---- > Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) > Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" > > ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 11 03:36:20 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1DBF16A400; Tue, 11 Apr 2006 03:36:20 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D2B743D45; Tue, 11 Apr 2006 03:36:20 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.6/8.13.4) with ESMTP id k3B3aJmx001550; Mon, 10 Apr 2006 20:36:19 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.6/8.13.4/Submit) id k3B3aJE5001549; Mon, 10 Apr 2006 20:36:19 -0700 (PDT) (envelope-from sgk) Date: Mon, 10 Apr 2006 20:36:19 -0700 From: Steve Kargl To: "Marc G. Fournier" Message-ID: <20060411033619.GA1495@troutmask.apl.washington.edu> References: <20060410235910.F1096@ganymede.hub.org> <20060411002924.E1096@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060411002924.E1096@ganymede.hub.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: relocation R_X86_64_32 can not be used (Was: Re: (no subject)) 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: Tue, 11 Apr 2006 03:36:20 -0000 On Tue, Apr 11, 2006 at 12:30:02AM -0300, Marc G. Fournier wrote: > >cc -shared -o common.o stream.o registry.o config.o memory.o > >/usr/bin/ld: stream.o: relocation R_X86_64_32 can not be used when making > >a shared object; recompile with -fPIC > >stream.o: could not read symbols: Bad value You're mixing static and share libs. Add -static to your CFLAGS. -- Steve From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 11 04:09:12 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD3D816A400; Tue, 11 Apr 2006 04:09:12 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 342AF43D49; Tue, 11 Apr 2006 04:09:12 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 4C86062CA79; Tue, 11 Apr 2006 01:09:11 -0300 (ADT) X-Virus-Scanned: by amavisd-new at hub.org Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id oxn+wk3K3V1X; Tue, 11 Apr 2006 01:09:09 -0300 (ADT) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id 3ADCB62CA73; Tue, 11 Apr 2006 01:09:10 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1000) id 8F7323E56B; Tue, 11 Apr 2006 01:09:07 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 8E97133C25; Tue, 11 Apr 2006 01:09:07 -0300 (ADT) Date: Tue, 11 Apr 2006 01:09:07 -0300 (ADT) From: "Marc G. Fournier" To: Steve Kargl In-Reply-To: <20060411033619.GA1495@troutmask.apl.washington.edu> Message-ID: <20060411010839.Q1096@ganymede.hub.org> References: <20060410235910.F1096@ganymede.hub.org> <20060411002924.E1096@ganymede.hub.org> <20060411033619.GA1495@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-ports@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: relocation R_X86_64_32 can not be used (Was: Re: (no subject)) 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: Tue, 11 Apr 2006 04:09:12 -0000 On Mon, 10 Apr 2006, Steve Kargl wrote: > On Tue, Apr 11, 2006 at 12:30:02AM -0300, Marc G. Fournier wrote: >>> cc -shared -o common.o stream.o registry.o config.o memory.o >>> /usr/bin/ld: stream.o: relocation R_X86_64_32 can not be used when making >>> a shared object; recompile with -fPIC >>> stream.o: could not read symbols: Bad value > > You're mixing static and share libs. Add -static to your > CFLAGS. Same result: ===> Building for resin-2.1.17_1 (cd src/c/plugin; make) for dir in common apache2; do (cd $dir; make); done cc -c -I/usr/include -static -DNO_IDEA stream.c stream.c: In function `select_host': stream.c:1103: warning: cast from pointer to integer of different size cc -c -I/usr/include -static -DNO_IDEA registry.c cc -c -I/usr/include -static -DNO_IDEA config.c cc -c -I/usr/include -static -DNO_IDEA memory.c cc -shared -o common.o stream.o registry.o config.o memory.o /usr/bin/ld: stream.o: relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC stream.o: could not read symbols: Bad value *** Error code 1 ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 11 04:30:18 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5821E16A403; Tue, 11 Apr 2006 04:30:18 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D29143D46; Tue, 11 Apr 2006 04:30:17 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.6/8.13.4) with ESMTP id k3B4UHcF001884; Mon, 10 Apr 2006 21:30:17 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.6/8.13.4/Submit) id k3B4UH3D001883; Mon, 10 Apr 2006 21:30:17 -0700 (PDT) (envelope-from sgk) Date: Mon, 10 Apr 2006 21:30:17 -0700 From: Steve Kargl To: "Marc G. Fournier" Message-ID: <20060411043016.GA1866@troutmask.apl.washington.edu> References: <20060410235910.F1096@ganymede.hub.org> <20060411002924.E1096@ganymede.hub.org> <20060411033619.GA1495@troutmask.apl.washington.edu> <20060411010839.Q1096@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060411010839.Q1096@ganymede.hub.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: relocation R_X86_64_32 can not be used (Was: Re: (no subject)) 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: Tue, 11 Apr 2006 04:30:18 -0000 On Tue, Apr 11, 2006 at 01:09:07AM -0300, Marc G. Fournier wrote: > On Mon, 10 Apr 2006, Steve Kargl wrote: > > >On Tue, Apr 11, 2006 at 12:30:02AM -0300, Marc G. Fournier wrote: > >>>cc -shared -o common.o stream.o registry.o config.o memory.o > >>>/usr/bin/ld: stream.o: relocation R_X86_64_32 can not be used when making > >>>a shared object; recompile with -fPIC > >>>stream.o: could not read symbols: Bad value > > > >You're mixing static and share libs. Add -static to your > >CFLAGS. > > Same result: > > ===> Building for resin-2.1.17_1 > (cd src/c/plugin; make) > for dir in common apache2; do (cd $dir; make); done > cc -c -I/usr/include -static -DNO_IDEA stream.c > stream.c: In function `select_host': > stream.c:1103: warning: cast from pointer to integer of different size > cc -c -I/usr/include -static -DNO_IDEA registry.c > cc -c -I/usr/include -static -DNO_IDEA config.c > cc -c -I/usr/include -static -DNO_IDEA memory.c > cc -shared -o common.o stream.o registry.o config.o memory.o ^^^^^^^ This isn't -static. -- Steve From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 11 11:45:52 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7BA016A403 for ; Tue, 11 Apr 2006 11:45:52 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F6BA43D45 for ; Tue, 11 Apr 2006 11:45:50 +0000 (GMT) (envelope-from morganw@chemikals.org) Received: from volatile.chemikals.org (cpe-024-211-118-154.sc.res.rr.com [24.211.118.154]) by ms-smtp-03-eri0.southeast.rr.com (8.13.4/8.13.4) with ESMTP id k3BBjkvb029060; Tue, 11 Apr 2006 07:45:48 -0400 (EDT) Received: from localhost (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.13.4/8.13.4) with ESMTP id k3BBjjUT027282; Tue, 11 Apr 2006 07:45:45 -0400 (EDT) (envelope-from morganw@chemikals.org) Date: Tue, 11 Apr 2006 07:45:45 -0400 (EDT) From: Wesley Morgan To: Steve Kargl In-Reply-To: <20060411033619.GA1495@troutmask.apl.washington.edu> Message-ID: <20060411074512.S17615@volatile.chemikals.org> References: <20060410235910.F1096@ganymede.hub.org> <20060411002924.E1096@ganymede.hub.org> <20060411033619.GA1495@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: freebsd-amd64@freebsd.org Subject: Re: relocation R_X86_64_32 can not be used (Was: Re: (no subject)) 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: Tue, 11 Apr 2006 11:45:52 -0000 On Mon, 10 Apr 2006, Steve Kargl wrote: > On Tue, Apr 11, 2006 at 12:30:02AM -0300, Marc G. Fournier wrote: >>> cc -shared -o common.o stream.o registry.o config.o memory.o >>> /usr/bin/ld: stream.o: relocation R_X86_64_32 can not be used when making >>> a shared object; recompile with -fPIC >>> stream.o: could not read symbols: Bad value > > You're mixing static and share libs. Add -static to your > CFLAGS. > > Or you could probably compile the other objects with -fPIC. -- This .signature sanitized for your protection From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 11 18:07:11 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E987016A403; Tue, 11 Apr 2006 18:07:11 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 432B943D45; Tue, 11 Apr 2006 18:07:11 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 8BCBA62CAC0; Tue, 11 Apr 2006 15:07:10 -0300 (ADT) X-Virus-Scanned: by amavisd-new at hub.org Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id dJGJWT+-rLLS; Tue, 11 Apr 2006 15:07:02 -0300 (ADT) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id B806262CA95; Tue, 11 Apr 2006 15:07:09 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1000) id AF7A845EAD; Tue, 11 Apr 2006 15:07:08 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id A829B3464E; Tue, 11 Apr 2006 15:07:08 -0300 (ADT) Date: Tue, 11 Apr 2006 15:07:08 -0300 (ADT) From: "Marc G. Fournier" To: Steve Kargl In-Reply-To: <20060411043016.GA1866@troutmask.apl.washington.edu> Message-ID: <20060411150640.G1096@ganymede.hub.org> References: <20060410235910.F1096@ganymede.hub.org> <20060411002924.E1096@ganymede.hub.org> <20060411033619.GA1495@troutmask.apl.washington.edu> <20060411010839.Q1096@ganymede.hub.org> <20060411043016.GA1866@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-ports@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: relocation R_X86_64_32 can not be used (Was: Re: (no subject)) 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: Tue, 11 Apr 2006 18:07:12 -0000 On Mon, 10 Apr 2006, Steve Kargl wrote: > On Tue, Apr 11, 2006 at 01:09:07AM -0300, Marc G. Fournier wrote: >> On Mon, 10 Apr 2006, Steve Kargl wrote: >> >>> On Tue, Apr 11, 2006 at 12:30:02AM -0300, Marc G. Fournier wrote: >>>>> cc -shared -o common.o stream.o registry.o config.o memory.o >>>>> /usr/bin/ld: stream.o: relocation R_X86_64_32 can not be used when making >>>>> a shared object; recompile with -fPIC >>>>> stream.o: could not read symbols: Bad value >>> >>> You're mixing static and share libs. Add -static to your >>> CFLAGS. >> >> Same result: >> >> ===> Building for resin-2.1.17_1 >> (cd src/c/plugin; make) >> for dir in common apache2; do (cd $dir; make); done >> cc -c -I/usr/include -static -DNO_IDEA stream.c >> stream.c: In function `select_host': >> stream.c:1103: warning: cast from pointer to integer of different size >> cc -c -I/usr/include -static -DNO_IDEA registry.c >> cc -c -I/usr/include -static -DNO_IDEA config.c >> cc -c -I/usr/include -static -DNO_IDEA memory.c >> cc -shared -o common.o stream.o registry.o config.o memory.o > ^^^^^^^ > > This isn't -static. You said to add it to CFLAGS ... which variable defines -shared vs -static? ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 11 18:56:38 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33D8F16A412 for ; Tue, 11 Apr 2006 18:56:38 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1D3343D5F for ; Tue, 11 Apr 2006 18:56:34 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 3921A62C9AA; Tue, 11 Apr 2006 15:56:34 -0300 (ADT) X-Virus-Scanned: by amavisd-new at hub.org Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id GB2loSSIfifb; Tue, 11 Apr 2006 15:54:55 -0300 (ADT) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id D273A62C7DE; Tue, 11 Apr 2006 15:53:21 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1000) id 84B983DFF2; Tue, 11 Apr 2006 15:53:20 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 8198239A39; Tue, 11 Apr 2006 15:53:20 -0300 (ADT) Date: Tue, 11 Apr 2006 15:53:20 -0300 (ADT) From: "Marc G. Fournier" To: Wesley Morgan In-Reply-To: <20060411074512.S17615@volatile.chemikals.org> Message-ID: <20060411155313.P1096@ganymede.hub.org> References: <20060410235910.F1096@ganymede.hub.org> <20060411002924.E1096@ganymede.hub.org> <20060411033619.GA1495@troutmask.apl.washington.edu> <20060411074512.S17615@volatile.chemikals.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-amd64@freebsd.org Subject: Re: relocation R_X86_64_32 can not be used (Was: Re: (no subject)) 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: Tue, 11 Apr 2006 18:56:38 -0000 That works perfectly, thank you ... On Tue, 11 Apr 2006, Wesley Morgan wrote: > On Mon, 10 Apr 2006, Steve Kargl wrote: > >> On Tue, Apr 11, 2006 at 12:30:02AM -0300, Marc G. Fournier wrote: >>>> cc -shared -o common.o stream.o registry.o config.o memory.o >>>> /usr/bin/ld: stream.o: relocation R_X86_64_32 can not be used when making >>>> a shared object; recompile with -fPIC >>>> stream.o: could not read symbols: Bad value >> >> You're mixing static and share libs. Add -static to your >> CFLAGS. >> >> > > Or you could probably compile the other objects with -fPIC. > > -- > This .signature sanitized for your protection > > ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 11 19:11:42 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD88516A400; Tue, 11 Apr 2006 19:11:42 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB1F43D53; Tue, 11 Apr 2006 19:11:30 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.6/8.13.4) with ESMTP id k3BJBU7j005610; Tue, 11 Apr 2006 12:11:30 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.6/8.13.4/Submit) id k3BJBSFT005609; Tue, 11 Apr 2006 12:11:28 -0700 (PDT) (envelope-from sgk) Date: Tue, 11 Apr 2006 12:11:28 -0700 From: Steve Kargl To: "Marc G. Fournier" Message-ID: <20060411191128.GA5576@troutmask.apl.washington.edu> References: <20060410235910.F1096@ganymede.hub.org> <20060411002924.E1096@ganymede.hub.org> <20060411033619.GA1495@troutmask.apl.washington.edu> <20060411010839.Q1096@ganymede.hub.org> <20060411043016.GA1866@troutmask.apl.washington.edu> <20060411150640.G1096@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060411150640.G1096@ganymede.hub.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: relocation R_X86_64_32 can not be used (Was: Re: (no subject)) 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: Tue, 11 Apr 2006 19:11:42 -0000 On Tue, Apr 11, 2006 at 03:07:08PM -0300, Marc G. Fournier wrote: > On Mon, 10 Apr 2006, Steve Kargl wrote: > > >>cc -c -I/usr/include -static -DNO_IDEA memory.c > >>cc -shared -o common.o stream.o registry.o config.o memory.o > > ^^^^^^^ > > > >This isn't -static. > > You said to add it to CFLAGS ... which variable defines -shared vs > -static? > It appears the resin port doesn't use CFLAGS when cc is used as the loader. I admit I forgot the other solution of adding -fPIC to generate the needed symbols. -- Steve From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 11 19:20:38 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 451BC16A401; Tue, 11 Apr 2006 19:20:38 +0000 (UTC) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF6E543D48; Tue, 11 Apr 2006 19:20:37 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 6A078F274E; Tue, 11 Apr 2006 12:20:37 -0700 (PDT) X-Virus-Scanned: by amavisd-new at mcneil.com Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b8ctAJUsjQva; Tue, 11 Apr 2006 12:20:29 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 4B82DF267F; Tue, 11 Apr 2006 12:20:29 -0700 (PDT) From: Sean McNeil To: Steve Kargl In-Reply-To: <20060411191128.GA5576@troutmask.apl.washington.edu> References: <20060410235910.F1096@ganymede.hub.org> <20060411002924.E1096@ganymede.hub.org> <20060411033619.GA1495@troutmask.apl.washington.edu> <20060411010839.Q1096@ganymede.hub.org> <20060411043016.GA1866@troutmask.apl.washington.edu> <20060411150640.G1096@ganymede.hub.org> <20060411191128.GA5576@troutmask.apl.washington.edu> Content-Type: text/plain Date: Tue, 11 Apr 2006 12:20:29 -0700 Message-Id: <1144783229.79147.6.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-amd64@freebsd.org, freebsd-ports@freebsd.org Subject: Re: relocation R_X86_64_32 can not be used (Was: Re: (no subject)) 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: Tue, 11 Apr 2006 19:20:38 -0000 On Tue, 2006-04-11 at 12:11 -0700, Steve Kargl wrote: > On Tue, Apr 11, 2006 at 03:07:08PM -0300, Marc G. Fournier wrote: > > On Mon, 10 Apr 2006, Steve Kargl wrote: > > > > >>cc -c -I/usr/include -static -DNO_IDEA memory.c > > >>cc -shared -o common.o stream.o registry.o config.o memory.o > > > ^^^^^^^ > > > > > >This isn't -static. > > > > You said to add it to CFLAGS ... which variable defines -shared vs > > -static? > > > > It appears the resin port doesn't use CFLAGS when cc is used > as the loader. I admit I forgot the other solution of adding > -fPIC to generate the needed symbols. Typically, *FLAGS depend on what you are doing: CFLAGS object files from C source CXXFLAGS object files from C++ source CPFLAGS C/C++ preprocessing. Sometimes added to above LDFLAGS executable from object files This has been a pretty consistent rule from what I've seen. So I would think the -shared is in his LDFLAGS. Cheers, Sean From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 11 19:43:50 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB82016A436 for ; Tue, 11 Apr 2006 19:43:50 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com [206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id B8C3F43D49 for ; Tue, 11 Apr 2006 19:43:47 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 75358 invoked from network); 11 Apr 2006 19:43:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=vI8DFpd+CAJNP2qWENG8TzszBwnKgpsyxfwmvHL27NTbnnoLdZidZOpNejDGSVRFMZoPWZJn6wddP3x3R87xfmhNS8FL5WzoUkNvSYrGa6KflvHkIEmyHT31SuBVjB8Gc/8AyCBznd/F+jXtmdrjU8coxZ+I4Bh6182kdW4gn/w= ; Received: from unknown (HELO ?70.31.50.218?) (mikej@rogers.com@70.31.50.218 with plain) by smtp105.rog.mail.re2.yahoo.com with SMTP; 11 Apr 2006 19:43:46 -0000 Message-ID: <443C071E.8010809@rogers.com> Date: Tue, 11 Apr 2006 15:44:30 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: "Marc G. Fournier" References: <20060410235910.F1096@ganymede.hub.org> <20060411002924.E1096@ganymede.hub.org> In-Reply-To: <20060411002924.E1096@ganymede.hub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: relocation R_X86_64_32 can not be used (Was: Re: (no subject)) 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: Tue, 11 Apr 2006 19:43:50 -0000 Marc G. Fournier wrote: >> ===> Building for resin-2.1.17_1 >> (cd src/c/plugin; make) >> for dir in common apache2; do (cd $dir; make); done >> cc -c -I/usr/include -O2 -fno-strict-aliasing -pipe -DNO_IDEA stream.c >> stream.c: In function `select_host': >> stream.c:1103: warning: cast from pointer to integer of different size >> cc -c -I/usr/include -O2 -fno-strict-aliasing -pipe -DNO_IDEA >> registry.c >> cc -c -I/usr/include -O2 -fno-strict-aliasing -pipe -DNO_IDEA config.c >> cc -c -I/usr/include -O2 -fno-strict-aliasing -pipe -DNO_IDEA memory.c >> cc -shared -o common.o stream.o registry.o config.o memory.o >> /usr/bin/ld: stream.o: relocation R_X86_64_32 can not be used when >> making a shared object; recompile with -fPIC Has everyone gone blind? :P ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> stream.o: could not read symbols: Bad value >> *** Error code 1 >> >> I get the same issue with Resin3 (would rather 3, just figured I'd >> see if 2 made a difference) ... Recompile with -fPIC on amd64. From owner-freebsd-amd64@FreeBSD.ORG Wed Apr 12 13:30:22 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51B0A16A402 for ; Wed, 12 Apr 2006 13:30:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C9943D62 for ; Wed, 12 Apr 2006 13:30:14 +0000 (GMT) (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 k3CDUEmA033325 for ; Wed, 12 Apr 2006 13:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3CDUE2v033320; Wed, 12 Apr 2006 13:30:14 GMT (envelope-from gnats) Resent-Date: Wed, 12 Apr 2006 13:30:14 GMT Resent-Message-Id: <200604121330.k3CDUE2v033320@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, "M. Archangel" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08EE816A40D for ; Wed, 12 Apr 2006 13:27:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9BF643D46 for ; Wed, 12 Apr 2006 13:27:55 +0000 (GMT) (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 k3CDRtH5099299 for ; Wed, 12 Apr 2006 13:27:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k3CDRtk6099275; Wed, 12 Apr 2006 13:27:55 GMT (envelope-from nobody) Message-Id: <200604121327.k3CDRtk6099275@www.freebsd.org> Date: Wed, 12 Apr 2006 13:27:55 GMT From: "M. Archangel" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: amd64/95651: CANT INSTALL 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, 12 Apr 2006 13:30:22 -0000 >Number: 95651 >Category: amd64 >Synopsis: CANT INSTALL >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Apr 12 13:30:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: M. Archangel >Release: freebsd 6 >Organization: >Environment: >Description: cant install freebsd 6 on asus A8N-VM CSM rev 1.01 with Athlon 64 x2 getting message that hardware not recognized, installation aborted. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 13 04:51:22 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.ORG Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98DF616A401 for ; Thu, 13 Apr 2006 04:51:22 +0000 (UTC) (envelope-from vkashyap@amcc.com) Received: from sdcexchange01.amcc.com (sdcfw11.amcc.com [198.137.200.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ED3043D48 for ; Thu, 13 Apr 2006 04:51:22 +0000 (GMT) (envelope-from vkashyap@amcc.com) Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 12 Apr 2006 21:51:20 -0700 Message-ID: <2B3B2AA816369A4E87D7BE63EC9D2F260181C5E5@SDCEXCHANGE01.ad.amcc.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 3ware 9500S card not responding after upgrading firmware to 2.08.00.006 Thread-Index: AcZeILx1hIZu7kxNQAOARo+fW6xQIQAlJuTg From: "Vinod Kashyap" To: "Jean-Yves Avenard" Cc: freebsd-amd64@FreeBSD.ORG Subject: RE: 3ware 9500S card not responding after upgrading firmware to 2.08.00.006 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, 13 Apr 2006 04:51:22 -0000 > -----Original Message----- > From: Jean-Yves Avenard [mailto:jean-yves.avenard@hydrix.com]=20 > Sent: Wednesday, April 12, 2006 4:00 AM > To: Vinod Kashyap > Cc: Jean-Yves Avenard; Michael Meltzer; freebsd-amd64@FreeBSD.ORG > Subject: Re: 3ware 9500S card not responding after upgrading=20 > firmware to 2.08.00.006 >=20 > Hello again. >=20 > Jean-Yves Avenard wrote: > > > > > > Here is the kernel configuration I'm using: > > include GENERIC > > > > ident amd64 > > > > # My options > > > > #options TWA_FLASH_FIRMWARE > > > > options KDB > > options DDB > > > > options QUOTA >=20 > I should have tried more things before I wrote to you. > I commented out option TWA_FLASH_FIRMWARE >=20 > and it's working fine again... Gosh it gave me a big fright. >=20 > Maybe somebody should mention this somewhere, obviously the=20 > FreeBSD code that revert to using the default firmware after=20 > failing flashing a new one isn't working properly :( > The code that attempts to work with the firmware on the controller is alright, but in your case, it looks like somehow the controller got into a bad state, and hence the errors. There's more information on auto-flash of firmware in the latest /sys/modules/twa/Makefile. You might want to refer to that. I don't maintain twe/twa anymore. Please contact 3ware support with any future questions. -------------------------------------------------------- CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, = is for the sole use of the intended recipient(s) and contains = information that is confidential and proprietary to Applied Micro = Circuits Corporation or its subsidiaries. It is to be used solely for = the purpose of furthering the parties' business relationship. All = unauthorized review, use, disclosure or distribution is prohibited. If = you are not the intended recipient, please contact the sender by reply = e-mail and destroy all copies of the original message. From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 13 07:56:21 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A8F316A405; Thu, 13 Apr 2006 07:56:21 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B5E43D5D; Thu, 13 Apr 2006 07:56:21 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3D7uKmW031327; Thu, 13 Apr 2006 07:56:20 GMT (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3D7uKBB031323; Thu, 13 Apr 2006 07:56:20 GMT (envelope-from ru) Date: Thu, 13 Apr 2006 07:56:20 GMT From: Ruslan Ermilov Message-Id: <200604130756.k3D7uKBB031323@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-amd64@FreeBSD.org, bzeeb+freebsdports@zabbadoz.net Cc: Subject: Re: ports/75015: cvsup on amd64 coredumps with either runsocks or -l 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, 13 Apr 2006 07:56:21 -0000 Synopsis: cvsup on amd64 coredumps with either runsocks or -l Responsible-Changed-From-To: freebsd-amd64->bzeeb+freebsdports@zabbadoz.net Responsible-Changed-By: ru Responsible-Changed-When: Thu Apr 13 07:55:24 UTC 2006 Responsible-Changed-Why: See if Bjoern could possibly be interested in fixing this. http://www.freebsd.org/cgi/query-pr.cgi?pr=75015 From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 13 14:01:53 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF6B16A403 for ; Thu, 13 Apr 2006 14:01:53 +0000 (UTC) (envelope-from skon@kr.FreeBSD.org) Received: from bibs.snu.ac.kr (bibs.snu.ac.kr [147.46.42.54]) by mx1.FreeBSD.org (Postfix) with SMTP id 16F9043D6E for ; Thu, 13 Apr 2006 14:01:48 +0000 (GMT) (envelope-from skon@kr.FreeBSD.org) Received: (qmail 59261 invoked from network); 13 Apr 2006 13:59:58 -0000 Received: from unknown (HELO skon2) (147.46.24.107) by bibs.snu.ac.kr with SMTP; 13 Apr 2006 13:59:58 -0000 Message-ID: <001801c65f02$d01ad2f0$6b182e93@skon2> From: "SungGON Yi." To: Date: Thu, 13 Apr 2006 23:01:51 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.1830 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Cc: amd64@freebsd.org, stable@freebsd.org Subject: bge0 problem on 6.1-PR 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, 13 Apr 2006 14:01:53 -0000 SSBhbSB1c2luZyA2Lnggb24gVHlhbiBTMjg4NUFOUkYgYm9hcmQgYW5kIGFkZCBvbmUgbW9yZSBO SUMuDQpEZXZpY2UgbmFtZXMgYXJlIGJnZTAgKGJvYXJkIGxhbikgYW5kIGJnZTEgKGFkZGl0aW9u YWwgTklDKS4gDQoNClRoZXNlIHdvcmtlZCB3ZWxsIG9uIEZyZWVCU0QgNi4wLWFtZDY0IHN0YWJs ZS4NCkJ1dCB3aGVuIEkgdXBkYXRlZCB0byA2LjEtUFJFUkVMRUFTRSB2ZXJzaW9uLCBJIGhhZCBi ZWxvdyBtZXNzYWdlcyBhbmQgYmdlMCBkaWQgbm90IHdvcmsuDQpiZ2UxIHdvcmtlZCB3ZWxsIGFz IGJlZm9yZS4gDQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQpiZ2UwOiB3YXRj aGRvZyB0aW1lb3V0IC0tIHJlc2V0dGluZw0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0NCg0KSSBhbSB1c2luZyA2LjAtUkVMRUFTRSBub3cuIA0KDQotLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLQ0KYmdlMDogPEJyb2FkY29tIEJDTTU3MDEgR2lnYWJpdCBFdGhlcm5ldCwg QVNJQyByZXYuIDB4MTA1PiBtZW0gMHhmYzZmMDAwMC0weGZjNmZmZmZmIGlycSAyNyBhdCBkZXZp Y2UgOC4wIG9uIHBjaTINCm1paWJ1czA6IDxNSUkgYnVzPiBvbiBiZ2UwDQpicmdwaHkwOiA8QkNN NTcwMSAxMC8xMDAvMTAwMGJhc2VUWCBQSFk+IG9uIG1paWJ1czANCmJyZ3BoeTA6ICAxMGJhc2VU LCAxMGJhc2VULUZEWCwgMTAwYmFzZVRYLCAxMDBiYXNlVFgtRkRYLCAxMDAwYmFzZVRYLCAxMDAw YmFzZVRYLUZEWCwgYXV0bw0KYmdlMDogRXRoZXJuZXQgYWRkcmVzczogMDA6MDQ6NzY6ZjM6ZTg6 YzkNCmJnZTE6IDxCcm9hZGNvbSBCQ001NzAzIEdpZ2FiaXQgRXRoZXJuZXQsIEFTSUMgcmV2LiAw eDEwMDI+IG1lbSAweGZjNmUwMDAwLTB4ZmM2ZWZmZmYgaXJxIDI0IGF0IGRldmljZSA5LjAgb24g cGNpMg0KbWlpYnVzMTogPE1JSSBidXM+IG9uIGJnZTENCmJyZ3BoeTE6IDxCQ001NzAzIDEwLzEw MC8xMDAwYmFzZVRYIFBIWT4gb24gbWlpYnVzMQ0KYnJncGh5MTogIDEwYmFzZVQsIDEwYmFzZVQt RkRYLCAxMDBiYXNlVFgsIDEwMGJhc2VUWC1GRFgsIDEwMDBiYXNlVFgsIDEwMDBiYXNlVFgtRkRY LCBhdXRvDQpiZ2UxOiBFdGhlcm5ldCBhZGRyZXNzOiAwMDplMDo4MToyNzphMDpmNg0KLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCiQgaWZjb25m aWcNCmJnZTA6IGZsYWdzPTg4NDM8VVAsQlJPQURDQVNULFJVTk5JTkcsU0lNUExFWCxNVUxUSUNB U1Q+IG10dSAxNTAwDQogb3B0aW9ucz0xYjxSWENTVU0sVFhDU1VNLFZMQU5fTVRVLFZMQU5fSFdU QUdHSU5HPg0KIGluZXQ2IGZlODA6OjIwNDo3NmZmOmZlZjM6ZThjOSViZ2UwIHByZWZpeGxlbiA2 NCBzY29wZWlkIDB4MSANCiBpbmV0IHh4eC54eHgueHh4Lnh4eCBuZXRtYXNrIDB4ZmZmZmZmMDAg YnJvYWRjYXN0IHh4eC54eHgueHh4Lnh4eA0KIGV0aGVyIDAwOjA0Ojc2OmYzOmU4OmM5DQogbWVk aWE6IEV0aGVybmV0IGF1dG9zZWxlY3QgKDEwMGJhc2VUWCA8ZnVsbC1kdXBsZXg+KQ0KIHN0YXR1 czogYWN0aXZlDQpiZ2UxOiBmbGFncz04ODQzPFVQLEJST0FEQ0FTVCxSVU5OSU5HLFNJTVBMRVgs TVVMVElDQVNUPiBtdHUgMTUwMA0KIG9wdGlvbnM9MWI8UlhDU1VNLFRYQ1NVTSxWTEFOX01UVSxW TEFOX0hXVEFHR0lORz4NCiBpbmV0NiBmZTgwOjoyZTA6ODFmZjpmZTI3OmEwZjYlYmdlMSBwcmVm aXhsZW4gNjQgc2NvcGVpZCAweDIgDQogaW5ldCAxOTIuMTY4LjI0LjEwNiBuZXRtYXNrIDB4ZmZm ZmZmMDAgYnJvYWRjYXN0IDE5Mi4xNjguMjQuMjU1DQogZXRoZXIgMDA6ZTA6ODE6Mjc6YTA6ZjYN CiBtZWRpYTogRXRoZXJuZXQgYXV0b3NlbGVjdCAoMTAwMGJhc2VUWCA8ZnVsbC1kdXBsZXg+KQ0K IHN0YXR1czogYWN0aXZlDQpsbzA6IGZsYWdzPTgwNDk8VVAsTE9PUEJBQ0ssUlVOTklORyxNVUxU SUNBU1Q+IG10dSAxNjM4NA0KIGluZXQ2IDo6MSBwcmVmaXhsZW4gMTI4IA0KIGluZXQ2IGZlODA6 OjElbG8wIHByZWZpeGxlbiA2NCBzY29wZWlkIDB4MyANCiBpbmV0IDEyNy4wLjAuMSBuZXRtYXNr IDB4ZmYwMDAwMDAgDQpwZnN5bmMwOiBmbGFncz0wPD4gbXR1IDIwMjANCnBmbG9nMDogZmxhZ3M9 MDw+IG10dSAzMzE2MA0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQoNClN1 bmdHT04gWWkuDQpza29uQGtyLkZyZWVCU0Qub3JnDQoNCg== From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 13 14:55:44 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D02916A403 for ; Thu, 13 Apr 2006 14:55:44 +0000 (UTC) (envelope-from amon@sockar.homeip.net) Received: from sockar.homeip.net (tourist.net8.nerim.net [213.41.176.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E60443D46 for ; Thu, 13 Apr 2006 14:55:43 +0000 (GMT) (envelope-from amon@sockar.homeip.net) Received: from sockar.homeip.net (localhost [127.0.0.1]) by sockar.homeip.net (8.13.4/8.13.3) with ESMTP id k3DEt8nj026967 for ; Thu, 13 Apr 2006 16:55:08 +0200 (CEST) (envelope-from amon@sockar.homeip.net) Received: (from amon@localhost) by sockar.homeip.net (8.13.4/8.13.3/Submit) id k3DEt8uD026966 for freebsd-amd64@freebsd.org; Thu, 13 Apr 2006 16:55:08 +0200 (CEST) (envelope-from amon) Date: Thu, 13 Apr 2006 16:55:08 +0200 From: Herve Boulouis To: freebsd-amd64@freebsd.org Message-ID: <20060413145508.GB13719@ra.aabs> References: <001801c65f02$d01ad2f0$6b182e93@skon2> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <001801c65f02$d01ad2f0$6b182e93@skon2> User-Agent: Mutt/1.4.2.1i Subject: Re: bge0 problem on 6.1-PR 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, 13 Apr 2006 14:55:44 -0000 Le 13/04/2006 23:01, SungGON Yi. a écrit: > I am using 6.x on Tyan S2885ANRF board and add one more NIC. > Device names are bge0 (board lan) and bge1 (additional NIC). > > These worked well on FreeBSD 6.0-amd64 stable. > But when I updated to 6.1-PRERELEASE version, I had below messages and bge0 did not work. > bge1 worked well as before. > > -------------------------------- > bge0: watchdog timeout -- resetting > -------------------------------- Just a me too : Got a watchdog time out like this a few days ago on -amd64. if_bge.c version is 1.91.2.6. The bge cards are embedded on a Super micro opteron motherboard. bge0: mem 0xfc6e0000-0xfc6effff irq 29 at device 5.0 on pci1 miibus0: on bge0 bge0: Ethernet address: 00:30:48:75:61:b0 bge1: mem 0xfc6d0000-0xfc6dffff irq 30 at device 5.1 on pci1 miibus1: on bge1 bge1: Ethernet address: 00:30:48:75:61:b1 -- Herve Boulouis From owner-freebsd-amd64@FreeBSD.ORG Fri Apr 14 14:03:14 2006 Return-Path: X-Original-To: FreeBSD-AMD64@freebsd.org Delivered-To: FreeBSD-AMD64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CE6116A403 for ; Fri, 14 Apr 2006 14:03:14 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C1C43D5A for ; Fri, 14 Apr 2006 14:03:11 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so36268wxc for ; Fri, 14 Apr 2006 07:03:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NMfDnOHRRY6Symoq5lwGfstJFAZiwH83mJ3MBBAFK4vkjuU3jbcCIPntQNimp2mDeVa6wg+K5enq4RTnVCtwCwrJjKf0+1ALJ8KU0i7b4W01nsiU3eVlVKnrFoksU2KXwmMHvUiVbd+EdJucIAyQ3g339JcsrUohWqXXBfBZcEY= Received: by 10.70.89.9 with SMTP id m9mr1504364wxb; Fri, 14 Apr 2006 07:03:10 -0700 (PDT) Received: by 10.70.27.12 with HTTP; Fri, 14 Apr 2006 07:03:10 -0700 (PDT) Message-ID: <790a9fff0604140703h3e3be0dcj24446b70cd45bfac@mail.gmail.com> Date: Fri, 14 Apr 2006 09:03:10 -0500 From: "Scot Hetzel" To: FreeBSD-AMD64@freebsd.org In-Reply-To: <790a9fff0603280800lc309c92s4c991abc707c2536@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <790a9fff0603220925pde587a8pe15c7087c3007ae5@mail.gmail.com> <790a9fff0603280800lc309c92s4c991abc707c2536@mail.gmail.com> Cc: Subject: Re: FreeBSD/AMD64 6.1-Beta4: Strange problem with install CDs boot loader 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, 14 Apr 2006 14:03:14 -0000 Update on the strange CD boot problem: I downloaded 6.1-RC1 Boot only CD and it exibits the same problem, as the Beta4 CD. It still loads the loader, displays that it is loading the /boot/loader.conf file, but before it displays that it loading the kernel it crashes (no output of crash available, as the display is unreadable due to crash). But if I hold down the space bar while it is booting, it displays that it is loading /boot/kernel/kernel and then proceeds as normal going into the sysinstall menu. In an attempt to isolate the problem, I copied the kernel and loader off the CD onto the HD of my installed FreeBSD/amd64 systems /boot directory, and I had no problem booting off the HD with the kernel or loader from the CD. I also upgraded the BIOS from F.31 to F.33, this still didn't fix the problem of booting off of the CD. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 15 00:31:53 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D966C16A400 for ; Sat, 15 Apr 2006 00:31:53 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 018FB43D7E for ; Sat, 15 Apr 2006 00:31:03 +0000 (GMT) (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 k3F0UHjv096222 for ; Sat, 15 Apr 2006 00:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3F0UHhD096216; Sat, 15 Apr 2006 00:30:17 GMT (envelope-from gnats) Resent-Date: Sat, 15 Apr 2006 00:30:17 GMT Resent-Message-Id: <200604150030.k3F0UHhD096216@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, Jamie Burns Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 111EF16A400 for ; Sat, 15 Apr 2006 00:23:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC9943D45 for ; Sat, 15 Apr 2006 00:23:38 +0000 (GMT) (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 k3F0Ncve091380 for ; Sat, 15 Apr 2006 00:23:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k3F0NcQd091379; Sat, 15 Apr 2006 00:23:38 GMT (envelope-from nobody) Message-Id: <200604150023.k3F0NcQd091379@www.freebsd.org> Date: Sat, 15 Apr 2006 00:23:38 GMT From: Jamie Burns To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: amd64/95771: geom mirror provider destroyed (machine crashed) 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, 15 Apr 2006 00:31:54 -0000 >Number: 95771 >Category: amd64 >Synopsis: geom mirror provider destroyed (machine crashed) >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 15 00:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jamie Burns >Release: 6.1 RC1 >Organization: n/a >Environment: FreeBSD server0 6.1-RC1 FreeBSD 6.1-RC1 #0: Mon Apr 10 20:28:43 UTC 2006 root@bloom.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP amd64 >Description: Brand new install (with 1 disk on a geom mirror). I rebooted, and then decided to install ports from sysinstall. I went to make a port (www/mod_php4) and the machine crashed telling me that geom mirror provider was destroyed. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 15 19:38:35 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3CDF16A400; Sat, 15 Apr 2006 19:38:35 +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 03B1B43D46; Sat, 15 Apr 2006 19:38:30 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id k3FJcUgr039593; Sat, 15 Apr 2006 15:38:30 -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.4P/8.13.4) with ESMTP id k3FJcP4a053864; Sat, 15 Apr 2006 15:38:25 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0118C730B3; Wed, 29 Mar 2006 06:30:32 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060415193830.0118C730B3@freebsd-current.sentex.ca> X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on clamscanner4 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: , Date: Sat, 15 Apr 2006 19:38:36 -0000 X-Original-Date: Wed, 29 Mar 2006 06:30:32 -0500 (EST) X-List-Received-Date: Sat, 15 Apr 2006 19:38:36 -0000 TB --- 2006-03-29 10:55:43 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-03-29 10:55:43 - starting HEAD tinderbox run for amd64/amd64 TB --- 2006-03-29 10:55:43 - cleaning the object tree TB --- 2006-03-29 10:56:13 - checking out the source tree TB --- 2006-03-29 10:56:13 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2006-03-29 10:56:13 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-03-29 11:02:34 - building world (CFLAGS=-O2 -pipe) TB --- 2006-03-29 11:02:34 - cd /src TB --- 2006-03-29 11:02:34 - /usr/bin/make -B buildworld >>> 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 -DPTHREAD_KERNEL -I/src/lib/libpthread/../libc/include -I/src/lib/libpthread/thread -I/src/lib/libpthread/../../include -I/src/lib/libpthread/arch/amd64/include -I/src/lib/libpthread/sys -I/src/lib/libpthread/../../libexec/rtld-elf -I/src/lib/libpthread/../../libexec/rtld-elf/amd64 -fno-builtin -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -Wall -I/src/lib/libpthread/../libc/amd64 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/lib/libpthread/thread/thr_suspend_np.c cc -O2 -pipe -DPTHREAD_KERNEL -I/src/lib/libpthread/../libc/include -I/src/lib/libpthread/thread -I/src/lib/libpthread/../../include -I/src/lib/libpthread/arch/amd64/include -I/src/lib/libpthread/sys -I/src/lib/libpthread/../../libexec/rtld-elf -I/src/lib/libpthread/../../libexec/rtld-elf/amd64 -fno-builtin -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -Wall -I/src/lib/libpthread/../libc/amd64 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/lib/libpthread/thread/thr_switch_np.c cc -O2 -pipe -DPTHREAD_KERNEL -I/src/lib/libpthread/../libc/include -I/src/lib/libpthread/thread -I/src/lib/libpthread/../../include -I/src/lib/libpthread/arch/amd64/include -I/src/lib/libpthread/sys -I/src/lib/libpthread/../../libexec/rtld-elf -I/src/lib/libpthread/../../libexec/rtld-elf/amd64 -fno-builtin -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -Wall -I/src/lib/libpthread/../libc/amd64 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/lib/libpthread/thread/thr_system.c cc -O2 -pipe -DPTHREAD_KERNEL -I/src/lib/libpthread/../libc/include -I/src/lib/libpthread/thread -I/src/lib/libpthread/../../include -I/src/lib/libpthread/arch/amd64/include -I/src/lib/libpthread/sys -I/src/lib/libpthread/../../libexec/rtld-elf -I/src/lib/libpthread/../../libexec/rtld-elf/amd64 -fno-builtin -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -Wall -I/src/lib/libpthread/../libc/amd64 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/lib/libpthread/thread/thr_symbols.c In file included from /src/lib/libpthread/../../libexec/rtld-elf/rtld.h:40, from /src/lib/libpthread/thread/thr_symbols.c:38: /src/lib/libpthread/../../libexec/rtld-elf/amd64/rtld_machdep.h: In function `reloc_jmpslot': /src/lib/libpthread/../../libexec/rtld-elf/amd64/rtld_machdep.h:49: warning: implicit declaration of function `dbg' *** Error code 1 Stop in /src/lib/libpthread. *** Error code 1 Stop in /src/lib. *** 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 --- 2006-03-29 11:30:32 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-03-29 11:30:32 - ERROR: failed to build world TB --- 2006-03-29 11:30:32 - tinderbox aborted TB --- 1.61 user 6.94 system 2088.51 real From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 15 19:38:39 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0C4016A403; Sat, 15 Apr 2006 19:38:39 +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 12BDB43D49; Sat, 15 Apr 2006 19:38:30 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id k3FJcU7w039597; Sat, 15 Apr 2006 15:38:30 -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.4P/8.13.4) with ESMTP id k3FJcQTw053865; Sat, 15 Apr 2006 15:38:26 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 445C9730BB; Fri, 31 Mar 2006 16:56:51 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060415193830.445C9730BB@freebsd-current.sentex.ca> Date: Fri, 31 Mar 2006 16:56:51 -0500 (EST) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on clamscanner4 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, 15 Apr 2006 19:38:40 -0000 TB --- 2006-03-31 19:55:20 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-03-31 19:55:20 - starting HEAD tinderbox run for amd64/amd64 TB --- 2006-03-31 19:55:21 - cleaning the object tree TB --- 2006-03-31 19:55:50 - checking out the source tree TB --- 2006-03-31 19:55:50 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2006-03-31 19:55:50 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-03-31 20:02:13 - building world (CFLAGS=-O2 -pipe) TB --- 2006-03-31 20:02:13 - cd /src TB --- 2006-03-31 20:02:13 - /usr/bin/make -B buildworld >>> 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 TB --- 2006-03-31 21:36:34 - generating LINT kernel config TB --- 2006-03-31 21:36:34 - cd /src/sys/amd64/conf TB --- 2006-03-31 21:36:34 - /usr/bin/make -B LINT TB --- 2006-03-31 21:36:34 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-03-31 21:36:34 - cd /src TB --- 2006-03-31 21:36:34 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Mar 31 21:36:35 UTC 2006 >>> 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 -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /obj/amd64/src/sys/LINT/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -fno-omit-frame-pointer -I/obj/amd64/src/sys/LINT -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /src/sys/modules/scc/../../dev/scc/scc_bfe_ebus.c cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /obj/amd64/src/sys/LINT/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -fno-omit-frame-pointer -I/obj/amd64/src/sys/LINT -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /src/sys/modules/scc/../../dev/scc/scc_bfe_sbus.c /src/sys/modules/scc/../../dev/scc/scc_bfe_sbus.c:84: error: `puc_sbus_driver' undeclared here (not in a function) /src/sys/modules/scc/../../dev/scc/scc_bfe_sbus.c:84: error: initializer element is not constant /src/sys/modules/scc/../../dev/scc/scc_bfe_sbus.c:84: error: (near initialization for `puc_fhc_driver_mod.dmd_driver') /src/sys/modules/scc/../../dev/scc/scc_bfe_sbus.c:84: error: `puc_devclass' undeclared here (not in a function) /src/sys/modules/scc/../../dev/scc/scc_bfe_sbus.c:84: error: initializer element is not constant /src/sys/modules/scc/../../dev/scc/scc_bfe_sbus.c:84: error: (near initialization for `puc_fhc_driver_mod.dmd_devclass') *** Error code 1 Stop in /src/sys/modules/scc. *** Error code 1 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-03-31 21:56:50 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-03-31 21:56:50 - ERROR: failed to build lint kernel TB --- 2006-03-31 21:56:50 - tinderbox aborted TB --- 1.43 user 6.91 system 7289.98 real From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 15 19:38:40 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 238F016A40B; Sat, 15 Apr 2006 19:38: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 7F2E643D5F; Sat, 15 Apr 2006 19:38:31 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id k3FJcU19039607; Sat, 15 Apr 2006 15:38:30 -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.4P/8.13.4) with ESMTP id k3FJcQMG053872; Sat, 15 Apr 2006 15:38:26 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 90189730DF; Thu, 13 Apr 2006 20:07:06 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060415193830.90189730DF@freebsd-current.sentex.ca> Date: Thu, 13 Apr 2006 20:07:06 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [releng_6 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, 15 Apr 2006 19:38:40 -0000 TB --- 2006-04-13 22:15:44 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-04-13 22:15:44 - starting RELENG_6 tinderbox run for amd64/amd64 TB --- 2006-04-13 22:15:44 - cleaning the object tree TB --- 2006-04-13 22:16:19 - checking out the source tree TB --- 2006-04-13 22:16:19 - cd /tinderbox/RELENG_6/amd64/amd64 TB --- 2006-04-13 22:16:19 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_6 src TB --- 2006-04-13 22:25:54 - building world (CFLAGS=-O2 -pipe) TB --- 2006-04-13 22:25:54 - cd /src TB --- 2006-04-13 22:25:54 - /usr/bin/make -B buildworld >>> 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 TB --- 2006-04-13 23:58:15 - generating LINT kernel config TB --- 2006-04-13 23:58:15 - cd /src/sys/amd64/conf TB --- 2006-04-13 23:58:15 - /usr/bin/make -B LINT TB --- 2006-04-13 23:58:15 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-04-13 23:58:15 - cd /src TB --- 2006-04-13 23:58:15 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Apr 13 23:58:15 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_event.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_exec.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_exit.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_fork.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_idle.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_intr.c /src/sys/kern/kern_intr.c: In function `ithread_destroy2': /src/sys/kern/kern_intr.c:313: error: structure has no member named `it_name' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-04-14 00:07:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-04-14 00:07:06 - ERROR: failed to build lint kernel TB --- 2006-04-14 00:07:06 - tinderbox aborted TB --- 1.31 user 6.88 system 6681.93 real From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 15 19:38:41 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BCB516A414; Sat, 15 Apr 2006 19:38:41 +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 91A9F43D62; Sat, 15 Apr 2006 19:38:31 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id k3FJcUMJ039621; Sat, 15 Apr 2006 15:38:30 -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.4P/8.13.4) with ESMTP id k3FJcQqE053868; Sat, 15 Apr 2006 15:38:26 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A51D2730E6; Fri, 14 Apr 2006 03:36:49 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060415193830.A51D2730E6@freebsd-current.sentex.ca> Date: Fri, 14 Apr 2006 03:36:49 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on clamscanner4 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, 15 Apr 2006 19:38:41 -0000 TB --- 2006-04-14 05:41:34 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-04-14 05:41:34 - starting HEAD tinderbox run for amd64/amd64 TB --- 2006-04-14 05:41:34 - cleaning the object tree TB --- 2006-04-14 05:42:09 - checking out the source tree TB --- 2006-04-14 05:42:09 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2006-04-14 05:42:09 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-04-14 05:48:47 - building world (CFLAGS=-O2 -pipe) TB --- 2006-04-14 05:48:47 - cd /src TB --- 2006-04-14 05:48:47 - /usr/bin/make -B buildworld >>> 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 TB --- 2006-04-14 07:27:26 - generating LINT kernel config TB --- 2006-04-14 07:27:26 - cd /src/sys/amd64/conf TB --- 2006-04-14 07:27:26 - /usr/bin/make -B LINT TB --- 2006-04-14 07:27:26 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-04-14 07:27:26 - cd /src TB --- 2006-04-14 07:27:26 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Apr 14 07:27:26 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_event.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_exec.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_exit.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_fork.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_idle.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_intr.c /src/sys/kern/kern_intr.c: In function `ithread_destroy': /src/sys/kern/kern_intr.c:313: error: structure has no member named `it_name' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-04-14 07:36:49 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-04-14 07:36:49 - ERROR: failed to build lint kernel TB --- 2006-04-14 07:36:49 - tinderbox aborted TB --- 1.28 user 7.14 system 6915.13 real From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 15 19:38:41 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D90D16A415; Sat, 15 Apr 2006 19:38:41 +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 A154043D64; Sat, 15 Apr 2006 19:38:31 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.4P/8.13.4) with ESMTP id k3FJcUvu041260; Sat, 15 Apr 2006 15:38:30 -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.6/8.13.3) with ESMTP id k3FJcUBS064516; Sat, 15 Apr 2006 15:38:31 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id AE31E730EB; Fri, 14 Apr 2006 20:51:49 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060415193830.AE31E730EB@freebsd-current.sentex.ca> Date: Fri, 14 Apr 2006 20:51:49 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [releng_6 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, 15 Apr 2006 19:38:41 -0000 TB --- 2006-04-14 23:00:04 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-04-14 23:00:04 - starting RELENG_6 tinderbox run for amd64/amd64 TB --- 2006-04-14 23:00:04 - cleaning the object tree TB --- 2006-04-14 23:00:36 - checking out the source tree TB --- 2006-04-14 23:00:36 - cd /tinderbox/RELENG_6/amd64/amd64 TB --- 2006-04-14 23:00:36 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_6 src TB --- 2006-04-14 23:09:55 - building world (CFLAGS=-O2 -pipe) TB --- 2006-04-14 23:09:55 - cd /src TB --- 2006-04-14 23:09:55 - /usr/bin/make -B buildworld >>> 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 TB --- 2006-04-15 00:42:36 - generating LINT kernel config TB --- 2006-04-15 00:42:36 - cd /src/sys/amd64/conf TB --- 2006-04-15 00:42:36 - /usr/bin/make -B LINT TB --- 2006-04-15 00:42:36 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-04-15 00:42:36 - cd /src TB --- 2006-04-15 00:42:36 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Apr 15 00:42:36 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_event.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_exec.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_exit.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_fork.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_idle.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_intr.c /src/sys/kern/kern_intr.c: In function `ithread_destroy2': /src/sys/kern/kern_intr.c:313: error: structure has no member named `it_name' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-04-15 00:51:49 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-04-15 00:51:49 - ERROR: failed to build lint kernel TB --- 2006-04-15 00:51:49 - tinderbox aborted TB --- 1.02 user 5.77 system 6704.68 real From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 15 19:38:41 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B70216A41F; Sat, 15 Apr 2006 19:38:41 +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 5351E43D76; Sat, 15 Apr 2006 19:38:33 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id k3FJcVNs039647; Sat, 15 Apr 2006 15:38:31 -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.4P/8.13.4) with ESMTP id k3FJcQcZ053889; Sat, 15 Apr 2006 15:38:26 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id BFC8A730F2; Sat, 15 Apr 2006 04:27:45 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060415193830.BFC8A730F2@freebsd-current.sentex.ca> Date: Sat, 15 Apr 2006 04:27:45 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 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: Sat, 15 Apr 2006 19:38:41 -0000 TB --- 2006-04-15 06:26:30 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-04-15 06:26:30 - starting HEAD tinderbox run for amd64/amd64 TB --- 2006-04-15 06:26:30 - cleaning the object tree TB --- 2006-04-15 06:26:58 - checking out the source tree TB --- 2006-04-15 06:26:58 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2006-04-15 06:26:58 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-04-15 06:33:26 - building world (CFLAGS=-O2 -pipe) TB --- 2006-04-15 06:33:26 - cd /src TB --- 2006-04-15 06:33:26 - /usr/bin/make -B buildworld >>> 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 TB --- 2006-04-15 08:15:51 - generating LINT kernel config TB --- 2006-04-15 08:15:51 - cd /src/sys/amd64/conf TB --- 2006-04-15 08:15:51 - /usr/bin/make -B LINT TB --- 2006-04-15 08:15:51 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-04-15 08:15:51 - cd /src TB --- 2006-04-15 08:15:51 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Apr 15 08:15:51 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_event.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_exec.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_exit.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_fork.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_idle.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -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 -finstrument-functions -Wno-inline /src/sys/kern/kern_intr.c /src/sys/kern/kern_intr.c: In function `ithread_destroy': /src/sys/kern/kern_intr.c:313: error: structure has no member named `it_name' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-04-15 08:27:44 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-04-15 08:27:44 - ERROR: failed to build lint kernel TB --- 2006-04-15 08:27:44 - tinderbox aborted TB --- 1.15 user 5.74 system 7274.01 real From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 15 19:39:36 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C118D16A4E2; Sat, 15 Apr 2006 19:39:36 +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 EF6A943D48; Sat, 15 Apr 2006 19:39:32 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id k3FJdWtX039721; Sat, 15 Apr 2006 15:39:32 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.13.6/8.13.3) with ESMTP id k3FJdWic064816; Sat, 15 Apr 2006 15:39:32 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 0154924232; Sun, 2 Apr 2006 13:22:59 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060415193932.0154924232@freebsd-stable.sentex.ca> Date: Sun, 2 Apr 2006 13:22:59 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [releng_5 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, 15 Apr 2006 19:39:36 -0000 TB --- 2006-04-02 16:03:25 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2006-04-02 16:03:25 - starting RELENG_5 tinderbox run for amd64/amd64 TB --- 2006-04-02 16:03:25 - cleaning the object tree TB --- 2006-04-02 16:03:54 - checking out the source tree TB --- 2006-04-02 16:03:54 - cd /tinderbox/RELENG_5/amd64/amd64 TB --- 2006-04-02 16:03:54 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_5 src TB --- 2006-04-02 16:12:01 - building world (CFLAGS=-O -pipe) TB --- 2006-04-02 16:12:01 - cd /src TB --- 2006-04-02 16:12:01 - /usr/bin/make -B buildworld >>> 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 TB --- 2006-04-02 17:16:18 - generating LINT kernel config TB --- 2006-04-02 17:16:18 - cd /src/sys/amd64/conf TB --- 2006-04-02 17:16:18 - /usr/bin/make -B LINT TB --- 2006-04-02 17:16:18 - building LINT kernel (COPTFLAGS=-O -pipe) TB --- 2006-04-02 17:16:18 - cd /src TB --- 2006-04-02 17:16:18 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Apr 2 17:16:19 UTC 2006 >>> 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 -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/dev/acpica -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -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 /src/sys/net/bridgestp.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/dev/acpica -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -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 /src/sys/net/bsd_comp.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/dev/acpica -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -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 /src/sys/net/if.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/dev/acpica -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -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 /src/sys/net/if_arcsubr.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/dev/acpica -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -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 /src/sys/net/if_atmsubr.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/dev/acpica -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -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 /src/sys/net/if_bridge.c /src/sys/net/if_bridge.c: In function `bridge_broadcast': /src/sys/net/if_bridge.c:2091: error: structure has no member named `sc_ifp' *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-04-02 17:22:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-04-02 17:22:58 - ERROR: failed to build lint kernel TB --- 2006-04-02 17:22:58 - tinderbox aborted TB --- 1.29 user 4.54 system 4773.75 real