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: 18
Popularity: 0.21
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 6 Next › Last »

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

<deleted-account> 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.

<deleted-account> 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.

<deleted-account> 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)

NovaViper commented on 2021-10-03 03:43 (UTC) (edited on 2021-10-03 03:44 (UTC) by NovaViper)

I can't get this crap to compile for nothing, I've tried setting vala to 0.44 and 0.42, it still wont compile It always fails when trying to compile dee no matter what version of vala I use. My system's running EndeaovurOS

Generation failed: 1 error(s), 2 warning(s)
make[2]: *** [Makefile:569: dee-1.0.vapi] Error 1
make[2]: Leaving directory '/var/tmp/pamac-build-novaviper/dee/src/dee-1.2.7/vapi'
make[1]: *** [Makefile:527: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/pamac-build-novaviper/dee/src/dee-1.2.7'
make: *** [Makefile:433: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Cantello commented on 2021-07-06 07:50 (UTC)

Installing the newest vala prior to building dee did not work but, as described below, changing libunity's build file to vala0.42 worked and building libunity did produce several warnings but installed fine and now I have notification badges on electron apps in task manager. Thanks!