[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem installing on Sid



Hi,

Jérôme Warnier wrote:
> Upgrading from a 1.1rc-1 coming from one of the unofficial mirrors...
> 
> 
> Setting up openoffice.org (1.0.99+1.1rc3-1) ...
> Updating OpenOffice.org's dictionary list... done.
> Creating symlink...
> ln: `ooo/dicts': File exists

WTF?

WTF? does it want to do there?

if [ "$1" = "openoffice.org" -a "$2" = "configure" ]; then
        if [ ! -L /usr/lib/openoffice/share/dict/ooo ]; then
                if [ ! -d /usr/lib/openoffice/share/dict ]; then
                        mkdir -p /usr/lib/openoffice/share/dict
                fi
                echo "Creating symlink..."
                cd /usr/lib/openoffice/share/dict && \
                        ln -s /usr/share/myspell/dicts ooo
        fi
fi

This is what oo-d-f 1.0.99+1.1rc3-1 tries to do. It shouldn't
create anythng there if you were on up to date sid...

Why version of openoffice.org-debian-files had you installed as this
error occured?

> run-parts:
> /usr/share/openoffice.org-debian-files/hooks/postinst.d/ooo_link exited
> with return code 1

Does it continue to install or fails? And more importantly, is the
/usr/lib/openoffice.org/share/dict/ooo -> /usr/share/myspell/dicts
symlink there? Are there some other bogus symlinks?

/me sighs

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  rene@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73
      

Attachment: pgpZaI2XYBmso.pgp
Description: PGP signature


Reply to: