Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939910 - dev-lang/fuzion-0.090 - [gcc-15] ./.../Clazz.java:56: error: package dev.flang.fe does not exist
Summary: dev-lang/fuzion-0.090 - [gcc-15] ./.../Clazz.java:56: error: package dev.flan...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-20 19:04 UTC by Toralf Förster
Modified: 2024-09-20 19:04 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,20.89 KB, text/plain)
2024-09-20 19:04 UTC, Toralf Förster
Details
dev-lang:fuzion-0.090:20240920-173931.log (dev-lang:fuzion-0.090:20240920-173931.log,7.67 KB, text/plain)
2024-09-20 19:04 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,145.15 KB, application/x-xz)
2024-09-20 19:04 UTC, Toralf Förster
Details
environment (environment,86.53 KB, text/plain)
2024-09-20 19:04 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,54.10 KB, application/x-xz)
2024-09-20 19:04 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,139.77 KB, application/x-xz)
2024-09-20 19:04 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,19.96 KB, application/x-xz)
2024-09-20 19:04 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2024-09-20 19:04:44 UTC
touch build/classes/dev/flang/ast/__marker_for_make__
mkdir -p ./build/classes
javac -encoding UTF8 --release 21 -cp ./build/classes -d ./build/classes ./src/dev/flang/ir/IR.java
touch build/classes/dev/flang/ir/__marker_for_make__
mkdir -p ./build/classes
javac -encoding UTF8 --release 21 -cp ./build/classes -d ./build/classes ./src/dev/flang/air/AIR.java ./src/dev/flang/air/AirErrors.java ./src/dev/flang/air/Clazz.java ./src/dev/flang/air/Clazzes.java ./src/dev/flang/air/FeatureAndActuals.java ./src/dev/flang/air/IClazzes.java
./src/dev/flang/air/Clazz.java:56: error: package dev.flang.fe does not exist
import dev.flang.fe.FeatureLookup;
                   ^

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib-20240905-152002

  UNMASKED:
    Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense.
  /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15

  Block bug #35155 if this looks like a parallel build issue.
  Possible reproducer: MAKEOPTS='...  shuffle=3222223566'

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-15 *
clang/llvm (if any):
Python 3.12.6
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0 *
GENTOO_VM=openjdk-bin-21  CLASSPATH="" JAVA_HOME="/opt/openjdk-bin-21.0.4_p7"
JAVACFLAGS="-source 21 -target 21" COMPILER=""
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.24_p8 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21]
4)	Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 
  [4]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
  [1]   php8.3 *
go version go1.23.1 linux/amd64

  HEAD of ::gentoo
commit 7042b5e75076fc3c5efa326bb61e7e468356f332
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Sep 20 17:18:57 2024 +0000

    2024-09-20 17:18:57 UTC

emerge -qpvO =dev-lang/fuzion-0.090
[ebuild  N    ] dev-lang/fuzion-0.090  USE="-test"
Comment 1 Toralf Förster gentoo-dev 2024-09-20 19:04:45 UTC
Created attachment 903434 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-09-20 19:04:46 UTC
Created attachment 903435 [details]
dev-lang:fuzion-0.090:20240920-173931.log
Comment 3 Toralf Förster gentoo-dev 2024-09-20 19:04:47 UTC
Created attachment 903436 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2024-09-20 19:04:48 UTC
Created attachment 903437 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-09-20 19:04:49 UTC
Created attachment 903438 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-09-20 19:04:51 UTC
Created attachment 903439 [details]
qlist-info.txt.xz
Comment 7 Toralf Förster gentoo-dev 2024-09-20 19:04:52 UTC
Created attachment 903440 [details]
temp.tar.xz