Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Build break - kasan issue in rump
FWIW, I suspect the following will fix the build break:
--- kern_malloc.c 20 Aug 2018 15:04:52 -0000 1.148
+++ kern_malloc.c 21 Aug 2018 01:19:22 -0000
@@ -72,7 +72,9 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: kern_malloc.c,v 1.148 2018/08/20 15:04:52 maxv Exp $");
+#ifdef _KERNEL_OPT
#include "opt_kasan.h"
+#endif
#include <sys/param.h>
#include <sys/malloc.h>
On Tue, 21 Aug 2018, Paul Goyette wrote:
Always rump finds stuff!
This is on amd64, with sources updated as of 2018-08-20 at 22:44:31 UTC
# create librump/kern_malloc.d
.
.
.
/build/netbsd-local/src_ro/lib/librump/../../sys/rump/../kern/kern_malloc.c:75:23:
fatal error: opt_kasan.h: No such file or directory
#include "opt_kasan.h"
^
compilation terminated.
+------------------+--------------------------+----------------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul at whooppee dot com |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd dot org |
+------------------+--------------------------+----------------------------+
+------------------+--------------------------+----------------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul at whooppee dot com |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd dot org |
+------------------+--------------------------+----------------------------+
Home |
Main Index |
Thread Index |
Old Index