Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 741360 - sci-electronics/kicad-5.1.6 fails tests
Summary: sci-electronics/kicad-5.1.6 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: Zoltan Puskas
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-09-09 07:37 UTC by Agostino Sarubbo
Modified: 2020-10-11 09:30 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,62.92 KB, application/x-xz)
2020-09-09 07:37 UTC, Agostino Sarubbo
Details
1-LastTest.log (1-LastTest.log,6.28 KB, text/plain)
2020-09-09 07:37 UTC, Agostino Sarubbo
Details
GCC test log (LastTest.log,5.22 KB, text/x-log)
2020-09-28 08:51 UTC, Zoltan Puskas
Details

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

Issue: sci-electronics/kicad-5.1.6 fails tests.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also 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-09-09 07:37:46 UTC
Created attachment 659210 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-09 07:37:48 UTC
Created attachment 659212 [details]
1-LastTest.log

1-LastTest.log
Comment 3 Zoltan Puskas 2020-09-28 08:51:19 UTC
Created attachment 662746 [details]
GCC test log

Tests fail for me too, however it only cannot find _eeschema.kiface while the error regarding missing libkicad_3dsg.so.2.0.0 does not happen. I suspect the latter is because I have KiCad installed on my system, so the library is available in the lib path.

Searching the the work directory however shows both files to be built:

# find . -name "libkicad_3dsg.*"
./kicad-5.1.6_build/3d-viewer/3d_cache/sg/libkicad_3dsg.so
./kicad-5.1.6_build/3d-viewer/3d_cache/sg/libkicad_3dsg.so.2.0.0

# find . -name "_eeschema.kiface"
./kicad-5.1.6_build/eeschema/_eeschema.kiface

I will need to further investigate why this happens.
Comment 4 Larry the Git Cow gentoo-dev 2020-10-11 09:30:12 UTC
The bug has been closed via the following commit(s):

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

commit a61a533e025011127da2f53896c140196adfe7ae
Author:     Zoltan Puskas <zoltan@sinustrom.info>
AuthorDate: 2020-10-04 06:12:27 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-10-11 09:29:51 +0000

    sci-electronics/kicad: Fix tests for 5.1.6
    
    Closes: https://bugs.gentoo.org/741360
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 sci-electronics/kicad/kicad-5.1.6.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)