Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 783234 - gnome-extra/evolution-data-server-3.40.0: fails to compile
Summary: gnome-extra/evolution-data-server-3.40.0: fails to compile
Status: RESOLVED FIXED
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: 2021-04-17 05:15 UTC by Marco Scardovi (scardracs)
Modified: 2021-04-18 03:38 UTC (History)
4 users (show)

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


Attachments
emerge --info (emerge --info,8.10 KB, text/plain)
2021-04-17 05:15 UTC, Marco Scardovi (scardracs)
Details
build.log (build log,614 bytes, text/plain)
2021-04-17 05:17 UTC, Marco Scardovi (scardracs)
Details
build.log (build log.gz,58.93 KB, application/gzip)
2021-04-17 05:33 UTC, Marco Scardovi (scardracs)
Details

Note You need to log in before you can comment on or make changes to this bug.
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!