Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 880349

Summary: dev-scheme/elk-3.99.8 - make[2]: No rule to make target ../src/libelk.la, needed by elk. Stop.
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Scheme Project <scheme>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
clang.tar.bz2
dev-scheme:elk-3.99.8:20221108-050725.log
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
temp.tar.bz2

Description Toralf Förster gentoo-dev 2022-11-08 08:55:22 UTC
make[2]: Leaving directory '/var/tmp/portage/dev-scheme/elk-3.99.8/work/elk-3.99.8/include'
Making all in src
make[2]: Entering directory '/var/tmp/portage/dev-scheme/elk-3.99.8/work/elk-3.99.8/src'
clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c main.c
make[2]: *** No rule to make target '../src/libelk.la', needed by 'elk'.  Stop.
make[2]: Leaving directory '/var/tmp/portage/dev-scheme/elk-3.99.8/work/elk-3.99.8/src'
make[1]: *** [Makefile:329: all-recursive] Error 1 shuffle=2722099821

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_systemd-j4_test-20221107-060003

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.4
Python 3.10.8
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
php cli (if any):
  [1]   php7.4 *
  [2]   php8.0
GNU Make 4.4

  HEAD of ::gentoo
commit fc1ee545da80d3ae092eb83e7dccf32be9c941c2
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Nov 8 04:31:52 2022 +0000

    2022-11-08 04:31:52 UTC

emerge -qpvO dev-scheme/elk
[ebuild  N    ] dev-scheme/elk-3.99.8
Comment 1 Toralf Förster gentoo-dev 2022-11-08 08:55:23 UTC
Created attachment 828799 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-08 08:55:23 UTC
Created attachment 828801 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-11-08 08:55:24 UTC
Created attachment 828803 [details]
dev-scheme:elk-3.99.8:20221108-050725.log
Comment 4 Toralf Förster gentoo-dev 2022-11-08 08:55:26 UTC
Created attachment 828805 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2022-11-08 08:55:27 UTC
Created attachment 828807 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2022-11-08 08:55:28 UTC
Created attachment 828809 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-08 08:55:29 UTC
Created attachment 828811 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-11-08 08:55:31 UTC
Created attachment 828813 [details]
temp.tar.bz2
Comment 9 Petr Vaněk gentoo-dev 2023-12-23 23:07:09 UTC
This bug is not related to c99-porting. It is necessary to build this package with -j1 because make dependencies are wrong. This issue is triggered with make's --shuffle=2722099821 parameter.