Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 20:30:03 -0800 (PST)
From:      Giorgos Keramidas <keramida@freebsd.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47419: gnupg build failure...
Message-ID:  <200301250430.h0P4U3D3028906@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47419; it has been noted by GNATS.

From: Giorgos Keramidas <keramida@freebsd.org>
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 <kuriyama@imgsrc.co.jp>
 : 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301250430.h0P4U3D3028906>