From owner-freebsd-ports Wed May 26 16:35:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 7FAA815229 for ; Wed, 26 May 1999 16:35:16 -0700 (PDT) (envelope-from cpiazza@home.net) Received: from norn.ca.eu.org (localhost.norn.ca.eu.org [127.0.0.1]) by norn.ca.eu.org (Postfix) with ESMTP id EBBB41431; Wed, 26 May 1999 16:35:07 -0700 (PDT) Content-Length: 1265 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199905262311.QAA28551@shell13.ba.best.com> Date: Wed, 26 May 1999 16:35:07 -0700 (PDT) Reply-To: Chris Piazza From: Chris Piazza To: "gil i. pollas" Subject: RE: gnupg 0.9.7 Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 26-May-99 gil i. pollas wrote: > cc -E -I../include -DHAVE_CONFIG_H -I. -I. -I.. mpih-mul1.S | grep -v '^#' >>tmp-mpih-mul1.s > cc -O -pipe -Wall -Wcast-align -Wshadow -Wstrict-prototypes -c > tmp-mpih-mul1.s > > And it just hangs there forever. The cc isnn't using any resources at > all. > > If i run this with egcc (`egcc --version`==egcs-2.91.66) it does not > get stuck here. > > This is a 3.2-STABLE box. Has anyone seen this before? > Yeah we've seen this before (there's still a PR open on this...). I think a "hack" would be to apply the patchbelow. I'm not sure if gnupg's ASM stuff is truly broken for older gcc's or if it's a local problem. --- Makefile.orig Wed May 26 16:30:39 1999 +++ Makefile Wed May 26 16:33:10 1999 @@ -16,15 +16,11 @@ RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-included-gettext +CONFIGURE_ARGS= --with-included-gettext --disable-asm MAN1= gpg.1 MLINKS= gpg.1 gpgm.1 .include - -.if ${OSVERSION} < 300000 -CONFIGURE_ARGS+=--disable-asm -.endif post-install: .if !defined(NOPORTDOCS) --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message