Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2023 02:57:24 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a6ae43ffaf84 - main - shells/ast-ksh: Mark BROKEN on 14
Message-ID:  <202308180257.37I2vOw1080145@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a6ae43ffaf8447e01fb88327bad23050c70df868

commit a6ae43ffaf8447e01fb88327bad23050c70df868
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-18 02:45:57 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-18 02:57:10 +0000

    shells/ast-ksh: Mark BROKEN on 14
    
    Fails to compile with:
    error: incompatible function pointer types assigning to 'int (*)(wchar_t
    *, const char *, size_t)' (aka 'int (*)(int *, const char *, unsigned
    long)') from 'size_t (wchar_t *, const char *, size_t)' (aka 'unsigned
    long (int *, const char *, unsigned long)')
    [-Wincompatible-function-pointer-types]
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 shells/ast-ksh/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shells/ast-ksh/Makefile b/shells/ast-ksh/Makefile
index bf9efc7d3ad7..c7a4300d896e 100644
--- a/shells/ast-ksh/Makefile
+++ b/shells/ast-ksh/Makefile
@@ -22,6 +22,7 @@ LICENSE=	EPL
 
 BROKEN_aarch64=		Fails to compile: needs sbrk
 BROKEN_riscv64=		Fails to compile: ast-ksh93v/src/lib/libast/hash/hashalloc.c:162:4: non-const lvalue reference to type '__builtin_va_list' cannot bind to a temporary of type 'va_list'
+BROKEN_FreeBSD_14=	Fails to compilt: error: incompatible function pointer types assigning to 'int (*)(wchar_t *, const char *, size_t)' (aka 'int (*)(int *, const char *, unsigned long)') from 'size_t (wchar_t *, const char *, size_t)' (aka 'unsigned long (int *, const char *, unsigned long)') [-Wincompatible-function-pointer-types]
 
 USES=		compiler:c11
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308180257.37I2vOw1080145>