Search Criteria
Package Details: libasr-git latest-1
Git Clone URL: | https://aur.archlinux.org/libasr-git.git (read-only, click to copy) |
---|---|
Package Base: | libasr-git |
Description: | A FREE asynchronous DNS resolver. |
Upstream URL: | http://www.opensmtpd.org/ |
Keywords: | dns resolver |
Licenses: | |
Provides: | |
Submitter: | WhyNotHugo |
Maintainer: | WhyNotHugo |
Last Packager: | WhyNotHugo |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2014-06-22 03:59 |
Last Updated: | 2015-06-09 05:31 |
Latest Comments
WhyNotHugo commented on 2015-01-29 15:37
LICENSE was renamed to LICENCE. Updated PKGBUILD.
toogy commented on 2015-01-23 17:47
Installation is not working. Here is the output of the compilation:
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/yaourt-tmp-toogy/aur-libasr-git/src/libasr/src'
make[2]: Entering directory '/tmp/yaourt-tmp-toogy/aur-libasr-git/src/libasr/src'
/usr/bin/mkdir -p '/tmp/yaourt-tmp-toogy/aur-libasr-git/pkg/libasr-git//usr/local/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libasr.la '/tmp/yaourt-tmp-toogy/aur-libasr-git/pkg/libasr-git//usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libasr.so.0.0.0 /tmp/yaourt-tmp-toogy/aur-libasr-git/pkg/libasr-git//usr/local/lib/libasr.so.0.0.0
libtool: install: (cd /tmp/yaourt-tmp-toogy/aur-libasr-git/pkg/libasr-git//usr/local/lib && { ln -s -f libasr.so.0.0.0 libasr.so.0 || { rm -f libasr.so.0 && ln -s libasr.so.0.0.0 libasr.so.0; }; })
libtool: install: (cd /tmp/yaourt-tmp-toogy/aur-libasr-git/pkg/libasr-git//usr/local/lib && { ln -s -f libasr.so.0.0.0 libasr.so || { rm -f libasr.so && ln -s libasr.so.0.0.0 libasr.so; }; })
libtool: install: /usr/bin/install -c .libs/libasr.lai /tmp/yaourt-tmp-toogy/aur-libasr-git/pkg/libasr-git//usr/local/lib/libasr.la
libtool: install: /usr/bin/install -c .libs/libasr.a /tmp/yaourt-tmp-toogy/aur-libasr-git/pkg/libasr-git//usr/local/lib/libasr.a
libtool: install: chmod 644 /tmp/yaourt-tmp-toogy/aur-libasr-git/pkg/libasr-git//usr/local/lib/libasr.a
libtool: install: ranlib /tmp/yaourt-tmp-toogy/aur-libasr-git/pkg/libasr-git//usr/local/lib/libasr.a
libtool: warning: remember to run 'libtool --finish /usr/local/lib'
/usr/bin/mkdir -p '/tmp/yaourt-tmp-toogy/aur-libasr-git/pkg/libasr-git//usr/local/include'
/usr/bin/install -c -m 644 asr.h '/tmp/yaourt-tmp-toogy/aur-libasr-git/pkg/libasr-git//usr/local/include'
make[2]: Leaving directory '/tmp/yaourt-tmp-toogy/aur-libasr-git/src/libasr/src'
make[1]: Leaving directory '/tmp/yaourt-tmp-toogy/aur-libasr-git/src/libasr/src'
make[1]: Entering directory '/tmp/yaourt-tmp-toogy/aur-libasr-git/src/libasr'
make[2]: Entering directory '/tmp/yaourt-tmp-toogy/aur-libasr-git/src/libasr'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/yaourt-tmp-toogy/aur-libasr-git/src/libasr'
make[1]: Leaving directory '/tmp/yaourt-tmp-toogy/aur-libasr-git/src/libasr'
install: cannot stat ‘LICENSE’: No such file or directory
==> ERROR: A failure occurred in package().
WhyNotHugo commented on 2014-11-30 18:03
@toogy: Must be a recent change. I'll take a look into it (unless you have a fix in mind already).
toogy commented on 2014-11-30 18:02
After `make install` the dynamic library is saved in `/usr/local/lib/libasr-0.9.0.so.0`. By default, the dynamic linker is not looking at `/usr/local/lib/`. If you simply install the packages libasr-git and opensmtpd-git, the smtpd service will then not manage to load libasr.
toogy commented on 2014-11-30 18:02
Issue: after `make install` the dynamic library is saved in `/usr/local/lib/libasr-0.9.0.so.0`. By default, the dynamic linker is not looking at `/usr/local/lib/`. If you simply install the packages libasr-git and smtpd-git, smtpd will then not manage to load libasr.