[Bug 900186] Uninstalling libreoffice packages lead to bunch of warning/error messages
http://bugzilla.suse.com/show_bug.cgi?id=900186 http://bugzilla.suse.com/show_bug.cgi?id=900186#c4 --- Comment #4 from Tomáš Chvátal <tchvatal@suse.com> --- (In reply to Bjørn Lie from comment #3)
This is still a problem in TW at least
I installed the libreoffice packages, then removed them again. Pasting just the "error msg" Note the // in the path - I guess an extra / has crept in somewhere in the spec.
ls: cannot access /usr/lib64//libreoffice/help/nb/sbasic.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/nb/scalc.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/nb/schart.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/nb/sdatabase.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/nb/sdraw.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/nb/simpress.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/nb/smath.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/nb/swriter.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/cui/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/dbaccess/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/desktop/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/filter/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/formula/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/fps/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/modules/BasicIDE/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/modules/dbreport/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/modules/sabpilot/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/modules/sbibliography/ui/ res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/modules/scalc/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/modules/scanner/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/modules/schart/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/modules/sdraw/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/modules/simpress/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/modules/smath/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/modules/spropctrlr/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/modules/swriter/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/sfx/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/svt/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/svx/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/uui/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/vcl/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/config/soffice.cfg/xmlsec/ui/res/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/en-US/sbasic.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/en-US/scalc.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/en-US/schart.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/en-US/sdatabase.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/en-US/sdraw.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/en-US/simpress.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/en-US/smath.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/help/en-US/swriter.idxl/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/program/resource/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/autotext/en-US/*: No such file or directory ls: cannot access /usr/lib64//libreoffice/share/registry/res/*: No such file or directory
This is different issue :) It comes out of libreoffce-share-linker script. There is this check: if [[ -d "${linkdir}" && -z `ls "${linkdir}"/*` ]]; then So technically just change the line to: if [[ -d "${linkdir}" && -z `ls "${linkdir}"/* 2>/dev/null` ]]; then Could you please verify if it worsk for your problem? -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com