Bug 93826 - emerge of openoffice-bin-1.9.104 fails in unpacking stage with LINGUAS en_GB
|
Bug#:
93826
|
Product: Gentoo Linux
|
Version: 2004.3
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: openoffice@gentoo.org
|
Reported By: fasaxc@f2s.com
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: emerge of openoffice-bin-1.9.104 fails in unpacking stage with LINGUAS en_GB
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-05-24 10:18 0000
|
Seems like a simple ebuild error but it's a really complex ebuild so I can't
make head or tail of it. It seems to have an extra '-' in the filename of the
file it's trying to unpack.
18:05:59 (1.56 MB/s) -
`/usr/portage/distfiles/OOo_1.9.104_LinuxIntel_install.tar.gz' saved
[104,664,617/104,664,617]
>>> md5 files ;-) openoffice-bin-1.9.104.ebuild
>>> md5 files ;-) openoffice-bin-1.1.1.ebuild
>>> md5 files ;-) openoffice-bin-1.1.4-r1.ebuild
>>> md5 files ;-) ChangeLog
>>> md5 files ;-) metadata.xml
>>> md5 files ;-) files/digest-openoffice-bin-1.1.4-r1
>>> md5 files ;-) files/digest-openoffice-bin-1.1.1
>>> md5 files ;-) files/digest-openoffice-bin-1.9.104
>>> md5 files ;-) files/1.9/ooffice-wrapper-1.9
>>> md5 files ;-) files/1.1.1/ooffice-wrapper-1.3
>>> md5 files ;-) files/1.1.4/ooffice-wrapper-1.3
>>> md5 src_uri ;-) OOo_1.9.104_LinuxIntel_install.tar.gz
>>> md5 src_uri ;-) openofficeorg-en-GB-1.9.104-1.i586.tar.gz
>>> Unpacking source...
>>> Unpacking OOo_1.9.104_LinuxIntel_install.tar.gz to
/var/tmp/portage/openoffice-bin-1.9.104/work
>>> Unpacking openofficeorg--GB-1.9.104-1.i586.tar.gz to
/var/tmp/portage/openoffice-bin-1.9.104/work
tar: /usr/portage/distfiles/openofficeorg--GB-1.9.104-1.i586.tar.gz: Cannot
open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
*** Bug 93831 has been marked as a duplicate of this bug. ***
It is not an extra "-", it is a missing "en". The same happens here.
>>> md5 src_uri ;-) openofficeorg-en-GB-1.9.104-1.i586.tar.gz
then
tar: /usr/portage/distfiles/openofficeorg--GB-1.9.104-1.i586.tar.gz: Cannot
open: No such file or directory
I know, this happens cause the ebuild is supposed to strip the en-lingua, but
also removes the en-part of en_GB in this, will fix it, when I find some time.
Created an attachment (id=59870) [details]
Suspected batch to the ebuild
Is there a reason it isn't done like this? I guess so, but it made it work for
me. You just get the "Openoffice doesn't support en..." message.
I've fixed this now, sorry for taking so long. Closing.