Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494456 - net-libs/gnome-online-accounts-3.10.2 with USE=-telepathy requires telepathy-glib
Summary: net-libs/gnome-online-accounts-3.10.2 with USE=-telepathy requires telepathy-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome-3.10
  Show dependency tree
 
Reported: 2013-12-16 16:25 UTC by Priit Laes (IRC: plaes)
Modified: 2014-01-21 21:41 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2013-12-16 16:25:36 UTC
$title:

net-libs/gnome-online-accounts-3.10.2:0/1::gnome [3.8.5:0/0::gentoo] USE="gnome introspection -debug -kerberos -telepathy%"

[snip]
...
configure: Configuring sources in telepathy-account-widgets
configure: running /bin/sh ./configure '--prefix=/usr'  '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib64' '--disable-silent-rules' '--disable-dependency-tracking' '--enable-compile-warnings=minimum' '--disable-schemas-compile' '--disable-maintainer-mode' '--disable-gtk-doc' '--disable-static' '--enable-documentation' '--enable-exchange' '--enable-facebook' '--enable-flickr' '--enable-twitter' '--enable-yahoo' '--enable-imap-smtp' '--enable-owncloud' '--disable-kerberos' '--disable-telepathy' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-mtune=core2 -O2 -pipe -ggdb' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'PKG_CONFIG_PATH=/usr/lib64/pkgconfig' '--with-cheese=no' '--disable-gudev' '--with-pkgdatadir=/usr/share/gnome-online-accounts' '--with-icondir=/usr/share/icons' '--with-gettext-package=gnome-online-accounts-tpaw' '--disable-schemas-compile' '--disable-settings' --cache-file=/dev/null --srcdir=.
configure: WARNING: unrecognized options: --enable-compile-warnings, --disable-maintainer-mode, --disable-gtk-doc, --enable-documentation, --enable-exchange, --enable-facebook, --enable-flickr, --enable-twitter, --enable-yahoo, --enable-imap-smtp, --enable-owncloud, --disable-kerberos, --disable-telepathy
...
checking for TPAW... no
configure: error: Package requirements (
   dbus-glib-1
   glib-2.0 >= 2.33.3
   gio-2.0 >= 2.33.3
   libsecret-1 >= 0.5
   gobject-2.0
   libxml-2.0
   telepathy-glib >= 0.19.9
   x11
   gtk+-3.0 >= 3.5.1
) were not met:

No package 'telepathy-glib' found
[/snip]
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2014-01-21 21:41:02 UTC
After reading g-o-a sources, it appears that telepathy-glib could be optional but upstream did not make the necessary modification to the build system in order for it to be possible. This would require lot of work so I just made it mandatory for now.