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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 10 Oct 2013 17:06:27 -0300
From:	Arnaldo Carvalho de Melo <acme@...stprotocols.net>
To:	Ingo Molnar <mingo@...nel.org>
Cc:	linux-kernel@...r.kernel.org,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	David Ahern <dsahern@...il.com>, Jiri Olsa <jolsa@...hat.com>,
	Namhyung Kim <namhyung@...nel.org>
Subject: Re: [GIT PULL] tools/perf/build: Speed up the perf build system

Em Thu, Oct 10, 2013 at 04:50:14PM -0300, Arnaldo Carvalho de Melo escreveu:
> /me scratches head, tried this on another kvm guest, ubuntu 13.04,
> x86_64, works as expected, but stumbled in another problem:
> 
> acme@...ntu-acme:~/git/linux$ time make -C tools/perf -f tests/make
> make: Entering directory `/home/acme/git/linux/tools/perf'
> make[3]: *** No rule to make target
> `/home/git/linux/tools/lib/traceevent/trace-seq.c', needed by
> `.trace-seq.d'.  Stop.
> make[2]: ***
> [/home/acme/git/linux/tools/lib/traceevent/libtraceevent.a-clean] Error
> 2
> make[2]: *** Waiting for unfinished jobs....
> make[1]: *** [clean] Error 2
> make: *** [make_pure] Error 2
> make: Leaving directory `/home/acme/git/linux/tools/perf'
> 
> real	0m0.254s
> user	0m0.064s
> sys	0m0.084s
> acme@...ntu-acme:~/git/linux$
> 
> And this does work on a RHEL6 box, continue to investigate...

Ok, if I do:

acme@...ntu-acme:~/git/linux$ make -C tools clean
<SNIP>
make[1]: Entering directory `/home/acme/git/linux/tools/perf'
  CLEAN    libtraceevent
  CLEAN    config
make[3]: *** No rule to make target
`/home/git/linux/tools/lib/traceevent/trace-seq.c', needed by
`.trace-seq.d'.  Stop.
make[2]: ***
[/home/acme/git/linux/tools/lib/traceevent/libtraceevent.a-clean] Error
2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [clean] Error 2
make[1]: Leaving directory `/home/acme/git/linux/tools/perf'
make: *** [perf_clean] Error 2
make: Leaving directory `/home/acme/git/linux/tools'
acme@...ntu-acme:~/git/linux$

So, if cleaning manually:

[acme@zoo linux]$ find tools -name ".*.d"
tools/lib/traceevent/.trace-seq.d
tools/lib/traceevent/.event-parse.d
tools/lib/traceevent/.parse-filter.d
tools/lib/traceevent/.kbuffer-parse.d
tools/lib/traceevent/.parse-utils.d
[acme@zoo linux]$ find tools -name ".*.d" | xargs rm
[acme@zoo linux]$ find tools -name ".*.d"
[acme@zoo linux]$

(on the NFS server, mind you)

And now trying again to clean on ubuntu (NFS client):

Works, trying again tests/make...

acme@...ntu-acme:~/git/linux$ time make -C tools/perf -f tests/make
make: Entering directory `/home/acme/git/linux/tools/perf'
- make_pure: cd . && make -f Makefile DESTDIR=/tmp/tmp.2uwAzyGti8



-----------------------

Take a while, even more over NFS it seems, could do with some
paralelization... ;-) :-)

Anyway, letting it run and not doing anything on that source tree in any
other machine (NFS server or clients), will see..

- Arnaldo
--
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