Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940582 - dev-lang/ada-bootstrap-0_p2021-r1 fails to compile: sh: line 1: gnatmake: command not found
Summary: dev-lang/ada-bootstrap-0_p2021-r1 fails to compile: sh: line 1: gnatmake: com...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux ADA team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-01 07:02 UTC by Agostino Sarubbo
Modified: 2024-10-01 07:10 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,476.18 KB, text/plain)
2024-10-01 07:02 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 2024-10-01 07:02:20 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/ada-bootstrap-0_p2021-r1 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-01 07:02:21 UTC
Created attachment 904431 [details]
build.log

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


/bin/sh: line 1: gnatmake: command not found
/bin/sh: line 1: ./xsnamest: No such file or directory
checking whether objcopy supports debuglink... objcopy: /tmp/ls123: cannot fill debug link section `x': No such file or directory
*** This configuration is not supported in the following subdirectories:
Comment 3 Larry the Git Cow gentoo-dev 2024-10-01 07:10:24 UTC
The bug has been closed via the following commit(s):

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

commit 95e9763a1b9230b4d39aa964b53b1126f8926c9c
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-10-01 07:09:24 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-10-01 07:09:51 +0000

    dev-lang/ada-bootstrap: try harder to get PATH right
    
    ... to find the bundled gnatmake and friends, as the build system
    doesn't consistently respect the env var.
    
    Closes: https://bugs.gentoo.org/940582
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)