search for: enetreset

Displaying 5 results from an estimated 5 matches for "enetreset".

2011 Sep 17
0
[LLVMdev] Build errors on r139985
...vm/include/llvm/Support/system_error.h:535: error: ‘EMSGSIZE’ was not declared in this scope /home/carl/Downloads/llvm3.0/llvm/include/llvm/Support/system_error.h:536: error: ‘ENETDOWN’ was not declared in this scope /home/carl/Downloads/llvm3.0/llvm/include/llvm/Support/system_error.h:537: error: ‘ENETRESET’ was not declared in this scope /home/carl/Downloads/llvm3.0/llvm/include/llvm/Support/system_error.h:538: error: ‘ENETUNREACH’ was not declared in this scope /home/carl/Downloads/llvm3.0/llvm/include/llvm/Support/system_error.h:539: error: ‘ENOBUFS’ was not declared in this scope /home/carl/Downlo...
2020 Aug 18
15
[PATCH nbdkit 0/9] Port to Windows.
Also available here: https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw This is the port to Windows using native Windows APIs (not MSYS or Cygwin). This patch series is at the point where it basically now works. I can run the server with the memory plugin, and access it remotely using guestfish, creating filesystems and so on without any apparent problems. Nevertheless there are many
2020 Aug 20
15
[PATCH nbdkit 0/13] Port to Windows without using a separate library.
Also available here: https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw-nolib After a lot of work I have made the port to Windows work without using a separate library. Instead, on Windows only, we build an "import library" (library of stubs) which resolves references to nbdkit_* functions in the main program and fixes up the plugin, basically the first technique outlined in
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...T (97) => "Address family not supported by protocol" EADDRINUSE (98) => "Address already in use" EADDRNOTAVAIL (99) => "Cannot assign requested address" ENETDOWN (100) => "Network is down" ENETUNREACH (101) => "Network is unreachable" ENETRESET (102) => "Network dropped connection because of reset" ECONNABORTED (103) => "Software caused connection abort" ECONNRESET (104) => "Connection reset by peer" ENOBUFS (105) => "No buffer space available" EISCONN (106) => "Transport endpoin...
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