Compiling Thunderbird using --with-system-bz2 flag fails to configure
Categories
(Thunderbird :: Build Config, defect, P2)
Tracking
(thunderbird_esr78 fixed, thunderbird89 affected)
People
(Reporter: rjl, Assigned: rjl)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
rjl
:
approval-comm-esr78+
|
Details | Review |
ERROR: --with-system-bz2 requested but symbol BZ2_bzread not found.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Patch borrowed from Arch Linux, anthraxx <levente@leventepolyak.net>.
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Pushed by thunderbird@calypsoblue.org:
https://hg.mozilla.org/comm-central/rev/568b56686fdf
Fix passing --with-system-bz2 ldflags. r=justdave
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Comment on attachment 9223249 [details]
Bug 1712610 - Fix passing --with-system-bz2 ldflags. r=justdave
[Approval Request Comment]
Regression caused by (bug #): always been broken
User impact if declined: affects linux packagers, if they use --with-system-bz2 they have to patch
Testing completed (on c-c, etc.): tested with local build
Risk to taking this patch (and alternatives if risky):
This is a configure option that Linux distributions requested to link librnp against the OS libbz2. It probably never worked.
Assignee | ||
Comment 4•3 years ago
|
||
Comment on attachment 9223249 [details]
Bug 1712610 - Fix passing --with-system-bz2 ldflags. r=justdave
[Triage Comment]
Approved for 78.11.0.
Testing completed on Arch Linux with and without a bzip2.pc pkgconfig file and both with and without providing a path.
Assignee | ||
Comment 5•3 years ago
|
||
bugherder uplift |
Thunderbird 78.11.0:
https://hg.mozilla.org/releases/comm-esr78/rev/1717d8d5fbd3
Description
•