Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93826 - emerge of openoffice-bin-1.9.104 fails in unpacking stage with LINGUAS en_GB
Summary: emerge of openoffice-bin-1.9.104 fails in unpacking stage with LINGUAS en_GB
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
: 93831 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-24 10:18 UTC by Shaun Crampton
Modified: 2005-06-05 14:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Suspected batch to the ebuild (ooo.diff,811 bytes, patch)
2005-05-26 05:31 UTC, Tom Wesley
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shaun Crampton 2005-05-24 10:18:58 UTC
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 Jakub Moc (RETIRED) gentoo-dev 2005-05-24 11:34:30 UTC
*** Bug 93831 has been marked as a duplicate of this bug. ***
Comment 2 Neil Bothwick 2005-05-25 09:11:12 UTC
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 Andreas Proschofsky (RETIRED) gentoo-dev 2005-05-25 10:14:34 UTC
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 Tom Wesley 2005-05-26 05:31:58 UTC
Created attachment 59870 [details, diff]
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 Andreas Proschofsky (RETIRED) gentoo-dev 2005-06-05 14:34:39 UTC
I've fixed this now, sorry for taking so long. Closing.