Source: libxkbcommon
Version: 0.6.1-1
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hello,

libxkbcommon currently FTBFS on hurd-i386 because it uses uint64_t
without including stdint.h, please see attached patch.

Thanks,
Samuel

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- 
Samuel
Actually, typing random strings in the Finder does the equivalent of
filename completion.
(Discussion in comp.os.linux.misc on the intuitiveness of commands: file
completion vs. the Mac Finder.)
--- ./bench/bench.c.original    2016-09-17 15:41:32.000000000 +0000
+++ ./bench/bench.c     2016-09-17 15:41:37.000000000 +0000
@@ -35,6 +35,7 @@
 
 #include <assert.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <string.h>
 #include <stdio.h>
 
--- ./bench/bench.h.original    2016-09-17 15:49:30.000000000 +0000
+++ ./bench/bench.h     2016-09-17 15:49:34.000000000 +0000
@@ -25,6 +25,8 @@
 #ifndef LIBXKBCOMMON_BENCH_H
 #define LIBXKBCOMMON_BENCH_H
 
+#include <stdint.h>
+
 struct bench_time {
     long seconds;
     long milliseconds;

Reply via email to