This bug was fixed in the package syslinux -
3:6.04~git20190206.bf6db5b4+dfsg1-3ubuntu4
---
syslinux (3:6.04~git20190206.bf6db5b4+dfsg1-3ubuntu4) oracular; urgency=medium
* Fix incompatible pointer type, implicit declaration and unknown type name
(LP: #2081800)
* unset ELF_PAC
** Changed in: syslinux (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2081800
Title:
FTBFS: implicit declaration of function
To manage notificat
** Changed in: syslinux (Ubuntu)
Assignee: Shengjing Zhu (zhsj) => Graham Inggs (ginggs)
** Changed in: syslinux (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.ne
** Merge proposal linked:
https://code.launchpad.net/~zhsj/ubuntu/+source/syslinux/+git/syslinux/+merge/473822
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2081800
Title:
FTBFS: implicit declar
/build/syslinux-OcRv51/syslinux-6.04~git20190206.bf6db5b4+dfsg1/com32/chain/chain.c:517:44:
error: passing argument 3 of 'loadfile' from incompatible pointer type
[-Wincompatible-pointer-types]
517 | if (loadfile(opt.file, &fdat.data, &fdat.size)) {
|
/build/syslinux-OcRv51/syslinux-6.04~git20190206.bf6db5b4+dfsg1/efi/main.c:188:13:
error: passing argument 1 of 'longjmp' from incompatible pointer type
[-Wincompatible-pointer-types]
188 | longjmp(&load_error_buf, 1);
| ^~~
| |
|
after fix this, another error
/usr/include/efi/ia32/efibind.h:90:9: error: unknown type name 'wchar_t'
90 | typedef wchar_t CHAR16;
| ^~~
/usr/include/efi/ia32/efibind.h:1:1: note: 'wchar_t' is defined in header
''; this is probably fixable by adding '#include '
+++ |+#incl