Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543452 - gnome-base/librsvg unconditionally pulls dev-lang/vala and dev-libs/gobject-introspection-common
Summary: gnome-base/librsvg unconditionally pulls dev-lang/vala and dev-libs/gobject-i...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-15 20:42 UTC by Nico Baggus
Modified: 2015-03-16 14:56 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 Nico Baggus 2015-03-15 20:42:02 UTC
[ebuild  N    ] dev-libs/gobject-introspection-common-1.42.0 
[ebuild  N    ] dev-libs/vala-common-0.26.2 
[ebuild     U ] gnome-base/librsvg-2.40.8 [2.40.6] USE="tools -introspection -vala" ABI_X86="(64) (-32) (-x32)" 

This is strange...
Comment 1 Nico Baggus 2015-03-16 00:56:43 UTC
As far as i can see one of 3 went wrong:
1) the flags are not honored 
2) the use-flags should have been removed
3) the use-flags have a different meaning
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-03-16 14:56:00 UTC
(In reply to Nico Baggus from comment #1)
> As far as i can see one of 3 went wrong:
> 1) the flags are not honored 
> 2) the use-flags should have been removed
> 3) the use-flags have a different meaning

4) vala-common ≠ vala. And gobject-introspection-common ≠ gobject-introspection.

The *-common packages are collections of m4 macros and template makefiles which are required at build time for any package where
a) the package can use vala or gobject-introspection (optionally or not); and
b) the package is based on the GNU autotools build infrastructure; and
c) the ebuild applies patches to configure.ac or Makefile.am files.

At least read the package descriptions (vala-common says "Build infrastructure for packages that use Vala") before reporting bugs ;)