Package Details: uim 1.9.1-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: Insprill
Last Packager: Insprill
Votes: 8
Popularity: 0.31
First Submitted: 2021-05-08 08:52 (UTC)
Last Updated: 2025-04-14 20:51 (UTC)

Latest Comments

1 2 Next › Last »

dawnfire05 commented on 2025-04-16 10:56 (UTC)

I'm having the same problem with @kinoru

kinoru commented on 2025-04-15 07:15 (UTC)

After a recent update, I am getting this build error:

CMake Error in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 4.0)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".

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?