Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 443841A923E for ; Thu, 22 Oct 2020 11:15:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E030E84E70; Thu, 22 Oct 2020 11:15:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A58D84D51 for ; Thu, 22 Oct 2020 11:15:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FCnuG3v-9RQs for ; Thu, 22 Oct 2020 11:15:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C718684CDC for ; Thu, 22 Oct 2020 11:15:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF02AFB28; Thu, 22 Oct 2020 11:15:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1603365304235010" MIME-Version: 1.0 Date: Thu, 22 Oct 2020 11:15:04 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20201022111504.BF02AFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1603365304235010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Oct 22 11:15:04 UTC 2020 Modified Files: pkgsrc/lang/gcc10: Makefile pkgsrc/lang/gcc6: Makefile pkgsrc/lang/gcc7: Makefile pkgsrc/lang/gcc8: Makefile Log Message: gcc*: Skip CTF for gengtype, causes hangs. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/gcc10/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/gcc6/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/gcc7/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/gcc8/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1603365304235010 Content-Disposition: inline Content-Length: 2538 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/gcc10/Makefile diff -u pkgsrc/lang/gcc10/Makefile:1.4 pkgsrc/lang/gcc10/Makefile:1.5 --- pkgsrc/lang/gcc10/Makefile:1.4 Mon Aug 31 18:09:48 2020 +++ pkgsrc/lang/gcc10/Makefile Thu Oct 22 11:15:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/08/31 18:09:48 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2020/10/22 11:15:04 jperkin Exp $ GCC_PKGNAME= gcc10 PKGREVISION= 1 @@ -166,6 +166,8 @@ SUBST_FILES.ccs= contrib/make_sunver.pl SUBST_SED.ccs= -e 's,/usr/ccs/bin,/usr/bin,g' .endif +CTF_FILES_SKIP+= */gengtype # CPU limit exceeded + pre-configure: ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR} Index: pkgsrc/lang/gcc6/Makefile diff -u pkgsrc/lang/gcc6/Makefile:1.26 pkgsrc/lang/gcc6/Makefile:1.27 --- pkgsrc/lang/gcc6/Makefile:1.26 Mon Aug 31 18:09:48 2020 +++ pkgsrc/lang/gcc6/Makefile Thu Oct 22 11:15:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2020/08/31 18:09:48 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2020/10/22 11:15:04 jperkin Exp $ GCC_PKGNAME= gcc6 .include "version.mk" @@ -177,6 +177,8 @@ SUBST_FILES.ccs= contrib/make_sunver.pl SUBST_SED.ccs= -e 's,/usr/ccs/bin,/usr/bin,g' .endif +CTF_FILES_SKIP+= */gengtype # CPU limit exceeded + pre-configure: ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR} Index: pkgsrc/lang/gcc7/Makefile diff -u pkgsrc/lang/gcc7/Makefile:1.34 pkgsrc/lang/gcc7/Makefile:1.35 --- pkgsrc/lang/gcc7/Makefile:1.34 Mon Aug 31 18:09:49 2020 +++ pkgsrc/lang/gcc7/Makefile Thu Oct 22 11:15:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2020/08/31 18:09:49 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2020/10/22 11:15:04 jperkin Exp $ GCC_PKGNAME= gcc7 .include "version.mk" @@ -167,6 +167,8 @@ SUBST_FILES.ccs= contrib/make_sunver.pl SUBST_SED.ccs= -e 's,/usr/ccs/bin,/usr/bin,g' .endif +CTF_FILES_SKIP+= */gengtype # CPU limit exceeded + pre-configure: ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR} Index: pkgsrc/lang/gcc8/Makefile diff -u pkgsrc/lang/gcc8/Makefile:1.21 pkgsrc/lang/gcc8/Makefile:1.22 --- pkgsrc/lang/gcc8/Makefile:1.21 Thu Sep 17 22:04:15 2020 +++ pkgsrc/lang/gcc8/Makefile Thu Oct 22 11:15:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2020/09/17 22:04:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2020/10/22 11:15:04 jperkin Exp $ GCC_PKGNAME= gcc8 PKGREVISION= 2 @@ -172,6 +172,8 @@ SUBST_FILES.ccs= contrib/make_sunver.pl SUBST_SED.ccs= -e 's,/usr/ccs/bin,/usr/bin,g' .endif +CTF_FILES_SKIP+= */gengtype # CPU limit exceeded + pre-configure: ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR} --_----------=_1603365304235010--