Bug 184615 - stabilize x11-libs/libnotify-0.4.4, x11-misc/notification-daemon-0.3.7
Bug#: 184615 Product:  Gentoo Linux Version: 2007.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: compnerd@gentoo.org Reported By: jakub@gentoo.org
Component: Ebuilds
URL: 
Summary: stabilize x11-libs/libnotify-0.4.4, x11-misc/notification-daemon-0.3.7
Keywords:  
Status Whiteboard: 
Opened: 2007-07-08 15:37 0000
Description:   Opened: 2007-07-08 15:37 0000
No bugs since it was commited back in February. Please stabilize.

------- Comment #1 From Samuli Suominen 2007-07-08 16:52:51 0000 -------
x11-misc/notification-daemon-0.3.7 was released same time 27 Feb 2007, so I'd
do both at the same time.

------- Comment #2 From Jakub Moc (RETIRED) 2007-07-08 16:58:41 0000 -------
(In reply to comment #1)
> x11-misc/notification-daemon-0.3.7 was released same time 27 Feb 2007, so I'd
> do both at the same time.

Good idea :)

------- Comment #3 From Saleem Abdulrasool (RETIRED) 2007-07-12 05:27:08 0000 -------
you guys know what needs to be done

------- Comment #4 From Markus Rothe 2007-07-12 06:22:12 0000 -------
ppc64 stable

------- Comment #5 From Gustavo Zacarias (RETIRED) 2007-07-12 13:02:31 0000 -------
sparc stable.

------- Comment #6 From Jeroen Roovers 2007-07-12 18:15:26 0000 -------
.APPH rof elbatS

------- Comment #7 From Chris Gianelloni (RETIRED) 2007-07-13 00:49:44 0000 -------
amd64/x86 done

------- Comment #8 From Raúl Porcel 2007-07-13 14:50:48 0000 -------
alpha/ia64 stable

------- Comment #9 From nixnut 2007-07-15 16:37:48 0000 -------
stable on ppc

------- Comment #10 From Guillaume ZITTA 2007-08-02 09:53:00 0000 -------
There is a little bug:

>>> Emerging (6 of 8) x11-misc/notification-daemon-0.3.7 to /
[...]
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is
required for intltool

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!!
/var/tmp/portage/x11-misc/notification-daemon-0.3.7/work/notification-daemon-0.3.7/config.log

emerge dev-perl/libxml-perl corrected the problem.

------- Comment #11 From Jakub Moc (RETIRED) 2007-08-02 09:54:17 0000 -------
(In reply to comment #10)
> There is a little bug:

See Bug 41124

------- Comment #12 From Zhang Le 2007-08-16 19:59:26 0000 -------
maybe we should let notification_daemon depend on both dbus and dbus-glib,
instead of either of them.

This is what I encountered when I was emerging notification-daemon-0.3.7. I
have dbus installed, but not dbus-glib.

checking for NOTIFICATION_DAEMON... configure: error: Package requirements (
     gtk+-2.0 >= 2.4.0,   glib-2.0 >= 2.4.0,  dbus-1 >= 0.36,   dbus-glib-1 >=
0.36,    libsexy >= 0.1.3,       gconf-2.0,    libwnck-1.0 ) were not met:

No package 'dbus-glib-1' found

------- Comment #13 From Jakub Moc (RETIRED) 2007-08-16 20:02:56 0000 -------
(In reply to comment #12)
> maybe we should let notification_daemon depend on both dbus and dbus-glib,
> instead of either of them.

It doesn't depend on either of them; it depends on >=dev-libs/dbus-glib-0.71
which is completely correct. Maybe you should emerge --sync. :)

------- Comment #14 From Zhang Le 2007-08-17 16:04:03 0000 -------
(In reply to comment #13)
> (In reply to comment #12)
> > maybe we should let notification_daemon depend on both dbus and dbus-glib,
> > instead of either of them.
> 
> It doesn't depend on either of them; it depends on >=dev-libs/dbus-glib-0.71
> which is completely correct. Maybe you should emerge --sync. :)

Sorry for the noise.
I should have synced first.
Thanks for reminding me, ;)