Package Details: seamonkey 2.53.19-2

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.48
First Submitted: 2023-04-01 17:30 (UTC)
Last Updated: 2024-12-02 19:23 (UTC)

Sources (4)

Latest Comments

1 2 3 4 5 Next › Last »

micwoj92 commented on 2024-12-03 10:36 (UTC)

Please try without using export:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -127,7 +127,7 @@ build() {
   LDFLAGS=$(printf '%s' "$LDFLAGS" | sed 's/-fuse-ld=[^[:space:]]*//')
   export LDFLAGS
   export MACH_USE_SYSTEM_PYTHON=1
-  export LC_ALL=C.UTF-8
+  LC_ALL=C.UTF-8 \
   ./mach build
 }

@@ -135,7 +135,7 @@ package() {
   cd "$_archive"

   # shellcheck disable=SC1007
-  DESTDIR="$pkgdir" INSTALL_SDK= ./mach install
+  LC_ALL=C.UTF-8 DESTDIR="$pkgdir" INSTALL_SDK= ./mach install

   rm -rf "$pkgdir"/usr/lib/seamonkey/{dictionaries,hyphenation}
   ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey/dictionaries"

maid commented on 2024-12-02 22:24 (UTC) (edited on 2024-12-02 22:30 (UTC) by maid)

This is pop up window appears automatically (usually in KOI) when build complete. I sign with my PGP key all packages which I build. I did not expect on pop up in UTF-8. Sorry, log does not exist.

micwoj92 commented on 2024-12-02 19:50 (UTC)

Is this in package()? Could you send me entire log of that? my email is in pkgbuild, thanks.

maid commented on 2024-12-02 18:49 (UTC)

Build complete. However, unexpected thing happened in the final.

Б■▄Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■┌ Please enter the passphrase to unlock the OpenPGP secret key: Б■┌Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■┌ "*** <***>"            Б■┌
            Б■┌ 255-bit EDDSA key, ID 0x***,                   Б■┌
            Б■┌ created * (main key ID 0x***).        Б■┌
            Б■┌                                                             Б■┌
            Б■┌                                                             Б■┌
            Б■┌ Passphrase: _______ Б■┌
            Б■┌                                                             Б■┌
            Б■┌       <OK>                                   <Cancel>       Б■┌
            Б■■Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■─Б■≤

This is pinentry-curses output in wrong charset.

micwoj92 commented on 2024-11-29 10:04 (UTC)

Please try:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -126,6 +126,7 @@ build() {
   LDFLAGS=$(printf '%s' "$LDFLAGS" | sed 's/-fuse-ld=[^[:space:]]*//')
   export LDFLAGS
   export MACH_USE_SYSTEM_PYTHON=1
+  export LC_ALL=C.UTF-8
   ./mach build
 }

maid commented on 2024-11-27 11:17 (UTC) (edited on 2024-11-27 11:21 (UTC) by maid)

I have the same variables, but with different values. My locale is KOI8-R.

CHARSET=KOI8-R
LANGUAGE=ru_RU.KOI8-R
LC_ADDRESS=ru_RU.KOI8-R
LC_NAME=ru_RU.KOI8-R
LC_MONETARY=ru_RU.KOI8-R
LANG=ru_RU.KOI8-R
LC_PAPER=ru_RU.KOI8-R
ENCODING=KOI8-R
LC_LANG=ru_RU.KOI8-R
LC_IDENTIFICATION=ru_RU.KOI8-R
G_FILENAME_ENCODING=KOI8-R
LC_TELEPHONE=ru_RU.KOI8-R
LC_MESSAGES=ru_RU.KOI8-R
LC_MEASUREMENT=ru_RU.KOI8-R
MM_CHARSET=KOI8-R
LC_CTYPE=ru_RU.KOI8-R
LC_TIME=ru_RU.KOI8-R
LC_ALL=ru_RU.KOI8-R
LC_COLLATE=ru_RU.KOI8-R
MM_NETWORK_CHARSET=KOI8-R
LC_NUMERIC=ru_RU.KOI8-R

micwoj92 commented on 2024-11-23 22:47 (UTC)

LANG=C.UTF-8
LC_CTYPE="C.UTF-8"
LC_NUMERIC="C.UTF-8"
LC_TIME="C.UTF-8"
LC_COLLATE="C.UTF-8"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_PAPER="C.UTF-8"
LC_NAME="C.UTF-8"
LC_ADDRESS="C.UTF-8"
LC_TELEPHONE="C.UTF-8"
LC_MEASUREMENT="C.UTF-8"
LC_IDENTIFICATION="C.UTF-8"
LC_ALL=

maid commented on 2024-11-23 08:32 (UTC)

Which one locale you have use?

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