- 1. Fwd: Bug#531950: attr: FTBFS on GNU/kFreeBSD (score: 1)
- Author: Nathan Scott <nscott@xxxxxxxxxx>
- Date: Tue, 9 Jun 2009 10:03:28 +1000 (EST)
- Could someone verify and merge this patch? It looks OK to me. thanks! Package: attr Severity: important Version: 1:2.4.43-2 Tags: patch User: glibc-bsd-devel@xxxxxxxxxxxxxxxxxxxxxxx Usertags: kfreebs
- /archives/xfs/2009-06/msg00112.html (7,998 bytes)
- 2. Re: Bug#531950: attr: FTBFS on GNU/kFreeBSD (score: 1)
- Author: Nathan Scott <nscott@xxxxxxxxxx>
- Date: Tue, 9 Jun 2009 20:31:33 +1000 (EST)
- Hmm, I'm not sure what you mean there. AIUI, this code (strerror_ea) is working around Linux's lack of an ENOATTR error code ... and on FreeBSD there really is an ENOATTR (and no ENODATA?) Perhaps a
- /archives/xfs/2009-06/msg00118.html (8,914 bytes)
- 3. Re: Bug#531950: attr: FTBFS on GNU/kFreeBSD (score: 1)
- Author: Petr Salinger <Petr.Salinger@xxxxxxxxx>
- Date: Tue, 9 Jun 2009 13:35:58 +0200 (CEST)
- Hello. Andreas now takes care ot attr. Btw, the submitter should stop that stupid GNU wanking - errnos are defined by the kernel so it's a FreeBSD issues and has nothing to do with their glibc abuse.
- /archives/xfs/2009-06/msg00119.html (9,621 bytes)
- 4. Re: Bug#531950: attr: FTBFS on GNU/kFreeBSD (score: 1)
- Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Date: Tue, 9 Jun 2009 08:10:42 -0400
- This one looks better to me, except that I would really make this an explicit #ifdef __linux__. The lack of a proper ENOATTR is a Linux specific quirck and not related to the presence of non-standard
- /archives/xfs/2009-06/msg00120.html (9,518 bytes)
- 5. Re: Bug#531950: attr: FTBFS on GNU/kFreeBSD (score: 1)
- Author: Aurelien Jarno <aurelien@xxxxxxxxxxx>
- Date: Sun, 14 Jun 2009 18:35:17 +0200
- When not on Linux, libattr uses the GNU libc functions instead of the system calls. The GNU libc then translates that into FreeBSD syscalls including the integer namespace value. -- Aurelien Jarno GP
- /archives/xfs/2009-06/msg00193.html (10,198 bytes)
- 6. Re: Bug#531950: attr: FTBFS on GNU/kFreeBSD (score: 1)
- Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Date: Sun, 14 Jun 2009 16:33:09 -0400
- Maybe you'd be better off not doing a double translation by using the raw syscalls from libattr..
- /archives/xfs/2009-06/msg00194.html (9,202 bytes)
- 7. Re: Bug#531950: attr: FTBFS on GNU/kFreeBSD (score: 1)
- Author: Aurelien Jarno <aurelien@xxxxxxxxxxx>
- Date: Sun, 14 Jun 2009 22:56:28 +0200
- Would such a patch be accepted more easily than the ENODATA patch? -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@xxxxxxxxxxx http://www.aurel32.net
- /archives/xfs/2009-06/msg00195.html (10,125 bytes)
- 8. Re: Bug#531950: attr: FTBFS on GNU/kFreeBSD (score: 1)
- Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Date: Mon, 15 Jun 2009 05:42:44 -0400
- I don't think it's an except but in addition. Wherever we do a strerror in the attr code we will have to special case ENODATA on Linux and only there. Independent of that I think we would better of u
- /archives/xfs/2009-06/msg00196.html (10,101 bytes)
- 9. Re: Bug#531950: attr: FTBFS on GNU/kFreeBSD (score: 1)
- Author: Petr Salinger <Petr.Salinger@xxxxxxxxx>
- Date: Mon, 15 Jun 2009 12:26:12 +0200 (CEST)
- I don't think it's an except but in addition. Wherever we do a strerror in the attr code we will have to special case ENODATA on Linux and only there. Independent of that I think we would better of u
- /archives/xfs/2009-06/msg00197.html (11,183 bytes)
- 10. Re: Bug#531950: attr: FTBFS on GNU/kFreeBSD (score: 1)
- Author: Aurelien Jarno <aurelien@xxxxxxxxxxx>
- Date: Mon, 15 Jun 2009 12:05:58 +0200
- Fully agreed. Please find below the __linux_ version of the patch. -- attr-2.4.43.orig/getfattr/getfattr.c +++ attr-2.4.43/getfattr/getfattr.c @@ -93,8 +93,10 @@ const char *strerror_ea(int err) { +#
- /archives/xfs/2009-06/msg00198.html (12,159 bytes)
- 11. Re: Bug#531950: attr: FTBFS on GNU/kFreeBSD (score: 1)
- Author: Andreas Gruenbacher <agruen@xxxxxxx>
- Date: Fri, 19 Jun 2009 17:37:57 +0200
- Yes, done. Thanks, Andreas
- /archives/xfs/2009-06/msg00245.html (10,654 bytes)
This search system is powered by
Namazu