need help debugging unopkg error on centos 6.3

Michael Stahl mstahl at redhat.com
Wed Mar 20 15:30:04 PDT 2013


On 15/03/13 19:31, Neeraj Rai wrote:
> The bad news is that I am getting "unopkg add" error and need help
> solving it:
> This same code comipled last week and I don't think I have changed
> anything - so I am very confused.
> I would appreciate if someone could point me in the right direction
> about what to make of below error mesg :
> 
> === cmd and error from unopkg =====
> /work/loc1/prod/libreoffice-4.0/lib/libreoffice/program/unopkg add -f
> CalcAddinThr.oxt
> warn:legacy.osl:785:2:/stora/work/loc1/builddir/libreoffice-4.0.0.3/sal/osl/unx/process.cxx:252:
> OSL_ASSERT: geteuid() == 0
> warn:desktop.deployment:778:1:/stora/work/loc1/builddir/libreoffice-4.0.0.3/desktop/source/deployment/registry/dp_backend.cxx:676:
> unexpected RuntimeException "unknown error!"

there are 2 places that throw an exception with this message, both try
to spawn a process with osl_executeProcess and get a
"osl_Process_E_Unknown" error.

no obvious idea why that should happen though, perhaps "strace" will
show you what it's trying to exec that fails?



More information about the LibreOffice mailing list