Displaying 3 results from an estimated 3 matches for "edeadlock".
Did you mean:
deadlock
2015 Sep 29
1
v2.2.19 release candidate 2 released
Darwin doesn't have an EDEADLOCK error code, so compilation fails on MacOSX:
file-lock.c:214:16: error: use of undeclared identifier 'EDEADLOCK'
if (errno == EDEADLOCK)
^
file-lock.c:262:16: error: use of undeclared identifier 'EDEADLOCK'
if (errno =...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...as rejected by service"
EOWNERDEAD (130) => "Owner died"
ENOTRECOVERABLE (131) => "State not recoverable"
ERFKILL (132) => "Operation not possible due to RF-kill"
EHWPOISON (133) => "Memory page has hardware error"
closing asm-generic/errno.h
EDEADLOCK (58) => "File locking deadlock error"
closing asm/errno.h
closing linux/errno.h
ppc-linux-gcc -Wp,-MD,usr/klibc/.errlist.o.d -nostdinc -iwithprefix include -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/arch/ppc -Iusr/include/arch/ppc -I/root/ofs/trunk/packages/klibc-2.0.2/usr/i...
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