Package Details: libunity 7.1.4-15

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://launchpad.net/libunity
Licenses: LGPL
Submitter: adsun
Maintainer: drarig29
Last Packager: drarig29
Votes: 15
Popularity: 0.180299
First Submitted: 2018-10-07 13:17 (UTC)
Last Updated: 2022-04-13 21:34 (UTC)

Latest Comments

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

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.

tari01 commented on 2021-11-25 11:39 (UTC)

It appears we'll need to change back to vala0.44. With 0.52 the gobject-introspection bindings are broken.

(When built with 0.44, all works fine)

mcterra commented on 2021-10-22 02:08 (UTC)

Heads up, dee fails to compile on the latest update of vala. You will need to downgrade to an older version from the Arch Archives (I used 0.52.4-1) for it to build correctly, since it won't build with 0.44 or 0.42 from the AUR. With newer versions, you'll get an error along the lines of

  GEN      dee-1.0.vapi
Dee-1.0.gir:1180.7-1180.58: warning: Field `Dee.Filter.destroy' conflicts with method of the same name
      <method name="destroy" c:identifier="dee_filter_destroy">
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dee-1.0.gir:1274.7-1274.42: error: `Dee.Filter' already contains a definition for `new'
      <function name="new" c:identifier="dee_filter_new">
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dee-1.0-custom.vala:19.3-19.27: note: previous definition of `new' was here
                public static Filter @new (Dee.StaticFilterMapFunc map_func, owned Dee.FilterMapNotify map_notify);
                ^^^^^^^^^^^^^^^^^^^^^^^^^
Dee-1.0.gir:8618.7-8618.70: warning: Field `Dee.ModelReader.destroy' conflicts with method of the same name
      <method name="destroy" c:identifier="dee_model_reader_destroy">
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Generation failed: 1 error(s), 2 warning(s)