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
Description:   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.

------- Comment #1 From Jakub Moc (RETIRED) 2005-05-24 11:34:30 0000 -------
*** Bug 93831 has been marked as a duplicate of this bug. ***

------- Comment #2 From Neil Bothwick 2005-05-25 09:11:12 0000 -------
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 
 
 

------- Comment #3 From Andreas Proschofsky 2005-05-25 10:14:34 0000 -------
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.

------- Comment #4 From Tom Wesley 2005-05-26 05:31:58 0000 -------
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.

------- Comment #5 From Andreas Proschofsky 2005-06-05 14:34:39 0000 -------
I've fixed this now, sorry for taking so long. Closing.