Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 620266 - media-sound/pasystray-0.6.0-r1 : notify.h:30:77: error: unknown type name ‘gint’
Summary: media-sound/pasystray-0.6.0-r1 : notify.h:30:77: error: unknown type name ‘gint’
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Paul Healy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-31 17:21 UTC by Toralf Förster
Modified: 2017-06-12 21:51 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,5.28 KB, text/plain)
2017-05-31 17:21 UTC, Toralf Förster
Details
config.log.tbz2 (config.log.tbz2,4.56 KB, application/x-bzip)
2017-05-31 17:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,184.88 KB, text/plain)
2017-05-31 17:21 UTC, Toralf Förster
Details
environment (environment,113.57 KB, text/plain)
2017-05-31 17:22 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,26.91 KB, application/x-bzip)
2017-05-31 17:22 UTC, Toralf Förster
Details
media-sound:pasystray-0.6.0-r1:20170530-222728.log (media-sound:pasystray-0.6.0-r1:20170530-222728.log,8.03 KB, text/plain)
2017-05-31 17:22 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,28.30 KB, application/x-bzip)
2017-05-31 17:22 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-05-31 17:21:48 UTC
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)
Comment 1 Toralf Förster gentoo-dev 2017-05-31 17:21:52 UTC
Created attachment 474768 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-05-31 17:21:56 UTC
Created attachment 474770 [details]
config.log.tbz2
Comment 3 Toralf Förster gentoo-dev 2017-05-31 17:21:59 UTC
Created attachment 474772 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-05-31 17:22:02 UTC
Created attachment 474774 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-05-31 17:22:05 UTC
Created attachment 474776 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-05-31 17:22:08 UTC
Created attachment 474778 [details]
media-sound:pasystray-0.6.0-r1:20170530-222728.log
Comment 7 Toralf Förster gentoo-dev 2017-05-31 17:22:11 UTC
Created attachment 474780 [details]
temp.tbz2
Comment 8 Paul Healy 2017-06-05 18:15:56 UTC
Opened https://github.com/gentoo/gentoo/pull/4862 to fix this.
Comment 9 Patrice Clement (RETIRED) gentoo-dev 2017-06-12 21:51:21 UTC
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!