Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 810955 - dev-lang/moarvm-2021.08 - * ERROR: dev-lang/moarvm-2021.08::gentoo failed (configure phase):
Summary: dev-lang/moarvm-2021.08 - * ERROR: dev-lang/moarvm-2021.08::gentoo failed (c...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-29 19:03 UTC by Toralf Förster
Modified: 2021-08-29 19:27 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.32 KB, text/plain)
2021-08-29 19:03 UTC, Toralf Förster
Details
dev-lang:moarvm-2021.08:20210829-175714.log (dev-lang:moarvm-2021.08:20210829-175714.log,2.02 KB, text/plain)
2021-08-29 19:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,286.97 KB, text/plain)
2021-08-29 19:03 UTC, Toralf Förster
Details
environment (environment,71.12 KB, text/plain)
2021-08-29 19:03 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,22.54 KB, application/x-bzip)
2021-08-29 19:03 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,2.31 KB, application/x-bzip)
2021-08-29 19:03 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,18.18 KB, application/x-bzip)
2021-08-29 19:03 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 2021-08-29 19:03:28 UTC
    probing whether your compiler thinks that it is gcc  Can't compile simple gcc probe, so something is badly wrong at build/probe.pm line 206.
 * ERROR: dev-lang/moarvm-2021.08::gentoo failed (configure phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 127:  Called src_configure

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20210826-120009

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 12.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.1
Python 3.9.6
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.54.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit 92082531343adedd2c80f9b6879a6f99c1688325
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Aug 29 17:06:55 2021 +0000

    2021-08-29 17:06:51 UTC

emerge -qpvO dev-lang/moarvm
[ebuild  N    ] dev-lang/moarvm-2021.08  USE="clang jit ubsan (-asan) -debug -doc -optimize -static-libs"
Comment 1 Toralf Förster gentoo-dev 2021-08-29 19:03:29 UTC
Created attachment 736681 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-08-29 19:03:30 UTC
Created attachment 736684 [details]
dev-lang:moarvm-2021.08:20210829-175714.log
Comment 3 Toralf Förster gentoo-dev 2021-08-29 19:03:32 UTC
Created attachment 736687 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-08-29 19:03:34 UTC
Created attachment 736690 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-08-29 19:03:35 UTC
Created attachment 736693 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-08-29 19:03:36 UTC
Created attachment 736696 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-08-29 19:03:37 UTC
Created attachment 736699 [details]
temp.tar.bz2
Comment 8 Patrick Lauer gentoo-dev 2021-08-29 19:27:38 UTC
The code around this check has this:

    if (!$can_compile || !$can_link) {
        die "ERROR\n\n" .
            "    Can't " . ($can_compile ? 'link' : 'compile') . " simple C program.\n" .
            "    Failing command: $command_errored\n" .
            "    Error: $error_message\n\n" .
            "Cannot continue after this error.\n" .
            "On linux, maybe you need something like 'sudo apt-get install build-essential'.\n" .
            "On macOS, maybe you need to install XCode and accept the XCode EULA.\n";
    }



So it should show you what failed - worst case you can just try running build/probe.pm by hand. 
Works for me, no idea how to reproduce, no idea why it wants to fail for you.