Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895710 - dev-lang/julia-1.8.5 fails to compile (GCC-13-SYSTEM): Signals.h:119:8: error: variable or field CleanupOnSignal declared void
Summary: dev-lang/julia-1.8.5 fails to compile (GCC-13-SYSTEM): Signals.h:119:8: error...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-02-21 10:17 UTC by Agostino Sarubbo
Modified: 2023-05-02 00:39 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,739.81 KB, text/plain)
2023-02-21 10:17 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-02-21 10:17:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/julia-1.8.3-r4 fails to compile (GCC-13-SYSTEM).
Discovered on: amd64 (internal ref: gcc13_tinderbox)

NOTE:
(GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-21 10:17:48 UTC
Created attachment 853480 [details]
build.log

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


-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) 
-- Could NOT find Python module pygments
-- Could NOT find Python module pygments.lexers.c_cpp
-- Could NOT find Python module yaml
/var/tmp/portage/dev-lang/julia-1.8.3-r4/work/julia-1.8.3/deps/srccache/llvm-julia-13.0.1-3/llvm/include/llvm/Support/Signals.h:119:8: error: variable or field 'CleanupOnSignal' declared void
Comment 3 Agostino Sarubbo gentoo-dev 2023-04-30 11:15:50 UTC
ci has reproduced this issue with version 1.8.5 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2023-05-02 00:39:06 UTC
The bug has been closed via the following commit(s):

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

commit ff92c8f0acd46f84cdd4e1dde15e9ed75536cbe8
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2023-05-01 19:29:09 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2023-05-02 00:39:02 +0000

    dev-lang/julia: patch for GCC 13
    
    Closes: https://bugs.gentoo.org/895710
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-lang/julia/files/julia-1.8.3-gcc13.patch | 10 ++++++++++
 dev-lang/julia/julia-1.8.5.ebuild            | 12 ++++++++++++
 2 files changed, 22 insertions(+)