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

Bug 783138

Summary: gnome-extra/evolution-data-server-3.38.4 - CMake Error: variable name cannot be empty
Product: Gentoo Linux Reporter: Matthew Smith <matthew>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=781971
https://bugs.gentoo.org/show_bug.cgi?id=783603
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info 'gnome-extra/evolution-data-server'
Fix from upstream

Description Matthew Smith gentoo-dev 2021-04-16 11:27:02 UTC
Created attachment 700107 [details]
build.log

Excerpt from build.log:

CMake Error at cmake/modules/PrintableOptions.cmake:38 (message):
  variable name cannot be empty
Call Stack (most recent call first):
  CMakeLists.txt:152 (add_printable_variable)
Comment 1 Matthew Smith gentoo-dev 2021-04-16 11:27:27 UTC
Created attachment 700110 [details]
emerge --info 'gnome-extra/evolution-data-server'
Comment 2 Matthew Smith gentoo-dev 2021-04-16 11:36:38 UTC
Created attachment 700113 [details, diff]
Fix from upstream

Looks like it was fixed upstream yesterday. Patch hasn't made it into a release yet though.
Comment 3 Larry the Git Cow gentoo-dev 2021-04-16 13:17:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cdc3dea6eda714deba98fcf0ec07ff736a0eab7

commit 3cdc3dea6eda714deba98fcf0ec07ff736a0eab7
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2021-04-16 13:15:40 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-04-16 13:17:21 +0000

    gnome-extra/evolution-data-server: Add patch for cmake-3.20 compat
    
    Closes: https://bugs.gentoo.org/783138
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 .../evolution-data-server-3.38.4.ebuild            |  1 +
 ...tions.cmake-Correct-variable-name-compari.patch | 75 ++++++++++++++++++++++
 2 files changed, 76 insertions(+)
Comment 4 Matt Turner gentoo-dev 2021-04-16 13:18:09 UTC
Nice, thanks for the heads up!