Package Details: glyr-git 1.0.8-1

Git Clone URL: https://aur.archlinux.org/glyr-git.git (read-only, click to copy)
Package Base: glyr-git
Description: A music metadata searchengine utility and library written in C
Upstream URL: https://github.com/sahib/glyr
Licenses: GPL3
Conflicts: glyr
Provides: glyr
Submitter: stormdragon2976
Maintainer: None
Last Packager: stormdragon2976
Votes: 4
Popularity: 0.000000
First Submitted: 2015-09-03 14:23 (UTC)
Last Updated: 2016-02-06 13:17 (UTC)

Dependencies (5)

Required by (3)

Sources (1)

Latest Comments

a821 commented on 2026-05-30 12:07 (UTC)

Fails to build in a chroot

In file included from /usr/include/curl/curl.h:3324,
                 from /usr/include/curl/multi.h:51,
                 from /build/glyr-git/src/glyr/lib/core.c:22:
/usr/include/curl/multi.h:438:23: error: expected identifier or ‘(’ before ‘__extension__’
  438 | CURL_EXTERN CURLMcode curl_multi_setopt(CURLM *m,
      |                       ^~~~~~~~~~~~~~~~~
/usr/include/curl/multi.h:438:23: error: expected identifier or ‘(’ before ‘)’ token
  438 | CURL_EXTERN CURLMcode curl_multi_setopt(CURLM *m,
      |                       ^~~~~~~~~~~~~~~~~
/build/glyr-git/src/glyr/lib/core.c: In function ‘async_download’:
/build/glyr-git/src/glyr/lib/core.c:775:9: error: ‘curl_multi_setopt’ undeclared (first use in this function)
  775 |         curl_multi_setopt (cmHandle, CURLMOPT_MAXCONNECTS,abs_parallel);
      |         ^~~~~~~~~~~~~~~~~

stormdragon2976 commented on 2016-02-06 13:21 (UTC)

@sekret: changes pushed. Thanks

sekret commented on 2016-02-06 08:37 (UTC)

Could you please add 'armv7h' to the arch line? It builds just fine on my Raspberry Pi 2 :) Most probably it builds just fine for armv6h too (e.g. Raspberry Pi 1), but I cannot confirm... And when I run makepkg on your package, it shows this: ==> ERROR: url should not be an array So please change url=("https://github.com/sahib/glyr") to url="https://github.com/sahib/glyr" And you don't need to make the PKGBUILD file executable! ;-) It doesn't do any harm, but it's not "standard".