in this case we will switch to 18.04 when it will be released.
Thanks for your support.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to kmod in Ubuntu.
https://bugs.launchpad.net/bugs/1723042
Title:
libkmod2.0-udeb is not
I didn't notice that this bug is about udeb package. We are using ubuntu 17.10,
and normal "deb" kmod.
$ dpkg -l | grep kmod
ii kmod 24-1ubuntu2
amd64tools for managing Linux kernel modules
ii libkmod-dev:amd64
This issue affects the PMDK project -
https://github.com/pmem/issues/issues/806
Minimal reproduction:
$ cat test.c
#include
int foo() {
kmod_ref((void *)0);
return 0;
}
cat main.c
void foo (void);
int main () {
foo();
return 0;
}
$ gcc -fPIC -c -o test.o test.c
$
3 matches
Mail list logo