First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 54295
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mozilla Gentoo Team <mozilla@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: steveb <steeeeeveee@gmx.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 54295 depends on: Show dependency tree
Bug 54295 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-06-18 04:17 0000
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 From Aron Griffis (RETIRED) 2004-06-18 05:15:09 0000 -------
Ok, thanks.  I have a fix for this and I'm testing it.

I'm guessing you have FEATURES=buildpkg, right?

------- Comment #2 From steveb 2004-06-18 07:13:24 0000 -------
Yes. I have "FEATURES=buildpkg".

------- Comment #3 From Aron Griffis (RETIRED) 2004-06-18 08:04:23 0000 -------
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.

First Last Prev Next    No search results available      Search page      Enter new bug