Package: vnc4
Version: 4.1.1+X4.3.0-37
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd
Hello,
vnc4 currently FTBFS on hurd-i386 because of a bogus
unix/xc/config/cf/gnu.cf file and missing VT_ACTIVATE ioctl. Here is a
patch.
Samuel
-- System Information:
Debian Release: 6.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.37 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
Samuel Thibault <[email protected]>
tohi.cybercable.fr (212.198.0.3) si une personne se reconnait derriere
cette adresse que ce soit un pirate ou une victime qu'il se manifeste,
cette personne pourrait bien etre un petit malin
-+- Fred in NPC : Mamaaaaan, y a le routeur qui veut me hacker -+-
--- unix/xc/config/cf/gnu.cf.original 2011-01-22 14:03:39.000000000 +0000
+++ unix/xc/config/cf/gnu.cf 2011-01-22 14:21:36.000000000 +0000
@@ -105,7 +105,7 @@
#ifndef DoLoadableServer
#define DoLoadableServer YES
#endif
-#ifndef
+#ifndef CppCmd
#define CppCmd /lib/cpp
#endif
#define YaccCmd bison -y
--- ./unix/xc/programs/Xserver/hw/xfree86/common/xf86Events.c.original
2011-01-23 01:41:05.000000000 +0000
+++ ./unix/xc/programs/Xserver/hw/xfree86/common/xf86Events.c 2011-01-23
01:41:41.000000000 +0000
@@ -315,7 +315,7 @@
CloseDownClient(server);
}
break;
-#if !defined(__SOL8__) && (!defined(sun) || defined(i386))
+#if !defined(__SOL8__) && (!defined(sun) || defined(i386)) &&
(!defined(__GNU__))
case ACTION_SWITCHSCREEN:
if (VTSwitchEnabled && !xf86Info.dontVTSwitch && arg) {
int vtno = *((int *) arg);