[Touch-packages] [Bug 1723042] Re: libkmod2.0-udeb is not linked with pthreads

2018-04-25 Thread lplewa
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

[Touch-packages] [Bug 1723042] Re: libkmod2.0-udeb is not linked with pthreads

2018-04-25 Thread lplewa
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

[Touch-packages] [Bug 1723042] Re: libkmod2.0-udeb is not linked with pthreads

2018-02-16 Thread lplewa
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 $