Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 739524 - mail-client/geary-3.36.3.1 fails tests
Summary: mail-client/geary-3.36.3.1 fails tests
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: 2020-08-29 18:34 UTC by Agostino Sarubbo
Modified: 2021-07-11 12:31 UTC (History)
0 users

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


Attachments
build.log (build.log,688.03 KB, text/plain)
2020-08-29 18:34 UTC, Agostino Sarubbo
Details
1-testlog.txt (1-testlog.txt,37.55 KB, text/plain)
2020-08-29 18:34 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-08-29 18:34:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: mail-client/geary-3.36.3.1 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-29 18:34:18 UTC
Created attachment 657402 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-08-29 18:34:19 UTC
Created attachment 657404 [details]
1-testlog.txt

1-testlog.txt
Comment 3 Larry the Git Cow gentoo-dev 2021-04-28 02:39:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881daec55f5f964ffed750c6ff109b7fa0793407

commit 881daec55f5f964ffed750c6ff109b7fa0793407
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2021-04-27 22:19:56 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-04-28 02:39:13 +0000

    mail-client/geary: Version bump to 40.0
    
    Also unset GSETTINGS_BACKEND for bug #739524
    
    Closes: https://bugs.gentoo.org/739524
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 mail-client/geary/Manifest          |   1 +
 mail-client/geary/geary-40.0.ebuild | 101 ++++++++++++++++++++++++++++++++++++
 2 files changed, 102 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2021-07-11 12:31:38 UTC
The bug has been referenced in the following commit(s):

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

commit b7b951e0bd88452d30fc83a719d6019d9edc3175
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2021-07-11 12:27:16 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2021-07-11 12:28:06 +0000

    mail-client/geary: fix tests and test dep handling
    
    Tests were still failing for me, because root user has a XDG_DATA_DIRS
    set now when flatpak is installed, and it can't access those folders
    under sandbox to write dconf settings in. Fix it properly by calling
    gnome2_environment_reset, which sets it to use the memory backend instead.
    
    Also downgrade gnutls[tools] to a test-only dep, which it is (certtool
    called by a unit test only).
    
    Bug: https://bugs.gentoo.org/739524
    Package-Manager: Portage-3.0.20, Repoman-3.0.2
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 mail-client/geary/geary-40.0.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)