Re: [gnulib PATCH]: new warning from ar on rawhide systems

2015-07-01 Thread Pádraig Brady
On 01/07/15 16:22, Pavel Raiskup wrote: > On Wednesday 01 of July 2015 15:19:15 Pádraig Brady wrote: >> On 01/07/15 14:57, Pavel Raiskup wrote: >>> On Wednesday 01 of July 2015 13:42:35 Pádraig Brady wrote: >> On 01/07/15 09:00, Pavel Raiskup wrote: > This becomes painfully complicated, sor

Re: [gnulib PATCH]: new warning from ar on rawhide systems

2015-07-01 Thread Pavel Raiskup
On Wednesday 01 of July 2015 15:19:15 Pádraig Brady wrote: > On 01/07/15 14:57, Pavel Raiskup wrote: > > On Wednesday 01 of July 2015 13:42:35 Pádraig Brady wrote: > On 01/07/15 09:00, Pavel Raiskup wrote: > >>> This becomes painfully complicated, sorry to bothering you - just trying > >>> to

Re: [gnulib PATCH]: new warning from ar on rawhide systems

2015-07-01 Thread Pádraig Brady
On 01/07/15 14:57, Pavel Raiskup wrote: > On Wednesday 01 of July 2015 13:42:35 Pádraig Brady wrote: On 01/07/15 09:00, Pavel Raiskup wrote: >>> This becomes painfully complicated, sorry to bothering you - just trying >>> to make this ARFLAGS/AR_FLAGS mess resolved. I would appreciate any hel

Re: [Bug-tar] [PATCH RESEND] xattrs: Fix bug with --selinux option and unlabeled files

2015-07-01 Thread Pádraig Brady
On 01/07/15 11:49, Pavel Raiskup wrote: >>From 646ae813353ee8953eb0a4f6a06f4022015c151e Mon Sep 17 00:00:00 2001 > From: Pavel Raiskup > Date: Wed, 1 Jul 2015 12:30:57 +0200 > Subject: [PATCH] selinux-h: avoid double free after *getfilecon() > > Originally reported by Ben Shelton on bug-tar: > ht

Re: [Bug-tar] [PATCH RESEND] xattrs: Fix bug with --selinux option and unlabeled files

2015-07-01 Thread Pavel Raiskup
+cc gnulib mailing list Thanks for reporting this, Ben. On Thursday 16 of April 2015 13:25:59 Ben Shelton wrote: > When SELinux is enabled in the kernel but no policy is loaded, files may > be marked as unlabeled. When these files are processed, > rpl_lgetfilecon() returns the security context a

Re: [PATCH] Fix building tests under Windows

2015-07-01 Thread Pádraig Brady
tweaked slightly and pushed. thanks! Pádraig

[gnulib PATCH]: new warning from ar on rawhide systems

2015-07-01 Thread Pavel Raiskup
On Thursday 25 of June 2015 16:50:12 Pavel Raiskup wrote: > To gnulib guys: I haven't done proper analysis yet. Is the > gl_PROG_AR_RANLIB really expected to be called for *each* 'gnulib' > dependant project? If yes, could we possibly at least set the ARFLAGS > default value to 'cr' instead of '

[PATCH] Fix building tests under Windows

2015-07-01 Thread Pavel Fedin
1. grantpt.c seems to be never used on Windows, however it's still present in tests/ subdirectory of the final project. Therefore it breaks 'make check'. 2. Windows has no PTYs, therefore gnulib's openpty() will just return -ENOSYS. The main problem is test-openpty.c which expects termios to be th