On Fri, Jan 09, 2009 at 01:34:42PM -0200, Claudio Leonel wrote: > I have a source packet where the sources are uncompressed in > the local machine. > In ptxdist-1.0.2 this packet worked correctly, but it is not working > any more with ptxdist-trunk. It shows the following error after > ptxdist go: > > -------------------------------------------- > .../ptxdist-trunk/rules/post/export_src.make:25: warning: overriding > commands for target `/home/s/exutils' > /home/s/linux_x86/rootfs/x86/rules/exutils.make:33: warning: ignoring > old commands for target `/home/s/exutils' > make: Circular /home/s/exutils <- /home/s/exutils dependency dropped.
You can hunt dependency problems with "ptxdist -d go", which enables make's dependency printout. > cp: cannot stat `/home/s/gnu/exutils': No such file or directory > -------------------------------------------- > > NOTE: /home/s/gnu is my SOURCES directory with compressed files. > Follows the beginning of the packet. Any idea of what is wrong ? Hmm, how did you bring that packet into the stack? Note that we have autogenerated packet inclusion now, which means that you don't have to include the .in files manually any more; just push your .in and .make files into rules/ and make sure that your in file has a ## SECTION=section_name line (see existing files for reference). rsc -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
