FS#10680 - [openoffice-base] Missing depend to libsndfile
Attached to Project:
Arch Linux
Opened by Gerhard Brauer (GerBra) - Tuesday, 17 June 2008, 13:53 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 08 July 2008, 15:54 GMT
Opened by Gerhard Brauer (GerBra) - Tuesday, 17 June 2008, 13:53 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 08 July 2008, 15:54 GMT
|
Details
Description:
soffice doesn't start when libsndfile is missing or removed. Old version 2.4.0-1 has this as an dependency Additional info: * package version(s) openoffice-base 2.4.1-1 libsndfile 1.0.17-2 Maybe some other removed depends are also affected? * config and/or log files etc. soffice Doesn't start with error: no suitable windowing system found, exiting. Steps to reproduce: remove libsndfile and start soffice |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Tuesday, 08 July 2008, 15:54 GMT
Reason for closing: Fixed
Additional comments about closing: 2.4.1-2 in testing includes libsndfile dep.
Tuesday, 08 July 2008, 15:54 GMT
Reason for closing: Fixed
Additional comments about closing: 2.4.1-2 in testing includes libsndfile dep.
[root@polaris glenn]# pacman -Rd libsndfile
loading package data...
(1/1) removing libsndfile [#####################] 100%
[root@polaris glenn]# exit
[glenn@polaris ~]$ soffice
no suitable windowing system found, exiting.
[glenn@polaris ~]$
[root@polaris glenn]# pacman -S libsndfile
resolving dependencies...
looking for inter-conflicts...
Targets: libsndfile-1.0.17-2
Total Download Size: 0.32 MB
Total Installed Size: 0.88 MB
Proceed with installation? [Y/n]
:: Retrieving packages from extra...
libsndfile-1.0.17-2... 330.8K 282.0K/s 00:00:01 [#####################] 100%
checking package integrity...
(1/1) checking for file conflicts [#####################] 100%
(1/1) installing libsndfile [#####################] 100%
[root@polaris glenn]# exit
[glenn@polaris ~]$ soffice
I18N: Operating system doesn't support locale ""
I18N: Operating system doesn't support locale "en_US"
[glenn@polaris ~]$
(OpenOffice opens and works)
Help-Function worked fine without the java things.
But i've found one broken:
fontconfig
/opt/openoffice/program/soffice.bin: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory
Don't know exactly if fontconfig is always satisfied, it's not in core.
soffice doesn't start without fontconfig, but fontconfig isn't a depend in this new version. And i don't know exactly if we can assume that fontconfig is installed on a user system (ok, with X+WM+xf86-fonts-* it should be so).
From a clean core install, all I did was.
# pacman -Syu
# pacman -S gnome xorg gnome-extra
# pacman -S jdk jre
# pacman -S openoffice-es openoffice-spell-es openoffice-base
And open office complained about this:
$ soffice
no suitable windowing system found, exiting.
Then, after installing libsndfile:
# pacman -S libsndfile
I tryed again and it worked just fine.