Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449068 - mail-client/thunderbird should `pax-mark m /usr/bin/thunderbird'
Summary: mail-client/thunderbird should `pax-mark m /usr/bin/thunderbird'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-12-28 17:09 UTC by Piotr Karbowski (RETIRED)
Modified: 2013-01-16 23:43 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 Piotr Karbowski (RETIRED) gentoo-dev 2012-12-28 17:09:36 UTC
The ebuild does have pax marking for thunderbird-bin, but not for binary thunderbird, and /usr/bin/thunderbird is symlink to thunderbird not trunderbird-bin. 

Adding 

   pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/thunderbird

should fix it.

Reproducible: Always

Steps to Reproduce:
1. Emerge thunderbird on pax-enabled kernel
2. Watch it segfaulting
Comment 1 Jory A. Pratt gentoo-dev 2012-12-28 23:05:18 UTC
(In reply to comment #0)
> The ebuild does have pax marking for thunderbird-bin, but not for binary
> thunderbird, and /usr/bin/thunderbird is symlink to thunderbird not
> trunderbird-bin. 
> 
> Adding 
> 
>    pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/thunderbird
> 
> should fix it.
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 1. Emerge thunderbird on pax-enabled kernel
> 2. Watch it segfaulting

The segfault is due to your use of jit on a pax-enabled kernel, either way it will be fixed inside jit block.
Comment 2 Piotr Karbowski (RETIRED) gentoo-dev 2012-12-29 08:56:28 UTC
Thanks for taking care of it.I am well aware of the root case of this segfault, What is also interesing is that we have thunderbird and thunderbird-bin binaries, which are the same.

aa9db591410cb1265b047baab31f7bda  thunderbird
aa9db591410cb1265b047baab31f7bda  thunderbird-bin
168K	thunderbird
168K	thunderbird-bin
Comment 3 Piotr Karbowski (RETIRED) gentoo-dev 2013-01-14 12:05:18 UTC
*BUMP*

Thunderbird was bumped but this issue were not addressed.
Comment 4 Jory A. Pratt gentoo-dev 2013-01-16 23:43:28 UTC
Has been fixed in CVS, thanks for reporting.