Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54295 - thunderbird 0.7 ebuild problem when extracting thunderbird-0.7-init.tar.bz2
Summary: thunderbird 0.7 ebuild problem when extracting thunderbird-0.7-init.tar.bz2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-18 04:17 UTC by steveb
Modified: 2004-06-18 08:04 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description steveb 2004-06-18 04:17:21 UTC
When I install thunderbird-0.7 I get the following error:
>>> /usr/lib/MozillaThunderbird/xpt_link
 * Extracting thunderbird-0.7 initialization files
tar: /var/tmp/portage-pkg/mozilla-thunderbird-0.7/inf/files/thunderbird-0.7-init.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
>>> Regenerating /etc/ld.so.cache...

Reproducible: Always
Steps to Reproduce:
1. set ACCEPT_KEYWORDS to ~x86 or add =mail-client/thunderbird-0.7 to ~x86 in /etc/portage/package.keywords
2. emerge thunderbird
3.




Extracting the thunderbird-0.7-init.tar.bz2 manualy in the 
/usr/lib/MozillaThunderbird directory works without any problem.
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-06-18 05:15:09 UTC
Ok, thanks.  I have a fix for this and I'm testing it.

I'm guessing you have FEATURES=buildpkg, right?
Comment 2 steveb 2004-06-18 07:13:24 UTC
Yes. I have "FEATURES=buildpkg".
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2004-06-18 08:04:23 UTC
ok, all fixed in portage, thanks for the bug report!

The problem was that I was attempting to unpack a tarball from ${FILESDIR} from the pkg_postinst function.  That's the wrong thing to do... should have been doing it from src_install so that (1) FILESDIR is actually available, and (2) the files can be tracked.

It should be on your local portage mirror in an hour or so.