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, 23 May 2012 10:13:59 -0400
From:	Josh Boyer <jwboyer@...hat.com>
To:	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Ingo Molnar <mingo@...hat.com>,
	Arnaldo Carvalho de Melo <acme@...stprotocols.net>
Cc:	linux-kernel@...r.kernel.org
Subject: Perf build failure in v3.4-4842-g61011677

Building Linus' latest tree as of this morning results in perf being
very unhappy.  The build machine is running Fedora 17, so gcc 4.7.  The
gtk2 missing errors are fine as far as I'm concerned, but the rest of
the errors seem like things that might want fixing?

josh

+ make -j8 -C tools/perf -s V=1 WERROR=0 HAVE_CPLUS_DEMANGLE=1
prefix=/usr all
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Makefile:515: GTK2 not found, disables GTK2 support. Please install
gtk2-devel or libgtk2.0-dev
PERF_VERSION = 3.5.0-0.rc0.git4.1.fc18.x86_64
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Makefile:515: GTK2 not found, disables GTK2 support. Please install
gtk2-devel or libgtk2.0-dev
    * new build flags or prefix
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent
make rule.
util/scripting-engines/trace-event-perl.c: In function
'define_event_symbols':
util/scripting-engines/trace-event-perl.c:188:2: warning: enumeration
value 'PRINT_BSTRING' not handled in switch [-Wswitch-enum]
util/scripting-engines/trace-event-perl.c:188:2: warning: enumeration
value 'PRINT_DYNAMIC_ARRAY' not handled in switch [-Wswitch-enum]
util/scripting-engines/trace-event-perl.c:188:2: warning: enumeration
value 'PRINT_FUNC' not handled in switch [-Wswitch-enum]
util/scripting-engines/trace-event-perl.c: In function
'find_cache_event':
util/scripting-engines/trace-event-perl.c:240:23: warning: assignment
from incompatible pointer type [enabled by default]
util/scripting-engines/trace-event-perl.c:244:34: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c:244:49: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c:246:44: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c: In function
'perl_process_tracepoint':
util/scripting-engines/trace-event-perl.c:282:34: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c:282:49: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c:303:20: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c: In function
'perl_generate_script':
util/scripting-engines/trace-event-perl.c:494:2: warning: passing
argument 1 of 'trace_find_next_event' from incompatible pointer type
[enabled by default]
In file included from util/scripting-engines/trace-event-perl.c:32:0:
util/scripting-engines/../trace-event.h:56:22: note: expected 'struct
event_format *' but argument is of type 'struct event *'
util/scripting-engines/trace-event-perl.c:494:16: warning: assignment
from incompatible pointer type [enabled by default]
util/scripting-engines/trace-event-perl.c:495:40: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c:495:55: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c:509:17: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c:528:17: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c:552:17: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c:565:37: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c:566:11: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c:575:37: error: dereferencing
pointer to incomplete type
util/scripting-engines/trace-event-perl.c:576:11: error: dereferencing
pointer to incomplete type
make: *** [util/scripting-engines/trace-event-perl.o] Error 1
make: *** Waiting for unfinished jobs....
/home/jwboyer/kernel/kernel-3.4.fc18/linux-3.5.0-0.rc0.git4.1.fc18.x86_64/tools/lib/traceevent/parse-filter.c:
In function 'create_arg_item':
/home/jwboyer/kernel/kernel-3.4.fc18/linux-3.5.0-0.rc0.git4.1.fc18.x86_64/tools/lib/traceevent/parse-filter.c:343:9:
warning: comparison between 'enum filter_arg_type' and 'enum event_type'
[-Wenum-compare]
/home/jwboyer/kernel/kernel-3.4.fc18/linux-3.5.0-0.rc0.git4.1.fc18.x86_64/tools/lib/traceevent/parse-filter.c:339:2:
warning: case value '8' not in enumerated type 'enum filter_arg_type'
[-Wswitch]
error: Bad exit status from /var/tmp/rpm-tmp.WBR9jG (%build)



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ