Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31107 - missing dependency for ebuild x11/evas
Summary: missing dependency for ebuild x11/evas
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-14 03:47 UTC by Andrej Kacian (RETIRED)
Modified: 2003-10-18 03:10 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 Andrej Kacian (RETIRED) gentoo-dev 2003-10-14 03:47:12 UTC
This is last output from "emerge -v evas" on my box:

checking for pkg-config... /usr/bin/pkg-config
checking for directfb >= 0.9.16... Package directfb was not found in the pkg-config search path.
Perhaps you should add the directory containing `directfb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'directfb' found

configure: error: Library requirements (directfb >= 0.9.16) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

!!! ERROR: x11-libs/evas-1.0.0.20031013_pre12 failed.
!!! Function econf, Line 338, Exitcode 1
!!! econf failed

------ end -------
Comment 1 SpanKY gentoo-dev 2003-10-14 06:40:21 UTC
directfb? ( >=dev-libs/DirectFB-0.9.16 )

i guess the script fails even if you have -directfb ... i'll look into it
...
Comment 2 SpanKY gentoo-dev 2003-10-15 13:31:56 UTC
ok, i talked to raster about this and he's fixed the bug in cvs ...

as soon as the updated sources hit the anon cvs tree i'll update the evas
snapshot
Comment 3 SpanKY gentoo-dev 2003-10-18 00:54:37 UTC
evas-1.0.0.20031018_pre12 fixes this, update your evas ;)
Comment 4 Dirk-Jan Heijs 2003-10-18 02:49:03 UTC
But now the ecore packages fails to build!

In file included from ecore_evas.c:4:
ecore_evas_private.h:18:28: Evas_Engine_FB.h: No such file or directory
In file included from ecore_evas_x.c:4:
ecore_evas_private.h:18:28: Evas_Engine_FB.h: No such file or directory
make[4]: *** [ecore_evas.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [ecore_evas_x.lo] Error 1
make[4]: Leaving directory
`/var/tmp/portage/ecore-1.0.0.20031018_pre4/work/ecore/src/lib/ecore_evas'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/ecore-1.0.0.20031018_pre4/work/ecore/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/ecore-1.0.0.20031018_pre4/work/ecore/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/ecore-1.0.0.20031018_pre4/work/ecore'
make: *** [all-recursive-am] Error 2
 
!!! ERROR: x11-libs/ecore-1.0.0.20031018_pre4 failed.
Comment 5 SpanKY gentoo-dev 2003-10-18 03:10:15 UTC
ok, i just made fb support optional in ecore in cvs