problem installing SVN

2014-04-15 Thread Riccardo Mottola
Hi, I had subversion installed, during an apt-get upgrade it broke, if I try to install it now I get: The following packages have unmet dependencies: subversion : Depends: libsvn1 (= 1.7.9-1+nmu3+b1) but it is not going to be installed E: Unable to correct problems, you have held broken pac

Re: [PATCH] Include the MIG-generated server header files

2014-04-15 Thread Samuel Thibault
Justus Winter, le Tue 15 Apr 2014 21:20:04 +0200, a écrit : > This enables the compiler to check that the server function > declarations match MIGs expectations. Fix a few oddities along the > way. Ack. > * console-client/trans.c: Include MIG-generated server header file(s). > * console/console.

Include fixes for the Hurd

2014-04-15 Thread Justus Winter
Hi :) here is a patch that will help prevent me from doing mistakes like [0] in the future. Oh, and it will make fakeroot faster. 0: f1aa15a509d4249b19bb3d7f1f388829dd5135f8 Cheers, Justus

[PATCH] Include the MIG-generated server header files

2014-04-15 Thread Justus Winter
This enables the compiler to check that the server function declarations match MIGs expectations. Fix a few oddities along the way. * console-client/trans.c: Include MIG-generated server header file(s). * console/console.c: Likewise. Also, fix declarations. * console/mutations.h (TIOCTL_IMPORTS)