Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284276 - x11-misc/xfce4-notifyd-0.1.0_p20090722 should depend on xfce-base/exo
Summary: x11-misc/xfce4-notifyd-0.1.0_p20090722 should depend on xfce-base/exo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: XFCE Team
URL: http://bugzilla.xfce.org/show_bug.cgi...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 16:32 UTC by Thomas Kritzinger
Modified: 2009-09-23 10:20 UTC (History)
0 users

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


Attachments
build.log (build.log,25.49 KB, text/plain)
2009-09-10 07:10 UTC, Thomas Kritzinger
Details
emerge --info (emerge-info.txt,3.13 KB, text/plain)
2009-09-10 07:12 UTC, Thomas Kritzinger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Kritzinger 2009-09-09 16:32:08 UTC
emerging x11-misc/xfce4-notifyd-0.1.0_p20090722 without xfce-base/exo installed fails



Reproducible: Always

Steps to Reproduce:
1. emerge --unmerge exo
2. emerge xfce4-notifyd

Actual Results:  
make[2]: Entering directory `/var/tmp/portage/x11-misc/xfce4-notifyd-0.1.0_p20090722/work/xfce4-notifyd-0.1.0_p20090722/xfce4-notifyd-config'
exo-csource --static --name=xfce4_notifyd_config_glade xfce4-notifyd-config.glade >xfce4-notifyd-config.glade.h
/bin/sh: exo-csource: Kommando nicht gefunden.
make[2]: *** [xfce4-notifyd-config.glade.h] Fehler 127
make[2]: Leaving directory `/var/tmp/portage/x11-misc/xfce4-notifyd-0.1.0_p20090722/work/xfce4-notifyd-0.1.0_p20090722/xfce4-notifyd-config'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/x11-misc/xfce4-notifyd-0.1.0_p20090722/work/xfce4-notifyd-0.1.0_p20090722'
make: *** [all] Fehler 2
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-09-09 17:25:47 UTC
Can you attach a LC_ALL=C build.log and emerge --info? Thanks.
Comment 2 Thomas Kritzinger 2009-09-10 07:10:50 UTC
Created attachment 203660 [details]
build.log
Comment 3 Thomas Kritzinger 2009-09-10 07:12:57 UTC
Created attachment 203661 [details]
emerge --info
Comment 4 Thomas Kritzinger 2009-09-10 09:45:45 UTC
make[2]: Entering directory `/var/tmp/portage/x11-misc/xfce4-notifyd-0.1.0_p20090722/work/xfce4-notifyd-0.1.0_p20090722/xfce4-notifyd-config'
exo-csource --static --name=xfce4_notifyd_config_glade xfce4-notifyd-config.glade >xfce4-notifyd-config.glade.h
/bin/sh: exo-csource: command not found

exo-csource is part of xfce-base/exo. if you have not installed exo build will fail.
so i think xfce-base/exo should be a depency of x11-misc/xfce4-notifyd-0.1.0_p20090722.
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2009-09-23 10:14:40 UTC
xfce4-notifyd/xfce-notify-window.c:        if(!(opener = g_find_program_in_path("exo-open")))
xfce4-notifyd-config/Makefile.in:@MAINTAINER_MODE_TRUE@ exo-csource --static --name=xfce4_notifyd_config_glade $< >$@
xfce4-notifyd-config/Makefile.am:       exo-csource --static --name=xfce4_notifyd_config_glade $< >$@
xfce4-notifyd-config/Makefile:  exo-csource --static --name=xfce4_notifyd_config_glade $< >$@

So there's also "exo-open" so it's also a RDEPEND.
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2009-09-23 10:20:17 UTC
Added depend in portage and reported it upstream:

http://bugzilla.xfce.org/show_bug.cgi?id=5783