Package Details: seamonkey 2.53.19-1

Git Clone URL: https://aur.archlinux.org/seamonkey.git (read-only, click to copy)
Package Base: seamonkey
Description: SeaMonkey internet suite
Upstream URL: https://www.seamonkey-project.org
Licenses: MPL-2.0
Submitter: arojas
Maintainer: micwoj92
Last Packager: micwoj92
Votes: 8
Popularity: 0.66
First Submitted: 2023-04-01 17:30 (UTC)
Last Updated: 2024-09-09 18:22 (UTC)

Dependencies (47)

Sources (4)

Latest Comments

1 2 3 4 Next › Last »

micwoj92 commented on 2024-11-12 13:44 (UTC)

Can't reproduce.

maid commented on 2024-11-08 18:19 (UTC) (edited on 2024-11-08 18:21 (UTC) by maid)

38:05.27 error: could not compile cc (lib)
38:05.28 warning: build failed, waiting for other jobs to finish...
38:05.29 security/sandbox/linux/broker
Exception in thread ProcessReaderStdout:e misc libs tools
Traceback (most recent call last):
  File "/tmp/makepkg/seamonkey/src/pythoninstall/usr/local/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
    self.run()
  File "/tmp/makepkg/seamonkey/src/pythoninstall/usr/local/lib/python3.11/threading.py", line 982, in run
    self._target(self._args, *self._kwargs)
  File "/tmp/makepkg/seamonkey/src/seamonkey-2.53.19/testing/mozbase/mozprocess/mozprocess/processhandler.py", line 1030, in _read_stream
    line = stream.readline()
           ^^^^^^^^^^^^^^^^^
  File "<frozen codecs>", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xef in position 116: invalid continuation byte
38:14.30 716 compiler warnings present.
38:14.54 /usr/bin/notify-send --app-name=Mozilla Build System Mozilla Build System Build failed
==> Error build().

micwoj92 commented on 2024-11-04 19:56 (UTC)

https://aur.archlinux.org/cgit/aur.git/tree/seamonkey.install?h=seamonkey

cmt101 commented on 2024-11-04 19:31 (UTC)

The resulting package does not install and the accompanying files do not function.
Maybe it has to do with an initial error in the PKGBUILD file:

==> ERROR: install file (seamonkey.install) does not exist or is not a regular file.

This error disappears when I remove line 66:

install="$pkgname.install"

micwoj92 commented on 2024-11-02 01:02 (UTC)

https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started

cmt101 commented on 2024-11-01 21:20 (UTC) (edited on 2024-11-01 21:29 (UTC) by cmt101)

Creating ~/.gnupg/gpg.conf with the contents:

keyserver hkps://keys.openpgp.org

and then running:

$ gpg --recv-keys FFE87404168BD847

the keys get imported, but then I get the following error with makepkg:

./mach: line 77: which: command not found
This mach command requires python3, which wasn't found on the system!
==> ERROR: A failure occurred in build().

micwoj92 commented on 2024-09-10 14:49 (UTC)

You need to import that key to your keyring manually.

Please use triple backticks to create codeblock, for better readibility.

daviding commented on 2024-09-10 13:44 (UTC)

I see the prereq for Python-3.11.10, and the comment on 2024-06-02 with the failure to build with python 3.12 ... there was a warning about the key missing.

Generating seamonkey information... key A035C8C19219BA821ECEA86B64E628F8D684696D could not be imported

Building seamonkey... ==> Making package: seamonkey 2.53.19-1 (Tue 10 Sep 2024 09:22:05 AM)

==> Validating source files with sha256sums... seamonkey-2.53.19.source.tar.xz ... Passed mozconfig ... Passed Python-3.11.10.tar.xz ... Passed Python-3.11.10.tar.xz.asc ... Skipped ==> Verifying source file signatures with gpg... Python-3.11.10.tar.xz ... FAILED (unknown public key FFE87404168BD847) ==> ERROR: One or more PGP signatures could not be verified! Failed to build seamonkey

nsa commented on 2024-08-05 16:54 (UTC)

==> Starting build()... /build/seamonkey/src/seamonkey-2.53.18.2/./mach:12: SyntaxWarning: invalid escape sequence '\ ' ''':' Traceback (most recent call last): File "/build/seamonkey/src/seamonkey-2.53.18.2/./mach", line 227, in <module> main(sys.argv[1:]) File "/build/seamonkey/src/seamonkey-2.53.18.2/./mach", line 219, in main mach = get_mach() ^^^^^^^^^^ File "/build/seamonkey/src/seamonkey-2.53.18.2/./mach", line 209, in get_mach mach = check_and_get_mach(dir_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/seamonkey/src/seamonkey-2.53.18.2/./mach", line 165, in check_and_get_mach return load_mach(dir_path, mach_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/seamonkey/src/seamonkey-2.53.18.2/./mach", line 153, in load_mach return mach_bootstrap.bootstrap(dir_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/seamonkey/src/seamonkey-2.53.18.2/build/mach_bootstrap.py", line 179, in bootstrap import mach.main File "/build/seamonkey/src/seamonkey-2.53.18.2/build/mach_bootstrap.py", line 366, in call module = self._original_import(name, globals, locals, fromlist, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/seamonkey/src/seamonkey-2.53.18.2/python/mach/mach/main.py", line 13, in <module> import imp File "/build/seamonkey/src/seamonkey-2.53.18.2/build/mach_bootstrap.py", line 366, in call module = self._original_import(name, globals, locals, fromlist, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'imp' ==> ERROR: A failure occurred in build(). Aborting...

micwoj92 commented on 2024-06-02 13:52 (UTC)

Fails to build with python3.12

==> Starting build()...
/build/seamonkey/src/seamonkey-2.53.18.2/./mach:12: SyntaxWarning: invalid escape sequence '\ '
  ''':'
Traceback (most recent call last):
  File "/build/seamonkey/src/seamonkey-2.53.18.2/./mach", line 227, in <module>
    main(sys.argv[1:])
  File "/build/seamonkey/src/seamonkey-2.53.18.2/./mach", line 219, in main
    mach = get_mach()
           ^^^^^^^^^^
  File "/build/seamonkey/src/seamonkey-2.53.18.2/./mach", line 209, in get_mach
    mach = check_and_get_mach(dir_path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/build/seamonkey/src/seamonkey-2.53.18.2/./mach", line 165, in check_and_get_mach
    return load_mach(dir_path, mach_path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/build/seamonkey/src/seamonkey-2.53.18.2/./mach", line 153, in load_mach
    return mach_bootstrap.bootstrap(dir_path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/build/seamonkey/src/seamonkey-2.53.18.2/build/mach_bootstrap.py", line 179, in bootstrap
    import mach.main
  File "/build/seamonkey/src/seamonkey-2.53.18.2/build/mach_bootstrap.py", line 366, in __call__
    module = self._original_import(name, globals, locals, fromlist, level)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/build/seamonkey/src/seamonkey-2.53.18.2/python/mach/mach/main.py", line 13, in <module>
    import imp
  File "/build/seamonkey/src/seamonkey-2.53.18.2/build/mach_bootstrap.py", line 366, in __call__
    module = self._original_import(name, globals, locals, fromlist, level)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'imp'
==> ERROR: A failure occurred in build().
    Aborting...