Package: paxtest
Severity: minor
Tags: patch
User: [email protected]
Usertags: clang-ftbfs
Hello,
Using the rebuild infrastructure, your package fails to build with clang
(instead of gcc).
We detected this kinf of error:
http://clang.debian.net/status.php?version=3.5.0rc1&key=NOT_ALLOWED_HERE
Full build log is available here:
http://clang.debian.net/logs/2014-06-16/paxtest_0.9.11-2_unstable_clang.log
Thanks,
Alexander
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- ./body.c 2010-10-22 06:01:36.000000000 +0400
+++ ../paxtest-0.9.11-my/./body.c 2014-08-19 00:54:19.480193990 +0400
@@ -26,6 +26,10 @@
return NULL;
}
+
+/* Dummy nested function */
+static void dummy(void) {}
+
int main( int argc, char *argv[] )
{
int status;
@@ -36,9 +40,6 @@
*/
int paxtest_mode = 1;
- /* Dummy nested function */
- void dummy(void) {}
-
mode = getenv( "PAXTEST_MODE" );
if( mode == NULL ) {
paxtest_mode = 1;