Bug 281404 - mail/thunderbird: failed to start after 128
Summary: mail/thunderbird: failed to start after 128
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gecko (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-10 04:08 UTC by Jung-uk Kim
Modified: 2024-09-10 21:25 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (gecko)


Attachments
Fix library linker issues (2.32 KB, patch)
2024-09-10 04:08 UTC, Jung-uk Kim
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jung-uk Kim freebsd_committer freebsd_triage 2024-09-10 04:08:11 UTC
Created attachment 253467 [details]
Fix library linker issues

This is basically Bug 277021 and it requires the same patch.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-09-10 21:10:55 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c67ddb28c68d0f6bc1cd72d976ef7739a79e9089

commit c67ddb28c68d0f6bc1cd72d976ef7739a79e9089
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2024-09-10 21:06:53 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2024-09-10 21:06:53 +0000

    www/firefox{,-esr} mail/thunderbird: pet CPUTYPE builds

    some combinations of custom CPUTYPE and compiler require special
    linker/compiler flags - try to chase this.

    PR:             277021
    PR:             281404
    Submitted by:   jkim@ (based on)

 mail/thunderbird/Makefile               |  2 +-
 mail/thunderbird/files/patch-bug1559213 | 57 ++++++++++++++++++++++-------
 www/firefox-esr/Makefile                |  2 +-
 www/firefox-esr/files/patch-bug1559213  | 63 +++++++++++++++++++++++----------
 www/firefox/Makefile                    |  2 +-
 www/firefox/files/patch-bug1559213      | 63 +++++++++++++++++++++++----------
 6 files changed, 138 insertions(+), 51 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-09-10 21:19:05 UTC
A commit in branch 2024Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4415013c2cf9899e2c969c6c2dda55dd4f4049e9

commit 4415013c2cf9899e2c969c6c2dda55dd4f4049e9
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2024-09-10 21:06:53 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2024-09-10 21:17:17 +0000

    www/firefox{,-esr} mail/thunderbird: pet CPUTYPE builds

    some combinations of custom CPUTYPE and compiler require special
    linker/compiler flags - try to chase this.

    PR:             277021
    PR:             281404
    Submitted by:   jkim@ (based on)

    (cherry picked from commit c67ddb28c68d0f6bc1cd72d976ef7739a79e9089)

 mail/thunderbird/Makefile               |  1 +
 mail/thunderbird/files/patch-bug1559213 | 57 ++++++++++++++++++++++-------
 www/firefox-esr/Makefile                |  1 +
 www/firefox-esr/files/patch-bug1559213  | 63 +++++++++++++++++++++++----------
 www/firefox/Makefile                    |  2 +-
 www/firefox/files/patch-bug1559213      | 63 +++++++++++++++++++++++----------
 6 files changed, 138 insertions(+), 49 deletions(-)