Hello all ,<br> <br>&gt;Looks like the script uses pushd (a bashism) and you use a shell<br>&gt;not knowing pushd. (Easy fix: use #!/bin/bash as shebang)<br><br>so i changed , &quot;sh  &lt;command&gt;&quot; in some shell scripts to<br>
&quot;bash &lt;command&gt;&quot; in a couple of places , <br><br>this actually helped in starting build of extra galleries<br><br>but i inally ended with following error :<br><br>sed -i &#39;s/UserInstallation=$SYSUSERCONFIG\/.ooo3/UserInstallation=$ORIGIN\/..\/.ooo3/g&#39; /media/sda8/patches/openoff/ooo-build/build/install/program/bootstraprc<br>
/media/sda8/patches/openoff/ooo-build/build/install/program/unopkg add -v --shared /media/sda8/patches/openoff/ooo-build/build/bin/tweakconfig.oxt<br>Copying: tweakconfig.oxt<br>Enabling: Tweak OOo config for proper hacking<br>
 Enabling: Common.xcu<br><br>ERROR: (com.sun.star.deployment.DeploymentException) { { Message = &quot;An error occurred while enabling: Common.xcu&quot;, Context = (com.sun.star.uno.XInterface) @9705f90 }, Cause = (any) { (com.sun.star.lang.WrappedTargetException) { { Message = &quot;configmgr::backend::ImportHandler: Could not get output handler for component org.openoffice.Office.Common due to a backend exception: \X000a MultiStratumBackend: No Backend supports Entity: \&quot;file:///media/sda8/patches/openoff/ooo-build/build/install/share/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry&quot;, Context = (com.sun.star.uno.XInterface) @970aec0 }, TargetException = (any) { (com.sun.star.lang.IllegalArgumentException) { { Message = &quot;\X000a MultiStratumBackend: No Backend supports Entity: \&quot;file:///media/sda8/patches/openoff/ooo-build/build/install/share/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry&quot;, Context = (com.sun.star.uno.XInterface) @9680640 (ImplementationName = &quot;com.sun.star.comp.configuration.backend.MultiStratumBackend&quot;) }, ArgumentPosition = (short) 0 } } } } }<br>
 rollback...<br>  rollback finished.<br>An error occurred while enabling: Common.xcu<br><br>please help me in fixing it,<br><br>thanking you,<br>-manu<br>