Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895012 - sci-electronics/kicad-7.0.7 fails tests: ln: failed to create symbolic link _eeschema.kiface: No such file or directory
Summary: sci-electronics/kicad-7.0.7 fails tests: ln: failed to create symbolic link _...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zoltan Puskas
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-17 07:46 UTC by Agostino Sarubbo
Modified: 2024-03-18 05:05 UTC (History)
4 users (show)

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


Attachments
build.log.xz (build.log.xz,80.17 KB, application/x-xz)
2023-02-17 07:46 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 2023-02-17 07:46:55 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-electronics/kicad-7.0.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-17 07:46:58 UTC
Created attachment 851924 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Zoltan Puskas 2023-08-25 06:27:54 UTC
Still an issue with coming 7.0.7. Will investigate.
Comment 3 Zoltan Puskas 2024-01-22 05:59:35 UTC
It seems Slackware has a similar issue: https://gitlab.com/kicad/code/kicad/-/issues/14117

Their solution was to disable unicode on dev-db/unixODBC. I'm not sure I want to do that as a bunch of other packages depend on this and unicode is pretty much the expectation these days.

I'll check if the issue still stands with in tree version 7.0.9 and future upcoming version 7.0.10.
Comment 4 Larry the Git Cow gentoo-dev 2024-03-17 23:12:34 UTC
The bug has been closed via the following commit(s):

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

commit 37d9b41aa4872eef5ecfa27263874b798d794257
Author:     Zoltan Puskas <zoltan@sinustrom.info>
AuthorDate: 2024-03-17 14:08:46 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2024-03-17 23:11:09 +0000

    sci-electronics/kicad: Fix failing tests
    
    Closes: https://bugs.gentoo.org/895012
    Closes: https://github.com/gentoo/gentoo/pull/35798
    Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 sci-electronics/kicad/kicad-7.0.10.ebuild | 6 +++++-
 sci-electronics/kicad/kicad-7.0.11.ebuild | 6 +++++-
 sci-electronics/kicad/kicad-7.0.7.ebuild  | 6 +++++-
 sci-electronics/kicad/kicad-8.0.0.ebuild  | 6 +++++-
 sci-electronics/kicad/kicad-8.0.1.ebuild  | 6 +++++-
 sci-electronics/kicad/kicad-9999.ebuild   | 6 +++++-
 6 files changed, 30 insertions(+), 6 deletions(-)
Comment 5 Larry the Git Cow gentoo-dev 2024-03-18 05:05:41 UTC
The bug has been referenced in the following commit(s):

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

commit e54678bf83c04f5f2725e0b3a2127cf53ac4feca
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-03-18 05:04:53 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-18 05:05:33 +0000

    sci-electronics/kicad: fix UnstatedIuse for USE=test
    
    Note that I've not checked if the configure args need to be added to 7.0.7,
    just fixing CI.
    
    Bug: https://bugs.gentoo.org/895012
    Fixes: 37d9b41aa4872eef5ecfa27263874b798d794257
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-electronics/kicad/kicad-7.0.7.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)