On Thu Aug 11, 2022 at 11:55:46PM -0600, k...@openbsd.org wrote:
> Bulk build on sparc64-0a.ports.openbsd.org
> 
> Started : Tue Aug  9 08:45:07 MDT 2022
> Finished: Thu Aug 11 23:55:09 MDT 2022
> Duration: 2 Days 15 hours 10 minutes
> 
> Built using OpenBSD 7.2-beta (GENERIC.MP) #1412: Mon Aug  8 22:27:49 MDT 2022
> 
> Built 9348 packages
> 
> Number of packages built each day:
> Aug 9: 7369
> Aug 10: 1336
> Aug 11: 643
> 
> 
> 
> Critical path missing pkgs:
> http://build-failures.rhaalovely.net/sparc64/2022-08-09/summary.log
> 
> Build failures: 46
> http://build-failures.rhaalovely.net/sparc64/2022-08-09/devel/qcoro.log


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/qcoro/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile    14 Jul 2022 08:09:07 -0000      1.3
+++ Makefile    12 Aug 2022 06:14:14 -0000
@@ -3,6 +3,7 @@ COMMENT =       C++ coroutines for Qt
 GH_ACCOUNT =   danvratil
 GH_PROJECT =   qcoro
 GH_TAGNAME =   v0.6.0
+REVISION =     0
 
 CATEGORIES =   devel
 
@@ -12,6 +13,9 @@ MAINTAINER =  Rafael Sadowski <rsadowski@
 
 # MIT
 PERMIT_PACKAGE =       Yes
+
+# Coroutines are part of C++ 20 and implemented in GCC 10
+COMPILER =     base-clang ports-clang
 
 MODULES =              devel/cmake \
                        x11/qt5

Reply via email to