x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"pasystray\" -DGLADE_FILE=\"/usr/share/pasystray/pasystray.glade\" -O2 -pipe -march=native -Wall -pipe -Wall -W -Wno-unused-parameter -c -o pasystray-notify.o `test -f 'notify.c' || echo './'`notify.c In file included from notify.c:26:0: notify.h:30:77: error: unknown type name ‘gint’ andle_t notify(const char* msg, const char* body, const char* icon, gint value); ^~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 13.0-no-multilib_20170527-174843 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-6.3.0 * Available Python interpreters, in order of preference: [1] python3.4 [2] python2.7 (fallback) Available Ruby profiles: [1] ruby21 (with Rubygems) * [2] ruby22 (with Rubygems)
Created attachment 474768 [details] emerge-info.txt
Created attachment 474770 [details] config.log.tbz2
Created attachment 474772 [details] emerge-history.txt
Created attachment 474774 [details] environment
Created attachment 474776 [details] etc.portage.tbz2
Created attachment 474778 [details] media-sound:pasystray-0.6.0-r1:20170530-222728.log
Created attachment 474780 [details] temp.tbz2
Opened https://github.com/gentoo/gentoo/pull/4862 to fix this.
commit 535f8a72b645fbbfb9056a65167cdf18132f027e (HEAD -> master, origin/master, origin/HEAD) Author: Paul Healy <lmiphay@gmail.com> AuthorDate: Mon Jun 5 19:08:15 2017 +0100 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: Mon Jun 12 23:50:30 2017 +0200 media-sound/pasystray: fix missing gint. Gentoo-Bug: https://bugs.gentoo.org/620266 This has been previously fixed on trunk in these commits: dd344cfd25328af8aab0deebd12287d37b25d218 240f6204b7dd2aa725bc2fa33e1f823528a089aa On the next release this patch must be dropped. new file: files/fix-missing-gint.patch new file: pasystray-0.6.0-r2.ebuild Closes: https://github.com/gentoo/gentoo/pull/4862 media-sound/pasystray/files/fix-missing-gint.patch | 20 ++++++++ media-sound/pasystray/pasystray-0.6.0-r2.ebuild | 55 ++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 media-sound/pasystray/files/fix-missing-gint.patch create mode 100644 media-sound/pasystray/pasystray-0.6.0-r2.ebuild Merged, thanks!