lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 27 Feb 2013 06:15:49 +0100
From:	nello martuscielli <ppc.addon@...il.com>
To:	netdev@...r.kernel.org
Subject: iproute-3.8.0 build error on Linux ppc64

hi,
after  commit:
http://git.kernel.org/?p=linux/kernel/git/shemminger/iproute2.git;a=commitdiff;h=6398d3a65277a2ebed085ad9deef15fea6f4ed09

specifically -Wmissing-prototypes and I get this error on Linux ppc64

[...]
gcc -Wall -Wstrict-prototypes -Werror -Wmissing-prototypes
-Wmissing-declarations -Wold-style-definition -O2 -I../include
-DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\"
-D_GNU_SOURCE   -c -o ipneigh.o ipneigh.c
gcc -Wall -Wstrict-prototypes -Werror -Wmissing-prototypes
-Wmissing-declarations -Wold-style-definition -O2 -I../include
-DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\"
-D_GNU_SOURCE   -c -o ipntable.o ipntable.c
cc1: warnings being treated as errors
ipntable.c: In function 'print_ntable':
ipntable.c:435:3: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:488:4: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:492:4: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:496:4: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:505:4: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:509:4: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:539:4: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:543:4: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:551:4: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:563:3: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:564:3: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:565:3: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:570:3: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:571:3: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:572:3: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:577:3: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:578:3: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:583:3: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
ipntable.c:584:3: error: format '%llu' expects type 'long long
unsigned int', but argument 3 has type '__u64'
make[1]: *** [ipntable.o] Error 1
make[1]: Leaving directory `/root/iproute2-3.8.0/ip'
make: *** [all] Error 2


my system is IBM POWER4+ with a CRUX PPC 3.0alpha (64bit).


thanks,
Nell
--
my blog: http://linuxpowerpc.blogspot.com/
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ