Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266115 - x11-libs/startup-notification-0.10 has been released
Summary: x11-libs/startup-notification-0.10 has been released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Freedesktop bugs
URL: http://freedesktop.org/wiki/Software/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-14 15:43 UTC by Maarten Maathuis
Modified: 2009-07-31 06:40 UTC (History)
3 users (show)

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


Attachments
startup-notification-0.10.patch (startup-notification-0.10.patch,1006 bytes, patch)
2009-04-15 15:43 UTC, MATSUU Takuto (RETIRED)
Details | Diff
startup-notification-0.10.patch (startup-notification-0.10.patch,1012 bytes, patch)
2009-04-20 02:48 UTC, MATSUU Takuto (RETIRED)
Details | Diff
Patch to fix xcb-util dep. (startup-notification-0.10-r1.patch,336 bytes, patch)
2009-07-31 06:40 UTC, Man Shankar
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maarten Maathuis 2009-04-14 15:43:54 UTC
New version.
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2009-04-15 15:41:03 UTC
x11-wm/awesome-9999(in my git overlay) depends on >=x11-libs/startup-notification-0.10.
Comment 2 MATSUU Takuto (RETIRED) gentoo-dev 2009-04-15 15:43:10 UTC
Created attachment 188454 [details, diff]
startup-notification-0.10.patch
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-19 22:51:30 UTC
Some weird issues I need to investigate:

../libsn/.libs/libstartup-notification-1.so: undefined reference to `xcb_atom_get'
collect2: ld returned 1 exit status
../libsn/.libs/libstartup-notification-1.so: undefined reference to `xcb_atom_get'
Comment 4 MATSUU Takuto (RETIRED) gentoo-dev 2009-04-20 02:48:14 UTC
Created attachment 188930 [details, diff]
startup-notification-0.10.patch

fixed DEPEND. xcb_atom_get is from xcb-util-0.3.0.
Comment 5 Daniel Gryniewicz (RETIRED) gentoo-dev 2009-04-25 03:19:38 UTC
Bumped, thanks.
Comment 6 Man Shankar 2009-07-31 05:30:35 UTC
Well i think the dependency should be >=xcb-util-0.3.1, since i hit this bug while building openbox-3.4.8_rc1. I am on ~amd64, so i have all the latest packages except xcb-util(i use 0.3.0, dep. required by =awesome-3.1.2). I came across link below, it suggests "xcb_atom_get" was introduced in xcb-util-0.3.1.

link:-
http://lwn.net/Articles/308009/
Comment 7 Man Shankar 2009-07-31 06:40:49 UTC
Created attachment 199704 [details, diff]
Patch to fix xcb-util dep.