Search Criteria
Package Details: kalu 4.5.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/kalu.git (read-only, click to copy) |
---|---|
Package Base: | kalu |
Description: | Upgrade notifier w/ AUR support, watched (AUR) packages, news |
Upstream URL: | https://github.com/Thulinma/kalu |
Licenses: | GPL3+ |
Submitter: | jjacky |
Maintainer: | Thulinma |
Last Packager: | Thulinma |
Votes: | 184 |
Popularity: | 1.15 |
First Submitted: | 2012-02-14 18:03 (UTC) |
Last Updated: | 2024-09-15 21:24 (UTC) |
Dependencies (10)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- notification-daemon (ysnotifierAUR, notipyAUR, xfce4-notifyd-layer-shell-gitAUR, awesome-luajitAUR, awesome-gitAUR, awesome-luajit-gitAUR, dunst-gitAUR, twmn-gitAUR, swaync-gitAUR, lxqt-notificationd-gitAUR, rofication-gitAUR, enlightenment-gitAUR, enlightenment-git-asanAUR, xfce4-notifyd-gitAUR, awesome, dunst, lxqt-notificationd, mate-notification-daemon, notify-osd, xfce4-notifyd)
- pacman (pacman-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- groff (groff-gitAUR) (make)
- perl (perl-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 17 Next › Last »
jjacky commented on 2018-04-12 21:01 (UTC)
You should have a config.log, probably in src/kalu-4.2.0, with more info about what actually failed. Also, looking at that output it even says you don't have pkg-config, which clearly seems wrong as well, so that might be what needs looking into...
noraj commented on 2018-04-12 19:31 (UTC) (edited on 2018-04-16 23:31 (UTC) by noraj)
pacman -Syu
jjacky commented on 2018-04-12 15:04 (UTC)
Sorry about the delay, I've been having connectivity issues. Anyhow,
looks more like configure's output than full log, as in don't you have a config.log with more details?
is your system fully updated? maybe a shot in the dark, but I've seen some "weird" issues somewhat similar due to issues with libdrm, though I believe the latest package in Arch should fix it. What do you get from this:
pkg-config --cflags --libs libnotify
noraj commented on 2018-04-08 20:42 (UTC) (edited on 2018-04-10 18:46 (UTC) by noraj)
Same, I have libnotify installed but it is complaining.
Here are full logs: https://hastebin.com/raw/odonusozod
I'm not in chroot.
jjacky commented on 2018-02-15 16:52 (UTC)
hmm, that is strange. Full logs might be helpful to know more... Is libnotify "fully" installed (e.g. including headers, etc)? Any chance you're building in a chroot? And if so, did you make sure libnotify was installed in said chroot as well?
tschertel commented on 2018-02-15 14:07 (UTC) (edited on 2018-02-15 15:22 (UTC) by tschertel)
Compiling is complaining about libnotify.
configure: error: libnotify is required
But it is installed.
$ pacman -Qs notify
local/libnotify 0.7.7-1
Library for sending desktop notifications
jjacky commented on 2018-02-13 17:23 (UTC)
No, it doesn't already exist, and nothing is changed. It might exists in your system, sure, but not in the package we're creating. And the point actually is to remain consistent with what's likely to be on your system, i.e. use the same permissions/ownership as polkit. Because otherwise, when installing kalu you'd get a warning from pacman that permissions differ between system & package.
Nonsense; Again you seem to be confusing things, we're creating a package here, not touching anything in the system.
As for the group kalu, it is created because a polkit rule is installed, to allow members of said group to perform sysupgrade (via kalu's updater) without authentication, as explained in the man page.
noraj: About namcap's output, thanks, those are all fine/expected.
Potomac commented on 2018-02-13 15:55 (UTC) (edited on 2018-02-13 16:03 (UTC) by Potomac)
Why do you use "chmod" and "chown" commands in PKGBUILD ?
these are bad practices because "/usr/share/polkit-1/rules.d" already exists, it seems weird to change access permissions for an existing directory ( "/usr/share/polkit-1/rules.d" )
if kalu really needs these commands then this kind of thing shoud be done manually by the user,
I see also that you have created a new group called "kalu",
it would be interesting to avoid these commands, kalu should be able to run with the current user and existing permissions for /usr/share/polkit-1/rules.d
noraj commented on 2018-02-11 16:58 (UTC) (edited on 2018-02-11 16:58 (UTC) by noraj)
Thanks for this very useful tool.
namcap told me some stuff about kalu:
jjacky commented on 2018-01-02 22:00 (UTC)
Happy to know it's useful :)
So, I'm glad you got it resolved, but since there was no version change, any idea what caused the segfault? If you were to rebuild kalu, would it crash again? If so, any indications/backtraces/logs that could help figure out what's the problem & how to fix it is welcome, obviously.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 17 Next › Last »