* [gentoo-user] Libreoffice-bin 3.4 error on execute
@ 2011-06-06 11:21 Fernando Antunes
2011-06-06 12:53 ` Stefan G. Weichinger
2011-06-06 22:03 ` Walter Dnes
0 siblings, 2 replies; 4+ messages in thread
From: Fernando Antunes @ 2011-06-06 11:21 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
Yesterday I emerged Libreoffice-bin 3.4 and the installation worked fine.
However, when I try to run it, I receive this error message :
Failed to execute child process "libreoffice3.4" (No such file or
directory).
Any clue ?
[-- Attachment #2: Type: text/html, Size: 265 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Libreoffice-bin 3.4 error on execute
2011-06-06 11:21 [gentoo-user] Libreoffice-bin 3.4 error on execute Fernando Antunes
@ 2011-06-06 12:53 ` Stefan G. Weichinger
2011-06-06 22:03 ` Walter Dnes
1 sibling, 0 replies; 4+ messages in thread
From: Stefan G. Weichinger @ 2011-06-06 12:53 UTC (permalink / raw
To: gentoo-user; +Cc: Fernando Antunes
Am 06.06.2011 13:21, schrieb Fernando Antunes:
> Yesterday I emerged Libreoffice-bin 3.4 and the installation worked fine.
>
> However, when I try to run it, I receive this error message :
>
> Failed to execute child process "libreoffice3.4" (No such file or
> directory).
>
> Any clue ?
Same here. I think the ebuild got the commandline wrong.
If you start it from the shell, it is "libreoffice".
A symbolic link should help, otherwise I assume there will be a fix in
portage soon.
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Libreoffice-bin 3.4 error on execute
2011-06-06 11:21 [gentoo-user] Libreoffice-bin 3.4 error on execute Fernando Antunes
2011-06-06 12:53 ` Stefan G. Weichinger
@ 2011-06-06 22:03 ` Walter Dnes
2011-06-07 0:27 ` Alan McKinnon
1 sibling, 1 reply; 4+ messages in thread
From: Walter Dnes @ 2011-06-06 22:03 UTC (permalink / raw
To: gentoo-user
On Mon, Jun 06, 2011 at 08:21:21AM -0300, Fernando Antunes wrote
> Yesterday I emerged Libreoffice-bin 3.4 and the installation worked fine.
>
> However, when I try to run it, I receive this error message :
>
> Failed to execute child process "libreoffice3.4" (No such file or
> directory).
Applications generally do *NOT* use the version number in the
executable name, or even the fact that they're a "bin" version. You
just supply the base filename on the commandline. E.g., I have
"libreoffice-bin-3.3.2" installed. It is launched with the command
"libreoffice". I have "gimp-2.6.11" installed. It is launched with the
command "gimp".
A few programs allow multiple versions. They have the real executable
in a working directory, and a symlink in /etc/usr/bin which points to
the real executable. So you launch the main version with the regular
command. You can also launch other installed versions by supplying the
full pathname to its working directory.
--
Walter Dnes <waltdnes@waltdnes.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Libreoffice-bin 3.4 error on execute
2011-06-06 22:03 ` Walter Dnes
@ 2011-06-07 0:27 ` Alan McKinnon
0 siblings, 0 replies; 4+ messages in thread
From: Alan McKinnon @ 2011-06-07 0:27 UTC (permalink / raw
To: gentoo-user
Apparently, though unproven, at 00:03 on Tuesday 07 June 2011, Walter Dnes did
opine thusly:
> On Mon, Jun 06, 2011 at 08:21:21AM -0300, Fernando Antunes wrote
>
> > Yesterday I emerged Libreoffice-bin 3.4 and the installation worked fine.
> >
> > However, when I try to run it, I receive this error message :
> >
> > Failed to execute child process "libreoffice3.4" (No such file or
> > directory).
>
> Applications generally do *NOT* use the version number in the
> executable name, or even the fact that they're a "bin" version. You
> just supply the base filename on the commandline. E.g., I have
> "libreoffice-bin-3.3.2" installed. It is launched with the command
> "libreoffice". I have "gimp-2.6.11" installed. It is launched with the
> command "gimp".
>
> A few programs allow multiple versions. They have the real executable
> in a working directory, and a symlink in /etc/usr/bin which points to
> the real executable. So you launch the main version with the regular
> command. You can also launch other installed versions by supplying the
> full pathname to its working directory.
+1
Looks like this ebuild was rushed.
3.4.0 fails for any language other than "en" due to a typo in the ebuild:
#370179
AFAICS the desktop files are installed as-is from the rpms containing this:
Exec=libreoffice3.4 --writer %U
but there's a dosym call missing in the ebuild
#370345 references the issue but it hasn't been addressed yet
I have only two words:
shoddy work
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-07 0:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-06 11:21 [gentoo-user] Libreoffice-bin 3.4 error on execute Fernando Antunes
2011-06-06 12:53 ` Stefan G. Weichinger
2011-06-06 22:03 ` Walter Dnes
2011-06-07 0:27 ` Alan McKinnon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox