Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190208 - app-editors/gobby-0.4.5 compile failure with gtksourceview-1.90* (future gnome 2.20 blocker)
Summary: app-editors/gobby-0.4.5 compile failure with gtksourceview-1.90* (future gnom...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gustavo Felisberto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-25 17:29 UTC by Ed Catmur
Modified: 2007-08-25 22:45 UTC (History)
1 user (show)

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 Ed Catmur 2007-08-25 17:29:58 UTC
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gobby... configure: error: Package requirements (libxml++-2.6 gtkmm-2.4 >= 2.6.0 gthread-2.0 net6-1.3 obby-0.4 >= 0.4.1 gtksourceview-1.0) were not met:

No package 'gtksourceview-1.0' 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 gobby_CFLAGS
and gobby_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/app-editors/gobby-0.4.5/work/gobby-0.4.5/config.log
 * 
 * ERROR: app-editors/gobby-0.4.5 failed.

Installed version of x11-libs/gtksourceview is 1.90.3.

gobby supports gtksourceview2 with --with-gtksourceview2 configure flag; suggest ebuild change
        econf \
                --with-gtksourceview \
to
        econf \
                --with-gtksourceview$(has_version '>=x11-libs/gtksourceview-1.90' && echo 2) \
or similar.

gtksourceview-1.90* is not in Portage but will be part of Gnome 2.20.
Comment 1 Gustavo Felisberto (RETIRED) gentoo-dev 2007-08-25 18:41:50 UTC
Thanks for bringing this up. Altough current policy does not include fixing stuff not related to packages in portage this is a simple one that will probably help in the future.

Fixed in portage should propagate to rsync mirrors in an hour or so.
Comment 2 Philipp Kern 2007-08-25 22:45:17 UTC
Thanks. As far as I know gtksourceview2 is not yet API stable, so there might still be compilation failures popping up because of this.