Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240626 - net-misc/vinagre-0.5.1
Summary: net-misc/vinagre-0.5.1
Status: RESOLVED DUPLICATE of bug 237978
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-09 00:34 UTC by Maximiliano
Modified: 2011-10-30 23:16 UTC (History)
1 user (show)

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


Attachments
/var/tmp/portage/net-misc/vinagre-0.5.1/work/vinagre-0.5.1/config.log (config.log,46.98 KB, text/plain)
2008-10-09 00:45 UTC, Maximiliano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maximiliano 2008-10-09 00:34:39 UTC
I'm trying to install gnome and We found the following problem:

# emerge vinagre

...
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for AVAHI... configure: error: Package requirements (avahi-ui >= 0.6.18) were not met:

No package 'avahi-ui' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables AVAHI_CFLAGS
and AVAHI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-misc/vinagre-0.5.1/work/vinagre-0.5.1/config.log
 *
 * ERROR: net-misc/vinagre-0.5.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2567:  Called gnome2_src_compile
 *             environment, line 1947:  Called gnome2_src_configure
 *             environment, line 1961:  Called econf 'src_compile' 'src_compile'
 *               ebuild.sh, line  513:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *  The die message:
 *   econf failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/net-misc/vinagre-0.5.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-misc/vinagre-0.5.1/temp/environment'.
 *

 * Messages for package net-misc/vinagre-0.5.1:

 *
 * ERROR: net-misc/vinagre-0.5.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2567:  Called gnome2_src_compile
 *             environment, line 1947:  Called gnome2_src_configure
 *             environment, line 1961:  Called econf 'src_compile' 'src_compile'
 *               ebuild.sh, line  513:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *  The die message:
 *   econf failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/net-misc/vinagre-0.5.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-misc/vinagre-0.5.1/temp/environment'.




Reproducible: Always

Steps to Reproduce:
1. emerge vinagre
2.
3.

Actual Results:  
 *  The die message:
 *   econf failed


Expected Results:  
emerged

# cat /etc/gentoo-release
Gentoo Base System release 1.12.11.1


# cat /etc/make.conf

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="-O2 -march=i686 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://gentoo.localhost.net.ar/ ftp://mirrors.localhost.net.ar/pub/mirrors/gentoo http://www.las.ic.unicamp.br/pub/gentoo/ ftp://ftp.las.ic.unicamp.br/pub/gentoo/ "
SYNC="rsync://rsync.samerica.gentoo.org/gentoo-portage"
USE="-qt3 -qt4 -arts -kde X gtk gnome branding hal avahi dvd alsa cdr"
VIDEO_CARDS="intel i810 v4l vesa vga fbdev"
INPUT_DEVICES="keyboard mouse"
Comment 1 Maximiliano 2008-10-09 00:45:29 UTC
Created attachment 167684 [details]
/var/tmp/portage/net-misc/vinagre-0.5.1/work/vinagre-0.5.1/config.log

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-misc/vinagre-0.5.1/work/vinagre-0.5.1/config.log
Comment 2 Maximiliano 2008-10-09 02:00:41 UTC
Sorry Guys, I found this bug reported before (I'm new in gentoo:):

http://bugs.gentoo.org/show_bug.cgi?id=237978

I'm probing to solve it with the solution of Rémi Cardona:

1) remove both lines from package.use and put USE="-avahi -cups" in
/etc/make.conf
2) emerge -DuN world
3) readd USE="avahi cups"
4) emerge -DuN world


Thanks,

*** This bug has been marked as a duplicate of bug 237978 ***