retitle 673015 gprbuild: [hurd-i386] could not create $DIRECTORY/auto.cgpr clone 673015 -1 retitle -1 gprbuild: gprconfig segfaults when g++ exists but g++-4.6 doesn't thanks
I have now determined that there are two different bugs. The bug on hurd-i386 seems to me a result of grep not behaving identically on the HURD and GNU/Linux; investigation still ongoing. The second bug, on kfreebsd-i386, is actually not platform-specific but was triggered by the transition from g++-4.6 to g++-4.7. gprconfig parses /usr/share/gprconfig/compilers.xml, finds an executable matching the regexp g\+\+, then tries to invoke g++-4.6 which does not exist on that machine (being replaced by g++-4.7). The fix for this latter bug is easy. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

