Package Details: libabigail-git 1.7.r182.g2f92777d-1

Git Clone URL: https://aur.archlinux.org/libabigail-git.git (read-only, click to copy)
Package Base: libabigail-git
Description: ABI Generic Analysis and Instrumentation Library
Upstream URL: https://sourceware.org/libabigail/
Licenses: LGPL3
Submitter: z33ky
Maintainer: z33ky
Last Packager: z33ky
Votes: 1
Popularity: 0.000000
First Submitted: 2015-12-28 21:39 (UTC)
Last Updated: 2020-10-11 12:44 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

z33ky commented on 2020-10-11 12:45 (UTC)

Thanks Martchus. I added the dependency.

Martchus commented on 2019-09-19 09:49 (UTC)

Please add makedepends=('git'). This is required by convention and to build with the official makechrootpkg script.

z33ky commented on 2016-11-04 09:16 (UTC)

Hey, sorry for the delay. Works for me, perhaps it was fixed upstream? Can you try again?

apol commented on 2016-10-20 15:29 (UTC)

Doesn't compile :( In file included from abg-corpus.cc:39: In file included from /tmp/yaourt-tmp-apol/aur-libabigail-git/src/libabigail/include/abg-reader.h:34: In file included from /tmp/yaourt-tmp-apol/aur-libabigail-git/src/libabigail/include/abg-suppression.h:28: /tmp/yaourt-tmp-apol/aur-libabigail-git/src/libabigail/include/abg-comparison.h:2037:3: error: friend declaration specifying a default argument must be a definition compute_diff(const corpus_sptr f, ^ /tmp/yaourt-tmp-apol/aur-libabigail-git/src/libabigail/include/abg-comparison.h:2046:1: error: friend declaration specifying a default argument must be the only declaration compute_diff(const corpus_sptr, ^ /tmp/yaourt-tmp-apol/aur-libabigail-git/src/libabigail/include/abg-comparison.h:2037:3: note: previous declaration is here compute_diff(const corpus_sptr f, ^ abg-corpus.cc:1052:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (sym = (*f)->get_symbol()) ~~~~^~~~~~~~~~~~~~~~~~~~ abg-corpus.cc:1052:13: note: place parentheses around the assignment to silence this warning if (sym = (*f)->get_symbol()) ^ ( ) abg-corpus.cc:1052:13: note: use '==' to turn this assignment into an equality comparison if (sym = (*f)->get_symbol()) ^ == abg-corpus.cc:1064:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (sym = (*v)->get_symbol()) ~~~~^~~~~~~~~~~~~~~~~~~~ abg-corpus.cc:1064:13: note: place parentheses around the assignment to silence this warning if (sym = (*v)->get_symbol()) ^ ( ) abg-corpus.cc:1064:13: note: use '==' to turn this assignment into an equality comparison if (sym = (*v)->get_symbol()) ^ ==