You are not logged in.

#1 2020-04-07 10:15:56

xinul
Member
Registered: 2020-04-07
Posts: 2

Building thunderbird failed - signature outdated?

I'd like to investigate the reasons for a specific bug in TB.
Therefore I want to build TB with debug information and without code optimizations.

What I did:
1. saved files 'PKGBUILD' and 'thunderbird.desktop' into a local folder
2. modified 'PKGBUILD':
       - outcommented line 'ac_add_options --enable-optimize'
       - added line 'ac_add_options --enable-debug'
            (info from here)
       - did NOT outcomment line 'ac_add_options --enable-release'
            (supposing 'debug' and 'release' are NOT mutually exclusive. Is that right?)
3. called 'makepkg'

Problems:
I. Build failed because of a wrong PGP signature

Original error message:
==> Überprüfe Signaturen der Quell-Dateien mit gpg...
    thunderbird-68.6.0.source.tar.xz ... FEHLGESCHLAGEN (Unbekannter öffentlicher Schlüssel F1A6668FBB7D572E)
==> FEHLER: Eine oder mehrere PGP-Signaturen konnten nicht überprüft werden!

English translation:
==> Check signatures of source files via gpg..
    thunderbird-68.6.0.source.tar.xz ... FAILED (Unknown public key F1A6668FBB7D572E)
==> ERROR: One or more PGP signatures couldn't be checked!

II. Don't know why --enable-rust-simd is still outcommented in 'PKGBUILD'

# https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
#ac_add_options --enable-rust-simd

Bug 1521249 is fixed since version 68.0.
Is it outcommented for another reason or should it be uncommented for build?

Offline

#2 2020-04-07 10:18:12

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Building thunderbird failed - signature outdated?

The signature isn't outdated, you just don't have it in your keyring...

https://wiki.archlinux.org/index.php/Ma … e_checking


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2020-04-07 10:23:00

xinul
Member
Registered: 2020-04-07
Posts: 2

Re: Building thunderbird failed - signature outdated?

Thanks a lot for the quick reply!

Offline

#4 2020-04-07 10:54:13

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,914

Re: Building thunderbird failed - signature outdated?

II. Don't know why --enable-rust-simd is still outcommented in 'PKGBUILD'

# https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
#ac_add_options --enable-rust-simd

Bug 1521249 is fixed since version 68.0.
Is it outcommented for another reason or should it be uncommented for build?

Final comment in 1521249 :

status-firefox67: ? → wontfix
status-firefox-esr60: fix-optional → wontfix
status-firefox-esr68: --- → wontfix

Thunderbird usually follows firefox esr, so it may not be fixed for thunderbird.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB