Bug#673381: qjackctl: FTBFS on hurd-i386
Samuel Thibault
sthibault at debian.org
Fri May 18 08:02:10 UTC 2012
Package: qjackctl
Version: 0.3.8-1
Severity: important
Tags: patch
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-4.7
Hello,
qjackctl currently FTBFS on hurd-i386, due to the switch to gcc-4.7:
qjackctl.cpp:156:7: error: '::gethostname' has not been declared
The attached patch fixes it. Apparently Linux is lucky and somehow
already includes unistd.h
Samuel
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.4 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages qjackctl depends on:
ii jackd 5
ii libasound2 1.0.25-2
ii libc6 2.13-32
ii libgcc1 1:4.7.0-7
ii libjack0 [libjack-0.116] 1:0.121.3+20120418git75e3e20b-1
ii libqt4-dbus 4:4.8.1-1
ii libqt4-xml 4:4.8.1-1
ii libqtcore4 4:4.8.1-1
ii libqtgui4 4:4.8.1-1
ii libstdc++6 4.7.0-7
ii libx11-6 2:1.4.99.901-2
qjackctl recommends no packages.
Versions of packages qjackctl suggests:
ii pulseaudio-utils 1.1-3.2
-- no debconf information
--
Samuel Thibault <samuel.thibault at fnac.net>
* c is away : cuisine; bouffe
<y> oh, moi je fais plutôt cuisine & bouffe en fait :)
<c> oui c'est vrai, certains font cuisine && bouffe (juste au cas où... ;-))
<y> ( cuisine && bouffe ) || restau
<N> voire ((cuisine && bouffe) || restau) & apéritif
-+- #ens-mim -+-
-------------- next part --------------
--- src/qjackctl.cpp.orig 2012-05-18 09:52:28.000000000 +0200
+++ src/qjackctl.cpp 2012-05-18 09:53:12.000000000 +0200
@@ -23,6 +23,8 @@
#include "qjackctlSetup.h"
#include "qjackctlMainForm.h"
+#include <unistd.h>
+
#include <QApplication>
#include <QLibraryInfo>
#include <QTranslator>
More information about the pkg-multimedia-maintainers
mailing list