Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 783138 - gnome-extra/evolution-data-server-3.38.4 - CMake Error: variable name cannot be empty
Summary: gnome-extra/evolution-data-server-3.38.4 - CMake Error: variable name cannot ...
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-16 11:27 UTC by Matthew Smith
Modified: 2021-04-18 05:17 UTC (History)
0 users

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


Attachments
build.log (build.log,4.10 KB, text/plain)
2021-04-16 11:27 UTC, Matthew Smith
Details
emerge --info 'gnome-extra/evolution-data-server' (emerge-info.txt,6.39 KB, text/plain)
2021-04-16 11:27 UTC, Matthew Smith
Details
Fix from upstream (evolution-data-server-3.38.4-configfix.patch,2.55 KB, patch)
2021-04-16 11:36 UTC, Matthew Smith
Details | Diff

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