-> thunderbird-install-dir.patch
patching file mozilla/config/baseconfig.mk
Hunk #1 FAILED at 4.
1 out of 1 hunk FAILED -- saving rejects to file mozilla/config/baseconfig.mk.rej
patch looks outdated.
Possible fix:
diff -upr thunderbird-59.0b1.orig/mozilla/config/baseconfig.mk thunderbird-59.0b1/mozilla/config/baseconfig.mk
--- thunderbird-59.0b1.orig/mozilla/config/baseconfig.mk 2018-02-03 21:40:48.387811590 +0300
+++ thunderbird-59.0b1/mozilla/config/baseconfig.mk 2018-02-03 21:40:17.997729401 +0300
@@ -2,7 +2,7 @@
# directly in python/mozbuild/mozbuild/base.py for gmake validation.
# We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
# whether a normal build is happening or whether the check is running.
-installdir = $(libdir)/$(MOZ_APP_NAME)
+installdir = $(libdir)/$(MOZ_APP_NAME)-beta
ifeq (.,$(DEPTH))
DIST = dist
else
And the patch fix-wifi-scanner.diff https://bugzilla.mozilla.org/show_bug.cgi?id=1314968 looks like not needed anymore as fixed. Also, was unable to find function this patch is about.
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.