Hi
I used ptxdist version 2014.10.0 and need the trace-cmd kit, but the download from kernel.org fails.
I found out that the repository
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
was changed to
git://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git
So I changed the url in the trace-cmd.make file from
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;tag=trace-cmd-v2.3.1
to
git://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git; tag=trace-cmd-v2.3.1)
But the error was:
-------------------------------
target: trace-cmd-2.3.1.tar.bz2
-------------------------------
git: fetching 'git://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git into '/opt/g3DevelBase/g3Toolchain/g3BspSrc/git.kernel.org.cgit.linux.kernel.git.rostedt.trace-cmd.git'...
Initialized empty shared Git repository in /opt/g3DevelBase/g3Toolchain/g3BspSrc/git.kernel.org.cgit.linux.kernel.git.rostedt.trace-cmd.git/
fatal: unable to connect to git.kernel.org:
git.kernel.org[0: 199.204.44.194]: errno=Connection timed out
git.kernel.org[1: 149.20.4.72]: errno=Connection timed out
git.kernel.org[2: 198.145.20.140]: errno=Connection timed out
git.kernel.org[3: 2620:3:c000:a:0:1991:8:25]: errno=Network is unreachable
git.kernel.org[4: 2001:4f8:1:10:0:1991:8:25]: errno=Network is unreachable
--2015-02-03 11:52:12-- http://www.pengutronix.de/software/ptxdist/temporary-src/trace-cmd-2.3.1.tar.bz2
Resolving proxy.sieb-meyer.de (proxy.sieb-meyer.de)... 192.168.1.1
Connecting to proxy.sieb-meyer.de (proxy.sieb-meyer.de)|192.168.1.1|:3128... connected.
Proxy request sent, awaiting response... 404 Not Found
2015-02-03 11:52:17 ERROR 404: Not Found.
Could not download package
URL: git://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git;tag=trace-cmd-v2.3.1
---------------------------
So my question:
What must I do to get the trace-cmd-v2.3.1 package from kernel.org?
With best regards,
Alexander Hänel-Baas