Re: [PATCH libpthread] Use glibc Makerules to install a relative library symlink

2015-05-13 Thread Samuel Thibault
David Michael, le Mon 11 May 2015 12:07:33 -0400, a écrit : > Can this be applied in the glibc branches? Yes, I have done so. Samuel

Re: [PATCH libpthread] Use glibc Makerules to install a relative library symlink

2015-05-13 Thread Samuel Thibault
Samuel Thibault, le Thu 14 May 2015 02:16:25 +0200, a écrit : > David Michael, le Mon 11 May 2015 12:07:33 -0400, a écrit : > > Can this be applied in the glibc branches? > > Yes, I have done so. I forgot to say: thanks for the patch! Samuel

Re: RFC: [PATCH] Re: Test case for fakeroot-hurd failure with a socket

2015-05-13 Thread Samuel Thibault
Hello, I have eventually applied this version: Svante Signell, le Wed 13 May 2015 09:35:28 +0200, a écrit : > +error_t > +netfs_set_translator (struct iouser *cred, struct node *np, > + char *argz, size_t argzlen) > +{ > + return file_set_translator (netfs_node_netnode (np)->fi

Re: RFC: [PATCH] Re: Test case for fakeroot-hurd failure with a socket

2015-05-13 Thread Samuel Thibault
Svante Signell, le Wed 13 May 2015 10:31:42 +0200, a écrit : > On Wed, 2015-05-13 at 10:04 +0200, Samuel Thibault wrote: > > Samuel Thibault, le Wed 13 May 2015 09:57:27 +0200, a écrit : > > > > + return file_set_translator (netfs_node_netnode (np)->file, > > > > + FS_T

Re: RFC: [PATCH] Re: Test case for fakeroot-hurd failure with a socket

2015-05-13 Thread Svante Signell
On Wed, 2015-05-13 at 10:04 +0200, Samuel Thibault wrote: > Samuel Thibault, le Wed 13 May 2015 09:57:27 +0200, a écrit : > > > + return file_set_translator (netfs_node_netnode (np)->file, > > > + FS_TRANS_EXCL|FS_TRANS_SET, > > > + FS_TRANS_EXCL|FS_TRAN

Re: RFC: [PATCH] Re: Test case for fakeroot-hurd failure with a socket

2015-05-13 Thread Samuel Thibault
Samuel Thibault, le Wed 13 May 2015 09:57:27 +0200, a écrit : > > + return file_set_translator (netfs_node_netnode (np)->file, > > + FS_TRANS_EXCL|FS_TRANS_SET, > > + FS_TRANS_EXCL|FS_TRANS_SET, 0, > > + argz, argzlen, > > +

Re: RFC: [PATCH] Re: Test case for fakeroot-hurd failure with a socket

2015-05-13 Thread Samuel Thibault
Svante Signell, le Wed 13 May 2015 09:35:28 +0200, a écrit : > Q: Why does it work without fakeroot-hurd? You mean on a bare filesystem? They use libdiskfs, which implements diskfs_S_file_set_translator, which calls diskfs_set_translator, which is implemented by filesystems. And the filesystems

Re: RFC: [PATCH] Re: Test case for fakeroot-hurd failure with a socket

2015-05-13 Thread Svante Signell
On Wed, 2015-05-13 at 00:52 +0200, Samuel Thibault wrote: > Hello, > > Svante Signell, le Tue 12 May 2015 22:09:33 +0200, a écrit : > > netfs_attempt_chmod() returns an error of EOPNOTSUPP and hits the > Err, no, see what I wrote earlier: “implement the > netfs_set_translator stub by just calling