Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 783234

Summary: gnome-extra/evolution-data-server-3.40.0: fails to compile
Product: Gentoo Linux Reporter: Marco Scardovi (scardracs) <mscardovi>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: mscardovi, phobosk, poncho, steffen.weber
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
build.log
build.log

Description Marco Scardovi (scardracs) 2021-04-17 05:15:49 UTC
Created attachment 700287 [details]
emerge --info

evolution-data-server fails to compile. Probably the culprit is "error: Package `libgdata' not found in specified Vala API directories or GObject-Introspection GIR directories"
Comment 1 Marco Scardovi (scardracs) 2021-04-17 05:17:28 UTC
Created attachment 700290 [details]
build.log
Comment 2 Marco Scardovi (scardracs) 2021-04-17 05:33:00 UTC
Created attachment 700299 [details]
build.log
Comment 3 Bernd Feige 2021-04-17 07:47:16 UTC
Same here. Solution is to require dev-libs/libgdata +vala
Comment 4 Matt Turner gentoo-dev 2021-04-17 22:01:46 UTC
Please attach a build log for evolution-data-server. I can't reproduce the problem here.
Comment 5 Matt Turner gentoo-dev 2021-04-17 22:06:10 UTC
Comment on attachment 700299 [details]
build.log

Oops, sorry. Looked at the wrong file.
Comment 6 Larry the Git Cow gentoo-dev 2021-04-17 22:23:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03040bf13c5ede7006179156dba92d0c2607455d

commit 03040bf13c5ede7006179156dba92d0c2607455d
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2021-04-17 21:59:04 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-04-17 22:18:23 +0000

    gnome-extra/evolution-data-server: Depend on libgdata[vala?]
    
    If vala bindings are enabled, then we need libgdata's vala bindings if
    either oauth or gnome-online-accounts are enabled.
    
    Closes: https://bugs.gentoo.org/783234
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 7 Marco Scardovi (scardracs) 2021-04-18 03:38:56 UTC
I can confirm it works:D Thanks!