[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 Sergey Kondakov changed: What|Removed |Added CC|

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-08-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #16 from John --- Hello, I've been having the same issue for a while, even with Emil's patch on master: libtool: link: ( cd "glsl/.libs" && rm -f "libstandalone.la" && ln -s "../libstandalone.la"

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-06-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 Emil Velikov changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #14 from war...@o2.pl --- Emil, Now compiles OK. I'm not sure why as I tested compilation with -lptrhead and -pthread...but with this patch compiles OK :-) thx for Your work with this! -- You are receiving this mail because: You

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-06-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #13 from Emil Velikov --- Created attachment 131682 --> https://bugs.freedesktop.org/attachment.cgi?id=131682=edit configure.ac: add -pthread to PTHREAD_LIBS Right, so util_queue_init() pulls

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-06-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #12 from war...@o2.pl --- Emil, Due 762a6333f21fd8606f69db6060027c4522d46678 I can't use git auto bisect and need to do it manually with this commit reverted. Here are results: 2e98db6... util/vk: Add helpers for finding an

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-06-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #11 from Emil Velikov --- (In reply to warpme from comment #10) > Emil, > Unfortunately minimizing build options doesn't help me with successful > bisecting. Minimising the build options was aimed to a)

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-06-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #10 from war...@o2.pl --- Emil, Unfortunately minimizing build options doesn't help me with successful bisecting. I'm always failing in the middle with following erorr: //home/piotro/minimyth-dev/images/build/bin/bash ../../libtool

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-05-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #9 from Emil Velikov --- (In reply to warpme from comment #8) > hmm, > > I just revert this commit on current 17.1 and itfails with OP problem. > how it that? Sounds like something has gone wrong

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #8 from war...@o2.pl --- hmm, I just revert this commit on current 17.1 and itfails with OP problem. how it that? -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #7 from war...@o2.pl --- Emil, Pls find output from bisecting: [piotro@minimyth-dev Mesa]$ [piotro@minimyth-dev git-src]$ git bisect good Bisecting: 1498 revisions left to test after this (roughly 11 steps)

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #6 from Emil Velikov --- (In reply to warpme from comment #5) > Emil, > One thing: > > in configure I see: > > checking for the pthreads library -lpthreads... no > checking whether pthreads work without

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #5 from war...@o2.pl --- Emil, One thing: in configure I see: checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute...

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #4 from Emil Velikov --- > [piotro@minimyth-dev ~]$ ldd -r > /home/piotro/minimyth-dev/images/build/usr/lib/gcc/x86_64-minimyth-linux-gnu/ > 5.3.0/libstdc++.so > linux-vdso.so.1 (0x7ffee99fd000)

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #3 from war...@o2.pl --- Emil, BTW, You wrote: Can you check with the libstdc++.so authors that they use "-no-undefined -Wl,--no-undefined" to the LDFLAGS. It will flag issues as the binary is linked. why then I hasn't any issues

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-05-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #2 from war...@o2.pl --- Emil, For custom DSO: [piotro@minimyth-dev ~]$ export LD_LIBRARY_PATH=/home/piotro/minimyth-dev/images/build/usr/lib/ [piotro@minimyth-dev ~]$ env XDG_SESSION_ID=c7 TERM=xterm SHELL=/bin/bash

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-05-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 --- Comment #1 from Emil Velikov --- Seems like the cross-compiled libstdc++.so is missing the pthread symbol. Something like the following will help you check if that's the case. 1) setup your platforms so the custom

[Mesa-dev] [Bug 101071] compiling glsl fails with undefined reference to `pthread_create'

2017-05-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101071 Bug ID: 101071 Summary: compiling glsl fails with undefined reference to `pthread_create' Product: Mesa Version: 17.1 Hardware: x86-64 (AMD64) OS: Linux