On Fri, May 16, 2014 at 02:40:19PM -0300, Breno Leitao wrote: > > I have no idea what you did, but something in your setup looks > > broken to me. In any case the patch as you submitted it won't > > shouln't make any difference. > This is what I understand from my system: > > When I try to build ircd-irc2, the clean rules are called, and the clean > section > is calling CONFIG_GUESS, which runs 'support/config.guess`. > > On a known platform, the CONFIG_GUESS should have something like > x86_64-unknown-linux-gnu, but, it is empty on ppc64el, because the > config.guess > file was not updated yet. > > BTW, I just re-run the build in another environment, and the building is > working, > although the config.guess message still appear in the log. > I am closing this bug for now, thank you!
There is a directory like "x86_64-unknown-linux-gnu" created. The clean target is trying to delete it, but it ignores the error if it can't find the directory. I'm just wondering what `support/config.guess` is returning on unknown systems and that I'm not trying to rm -rf something I shouldn't. But I think it's just calling "rm -rf " without arguments, which shouldn't even return an error. So things really should just work. Kurt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org