Wednesday, September 27, 2017

ports broken on clang archs (was: Re: Ports lock imminent)

On Wed, Sep 27 2017, Christian Weisgerber <naddy@mips.inka.de> wrote:
> We're going to lock the ports tree for the release any day now.
>
> Please, no more imports or regular updates.
>
> Issues I'd like to see taken care of before the release:
> * Fix the remaining instances of nested functions in autoconf checks.
> * Pick up Firefox 56.

> * Mark as BROKEN the remaining ports that have failed to build since
> the clang switch on amd64/i386.

Should probably use NOT_FOR_ARCHS = ${CLANG_ARCHS}.

http://exopi.exo.bsdfrog.org/logs/old/amd64/2017-09-26T21:25:35+0200/locks/

says

http://exopi.exo.bsdfrog.org/logs/old/amd64/2017-09-26T21:25:35+0200/paths/devel/ti-msp430gcc.log
http://exopi.exo.bsdfrog.org/logs/old/amd64/2017-09-26T21:25:35+0200/paths/editors/TeXmacs.log
http://exopi.exo.bsdfrog.org/logs/old/amd64/2017-09-26T21:25:35+0200/paths/multimedia/avidemux.log

and maybe

http://exopi.exo.bsdfrog.org/logs/old/amd64/2017-09-26T21:25:35+0200/paths/x11/kde4/cantor.log

This one seems to be a missing bdep, fixed already:

http://exopi.exo.bsdfrog.org/logs/old/amd64/2017-09-26T21:25:35+0200/paths/mail/courier-authlib.log

The diff below doesn't touch x11/kde4/cantor. ok?


Index: devel/ti-msp430gcc/Makefile
===================================================================
RCS file: /d/cvs/ports/devel/ti-msp430gcc/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- devel/ti-msp430gcc/Makefile 26 Jul 2017 22:45:19 -0000 1.11
+++ devel/ti-msp430gcc/Makefile 27 Sep 2017 19:55:28 -0000
@@ -1,6 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2017/07/26 22:45:19 sthen Exp $

BROKEN-alpha = relocation truncated to fit: GPRELHIGH against symbol default_target_hard_regs
+# XXX /usr/include/c++/v1/exception:267:5: error: no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply 'fancy_abort'?
+NOT_FOR_ARCHS = ${CLANG_ARCHS}

COMMENT = TI's open source compiler for MSP430 microcontrollers#'

Index: editors/TeXmacs/Makefile
===================================================================
RCS file: /d/cvs/ports/editors/TeXmacs/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- editors/TeXmacs/Makefile 26 Jul 2017 22:45:19 -0000 1.6
+++ editors/TeXmacs/Makefile 27 Sep 2017 19:57:06 -0000
@@ -1,5 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2017/07/26 22:45:19 sthen Exp $

+# XXX lots of undefined references to Qt functions
+NOT_FOR_ARCHS = ${CLANG_ARCHS}
+
COMMENT= wysiwyw (what you see is what you want) editing platform

DISTNAME= TeXmacs-1.99.4-src
Index: multimedia/avidemux/Makefile
===================================================================
RCS file: /d/cvs/ports/multimedia/avidemux/Makefile,v
retrieving revision 1.52
diff -u -p -r1.52 Makefile
--- multimedia/avidemux/Makefile 26 Jul 2017 22:45:26 -0000 1.52
+++ multimedia/avidemux/Makefile 27 Sep 2017 19:56:26 -0000
@@ -1,5 +1,8 @@
# $OpenBSD: Makefile,v 1.52 2017/07/26 22:45:26 sthen Exp $

+# XXX i386/fft_sse.c:172:43: error: unknown token in expression
+NOT_FOR_ARCHS = ${CLANG_ARCHS}
+
COMMENT= free video editor

V= 2.4.4


--
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

No comments:

Post a Comment