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: 1.40
First Submitted: 2023-04-01 17:30 (UTC)
Last Updated: 2024-09-09 18:22 (UTC)

Sources (4)

Latest Comments

1 2 3 Next › Last »

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...

maid commented on 2024-02-25 00:35 (UTC)

133:26.91 toolkit/library/libxul.so Exception in thread ProcessReaderStdout:e misc libs tools Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, in run self._target(self._args, *self._kwargs) File "/tmp/makepkg/seamonkey/src/seamonkey-2.53.18.1/testing/mozbase/mozprocess/mozprocess/processhandler.py", line 1033, in _read_stream line = stream.readline() ^^^^^^^^^^^^^^^^^ File "<frozen codecs>", line 322, in decode UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 13: invalid continuation byte 133:41.79 1189 compiler warnings present. 133:42.32 /usr/bin/notify-send --app-name=Mozilla Build System Mozilla Build System Build failed

majo commented on 2024-01-04 09:44 (UTC) (edited on 2024-01-04 10:58 (UTC) by majo)

Building this package from source requires an exceptionally long time (usually a few hours). But you can create it in a few minutes - as in the instruction: https://www.seamonkey-project.org/doc/install-and-uninstall#install_linux

So maybe we should change the way it is created? (or create a new package: seamonkey-bin ?)

giannis-arch commented on 2023-12-30 16:07 (UTC)

@carsme, the version 2.53.18-2 built without issue.

troncoso commented on 2023-12-29 16:00 (UTC)

@carsme, For me the new package builds and works like a charm. Thank you!

giannis-arch commented on 2023-12-29 15:43 (UTC)

Only with clean-chroot, icu 74.1 and "ac_add_options --with-system-icu" in mozconfig as disabled, I managed to build the "seamonkey 2.53.18" package.

carsme commented on 2023-12-29 14:47 (UTC)

Worked around the ICU incompatibility by using the bundled one instead of the system ICU. Let me know if you experience more problems.