Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 889448 - dev-lang/nim-1.6.10 fails to compile (USR-MERGE-SYSTEM): Failed to run command: koch install
Summary: dev-lang/nim-1.6.10 fails to compile (USR-MERGE-SYSTEM): Failed to run comman...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-03 07:16 UTC by Agostino Sarubbo
Modified: 2023-01-03 20:30 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,133.84 KB, text/plain)
2023-01-03 07:16 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-01-03 07:16:36 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/nim-1.6.10 fails to compile (USR-MERGE-SYSTEM).
Discovered on: amd64 (internal ref: usr-merge_tinderbox)

NOTE:
(USR-MERGE-SYSTEM) in the summary means that the bug was found on a machine that runs default/linux/amd64/17.1/systemd/merged-usr profile but this bug MAY or MAY NOT BE related to the new profile.
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-03 07:16:38 UTC
Created attachment 846818 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-01-03 07:16:39 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


Error: call depth limit reached in a debug build (2000 function calls). You can change it with -d:nimCallDepthLimit=<int> but really try to avoid deep recursions instead.
FAILURE
Comment 3 Anna Vyalkova 2023-01-03 19:19:41 UTC
Nim can't be installed with USE="debug". Let's drop it, I guess?
Comment 4 Maciej Barć gentoo-dev 2023-01-03 19:41:10 UTC
(In reply to Anna Vyalkova from comment #3)
> Nim can't be installed with USE="debug". Let's drop it, I guess?

Oh, interesting!
Then it has to be dropped.
I will add a commit to ::gentoo now.
Please sync/update your PRs to nim.
Thanks a lot!
Comment 5 Larry the Git Cow gentoo-dev 2023-01-03 20:30:00 UTC
The bug has been closed via the following commit(s):

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

commit 5002ab447454bf2d51ca3a7aa54fbeed5f508e0d
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2023-01-03 20:03:47 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2023-01-03 20:29:57 +0000

    dev-lang/nim: drop IUSE=debug
    
    Closes: https://bugs.gentoo.org/889448
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-lang/nim/{nim-1.6.10.ebuild => nim-1.6.10-r1.ebuild}  |  6 +++---
 dev-lang/nim/{nim-1.6.6-r2.ebuild => nim-1.6.6-r3.ebuild} | 14 ++++++++------
 dev-lang/nim/{nim-1.6.8.ebuild => nim-1.6.8-r1.ebuild}    |  6 +++---
 3 files changed, 14 insertions(+), 12 deletions(-)