Package Details: thunderbird-beta 134.0b3-1

Git Clone URL: https://aur.archlinux.org/thunderbird-beta.git (read-only, click to copy)
Package Base: thunderbird-beta
Description: Beta version of standalone mail and news reader from mozilla.org
Upstream URL: https://www.thunderbird.net/
Keywords: gecko mail mozilla
Licenses: MPL-2.0, GPL-2.0-only, LGPL-2.1-only
Provides: thunderbird
Submitter: Det
Maintainer: xiota (yurikoles)
Last Packager: yurikoles
Votes: 17
Popularity: 0.000000
First Submitted: 2010-05-08 06:55 (UTC)
Last Updated: 2024-12-09 22:31 (UTC)

Dependencies (30)

Required by (94)

Sources (5)

Pinned Comments

xiota commented on 2024-08-03 13:12 (UTC) (edited on 2024-08-08 02:52 (UTC) by xiota)

This package now attempts to build the latest available beta. The version auto updates on build, similar to git packages. There is technically no longer any need for version bumps. However, I plan to check and bump the package approximately once a month.

yurikoles commented on 2022-05-02 13:58 (UTC) (edited on 2023-08-15 21:10 (UTC) by yurikoles)

Mozilla's mach build system has some python dependencies, which version constraints may be in conflict with packages installed in your system, so I recommend building in a clean chroot.

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 26 Next › Last »

Severus commented on 2020-07-31 14:43 (UTC)

With new rust 1.45, it needs patch like:

+# Versions of rust >= 1.45 need -Cembed-bitcode=yes for all crates when
+# using -Clto.
+ifeq (,$(filter 1.38.% 1.39.% 1.40.% 1.41.% 1.42.% 1.43.% 1.44.%,$(RUSTC_VERSION)))
+RUSTFLAGS += -Cembed-bitcode=yes
+endif

arichiardi commented on 2020-07-30 16:35 (UTC) (edited on 2020-07-31 00:08 (UTC) by arichiardi)

I have an update - it's been validated on my side and I am removing the build options that got removed with 1638195

From bfc19d86eab4d777e123865d94a7c9266d524d10 Mon Sep 17 00:00:00 2001
From: Andrea Richiardi <a.richiardi.work@gmail.com>
Date: Thu, 30 Jul 2020 09:14:31 -0700
Subject: [PATCH] Updated: 79.0b3

---
 PKGBUILD | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index dd4bff5..81aebc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
 # Maintainer: Felix Golatofski <contact@xdfr.de>
 # Contributor: Det <nimetonmaili g-mail>
 # Based on [extra]'s thunderbird: https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/thunderbird

 pkgname=thunderbird-beta
 _pkgname=thunderbird
 _pkgver=79.0
-pkgver=79.0b2
+pkgver=79.0b3
 _major=${pkgver/[br]*}
 _build=${pkgver/*rc}
 pkgrel=1
 pkgdesc="Standalone mail and news reader from mozilla.org - Bleeding edge version"
 arch=(x86_64)
 license=(MPL GPL LGPL)
 url="https://www.mozilla.org/thunderbird/"
 depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib
@@ -19,17 +19,17 @@ makedepends=(unzip zip diffutils python python2 yasm nasm mesa imake libpulse in
              autoconf2.13 rust clang llvm gtk2 cbindgen nodejs)
 optdepends=('libcanberra: sound support')
 options=(!emptydirs !makeflags)
 provides=("thunderbird=$pkgver")
 conflicts=('thunderbird-beta-bin')
 install=$pkgname.install
 source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz{,.asc}
    thunderbird-beta.desktop)
-sha512sums=('230e6a5a772eb61dc16112623286a9c1d918fe66bc15520ed057cdde30242cbf1c265e9b0459beb65a6a625488038e02576f988784b3a58a614414a88c9da494'
+sha512sums=('69fbd2c99b1af5b0060348b0c12a53fb9958705ebf382c56feafdd21256455002b68876b878e7b76cb206c6d9edfd894d9b0df32bd34cfc1efb3e01cdd72547d'
             'SKIP'
             'cab681d5acf17dd8dabf732c0bb5f73fd0444796bb4fd82decdfa8764122513fd2f05c562cf9246eacac67ea84ae85a220f59d7eea7106e0b2f6fc16bc520dd4')

 validpgpkeys=(14F26682D0916CDD81E37B6D61B7B526D98F0353) # Mozilla Software Releases <release@mozilla.com>

 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please
 # get your own set of keys. Feel free to contact foutrelis@archlinux.org for
@@ -64,31 +64,34 @@ ac_add_options --disable-elf-hack

 # Branding
 ac_add_options --with-branding=comm/mail/branding/nightly 
 ac_add_options --enable-update-channel=nightly
 ac_add_options --with-distribution-id=org.archlinux

 # System libraries
 ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1638195
+# ac_add_options --with-system-bz2
 ac_add_options --with-system-icu
 ac_add_options --with-system-jpeg
 # ac_add_options --with-system-libvpx
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
 ac_add_options --enable-system-ffi

 # Features
 ac_add_options --enable-alsa
 ac_add_options --disable-jack
-ac_add_options --enable-startup-notification
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1638195
+# ac_add_options --enable-startup-notification
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
-ac_add_options --disable-gconf
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1638195
+# ac_add_options --disable-gconf
 END
 }

 build() {
   cd $_pkgname-$_pkgver
   ./mach configure
   ./mach build
   ./mach buildsymbols
-- 
2.27.0

NovaViper commented on 2020-07-20 00:42 (UTC)

@TheGoliath I tried to install it again but I'm still getting errors

Building thunderbird-beta...
==> Making package: thunderbird-beta 79.0b1-1 (Sun 19 Jul 2020 07:39:18 PM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found thunderbird-79.0b1.source.tar.xz
  -> Found thunderbird-79.0b1.source.tar.xz.asc
  -> Found thunderbird-beta.desktop
==> Validating source files with sha512sums...
    thunderbird-79.0b1.source.tar.xz ... Passed
    thunderbird-79.0b1.source.tar.xz.asc ... Skipped
    thunderbird-beta.desktop ... Passed
==> Verifying source file signatures with gpg...
    thunderbird-79.0b1.source.tar.xz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting thunderbird-79.0b1.source.tar.xz with bsdtar
==> Starting prepare()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
 0:00.92 Clobber not needed.
 0:00.92 Adding make options from /var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/.mozconfig
    MOZ_OBJDIR=/var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/obj-x86_64-pc-linux-gnu
    OBJDIR=/var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/obj-x86_64-pc-linux-gnu
    FOUND_MOZCONFIG=/var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/.mozconfig
    export FOUND_MOZCONFIG
 0:00.92 /usr/bin/make -f client.mk -s configure
 0:00.93 cd /var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/obj-x86_64-pc-linux-gnu
 0:00.93 /var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/configure
 0:01.10 Creating Python 3 environment
 0:01.37 Using base prefix '/usr'
 0:01.38 New python executable in /var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/python3
 0:01.38 Not overwriting existing python script /var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/python (you must use /var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/python3)
 0:01.80 Installing setuptools, pip, wheel...
 0:03.97 done.
 0:04.10 Overwriting /var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/activate with new content
 0:04.10 Overwriting /var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/activate.fish with new content
 0:04.10 Overwriting /var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/activate.csh with new content
 0:04.10 Overwriting /var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/activate.xsh with new content
 0:04.11 Overwriting /var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init_py3/bin/python-config with new content
 0:05.21 b"running build_ext\nbuilding 'psutil._psutil_linux' extension\ncreating build/temp.linux-x86_64-3.8\ncreating build/temp.linux-x86_64-3.8/psutil\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.8 -c psutil/_psutil_common.c -o build/temp.linux-x86_64-3.8/psutil/_psutil_common.o\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.8 -c psutil/_psutil_posix.c -o build/temp.linux-x86_64-3.8/psutil/_psutil_posix.o\nIn file included from /usr/include/string.h:495,\n                 from /usr/include/python3.8/Python.h:30,\n                 from psutil/_psutil_posix.c:9:\nIn function \xe2\x80\x98strncpy\xe2\x80\x99,\n    inlined from \xe2\x80\x98psutil_net_if_flags\xe2\x80\x99 at psutil/_psutil_posix.c:401:5:\n/usr/include/bits/string_fortified.h:106:10: warning: \xe2\x80\x98__builtin_strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));\n      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nIn function \xe2\x80\x98strncpy\xe2\x80\x99,\n    inlined from \xe2\x80\x98psutil_net_if_mtu\xe2\x80\x99 at psutil/_psutil_posix.c:362:5:\n/usr/include/bits/string_fortified.h:106:10: warning: \xe2\x80\x98__builtin_strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));\n      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.8 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-3.8/psutil/_psutil_linux.o\nIn file included from /usr/include/string.h:495,\n                 from /usr/include/python3.8/Python.h:30,\n                 from psutil/_psutil_linux.c:12:\nIn function \xe2\x80\x98strncpy\xe2\x80\x99,\n    inlined from \xe2\x80\x98psutil_net_if_duplex_speed\xe2\x80\x99 at psutil/_psutil_linux.c:504:5:\n/usr/include/bits/string_fortified.h:106:10: warning: \xe2\x80\x98__builtin_strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));\n      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ncreating build/lib.linux-x86_64-3.8\ncreating build/lib.linux-x86_64-3.8/psutil\ngcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/psutil/_psutil_common.o build/temp.linux-x86_64-3.8/psutil/_psutil_posix.o build/temp.linux-x86_64-3.8/psutil/_psutil_linux.o -L/usr/lib -o build/lib.linux-x86_64-3.8/psutil/_psutil_linux.cpython-38-x86_64-linux-gnu.so\nbuilding 'psutil._psutil_posix' extension\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.8 -c psutil/_psutil_common.c -o build/temp.linux-x86_64-3.8/psutil/_psutil_common.o\ngcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_LINUX=1 -I/usr/include/python3.8 -c psutil/_psutil_posix.c -o build/temp.linux-x86_64-3.8/psutil/_psutil_posix.o\nIn file included from /usr/include/string.h:495,\n                 from /usr/include/python3.8/Python.h:30,\n                 from psutil/_psutil_posix.c:9:\nIn function \xe2\x80\x98strncpy\xe2\x80\x99,\n    inlined from \xe2\x80\x98psutil_net_if_flags\xe2\x80\x99 at psutil/_psutil_posix.c:401:5:\n/usr/include/bits/string_fortified.h:106:10: warning: \xe2\x80\x98__builtin_strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));\n      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nIn function \xe2\x80\x98strncpy\xe2\x80\x99,\n    inlined from \xe2\x80\x98psutil_net_if_mtu\xe2\x80\x99 at psutil/_psutil_posix.c:362:5:\n/usr/include/bits/string_fortified.h:106:10: warning: \xe2\x80\x98__builtin_strncpy\xe2\x80\x99 specified bound 16 equals destination size [-Wstringop-truncation]\n  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));\n      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ngcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/psutil/_psutil_common.o build/temp.linux-x86_64-3.8/psutil/_psutil_posix.o -L/usr/lib -o build/lib.linux-x86_64-3.8/psutil/_psutil_posix.cpython-38-x86_64-linux-gnu.so\ncopying build/lib.linux-x86_64-3.8/psutil/_psutil_linux.cpython-38-x86_64-linux-gnu.so -> psutil\ncopying build/lib.linux-x86_64-3.8/psutil/_psutil_posix.cpython-38-x86_64-linux-gnu.so -> psutil\n"
 0:05.35 Re-executing in the virtualenv
 0:05.67 Adding configure options from /var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/.mozconfig
 0:05.67   --enable-application=comm/mail
 0:05.67   --enable-calendar
 0:05.67   --prefix=/usr
 0:05.67   --enable-release
 0:05.67   --enable-linker=gold
 0:05.67   --enable-hardening
 0:05.67   --enable-optimize
 0:05.67   --disable-elf-hack
 0:05.67   --with-branding=comm/mail/branding/nightly
 0:05.67   --enable-update-channel=nightly
 0:05.67   --with-distribution-id=org.archlinux
 0:05.67   --with-system-zlib
 0:05.67   --with-system-bz2
 0:05.67   --with-system-icu
 0:05.67   --with-system-jpeg
 0:05.67   --with-system-nspr
 0:05.67   --with-system-nss
 0:05.67   --enable-system-ffi
 0:05.67   --enable-alsa
 0:05.67   --disable-jack
 0:05.67   --enable-startup-notification
 0:05.67   --disable-crashreporter
 0:05.67   --disable-updater
 0:05.67   --disable-gconf
 0:05.67 checking for vcs source checkout... no
 0:05.91 checking for a shell... /usr/bin/sh
 0:05.95 checking for host system type... x86_64-pc-linux-gnu
 0:05.95 checking for target system type... x86_64-pc-linux-gnu
 0:06.17 Determining COMM source information from sourcestamp.txt...
 0:06.17 Determining GECKO source information from sourcestamp.txt...
 0:06.34 checking whether cross compiling... no
 0:06.41 Traceback (most recent call last):
 0:06.41   File "/var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/configure.py", line 182, in <module>
 0:06.41     sys.exit(main(sys.argv))
 0:06.41   File "/var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/configure.py", line 53, in main
 0:06.41     sandbox.run(os.path.join(os.path.dirname(__file__), 'moz.configure'))
 0:06.41   File "/var/tmp/pamac-build-novaviper/thunderbird-beta/src/thunderbird-79.0/python/mozbuild/mozbuild/configure/__init__.py", line 495, in run
 0:06.41     raise InvalidOptionError(msg)
 0:06.41 mozbuild.configure.options.InvalidOptionError: Unknown option: --with-system-bz2
 0:06.52 *** Fix above errors and then restart with\
 0:06.52                "./mach build"
 0:06.52 make: *** [client.mk:115: configure] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

NovaViper commented on 2020-07-07 04:21 (UTC)

I'm trying to compile this on Manjaro but I keep on getting errors saying that it can't find the binary

/var/tmp/pamac-build-novaviper/thunderbird-beta/PKGBUILD: line 46: cd: thunderbird-77.0: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...

yurikoles commented on 2020-04-01 17:45 (UTC)

diff --git a/.SRCINFO b/.SRCINFO
index fd02bd08ab6..5a8770771e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = thunderbird-beta
    pkgdesc = Standalone mail and news reader from mozilla.org - Bleeding edge version
-   pkgver = 75.0b1
-   pkgrel = 2
+   pkgver = 75.0b2
+   pkgrel = 3

You need to set pkgrel back to 1 when you update pkgver :)

FredBezies commented on 2020-01-04 10:50 (UTC)

Cannot get it to be built against rust 1.40.0, even with thunderbird 72.0b3 update. Orphaning it.

FredBezies commented on 2019-12-22 08:00 (UTC) (edited on 2019-12-22 14:15 (UTC) by FredBezies)

Cannot be built for now, related to rust 1.40.O landing:

error: could not compile `gkrust`.
17:26.17 Caused by:
17:26.18   process didn't exit successfully: `/home/fred/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name gkrust toolkit/library/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type staticlib --emit=dep-info,link -C opt-level=2 -C panic=abort -C codegen-units=1 -Clto --cfg 'feature="cubeb-remoting"' --cfg 'feature="cubeb_pulse_rust"' --cfg 'feature="gecko_profiler"' --cfg 'feature="gecko_profiler_parse_elf"' --cfg 'feature="moz_memory"' --cfg 'feature="moz_places"' --cfg 'feature="new_cert_storage"' --cfg 'feature="quantum_render"' --cfg 'feature="webgpu"' --cfg 'feature="webrtc"' -C metadata=ab20495f8c3d114b -C extra-filename=-ab20495f8c3d114b --out-dir /home/fred/thunderbird-beta/src/thunderbird-72.0/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=/home/fred/thunderbird-beta/src/thunderbird-72.0/build/cargo-linker -L dependency=/home/fred/thunderbird-beta/src/thunderbird-72.0/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps -L dependency=/home/fred/thunderbird-beta/src/thunderbird-72.0/obj-x86_64-pc-linux-gnu/release/deps --extern gkrust_shared=/home/fred/thunderbird-beta/src/thunderbird-72.0/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libgkrust_shared-100d57937d42be00.rlib --extern mozilla_central_workspace_hack=/home/fred/thunderbird-beta/src/thunderbird-72.0/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/deps/libmozilla_central_workspace_hack-4623f1c3225215e5.rlib -C opt-level=2 -C debuginfo=2 --cap-lints warn -L native=/usr/lib -L native=/home/fred/thunderbird-beta/src/thunderbird-72.0/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/build/backtrace-sys-3d62aeab8cae7efe/out -L native=/home/fred/thunderbird-beta/src/thunderbird-72.0/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/build/lmdb-rkv-sys-2d672d0a1dac048a/out -L native=/home/fred/thunderbird-beta/src/thunderbird-72.0/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/release/build/mozglue-static-e333f98ca6151c1d/out -L native=/home/fred/thunderbird-beta/src/thunderbird-72.0/obj-x86_64-pc-linux-gnu/dist/bin -L native=/home/fred/thunderbird-beta/src/thunderbird-72.0/obj-x86_64-pc-linux-gnu/security/nss/lib/nss/nss_nss3 -L native=/home/fred/thunderbird-beta/src/thunderbird-72.0/obj-x86_64-pc-linux-gnu/security/nss/lib/ssl/ssl_ssl3 -L native=/home/fred/thunderbird-beta/src/thunderbird-72.0/obj-x86_64-pc-linux-gnu/config/external/nspr/pr -L native=/usr/lib` (signal: 9, SIGKILL: kill)
17:26.18 make[4]: *** [/home/fred/thunderbird-beta/src/thunderbird-72.0/config/makefiles/rust.mk:287: force-cargo-library-build] Error 101
17:27.69 make[3]: *** [/home/fred/thunderbird-beta/src/thunderbird-72.0/config/recurse.mk:74: toolkit/library/rust/target] Error 2
17:27.71 make[3]: *** Attente des tâches non terminées....
17:28.40 modules/fdlibm/src
17:59.80 make[2]: *** [/home/fred/thunderbird-beta/src/thunderbird-72.0/config/recurse.mk:34: compile] Error 2
17:59.80 make[1]: *** [/home/fred/thunderbird-beta/src/thunderbird-72.0/config/rules.mk:394: default] Error 2

FredBezies commented on 2019-12-21 22:57 (UTC)

72.0b2-2: fixing - I hope - desktop file.

Note that I'll be away for nearly a week from my computer. Please wait if the fix is not correct.