Hi guys, thanks for the replies.
Compyling from git prodiced a make error and I filed a bug report.
'strace ghb' still does not say much, at least not to me:
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=15, events=POLLIN}, {fd=3, events=POLLIN}, {fd=12, events=POLLIN}, {fd=19, events=POLLIN}, {fd=16, events=POLLIN}], 7, 0) = 2 ([{fd=5, revents=POLLIN}, {fd=16, revents=POLLIN}])
read(5, "\2\0\0\0\0\0\0\0", 16) = 8
????( <unfinished ...>
+++ killed by SIGSEGV +++
[1]+ Segmentation fault ghb
Segmentation fault
But this one helped, posted by enigma:
http://comments.gmane.org/gmane.linu...ilds.user/9454
> For a quick/dirty fix I added the following as line 46 to HandBrake.Slackbuild which solved the problem on my two machines.
> sed -e "13iX264.CONFIGURE.extra += --extra-cflags=-fno-aggressive-loop-optimizations" -i contrib/x264/module.defs