On 2016-05-10 03:12, Samuel Thibault wrote:
Just to make sure: are you building the debian package, or from our
hurd/glibc.git tree? In the debian package at least, the testsuite
should be going on, and give a regression summary: quite a few tests
are
"expected" to fail. tgmath2 is however not in the list. Did you check
that it did not fail without your patch?
Samuel
I'm building the debian package with: dpkg-buildpackage -us -uc -b
-rfakeroot
I didn't run it without the patch because it shouldn't affect it at all
since
neither libmachuser nor libhurduser are linked into libmath. But I guess
I can
try it without the patch once I get home.
w.r.t the GSYNC_ constants inclusion, my preference would be to put them
in
mach/gnumach.h, since that's where the RPC prototypes are, but I don't
know
if MIG allows us to add #defines to the generated files, or if it has to
be
done by hand.