From owner-freebsd-ia64@FreeBSD.ORG Sun Aug 2 20:09:51 2009 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A59CC106567C; Sun, 2 Aug 2009 20:09:51 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 403368FC20; Sun, 2 Aug 2009 20:09:50 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from deuterium.andreas.nets ([91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id n72K9lQC087383; Sun, 2 Aug 2009 22:09:48 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Message-ID: <4A75F28B.1040708@fgznet.ch> Date: Sun, 02 Aug 2009 22:09:47 +0200 From: Andreas Tobler User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: Marcel Moolenaar References: <84BEFCFB-4E8E-4483-95D4-0D570663E3EF@mac.com> <4A7344B4.9060402@fgznet.ch> <4BB87807-BDD3-45DA-B82A-AAB05F877C4A@mac.com> In-Reply-To: <4BB87807-BDD3-45DA-B82A-AAB05F877C4A@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: freebsd-ia64@freebsd.org, FreeBSD PowerPC ML Subject: Re: No 8.0-BETA3 for ia64 & powerpc X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Aug 2009 20:09:52 -0000 Marcel Moolenaar wrote: > On Jul 31, 2009, at 12:23 PM, Andreas Tobler wrote: > >> Hi Marcel, >> >> Marcel Moolenaar wrote: >> >>> I'm on vacation for the next 10 days and that's right at the time >>> of BETA3 unfortunately. So there will be no BETA3 for ia64 and >>> powerpc (unless someone steps up). >>> Keep the testing going and keep reporting problems. They will all >>> be addressed in time for 8.0-RC1!!! >> Is it sufficent to build (kernel & world) and test -CURRENT svn on >> powerpc? > > Yes, definitely. Just make sure to run... > # make delete-old > # make delete-old-libs > # mergemaster -U > > ...after the install. That should cleanup some old stuff > that may prevent good testing. > BTW: A lot of libraries got their version bumped, so all > ports/packages need to be rebuilt. And here I shot myself in the toe. I did a 'portupgrade -af' afterwards and gtk link stage complained about not being able to link libcairo against libz.so.4, which I deleted with 'make delete-old-libs'. This happened on i386 and also on powerpc. I helped myself with a temporary sym link. Well, I might learn to play with the different options from portupgrade. But doing a 'portupgrade -af' before 'make delete-old-libs' should also have helped here, right? Thanks, Andreas From owner-freebsd-ia64@FreeBSD.ORG Mon Aug 3 02:09:04 2009 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA64A1065670; Mon, 3 Aug 2009 02:09:04 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout025.mac.com (asmtpout025.mac.com [17.148.16.100]) by mx1.freebsd.org (Postfix) with ESMTP id C2E4D8FC08; Mon, 3 Aug 2009 02:09:04 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii; format=flowed; delsp=yes Received: from [192.168.20.2] (mobile-032-140-168-071.mycingular.net [32.140.168.71]) by asmtp025.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KNS00ECK3B0BT30@asmtp025.mac.com>; Sun, 02 Aug 2009 19:09:04 -0700 (PDT) From: Marcel Moolenaar In-reply-to: <4A75F28B.1040708@fgznet.ch> Date: Sun, 02 Aug 2009 19:08:58 -0700 Message-id: <058B2D3C-9AAF-4BD7-B068-1993D1D71DB9@mac.com> References: <84BEFCFB-4E8E-4483-95D4-0D570663E3EF@mac.com> <4A7344B4.9060402@fgznet.ch> <4BB87807-BDD3-45DA-B82A-AAB05F877C4A@mac.com> <4A75F28B.1040708@fgznet.ch> To: Andreas Tobler X-Mailer: Apple Mail (2.1074) Cc: freebsd-ia64@freebsd.org, FreeBSD PowerPC ML Subject: Re: No 8.0-BETA3 for ia64 & powerpc X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2009 02:09:05 -0000 On Aug 2, 2009, at 1:09 PM, Andreas Tobler wrote: >> Yes, definitely. Just make sure to run... >> # make delete-old >> # make delete-old-libs >> # mergemaster -U >> ...after the install. That should cleanup some old stuff >> that may prevent good testing. >> BTW: A lot of libraries got their version bumped, so all >> ports/packages need to be rebuilt. > > But doing a 'portupgrade -af' before 'make delete-old-libs' should > also have helped here, right? Ignoring possible corner case... Yes. -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-ia64@FreeBSD.ORG Mon Aug 3 08:50:47 2009 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A9FF106566C for ; Mon, 3 Aug 2009 08:50:47 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 535968FC18 for ; Mon, 3 Aug 2009 08:50:47 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from seis.bris.ac.uk ([137.222.10.93]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1MXtFj-0002a8-12; Mon, 03 Aug 2009 09:50:45 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by seis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1MXtFi-0000PK-7a; Mon, 03 Aug 2009 09:50:42 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id n738of7a020409; Mon, 3 Aug 2009 09:50:41 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id n738ofwR020408; Mon, 3 Aug 2009 09:50:41 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Mon, 3 Aug 2009 09:50:41 +0100 From: Anton Shterenlikht To: Marcel Moolenaar Message-ID: <20090803085041.GA20029@mech-cluster241.men.bris.ac.uk> References: <84BEFCFB-4E8E-4483-95D4-0D570663E3EF@mac.com> <4A7344B4.9060402@fgznet.ch> <4BB87807-BDD3-45DA-B82A-AAB05F877C4A@mac.com> <4A75F28B.1040708@fgznet.ch> <058B2D3C-9AAF-4BD7-B068-1993D1D71DB9@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <058B2D3C-9AAF-4BD7-B068-1993D1D71DB9@mac.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -1.5 X-Spam-Level: - Cc: Andreas Tobler , FreeBSD PowerPC ML , freebsd-ia64@freebsd.org Subject: Re: No 8.0-BETA3 for ia64 & powerpc X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2009 08:50:47 -0000 On Sun, Aug 02, 2009 at 07:08:58PM -0700, Marcel Moolenaar wrote: > > On Aug 2, 2009, at 1:09 PM, Andreas Tobler wrote: > > >>Yes, definitely. Just make sure to run... > >> # make delete-old > >> # make delete-old-libs > >> # mergemaster -U > >>...after the install. That should cleanup some old stuff > >>that may prevent good testing. shoudn't this be documented, e.g. in section 24.7, Rebuilding "world", of the FBSD handbook? I wasn't aware of these make targets or of "-U" option. I don't think it's mentioned in the handbook. Perhaps I could've avoided some problems with system updates.. many thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-ia64@FreeBSD.ORG Mon Aug 3 11:06:59 2009 Return-Path: Delivered-To: freebsd-ia64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2D191065693 for ; Mon, 3 Aug 2009 11:06:59 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8EEC78FC26 for ; Mon, 3 Aug 2009 11:06:59 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n73B6xmE088639 for ; Mon, 3 Aug 2009 11:06:59 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n73B6wGa088635 for freebsd-ia64@FreeBSD.org; Mon, 3 Aug 2009 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 3 Aug 2009 11:06:58 GMT Message-Id: <200908031106.n73B6wGa088635@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-ia64@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-ia64@FreeBSD.org X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2009 11:07:00 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ia64/120315 ia64 Backing store switch in exception_save_restart leaves o ia64/113102 ia64 [MCA] Multiple records can have the same sequence numb o ia64/86218 ia64 Mozilla / Firefox: regxpcom or regchrome broken on ia6 3 problems total. From owner-freebsd-ia64@FreeBSD.ORG Tue Aug 4 09:20:00 2009 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C2C0106564A for ; Tue, 4 Aug 2009 09:20:00 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id E07D28FC17 for ; Tue, 4 Aug 2009 09:19:59 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from seis.bris.ac.uk ([137.222.10.93]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1MYGBY-0006tX-2b; Tue, 04 Aug 2009 10:19:58 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by seis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1MYGBX-0003SP-6V; Tue, 04 Aug 2009 10:19:55 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id n749JsAH076924; Tue, 4 Aug 2009 10:19:55 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id n749JswN076923; Tue, 4 Aug 2009 10:19:54 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Tue, 4 Aug 2009 10:19:54 +0100 From: Anton Shterenlikht To: freebsd-ia64@freebsd.org, gerald@pfeifer.com Message-ID: <20090804091954.GA76526@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -4.3 X-Spam-Level: ---- Cc: Subject: gcc43 build fails on ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2009 09:20:00 -0000 bug report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40959 On ia64 SMP 8.0-beta2 building port lang/gcc43 I get this error: gmake[4]: Leaving directory `/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc' gmake[4]: Entering directory `/usr/ports/lang/gcc43/work/build/gcc' gmake[4]: *** No rule to make target `/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc/crtfastmath.o', needed by `T_TARGET'. Stop. gmake[4]: *** Waiting for unfinished jobs.... gmake[4]: Leaving directory `/usr/ports/lang/gcc43/work/build/gcc' gmake[3]: *** [gcc-extra-parts] Error 2 gmake[3]: Leaving directory `/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc' gmake[2]: *** [all-stage1-target-libgcc] Error 2 gmake[2]: Leaving directory `/usr/ports/lang/gcc43/work/build' gmake[1]: *** [stage1-bubble] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc43/work/build' gmake: *** [bootstrap-lean] Error 2 *** Error code 1 Stop in /usr/ports/lang/gcc43. *** Error code 1 -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-ia64@FreeBSD.ORG Tue Aug 4 10:03:16 2009 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87B1C106564A for ; Tue, 4 Aug 2009 10:03:16 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 447AF8FC12 for ; Tue, 4 Aug 2009 10:03:16 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from isis.bris.ac.uk ([137.222.10.63]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1MYGrQ-0001WW-98; Tue, 04 Aug 2009 11:03:15 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by isis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1MYGqV-0006Ss-EU; Tue, 04 Aug 2009 11:03:12 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id n74A2FF0046746; Tue, 4 Aug 2009 11:02:15 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id n74A2FSB046745; Tue, 4 Aug 2009 11:02:15 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Tue, 4 Aug 2009 11:02:15 +0100 From: Anton Shterenlikht To: Anton Shterenlikht Message-ID: <20090804100215.GA46316@mech-cluster241.men.bris.ac.uk> References: <20090804091954.GA76526@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090804091954.GA76526@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -2.1 X-Spam-Level: -- Cc: gerald@pfeifer.com, freebsd-ia64@freebsd.org Subject: gcc 43 and 44 build fails on ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2009 10:03:16 -0000 On Tue, Aug 04, 2009 at 10:19:54AM +0100, Anton Shterenlikht wrote: > bug report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40959 > > On ia64 SMP 8.0-beta2 > building port lang/gcc43 I get this error: > > gmake[4]: Leaving directory `/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc' > gmake[4]: Entering directory `/usr/ports/lang/gcc43/work/build/gcc' > gmake[4]: *** No rule to make target `/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc/crtfastmath.o', needed by `T_TARGET'. Stop. > gmake[4]: *** Waiting for unfinished jobs.... > gmake[4]: Leaving directory `/usr/ports/lang/gcc43/work/build/gcc' > gmake[3]: *** [gcc-extra-parts] Error 2 > gmake[3]: Leaving directory `/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc' > gmake[2]: *** [all-stage1-target-libgcc] Error 2 > gmake[2]: Leaving directory `/usr/ports/lang/gcc43/work/build' > gmake[1]: *** [stage1-bubble] Error 2 > gmake[1]: Leaving directory `/usr/ports/lang/gcc43/work/build' > gmake: *** [bootstrap-lean] Error 2 > *** Error code 1 > > Stop in /usr/ports/lang/gcc43. > *** Error code 1 and for gcc44: gmake[4]: Leaving directory `/usr/ports/lang/gcc44/work/build/ia64-portbld-freebsd8.0/libgcc' gmake[4]: Entering directory `/usr/ports/lang/gcc44/work/build/gcc' gmake[4]: *** No rule to make target `/usr/ports/lang/gcc44/work/build/ia64-portbld-freebsd8.0/libgcc/crtfastmath.o', needed by `T_TARGET'. Stop. gmake[4]: *** Waiting for unfinished jobs.... gmake[4]: Leaving directory `/usr/ports/lang/gcc44/work/build/gcc' gmake[3]: *** [gcc-extra-parts] Error 2 gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/ia64-portbld-freebsd8.0/libgcc' gmake[2]: *** [all-stage1-target-libgcc] Error 2 gmake[2]: Leaving directory `/usr/ports/lang/gcc44/work/build' gmake[1]: *** [stage1-bubble] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc44/work/build' gmake: *** [bootstrap-lean] Error 2 *** Error code 1 Stop in /usr/ports/lang/gcc44. *** Error code 1 I updated the bug report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40959 -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-ia64@FreeBSD.ORG Tue Aug 4 10:17:04 2009 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 062C5106564A for ; Tue, 4 Aug 2009 10:17:04 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id B611E8FC19 for ; Tue, 4 Aug 2009 10:17:03 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from isis.bris.ac.uk ([137.222.10.63]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1MYH4m-0002KO-3N; Tue, 04 Aug 2009 11:17:03 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by isis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1MYH4l-0006eC-AQ; Tue, 04 Aug 2009 11:16:59 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id n74AGx23081301; Tue, 4 Aug 2009 11:16:59 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id n74AGxmj081300; Tue, 4 Aug 2009 11:16:59 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Tue, 4 Aug 2009 11:16:59 +0100 From: Anton Shterenlikht To: Anton Shterenlikht Message-ID: <20090804101658.GA81289@mech-cluster241.men.bris.ac.uk> References: <20090804091954.GA76526@mech-cluster241.men.bris.ac.uk> <20090804100215.GA46316@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090804100215.GA46316@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -2.1 X-Spam-Level: -- Cc: gerald@pfeifer.com, freebsd-ia64@freebsd.org Subject: Re: gcc 43, 44 and 45 builds fail on ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2009 10:17:04 -0000 On Tue, Aug 04, 2009 at 11:02:15AM +0100, Anton Shterenlikht wrote: > On Tue, Aug 04, 2009 at 10:19:54AM +0100, Anton Shterenlikht wrote: > > bug report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40959 > > > > On ia64 SMP 8.0-beta2 > > building port lang/gcc43 I get this error: > > > > gmake[4]: Leaving directory `/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc' > > gmake[4]: Entering directory `/usr/ports/lang/gcc43/work/build/gcc' > > gmake[4]: *** No rule to make target `/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc/crtfastmath.o', needed by `T_TARGET'. Stop. > > gmake[4]: *** Waiting for unfinished jobs.... > > gmake[4]: Leaving directory `/usr/ports/lang/gcc43/work/build/gcc' > > gmake[3]: *** [gcc-extra-parts] Error 2 > > gmake[3]: Leaving directory `/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc' > > gmake[2]: *** [all-stage1-target-libgcc] Error 2 > > gmake[2]: Leaving directory `/usr/ports/lang/gcc43/work/build' > > gmake[1]: *** [stage1-bubble] Error 2 > > gmake[1]: Leaving directory `/usr/ports/lang/gcc43/work/build' > > gmake: *** [bootstrap-lean] Error 2 > > *** Error code 1 > > > > Stop in /usr/ports/lang/gcc43. > > *** Error code 1 > > and for gcc44: > > gmake[4]: Leaving directory `/usr/ports/lang/gcc44/work/build/ia64-portbld-freebsd8.0/libgcc' > gmake[4]: Entering directory `/usr/ports/lang/gcc44/work/build/gcc' > gmake[4]: *** No rule to make target `/usr/ports/lang/gcc44/work/build/ia64-portbld-freebsd8.0/libgcc/crtfastmath.o', needed by `T_TARGET'. Stop. > gmake[4]: *** Waiting for unfinished jobs.... > gmake[4]: Leaving directory `/usr/ports/lang/gcc44/work/build/gcc' > gmake[3]: *** [gcc-extra-parts] Error 2 > gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/ia64-portbld-freebsd8.0/libgcc' > gmake[2]: *** [all-stage1-target-libgcc] Error 2 > gmake[2]: Leaving directory `/usr/ports/lang/gcc44/work/build' > gmake[1]: *** [stage1-bubble] Error 2 > gmake[1]: Leaving directory `/usr/ports/lang/gcc44/work/build' > gmake: *** [bootstrap-lean] Error 2 > *** Error code 1 > > Stop in /usr/ports/lang/gcc44. > *** Error code 1 and for gcc45: gmake[4]: Entering directory `/usr/ports/lang/gcc45/work/build/gcc' gmake[4]: *** No rule to make target `/usr/ports/lang/gcc45/work/build/ia64-portbld-freebsd8.0/libgcc/crtfastmath.o', needed by `T_TARGET'. Stop. gmake[4]: *** Waiting for unfinished jobs.... gmake[4]: Leaving directory `/usr/ports/lang/gcc45/work/build/gcc' gmake[3]: *** [gcc-extra-parts] Error 2 gmake[3]: *** Waiting for unfinished jobs.... gmake[3]: Leaving directory `/usr/ports/lang/gcc45/work/build/ia64-portbld-freebsd8.0/libgcc' gmake[2]: *** [all-stage1-target-libgcc] Error 2 gmake[2]: Leaving directory `/usr/ports/lang/gcc45/work/build' gmake[1]: *** [stage1-bubble] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc45/work/build' gmake: *** [bootstrap-lean] Error 2 *** Error code 1 Stop in /usr/ports/lang/gcc45. *** Error code 1 Seems like a trivial error somewhere in the makefiles. Can somebody confirm these errors please -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-ia64@FreeBSD.ORG Tue Aug 4 11:38:50 2009 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05F0810656AA for ; Tue, 4 Aug 2009 11:38:50 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id B93448FC12 for ; Tue, 4 Aug 2009 11:38:49 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from isis.bris.ac.uk ([137.222.10.63]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1MYILo-0006nQ-99; Tue, 04 Aug 2009 12:38:48 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by isis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1MYILn-0007hw-OP; Tue, 04 Aug 2009 12:38:40 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id n74Bcde0081661; Tue, 4 Aug 2009 12:38:39 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id n74BcdAp081660; Tue, 4 Aug 2009 12:38:39 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Tue, 4 Aug 2009 12:38:39 +0100 From: Anton Shterenlikht To: ahze@freebsd.org, freebsd-ia64@freebsd.org Message-ID: <20090804113839.GA81576@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -1.2 X-Spam-Level: - Cc: Subject: port www/kazehakase on ia64 dumps core printing to file X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2009 11:38:50 -0000 On ia64 SMP 8.0-beta2, port www/kazehakase, kazehakase-0.5.4_5, built with xulrunner-1.8.0.4_16 dumps core when printing to file. Looking at the core with gdb /usr/local/bin/kazehakase ./kazehakase.core and getting backtrace: (gdb) bt #0 0x2000000041811a40 in IA__FcCharSetDestroy () from /usr/local/lib/libfontconfig.so.1 #1 0x200000004541d940 in nsFontPSXft::CSSFontEnumCallback () from /usr/local/lib/xulrunner/libxul.so #2 0x0000000000000000 in ?? () Previous frame identical to this frame (corrupt stack?) Can I get anything else useful from gdb? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-ia64@FreeBSD.ORG Wed Aug 5 13:45:03 2009 Return-Path: Delivered-To: ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDF01106564A; Wed, 5 Aug 2009 13:45:03 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 7A8228FC08; Wed, 5 Aug 2009 13:45:03 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from seis.bris.ac.uk ([137.222.10.93]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1MYgna-000496-MF; Wed, 05 Aug 2009 14:45:02 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by seis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1MYgnZ-0006kT-Rk; Wed, 05 Aug 2009 14:44:58 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id n75Div67063582; Wed, 5 Aug 2009 14:44:57 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id n75DivOL063581; Wed, 5 Aug 2009 14:44:57 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Wed, 5 Aug 2009 14:44:57 +0100 From: Anton Shterenlikht To: Anton Shterenlikht Message-ID: <20090805134457.GA57673@mech-cluster241.men.bris.ac.uk> References: <20090731110344.GA44708@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090731110344.GA44708@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -1.8 X-Spam-Level: - Cc: mm@freebsd.org, ia64@freebsd.org Subject: SOLVED: Re: ImageMagick warnings: libz.so.4, librpcsvc.so.4 may conflict with *.so.5 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2009 13:45:04 -0000 On Fri, Jul 31, 2009 at 12:03:44PM +0100, Anton Shterenlikht wrote: > On ia64 SMP 8.0-beta2, building ImageMagick > > # cd /usr/ports/graphics/ImageMagick > # make > > I get these warnings: > > /usr/bin/ld: warning: libz.so.4, needed by /usr/local/lib/libtiff.so, may confli > ct with libz.so.5 > /usr/bin/ld: warning: librpcsvc.so.4, needed by /usr/local/lib/libXext.so, may c > onflict with librpcsvc.so.5 doing # cd /usr/src # make delete-old # make delete-old-libs and rebuilding IM and all packages on which it depends solved this. I'll try to add "make delete-old" and "make delete-old-libs" steps into the handbook, in "rebuilding world" section. It seems these steps are vital for the correct functioning of the system. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-ia64@FreeBSD.ORG Wed Aug 5 15:13:55 2009 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE56A106570A; Wed, 5 Aug 2009 15:13:55 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id ACBA78FC1D; Wed, 5 Aug 2009 15:13:55 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from isis.bris.ac.uk ([137.222.10.63]) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1MYiBX-0007lx-7c; Wed, 05 Aug 2009 16:13:54 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by isis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1MYiBW-0005cZ-HA; Wed, 05 Aug 2009 16:13:46 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id n75FDkPP070577; Wed, 5 Aug 2009 16:13:46 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id n75FDk9W070576; Wed, 5 Aug 2009 16:13:46 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Wed, 5 Aug 2009 16:13:46 +0100 From: Anton Shterenlikht To: freebsd-ia64@freebsd.org, mm@freebsd.org Message-ID: <20090805151346.GA70560@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -3.6 X-Spam-Level: --- Cc: Subject: Assembler Warning: Additional NOP may be necessary to workaround Itanium processor A/B step errata X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2009 15:13:56 -0000 ia64 SMP 8.0-beta2 building port graphics/ImageMagick I see these warnings repeated quite often: {standard input}: Assembler messages: {standard input}:4334: Warning: Additional NOP may be necessary to workaround It anium processor A/B step errata in this context: ... mv -f coders/.deps/coders_preview_la-preview.Tpo coders/.deps/coders_preview_la- preview.Plo^M /bin/sh ./libtool --silent --tag=CC --mode=compile cc -std=gnu99 -DHAVE_CONFI G_H -I. -I./config -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/ local/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/in clude/lqr-1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe -I/usr/local/include/graphviz -fno-strict-aliasing -Wall -W -MT coders/cod ers_ps_la-ps.lo -MD -MP -MF coders/.deps/coders_ps_la-ps.Tpo -c -o coders/coders _ps_la-ps.lo `test -f 'coders/ps.c' || echo './'`coders/ps.c^M {standard input}: Assembler messages:^M {standard input}:4334: Warning: Additional NOP may be necessary to workaround It anium processor A/B step errata^M ... mv -f magick/.deps/magick_libMagickCore_la-colorspace.Tpo magick/.deps/magick_li bMagickCore_la-colorspace.Plo^M /bin/sh ./libtool --silent --tag=CC --mode=compile cc -std=gnu99 -DHAVE_CONFI G_H -I. -I./config -I./ltdl -I./ltdl -I/usr/local/include/freetype2 -I/usr/loc al/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/libxml 2 -I/usr/local/include/lqr-1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/gli b-2.0/include -O2 -pipe -I/usr/local/include/graphviz -fno-strict-aliasing -Wall -W -MT magick/magick_libMagickCore_la-composite.lo -MD -MP -MF magick/.deps/mag ick_libMagickCore_la-composite.Tpo -c -o magick/magick_libMagickCore_la-composit e.lo `test -f 'magick/composite.c' || echo './'`magick/composite.c^M magick/composite.c: In function 'CompositeImageChannel':^M magick/composite.c:1307: warning: suggest explicit braces to avoid ambiguous 'el se'^M {standard input}: Assembler messages:^M {standard input}:7404: Warning: Additional NOP may be necessary to workaround It anium processor A/B step errata^M {standard input}:10430: Warning: Additional NOP may be necessary to workaround I tanium processor A/B step errata^M {standard input}:13151: Warning: Additional NOP may be necessary to workaround I tanium processor A/B step errata^M I wonder if these are indicative of some serious issue? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-ia64@FreeBSD.ORG Fri Aug 7 19:48:48 2009 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B310E106566C for ; Fri, 7 Aug 2009 19:48:48 +0000 (UTC) (envelope-from feedback@yomanfeedback.com) Received: from mail.yomanemail.com (mail.yomanemail.com [67.214.226.67]) by mx1.freebsd.org (Postfix) with ESMTP id 8C9A48FC28 for ; Fri, 7 Aug 2009 19:48:48 +0000 (UTC) Received: from Jerry ([192.168.42.134]) by mail.yomanmail.com (8.13.8/8.13.8) with SMTP id n751mX46031952 for ; Tue, 4 Aug 2009 19:48:34 -0600 From: "David Garcia" To: Date: Tue, 04 Aug 2009 19:43:19 -0600 X-Mailer: MailList Controller Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: We need your feedback and input X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2009 19:48:49 -0000 This message is in MIME format. Since your mail reader does not = understand this format, some or all of this message may not be legible.