Date: Wed, 26 May 1999 16:35:07 -0700 (PDT) From: Chris Piazza <cpiazza@home.net> To: "gil i. pollas" <rone@ennui.org> Cc: ports@FreeBSD.ORG Subject: RE: gnupg 0.9.7 Message-ID: <XFMail.990526163507.cpiazza@home.net> In-Reply-To: <199905262311.QAA28551@shell13.ba.best.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> - -.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990526163507.cpiazza>