search for: enokey

Displaying 3 results from an estimated 3 matches for "enokey".

Did you mean: nokey
2010 Dec 27
0
hivex, ENOKEY and cygwin
On Sun, Dec 26, 2010 at 08:17:26PM -0500, Jason Copenhaver wrote: > I was compiling hivex on cygwin and it doesn't because of the use of > ENOKEY in hivex.c. This should be defined in errno.h as 126, but on > cygwin it isn't and the check in .gnulib/m4/errnor_h.m4 doesn't check > for the presence of ENOKEY. Just thought I'd let you know in case you > wanted to add an explicit configure check for ENOKEY. Yes, we're...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...(120) => "Is a named type file" EREMOTEIO (121) => "Remote I/O error" EDQUOT (122) => "Quota exceeded" ENOMEDIUM (123) => "No medium found" EMEDIUMTYPE (124) => "Wrong medium type" ECANCELED (125) => "Operation Canceled" ENOKEY (126) => "Required key not available" EKEYEXPIRED (127) => "Key has expired" EKEYREVOKED (128) => "Key has been revoked" EKEYREJECTED (129) => "Key was rejected by service" EOWNERDEAD (130) => "Owner died" ENOTRECOVERABLE (131) =>...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux