Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 756679 - mail-client/thunderbird-78.5.0 tries to pax-mark firefox (PATCH)
Summary: mail-client/thunderbird-78.5.0 tries to pax-mark firefox (PATCH)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-11-25 10:04 UTC by Attila Tóth
Modified: 2020-11-25 20:03 UTC (History)
2 users (show)

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 Attila Tóth 2020-11-25 10:04:50 UTC
>>> Install mail-client/thunderbird-78.5.0 into /var/tmp/portage/mail-client/thunderbird-78.5.0/image
 * XATTR_PAX marking -m /var/tmp/portage/mail-client/thunderbird-78.5.0/work/thunderbird_build/dist/bin/xpcshell with paxctl-ng
 * XATTR_PAX marking -m /var/tmp/portage/mail-client/thunderbird-78.5.0/work/thunderbird_build/dist/bin/firefox with paxctl-ng
 * XATTR_PAX marking -me /var/tmp/portage/mail-client/thunderbird-78.5.0/work/thunderbird_build/dist/bin/firefox with setfattr
 * Failed to set XATTR_PAX markings -me /var/tmp/portage/mail-client/thunderbird-78.5.0/work/thunderbird_build/dist/bin/firefox.
 * XATTR_PAX marking -me /var/tmp/portage/mail-client/thunderbird-78.5.0/work/thunderbird_build/dist/bin/plugin-container with paxctl-ng


Reproducible: Always
Comment 1 Attila Tóth 2020-11-25 10:07:09 UTC
Proposed changes to the ebuild:

--- /usr/portage/mail-client/thunderbird/thunderbird-78.5.0.ebuild      2020-11-23 02:09:14.000000000 +0100
+++ /usr/local/portage/mail-client/thunderbird/thunderbird-78.5.0-r1.ebuild     2020-11-25 09:57:06.000000000 +0100
@@ -849,7 +849,7 @@ src_install() {
        # xpcshell is getting called during install
        pax-mark m \
                "${BUILD_DIR}"/dist/bin/xpcshell \
-               "${BUILD_DIR}"/dist/bin/firefox \
+               "${BUILD_DIR}"/dist/bin/thunderbird \
                "${BUILD_DIR}"/dist/bin/plugin-container

        DESTDIR="${D}" ./mach install || die
Comment 2 Larry the Git Cow gentoo-dev 2020-11-25 20:03:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f364e5329825fb668d620c50cfe859ac9888f30a

commit f364e5329825fb668d620c50cfe859ac9888f30a
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-11-25 19:59:07 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-11-25 20:03:18 +0000

    mail-client/thunderbird-bin: fix pax marking
    
    Closes: https://bugs.gentoo.org/756679
    Package-Manager: Portage-3.0.10, Repoman-3.0.2
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 mail-client/thunderbird-bin/thunderbird-bin-78.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5cc0591cd3550163c6d0e96ceb89f37c63c1ce

commit ca5cc0591cd3550163c6d0e96ceb89f37c63c1ce
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-11-25 19:57:12 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-11-25 20:03:17 +0000

    mail-client/thunderbird: fix pax marking
    
    Closes: https://bugs.gentoo.org/756679
    Package-Manager: Portage-3.0.10, Repoman-3.0.2
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 mail-client/thunderbird/thunderbird-78.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)