Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831774 - sci-electronics/kicad-6.0.1 installs files into unexpected paths
Summary: sci-electronics/kicad-6.0.1 installs files into unexpected paths
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: 2022-01-22 08:32 UTC by Agostino Sarubbo
Modified: 2022-02-18 02:44 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,72.40 KB, application/x-xz)
2022-01-22 08:32 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-01-22 08:32:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-electronics/kicad-6.0.1 installs files into unexpected paths.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-22 08:32:37 UTC
Created attachment 763096 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Zoltan Puskas 2022-02-13 03:12:16 UTC
The way KiCAD works it that it expects the documentation to be in a predefined path. This path is hardcoded and determined at compile time. This is required so when using the GUI help menu the user can access the locally installed documentation.

However the very same path is used as the destination for these helper scripts. I'll see if I can maybe move the conflicting files to a better place.
Comment 3 Larry the Git Cow gentoo-dev 2022-02-18 02:44:21 UTC
The bug has been closed via the following commit(s):

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

commit deeb5d788885ccc1e4038e39d541efd8c3046cc5
Author:     Zoltan Puskas <zoltan@sinustrom.info>
AuthorDate: 2022-02-16 03:42:31 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-18 02:38:10 +0000

    sci-electronics/kicad: Bump to 6.0.2
    
    Closes: https://bugs.gentoo.org/831774
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-electronics/kicad/Manifest                     |   1 +
 .../kicad/files/kicad-scripts-install-fix.patch    |  12 ++
 sci-electronics/kicad/kicad-6.0.2.ebuild           | 173 +++++++++++++++++++++
 3 files changed, 186 insertions(+)