Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 838952 - app-crypt/seahorse-41.0-r1 fails to compile: meson.build:132:7: ERROR: Index 1 out of bounds of array of size 1
Summary: app-crypt/seahorse-41.0-r1 fails to compile: meson.build:132:7: ERROR: Index ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-17 15:48 UTC by Agostino Sarubbo
Modified: 2022-04-17 18:11 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,57.30 KB, text/plain)
2022-04-17 15:48 UTC, Agostino Sarubbo
Details
1-meson-log.txt (1-meson-log.txt,38.51 KB, text/plain)
2022-04-17 15:48 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 2022-04-17 15:48:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-crypt/seahorse-41.0-r1 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-17 15:48:05 UTC
Created attachment 771122 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-17 15:48:06 UTC
Created attachment 771125 [details]
1-meson-log.txt

1-meson-log.txt
Comment 3 Agostino Sarubbo gentoo-dev 2022-04-17 15:48:07 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


meson.build:132:7: ERROR: Index 1 out of bounds of array of size 1.
Run-time dependency avahi-client found: NO (tried pkgconfig and cmake)
Run-time dependency avahi-glib found: NO (tried pkgconfig and cmake)
Comment 4 Matt Turner gentoo-dev 2022-04-17 18:08:45 UTC
Are you sure you have the latest seahorse ebuild? I just resolved (your) bug 833513 with

commit aea89bc6c8acd2a21a97025f6f6ed3afc25fdf18
Author: Matt Turner <mattst88@gentoo.org>
Date:   Sat Apr 16 23:29:34 2022 -0700

    app-crypt/seahorse: Add patch to support GnuPG 2.3
    
    Closes: https://bugs.gentoo.org/833513
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

I cannot reproduce this.
Comment 5 Matt Turner gentoo-dev 2022-04-17 18:10:39 UTC
Oh, 1-meson-log.txt shows:

> /usr/bin/env: ‘python3’: No such file or directory

I'm surprised your tooling didn't identify that as the problem :)
Comment 6 Larry the Git Cow gentoo-dev 2022-04-17 18:11:40 UTC
The bug has been closed via the following commit(s):

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

commit 54e9bb6603f81fe9e6769a43482e5a77c85b40c3
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2022-04-17 18:09:39 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2022-04-17 18:11:30 +0000

    app-crypt/seahorse: use ${EPYTHON}, not python3
    
    Closes: https://bugs.gentoo.org/838952
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 app-crypt/seahorse/seahorse-41.0-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)