Classification: mature

With this patch, failed installation of buildrequires will not terminate
the build. This prevents anomalies in determining of buildreqs; they
will be catched by a later 'rpmbuild -ba...'.

This patch is related with the 'filereq' patch.


2003-12-05  Enrico Scholz  <enrico.scholz@informatik.tu-chemnitz.de>
	* created initially
--- mach/scripts/mach.in~buildreq-ignore	2003-12-05 04:14:59.000000000 +0100
+++ mach/scripts/mach.in	2003-12-05 04:16:11.000000000 +0100
@@ -828,8 +828,7 @@
                     # in the rpm-src tree apparently
                     #self.aptget ('build-dep -y %s' % pkgs[name]['path'], True)
                 except Root.Error:
-                    raise self.Error, 'could not install buildreqs %s' % buildreqs
-                    #continue
+                    warning('could not install buildreqs %s' % buildreqs)
 
             # get the name and create the place where to store results
             h = pkgs[name]['header']
