On Tue, Oct 02, 2007 at 10:41:56PM +0200, Marco Cavallini wrote: > Robert Schwebel ha scritto: > >>------------------------------- > >>target: host-pkg-config.extract > >>------------------------------- > >> > >>extract: archive=~/ptxdist/sources/pkg-config-0.21.tar.gz > >>extract: dest=/home/koan/ptxdist/progetti/testarm/build-host > >>gzip: ~/ptxdist/sources/pkg-config-0.21.tar.gz: No such file or directory > > > >Looks like it forgot to download pkg-config. You can do that manually > >and place it into that locastion. Nevertheless, in order to find your > >problem, please send me your project off-list. > > source file is already downloaded, > is the only step I did with ptx > > $ ls /home/koan/ptxdist/sources/pkg-config-0.21.tar.gz > /home/koan/ptxdist/sources/pkg-config-0.21.tar.gz
Ah, the problem is another one. The mechanism searching for the archive isn't able to expand your "~" to $HOME. So you might either want to change ~/.ptxdistrc-* to use $HOME or the absolute path. Robert -- Pengutronix - Linux Solutions for Science and Industry Entwicklungszentrum Nord http://www.pengutronix.de -- ptxdist mailing list [email protected]
