You are not logged in.

#1 2014-11-23 19:59:02

Osiris
Member
Registered: 2003-01-18
Posts: 160
Website

libidn problem building psi-plus

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

#2 2014-11-23 20:40:24

Brother Root
Member
Registered: 2014-11-09
Posts: 43

Re: libidn problem building psi-plus

Have you tried to build it manually with makepkg?

Checking for LibIDN ... yes

Offline

#3 2014-11-25 21:04:45

Osiris
Member
Registered: 2003-01-18
Posts: 160
Website

Re: libidn problem building psi-plus

Yes, excactly the same result. Complete transcript: http://pastebin.com/zdinhwFb

Offline

#4 2014-11-25 21:37:08

Brother Root
Member
Registered: 2014-11-09
Posts: 43

Re: libidn problem building psi-plus

# pacman -Qi libidn

What is the output?

Offline

#5 2014-11-25 21:40:15

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: libidn problem building psi-plus

is there a configure.log created in the source directory? What is the output of `pkg-config --modversion libidn`?

Offline

#6 2014-11-26 23:05:56

Osiris
Member
Registered: 2003-01-18
Posts: 160
Website

Re: libidn problem building psi-plus

% 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.29

There is no configure.log anywhere in the build directory.

Thx!

Offline

#7 2014-11-26 23:34:09

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: libidn problem building psi-plus

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

#8 2014-11-29 00:58:24

Osiris
Member
Registered: 2003-01-18
Posts: 160
Website

Re: libidn problem building psi-plus

Yeah, ldconfig seems to have fixed it. It built now.

Offline

Board footer

Powered by FluxBB