Closed
Bug 861690
Opened 12 years ago
Closed 11 years ago
gre_path is wrong in packager.py
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 886095
People
(Reporter: wolfiR, Unassigned)
Details
I'm trying to package Thunderbird but run into an issue since 21b1.
I do basically a
make -f client.mk build
cd ../obj
make -C mail/installer
which always worked correctly.
With 21.0b1 it fails during running precompile_cache when executing xpcshell because the libraries are not found.
Followed that back to gre_path (which is used to set up LD_LIBRARY_PATH) is set to bin/chrome instead of just bin/ in toolkits' packager.py
I couldn't find the reason for that yet.
Reporter | ||
Comment 1•11 years ago
|
||
still the same with 24pre
Comment 2•11 years ago
|
||
Are you building with enigmail?
Reporter | ||
Comment 3•11 years ago
|
||
I do indeed.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•