net-misc/curl test suite is using valgrind when available. I just noticed that build.log is full of > --11997-- it at http://valgrind.org/support/bug_reports.html. > test 1162... valgrind ERROR --12060-- WARNING: unhandled x86-linux syscall: 403 > --12060-- You may be able to write your own handler. > --12060-- Read the file README_MISSING_SYSCALL_OR_IOCTL. > --12060-- Nevertheless we consider this a bug. Please report > --12060-- it at http://valgrind.org/support/bug_reports.html. > test 1163... valgrind ERROR --12091-- WARNING: unhandled x86-linux syscall: 403 > --12091-- You may be able to write your own handler. > --12091-- Read the file README_MISSING_SYSCALL_OR_IOCTL. > --12091-- Nevertheless we consider this a bug. Please report > --12091-- it at http://valgrind.org/support/bug_reports.html. > test 1164... valgrind ERROR --12125-- WARNING: unhandled x86-linux syscall: 403 > --12125-- You may be able to write your own handler. > --12125-- Read the file README_MISSING_SYSCALL_OR_IOCTL. > --12125-- Nevertheless we consider this a bug. Please report > --12125-- it at http://valgrind.org/support/bug_reports.html. > test 1165...OK (896 out of 1355, remaining: 15:11, took 0.043s, duration: 29:38) > test 1166... valgrind ERROR --12160-- WARNING: unhandled x86-linux syscall: 403 > --12160-- You may be able to write your own handler. > --12160-- Read the file README_MISSING_SYSCALL_OR_IOCTL. > --12160-- Nevertheless we consider this a bug. Please report > --12160-- it at http://valgrind.org/support/bug_reports.html. > test 1167...OK (898 out of 1355, remaining: 15:06, took 0.177s, duration: 29:40) > test 1168... valgrind ERROR --12213-- WARNING: unhandled x86-linux syscall: 403 > This is a stable x86 system.
Error disappeared after upgrading to dev-util/valgrind-3.16.1. Maybe we should just stabilize latest version?
syscall 403 is '#define __NR_clock_gettime64 403'. Those were added upstream as https://sourceware.org/git/?p=valgrind.git;a=commitdiff;h=3d6a8157d52f18261f2c1a0888c2cfd3289b371e Check if -9999 works for you.
Like said, upgrading to dev-util/valgrind-3.16.1 works for me already.
x86 stable
arm64 stable
ppc64 stable
amd64 stable
ppc stable
arm stable. Closing.