From owner-freebsd-ports-bugs Fri Jan 24 20:30: 5 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2601037B401 for ; Fri, 24 Jan 2003 20:30:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C643A43ED8 for ; Fri, 24 Jan 2003 20:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0P4U3NS028907 for ; Fri, 24 Jan 2003 20:30:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0P4U3D3028906; Fri, 24 Jan 2003 20:30:03 -0800 (PST) Date: Fri, 24 Jan 2003 20:30:03 -0800 (PST) Message-Id: <200301250430.h0P4U3D3028906@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: ports/47419: gnupg build failure... Reply-To: Giorgos Keramidas Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/47419; it has been noted by GNATS. From: Giorgos Keramidas To: bug-followup@freebsd.org Cc: Subject: Re: ports/47419: gnupg build failure... Date: Sat, 25 Jan 2003 06:23:47 +0200 Adding to audit trail: : Message-Id: <7m7kcvgzno.wl@black.imgsrc.co.jp> : Date: Fri, 24 Jan 2003 09:27:39 +0900 : From: Jun Kuriyama : In-Reply-To: <200301232313.h0NNDgFf066851@pi.codefab.com> : : At Thu, 23 Jan 2003 18:13:42 -0500 (EST), : cswiger@mac.com wrote: : > --- mpih-add1.S~ Sat Jun 29 10:14:07 2002 : > +++ mpih-add1.S Thu Jan 23 17:43:31 2003 : > @@ -35,7 +35,7 @@ : > */ : > : > .text : > - ALIGN (3) : > + ALIGN (4) : > .globl C_SYMBOL_NAME(mpihelp_add_n) : > C_SYMBOL_NAME(mpihelp_add_n:) : > pushl %edi : > @@ -58,7 +58,7 @@ : > jz Lend : > pushl %edx : > : > - ALIGN (3) : > + ALIGN (4) : > Loop: movl 28(%edi),%eax /* fetch destination cache line */ : > leal 32(%edi),%edi : : It will solve your problem, but when I looked other architecture's mpi : functions, other archs (such as i386, alpha) use align(3) directive. : : I don't know why Werner uses align like this, but for workaround, drop : -march=pentiumpro may help you. : : Can you post this to gnupg-devel@gnupg.org? : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message