Package Details: glade-sharp 2.12.45-1

Git Clone URL: https://aur.archlinux.org/glade-sharp.git (read-only, click to copy)
Package Base: glade-sharp
Description: Glade bindings for C#
Upstream URL: https://www.mono-project.com/docs/gui/gtksharp/
Licenses: LGPL
Submitter: Mailaender
Maintainer: None
Last Packager: Mailaender
Votes: 1
Popularity: 0.000061
First Submitted: 2022-07-29 17:49 (UTC)
Last Updated: 2022-07-29 17:49 (UTC)

Latest Comments

Nyyr commented on 2023-12-28 12:38 (UTC) (edited on 2023-12-28 12:47 (UTC) by Nyyr)

On EndeavourOS Galileo the installation fails:

== Tests result: FAILURE ==

366 tests OK.

4 tests failed:
    test_macpath test_ntpath test_pep277 test_posixpath

25 tests skipped:
    test_aepack test_al test_applesingle test_bsddb test_bsddb185
    test_bsddb3 test_cd test_cl test_dl test_gl test_imageop
    test_imgfile test_kqueue test_linuxaudiodev test_macos
    test_macostools test_msilib test_ossaudiodev test_py3kwarn
    test_scriptpackages test_startfile test_sunaudiodev test_winreg
    test_winsound test_zipfile64
2 skips unexpected on linux2:
    test_bsddb test_bsddb3

Total duration: 5 min 36 sec
Tests result: FAILURE
==> CHYBA: Došlo k chybě v check().
    Rušení...
 -> chyba při vytváření: python2-exit status 4
==> Vytváří se balíček: libglade 2.6.4-8 (Čt 28. prosince 2023, 11:17:41)
==> Kontrola runtime závislostí...
==> Kontrola buildtime závislostí...
==> Chybějící závislosti: 
  -> python2
==> CHYBA: Nelze vyřešit všechny závislosti.
 -> chyba při vytváření: libglade-exit status 8
==> Vytváří se balíček: glade-sharp 2.12.45-1 (Čt 28. prosince 2023, 11:17:42)
==> Kontrola runtime závislostí...
==> Chybějící závislosti: 
  -> libglade
==> Kontrola buildtime závislostí...
==> CHYBA: Nelze vyřešit všechny závislosti.
 -> chyba při vytváření: glade-sharp-exit status 8
 -> Selhala instalace těchto balíčků. Ruční zásah je vyžadován.
python2 - exit status 4
libglade - exit status 8
glade-sharp - exit status 8

It seems to be part of Python 2.7.18:

======================================================================
ERROR: test_nonascii_abspath (test.test_macpath.MacCommonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jirka/.cache/yay/python2/src/Python-2.7.18/Lib/test/test_genericpath.py", line 276, in test_nonascii_abspath
    with test_support.temp_cwd('\xe7w\xf0'):
  File "/home/jirka/.cache/yay/python2/src/Python-2.7.18/Lib/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/jirka/.cache/yay/python2/src/Python-2.7.18/Lib/test/support/__init__.py", line 819, in temp_cwd
    with temp_dir(path=name, quiet=quiet) as temp_path:
  File "/home/jirka/.cache/yay/python2/src/Python-2.7.18/Lib/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/jirka/.cache/yay/python2/src/Python-2.7.18/Lib/test/support/__init__.py", line 760, in temp_dir
    os.mkdir(path)
OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '\xe7w\xf0'

NOTE: I am running it on ZFS with normalization=formD (forced utf-8 only). So you should skip these tests entirely or at least on such environments.