From owner-freebsd-ports-bugs Mon Feb 3 12: 0:31 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 731B437B401 for ; Mon, 3 Feb 2003 12:00:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E21643F43 for ; Mon, 3 Feb 2003 12:00:30 -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 h13K0UNS059936 for ; Mon, 3 Feb 2003 12:00:30 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h13K0TVm059935; Mon, 3 Feb 2003 12:00:29 -0800 (PST) Date: Mon, 3 Feb 2003 12:00:29 -0800 (PST) Message-Id: <200302032000.h13K0TVm059935@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Chuck Swiger Subject: Re: ports/47419: gnupg build failure... Reply-To: Chuck Swiger 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: Chuck Swiger To: gnupg-devel@gnupg.org Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/47419: gnupg build failure... Date: Mon, 03 Feb 2003 14:52:41 -0500 Hi, all-- The maintainer of the gnupg ports asked me to forward this problem: http://www.freebsd.org/cgi/query-pr.cgi?pr=47419 To summarize, the build fails: cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I/usr/local/include -O -Wall -c `test -f 'g10m.c' || echo './'`g10m.c cc -E -I.. -I../include -DHAVE_CONFIG_H mpih-mul1.S | grep -v '^#' > _mpih-mul1.s cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I/usr/local/include -O -Wall -c _mpih-mul1.s _mpih-mul1.s: Assembler messages: _mpih-mul1.s:113: Error: alignment not a power of 2 _mpih-mul1.s:131: Error: alignment not a power of 2 gmake[2]: *** [mpih-mul1.o] Error 1 gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-1.2.1/mpi' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-1.2.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/security/gnupg. In the PR I sent, I was building with machine-specific optimizations (resulting from "CPUTYPE=p2" in my /etc/make.conf). Retested as Jun Kuriyama requested; no change. The PR contains a patch which results in gnupgp passing all tests on my system. Thanks, -Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message