Package Details: uim 1.8.9-2

Git Clone URL: https://aur.archlinux.org/uim.git (read-only, click to copy)
Package Base: uim
Description: Multilingual input method library
Upstream URL: https://github.com/uim/uim
Licenses: BSD-3-Clause
Submitter: arojas
Maintainer: None
Last Packager: carsme
Votes: 7
Popularity: 0.023341
First Submitted: 2021-05-08 08:52 (UTC)
Last Updated: 2024-01-28 23:19 (UTC)

Latest Comments

1 2 Next › Last »

phenylshima commented on 2024-06-16 09:35 (UTC) (edited on 2024-06-16 09:38 (UTC) by phenylshima)

The root cause of VA_COPY error looks like uim's "broken snprintf" checking, which mistakes gcc 14.x's implicit function warning as "broken snprintf". This issue seems to have been fixed in uim#187, but the fix is not released yet. https://github.com/uim/uim/pull/187

In my environment, downgrading gcc to 13.x fixed the problem. Alternatively, passing CFLAGS="-Wno-implicit-function-declaration" to ./configure also seems to fix the issue.

odanobunaga commented on 2024-05-12 10:54 (UTC) (edited on 2024-05-12 10:56 (UTC) by odanobunaga)

i get error during: aur sync --no-view uim

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../uim -I../replace -I../uim -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/sandi/.cache/aurutils/sync/uim/src=/usr/src/debug/uim -flto=auto -Wno-deprecated-declarations -MT bsd-snprintf.lo -MD -MP -MF .deps/bsd-snprintf.Tpo -c bsd-snprintf.c  -fPIC -DPIC -o .libs/bsd-snprintf.o
bsd-snprintf.c: In function 'dopr':
bsd-snprintf.c:104:38: error: assignment to expression with array type
  104 | #   define VA_COPY(dest, src) (dest) = (src)
      |                                      ^
bsd-snprintf.c:186:9: note: in expansion of macro 'VA_COPY'
  186 |         VA_COPY(args, args_in);
      |         ^~~~~~~
make[1]: *** [Makefile:601: bsd-snprintf.lo] Error 1
make[1]: Leaving directory '/home/sandi/.cache/aurutils/sync/uim/src/uim-1.8.9/replace'
make: *** [Makefile:672: all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

package uim 1.8.9

hayatehay commented on 2023-06-19 01:46 (UTC)

Version 1.8.9 requires the addition of plasma-framework and extra-cmake-modules to makedepends.

coz commented on 2023-06-16 03:07 (UTC)

I was able to build v1.8.9 (despite having Mono installed and having issues with 1.8.8) by changing in the PKGBUILD the pkgver, pkgrel, adding to makedepends 'plasma-framework' and updating the sha256sums

xSapling commented on 2023-04-20 23:22 (UTC)

Package has been flagged out of date for about 8 months, please update with upstream release 1.8.9.

albassort commented on 2022-10-12 14:10 (UTC)

This package managed to break a lot of applications and prevent me from logging into almost any DE while it was running besides Gnome. It also broke Firefox and Konsole. It didn't ever appear in the journal so in order to find out what was wrong, I had to strace firefox to see that it was interacting with a uim path.

All in all, I don't even know what the problem was.

tattsan commented on 2022-09-28 08:16 (UTC)

Updating to 1.8.9 will solve the json-parser-expanded.scm issue. To build 1.8.9, we need to add 'plasma-framework' to makedepends array.

Beyley commented on 2022-01-03 06:32 (UTC)

@ny-a i am unable to remove mono as i use it for work, is there any other solution?

ny-a commented on 2021-09-30 15:22 (UTC)

@AverytheFurry: Although mono installation will cause this issue, mono is not conflicting with this package. Conflict is scheme or something. Could you give me some time to try fixing this issue with more preferred way?

<deleted-account> commented on 2021-09-30 14:52 (UTC)

Hello, I had the same issue and removing the mono package fixed it! Could you possibly add mono as a conflict?