[distcc] patch helps debugging PATH problems

Dimitri PAPADOPOULOS-ORFANOS papadopo at shfj.DECOY.cea.NOSPAM.fr
Tue May 13 17:46:01 GMT 2003


Hi,

Could the attached patch be added to distccd in order to help debugging 
PATH problems?

--
Dimitri
-------------- next part --------------
--- src/util.c-	Tue May 13 19:36:42 2003
+++ src/util.c	Tue May 13 19:43:03 2003
@@ -269,6 +269,7 @@
     }
 
     if (newpath) {
+        rs_trace("modifying PATH=%s", envpath);
         int ret = dcc_set_path(newpath);
         if (ret)
             return ret;


More information about the distcc mailing list