Package: bootpc Version: 0.64-7 Severity: minor User: [email protected] Usertags: clang-ftbfs Tag: patch
Hello, Using the rebuild infrastructure http://buildd-clang.debian.net/, your package fails to build with clang (instead of gcc). You can see the full log here: http://buildd-clang.debian.net/fetch.php?pkg=bootpc&arch=amd64&ver=0.64-7&stamp=1366086019 The attached patch fixes it. Thanks, Sylvestre -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (600, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-3-amd64 (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
Index: bootpc-0.64/log.h =================================================================== --- bootpc-0.64.orig/log.h 1998-12-18 00:38:00.000000000 +0100 +++ bootpc-0.64/log.h 2013-05-30 17:25:39.884622502 +0200 @@ -3,7 +3,6 @@ #include <stdio.h> -extern FILE * log; extern int logfd; extern int testing;

