Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829141 - dev-lang/gnat-gpl-2020 fails to compile: sanitizer_platform_limits_posix.cc:160:10: fatal error: cyclades.h: No such file or directory
Summary: dev-lang/gnat-gpl-2020 fails to compile: sanitizer_platform_limits_posix.cc:1...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux ADA team
URL:
Whiteboard:
Keywords:
: 829182 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-12-14 08:16 UTC by Agostino Sarubbo
Modified: 2021-12-18 22:00 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,196.93 KB, application/x-xz)
2021-12-14 08: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 2021-12-14 08:16:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/gnat-gpl-2020 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-12-14 08:16:45 UTC
Created attachment 758845 [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 2021-12-14 08:16:46 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


checking whether objcopy supports debuglink... objcopy: /tmp/ls142: cannot fill debug link section `x': No such file or directory
checking whether objcopy supports debuglink... objcopy: /tmp/ls30802: cannot fill debug link section `x': No such file or directory
checking whether objcopy supports debuglink... objcopy: /tmp/ls6424: cannot fill debug link section `x': No such file or directory
mv: cannot stat 'stage2-fixincludes': No such file or directory
mv: cannot stat 'stage2-gcc': No such file or directory
mv: cannot stat 'stage2-intl': No such file or directory
mv: cannot stat 'stage2-libbacktrace': No such file or directory
mv: cannot stat 'stage2-libcpp': No such file or directory
mv: cannot stat 'stage2-libdecnumber': No such file or directory
mv: cannot stat 'stage2-libiberty': No such file or directory
mv: cannot stat 'stage2-lto-plugin': No such file or directory
mv: cannot stat 'stage2-x86_64-pc-linux-gnu': No such file or directory
/var/tmp/portage/dev-lang/gnat-gpl-2020/work/gcc-9-2020-20200429-19AA7-src/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc:160:10: fatal error: linux/cyclades.h: No such file or directory
/var/tmp/portage/dev-lang/gnat-gpl-2020/work/gcc-9-2020-20200429-19AA7-src/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc:160:10: fatal error: linux/cyclades.h: No such file or directory
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-14 08:17:16 UTC
Needs a similar patch to what LLVM, GCC, ... had.
Comment 4 Agostino Sarubbo gentoo-dev 2021-12-16 06:56:11 UTC
*** Bug 829182 has been marked as a duplicate of this bug. ***
Comment 5 Larry the Git Cow gentoo-dev 2021-12-17 13:06:55 UTC
The bug has been closed via the following commit(s):

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

commit 28e52b53f3d435b3b739d1e9e9268cd2b5e3bb7e
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2021-12-17 13:06:42 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2021-12-17 13:06:42 +0000

    dev-lang/gnat-gpl: fix for cyclades missing
    
    Closes: https://bugs.gentoo.org/829141
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-lang/gnat-gpl/Manifest             | 2 +-
 dev-lang/gnat-gpl/gnat-gpl-2020.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 6 Larry the Git Cow gentoo-dev 2021-12-18 22:00:33 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=030174db141cce9adcdbb3ba40231663aeae7145

commit 030174db141cce9adcdbb3ba40231663aeae7145
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-17 02:16:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-18 22:00:28 +0000

    9.3.0: add cyclades patch, cut 5 patchset
    
    Needed gnat-gpl-2020.
    
    Bug: https://bugs.gentoo.org/829141
    Signed-off-by: Sam James <sam@gentoo.org>

 9.3.0/gentoo/75_all_remove_cyclades.patch | 127 ++++++++++++++++++++++++++++++
 9.3.0/gentoo/README.history               |   3 +-
 2 files changed, 129 insertions(+), 1 deletion(-)