You are not logged in.
Hello,
I try to build psi-plus-git https://aur.archlinux.org/packages/psi-plus-git from AUR, but:
Configuring Psi ...
Verifying Qt 4 build environment ... ok
Checking for Qt >= 4.7.0 ... yes
Checking for LibIDN ... no
Error: need LibIDN!using yaourt. core/libidn 1.29-1 is installed, so are all dependencies that the pkgbuild demands.
Any ideas?
Thx!
Offline
Have you tried to build it manually with makepkg?
Checking for LibIDN ... yesOffline
Yes, excactly the same result. Complete transcript: http://pastebin.com/zdinhwFb
Offline
# pacman -Qi libidnWhat is the output?
Offline
is there a configure.log created in the source directory? What is the output of `pkg-config --modversion libidn`?
Offline
% pacman -Qi libidn
Name : libidn
Version : 1.29-1
Description : Implementation of the Stringprep, Punycode and IDNA specifications
Architecture : x86_64
URL : [url]http://www.gnu.org/software/libidn/[/url]
Licenses : GPL3 LGPL
Groups : None
Provides : None
Depends On : glibc texinfo
Optional Deps : None
Required By : curl gnutls kdenetwork-kopete systemd wget
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 535.00 KiB
Packager : Felix Yan <felixonmars@gmail.com>
Build Date : Wed Aug 13 02:03:58 2014
Install Date : Thu Nov 20 20:39:56 2014
Install Reason : Installed as a dependency for another package
Install Script : Yes
Validated By : Signature% pkg-config --modversion libidn
1.29There is no configure.log anywhere in the build directory.
Thx!
Offline
So pkgconfig can find it. Odd.
How about running `ldconfig` as root, then try building again?
Last edited by Scimmia (2014-11-26 23:34:23)
Offline
Yeah, ldconfig seems to have fixed it. It built now.
Offline