Package Details: firefox-esr-i18n-bg 115.11.0-1

Git Clone URL: https://aur.archlinux.org/firefox-esr.git (read-only, click to copy)
Package Base: firefox-esr
Description: Standalone web browser from mozilla.org, Extended Support Release
Upstream URL: https://www.mozilla.org/en-US/firefox/enterprise/
Keywords: browser gecko web
Licenses: GPL, MPL, LGPL
Submitter: figue
Maintainer: dudemanguy
Last Packager: dudemanguy
Votes: 46
Popularity: 0.31
First Submitted: 2015-05-28 23:15 (UTC)
Last Updated: 2024-05-15 03:05 (UTC)

Dependencies (37)

Required by (0)

Sources (100)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 20 Next › Last »

sp1d3rmxn commented on 2022-09-07 12:48 (UTC) (edited on 2022-09-07 12:51 (UTC) by sp1d3rmxn)

@jonathon have the latest but still getting error.. noticed that this occurs after changing the line:

export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system

to

export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none

when I leave it at system the error it produces is:

zstandard                           0.18.0       /usr/lib/python3.10/site-packages
WARNING: You are using pip version 21.2.3; however, version 22.2.2 is available.
You should consider upgrading via the '/tmp/tmpkjcdwfsp/bin/python -m pip install --upgrade pip' command.
psutil<=5.8.0,>=5.4.2: Installed with unexpected version "5.9.1"
Traceback (most recent call last):
  File "/build/firefox-esr/src/firefox-102.2.0/./mach", line 96, in <module>
    main(sys.argv[1:])
  File "/build/firefox-esr/src/firefox-102.2.0/./mach", line 88, in main
    mach = check_and_get_mach(os.path.dirname(os.path.realpath(__file__)))
  File "/build/firefox-esr/src/firefox-102.2.0/./mach", line 35, in check_and_get_mach
    return load_mach(dir_path, mach_path)
  File "/build/firefox-esr/src/firefox-102.2.0/./mach", line 21, in load_mach
    return mach_initialize.initialize(dir_path)
  File "/build/firefox-esr/src/firefox-102.2.0/build/mach_initialize.py", line 153, in initialize
    _activate_python_environment(
  File "/build/firefox-esr/src/firefox-102.2.0/build/mach_initialize.py", line 99, in _activate_python_environment
    mach_environment.activate()
  File "/build/firefox-esr/src/firefox-102.2.0/python/mach/mach/site.py", line 359, in activate
    self.ensure()
  File "/build/firefox-esr/src/firefox-102.2.0/python/mach/mach/site.py", line 337, in ensure
result = self._up_to_date()
  File "/build/firefox-esr/src/firefox-102.2.0/python/mach/mach/site.py", line 322, in _up_to_date
    _assert_pip_check(
  File "/build/firefox-esr/src/firefox-102.2.0/python/mach/mach/site.py", line 1107, in _assert_pip_check
    raise Exception(
Exception: The "mach" site is not compatible with the installed system Python packages.
==> ERROR: A failure occurred in build().
    Aborting...

Otherwise I get the error I initially posted about however zstd is clearly installed... Thoughts?

<deleted-account> commented on 2022-09-06 22:37 (UTC)

Thank you @jonathon!

jonathon commented on 2022-09-06 20:11 (UTC)

@Snowy_chan, done

@sp1d3rmxn, make sure you're building the most recent version with zstd patch

<deleted-account> commented on 2022-09-06 19:49 (UTC)

@bittin @jonathon @dudemanguy Could one of you please check the PKGBUILD and kindly fix the "==> ERROR: Integrity checks (sha512) differ in size from the source array."

sp1d3rmxn commented on 2022-09-06 19:23 (UTC) (edited on 2022-09-06 19:30 (UTC) by sp1d3rmxn)

Has anyone encountered this error?

0:33.81 Traceback (most recent call last):
0:33.81   File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
0:33.82     return _run_code(code, main_globals, None,
0:33.82   File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
0:33.82     exec(code, run_globals)
0:33.82   File "/build/firefox-esr/src/firefox-102.2.0/python/mozbuild/mozbuild/action/symbols_archive.py", line 90, in <module>
0:33.82     main(sys.argv[1:])
0:33.82   File "/build/firefox-esr/src/firefox-102.2.0/python/mozbuild/mozbuild/action/symbols_archive.py", line 86, in main
0:33.82     make_archive(args.archive, args.base, excludes, includes)
0:33.82   File "/build/firefox-esr/src/firefox-102.2.0/python/mozbuild/mozbuild/action/symbols_archive.py", line 47, in make_archive
0:33.82     import zstandard
0:33.82 ModuleNotFoundError: No module named 'zstandard'

I have the python module in question installed:

+-[$]> sudo pacman -Ss python zstandard | grep installed
community/python-pyzstd 0.15.3-1 [installed]
community/python-zstandard 0.18.0-1 [installed]

I also checked via the python IDE that it was actually there as well:

+-[$]> ipython
Python 3.10.6 (main, Aug 17 2022, 18:57:55) [GCC 12.1.1 20220730]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.4.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import zstandard

In [2]:

So I'm not sure where/what else could be the issue. Any thoughts or suggestions?

bittin commented on 2022-08-25 14:07 (UTC)

@torvic9 @AndyRTR should be fixed now, thanks for the help i am a n00b first time i add patches to a PKGBUILD ever

torvic9 commented on 2022-08-25 07:42 (UTC)

@bittin: I think you forgot to add 'arc4random.diff' and 'update-packed_simd.diff' to the source array in PKGBUILD.

AndyRTR commented on 2022-08-24 18:53 (UTC)

Package compiles here with update-packed_simd.diff + arc4random.diff (taken from FFnightly - see former comment)

torvic9 commented on 2022-08-24 18:43 (UTC)

It works here, but I'm not using the exact same firefox-esr as this one. The diff prevents the Rust 1.63 (packed_simd_2 crate) error. Any other error is not fixed by this diff.

dudemanguy commented on 2022-08-24 15:30 (UTC) (edited on 2022-08-24 15:31 (UTC) by dudemanguy)

Unfortunately the build fails with "Config object not found by mach." I haven't been able to figure this out.