Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880349 - dev-scheme/elk-3.99.8 - make[2]: No rule to make target ../src/libelk.la, needed by elk. Stop.
Summary: dev-scheme/elk-3.99.8 - make[2]: No rule to make target ../src/libelk.la, nee...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-08 08:55 UTC by Toralf Förster
Modified: 2023-12-23 23:07 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.10 KB, text/plain)
2022-11-08 08:55 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,2.97 KB, application/x-bzip)
2022-11-08 08:55 UTC, Toralf Förster
Details
dev-scheme:elk-3.99.8:20221108-050725.log (dev-scheme:elk-3.99.8:20221108-050725.log,13.83 KB, text/plain)
2022-11-08 08:55 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,80.48 KB, text/plain)
2022-11-08 08:55 UTC, Toralf Förster
Details
environment (environment,27.36 KB, text/plain)
2022-11-08 08:55 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,17.57 KB, application/x-bzip)
2022-11-08 08:55 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,11.94 KB, application/x-bzip)
2022-11-08 08:55 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,14.29 KB, application/x-bzip)
2022-11-08 08:55 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 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.