Package Details: libunity 7.2.6-18

Git Clone URL: https://aur.archlinux.org/libunity.git (read-only, click to copy)
Package Base: libunity
Description: Library for instrumenting and integrating with all aspects of the Unity shell
Upstream URL: https://github.com/MercySimp/libunity
Licenses: LGPL3.0
Submitter: adsun
Maintainer: Bronzeapollo
Last Packager: Bronzeapollo
Votes: 15
Popularity: 0.81
First Submitted: 2018-10-07 13:17 (UTC)
Last Updated: 2025-06-07 13:50 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

mnabid commented on 2022-02-07 21:52 (UTC)

@draig29

This patch from Fedora Rawhide fixes building against vala 0.54.

icu69-bin isn't needed anymore. The one in the official repo works fine.

drarig29 commented on 2022-01-09 21:59 (UTC)

@leo_sk you are right! And it indeed compiles with icu69-bin. I'm going to add it as a make dependency.

leo_sk commented on 2022-01-09 21:00 (UTC)

Compiling the above package requires icu69, while the one in arch repos is icu70. However icu69 is available in AUR via package icu69-bin . Consider adding it as a make dependency

Zame commented on 2021-12-05 08:20 (UTC)

@CaptainKrull Thank you, solved )

Zame commented on 2021-12-04 17:40 (UTC) (edited on 2021-12-04 17:43 (UTC) by Zame)

The same update problem

/usr/bin/ld: warning: libicui18n.so.69, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libdee-1.0.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicuuc.so.69, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libdee-1.0.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libdee-1.0.so: undefined reference to `u_strFromUTF8Lenient_69'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libdee-1.0.so: undefined reference to `u_errorName_69'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libdee-1.0.so: undefined reference to `utrans_transUChars_69'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libdee-1.0.so: undefined reference to `utrans_close_69'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libdee-1.0.so: undefined reference to `utrans_openU_69'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:504: unity-scope-loader] Ошибка 1
make[3]: выход из каталога «/home/feltsi/.cache/yay/libunity/src/loader»
make[2]: *** [Makefile:419: all] Ошибка 2
make[2]: выход из каталога «/home/feltsi/.cache/yay/libunity/src/loader»
make[1]: *** [Makefile:575: all-recursive] Ошибка 1
make[1]: выход из каталога «/home/feltsi/.cache/yay/libunity/src»
make: *** [Makefile:479: all] Ошибка 2
==> ОШИБКА: Произошел сбой в build().
    Прерывание...
 -> error making: libunity

tari01 commented on 2021-11-28 10:20 (UTC)

@michaldybczak

For me it builds with 0.44 when dee is built with 0.52.

michaldybczak commented on 2021-11-28 10:05 (UTC)

Won't build with dee compiled with newer vala :(

/usr/bin/ld: warning: libicui18n.so.69, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libdee-1.0.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libicuuc.so.69, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libdee-1.0.so, not found (try using -rpath or -rpath-link)

drarig29 commented on 2021-11-27 16:17 (UTC)

@tari01 it's done, I reverted my changes.

tari01 commented on 2021-11-27 06:53 (UTC)

@drarig29

We also need to remove 0001-Fix-optional-types.patch to make it build again with 0.44.

drarig29 commented on 2021-11-25 12:00 (UTC)

@tari01 oh okay, sorry I haven't tested if everything works. Just that it builds. I used vala0.52 because this is what dee needs to build. I'll change this back.