Hello all ,<br> <br>>Looks like the script uses pushd (a bashism) and you use a shell<br>>not knowing pushd. (Easy fix: use #!/bin/bash as shebang)<br><br>so i changed , "sh <command>" in some shell scripts to<br>
"bash <command>" 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 's/UserInstallation=$SYSUSERCONFIG\/.ooo3/UserInstallation=$ORIGIN\/..\/.ooo3/g' /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 = "An error occurred while enabling: Common.xcu", Context = (com.sun.star.uno.XInterface) @9705f90 }, Cause = (any) { (com.sun.star.lang.WrappedTargetException) { { Message = "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: \"file:///media/sda8/patches/openoff/ooo-build/build/install/share/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry", Context = (com.sun.star.uno.XInterface) @970aec0 }, TargetException = (any) { (com.sun.star.lang.IllegalArgumentException) { { Message = "\X000a MultiStratumBackend: No Backend supports Entity: \"file:///media/sda8/patches/openoff/ooo-build/build/install/share/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry", Context = (com.sun.star.uno.XInterface) @9680640 (ImplementationName = "com.sun.star.comp.configuration.backend.MultiStratumBackend") }, 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>