-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
comm-beta build fails on fresh environment #154
Comments
Have you checked out the corresponding mozilla-beta tree? Building comm-beta in mozilla-central does not work. Building esr or beta is indeed error-prone (mach bootstrap tends to update the toolchain to the latest version, which may have issues with these older repositories), so if you want to get a first build fast, I suggest to check out mozilla-central and comm-central first. |
Of course I have matching mozilla and comm repos. In mozilla-central building works, but my built thunderbird crashes within 10 seconds of start with this:
By now I find it very discouraging getting into this new ecosystem with the encountered errors and not being able to tell whether this is an issue on my side, with the ecosystem or the current development. |
Did you run This is the equivalent of running
|
As explained in #153 I am getting started in thunderbird development.
I am on mozilla-beta / comm-beta build starts but fails at
error: no member named 'TB_MAILS_READ' in 'mozilla::Telemetry::ScalarID'
accompanied with some further errors in
'mozilla::Telemetry'
Full log: https://pastebin.com/XiDGhqh1
No sourcecode changes, not custom configs. What do I need for a successful build?
The text was updated successfully, but these errors were encountered: