Skip to content

Commit

Permalink
shells/ast-ksh: Mark BROKEN on 14
Browse files Browse the repository at this point in the history
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
  • Loading branch information
5u623l20 committed Aug 18, 2023
1 parent e482beb commit a6ae43f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shells/ast-ksh/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit a6ae43f

Please sign in to comment.