File piece-disable-pyuno-registration.diff of Package libreoffice-bootstrap
--- solenv/bin/modules/installer/servicesfile.pm.old 2009-03-05 15:40:56.000000000 +0100
+++ solenv/bin/modules/installer/servicesfile.pm 2009-03-06 16:11:07.000000000 +0100
@@ -448,7 +448,8 @@ sub register_all_components
if ( $#unocomponents > -1 ) { $uno_error_occured = register_unocomponents($allvariableshashref, \@unocomponents, $regcompfileref, $servicesfile, $nativeservicesurlprefix); }
if ( $#javacomponents > -1 ) { $java_error_occured = register_javacomponents($allvariableshashref, \@javacomponents, $regcompfileref, $servicesfile, $regcomprdb, $javaservicesurlprefix); }
- if ( $#pythoncomponents > -1 ) { $python_error_occured = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); }
+# temporary disable on SLED10; it fails there
+# if ( $#pythoncomponents > -1 ) { $python_error_occured = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); }
if ( $uno_error_occured || $java_error_occured || $python_error_occured ) { $registererrorflag = 1; }