Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 792759 - app-cdr/cdrtools-3.02_alpha09-r3 - /.../sh:line <snip>: make LIBTOOL=rdlibtool: command not found
Summary: app-cdr/cdrtools-3.02_alpha09-r3 - /.../sh:line <snip>: make LIBTOOL=rdlibtoo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: slibtool
  Show dependency tree
 
Reported: 2021-05-29 08:32 UTC by Toralf Förster
Modified: 2022-05-11 02:08 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.56 KB, text/plain)
2021-05-29 08:32 UTC, Toralf Förster
Details
app-cdr:cdrtools-3.02_alpha09-r3:20210529-082558.log (app-cdr:cdrtools-3.02_alpha09-r3:20210529-082558.log,34.13 KB, text/plain)
2021-05-29 08:32 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,69.55 KB, text/plain)
2021-05-29 08:32 UTC, Toralf Förster
Details
environment (environment,83.12 KB, text/plain)
2021-05-29 08:32 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,19.14 KB, application/x-bzip)
2021-05-29 08:32 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,24.91 KB, application/x-bzip)
2021-05-29 08:32 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,27.38 KB, application/x-bzip)
2021-05-29 08:32 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-05-29 08:32:19 UTC
Creating empty 'incs/Dcc.amd64-linux', using x86_64-pc-linux-gnu-gcc as default compiler
	==> MAKING "all" ON SUBDIRECTORY "SRCROOT/conf"
/bin/sh: line 11: make LIBTOOL=rdlibtool: command not found
make: *** [RULES/rules1.dir:25: all] Error 127
 * ERROR: app-cdr/cdrtools-3.02_alpha09-r3::gentoo failed (compile phase):
 *   emake failed
 * 

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_hardened-j3-20210528-173809

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.1.0 *
/usr/lib/llvm/10
10.0.1
Python 3.8.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.52.1 *
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

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat May 29 07:20:12 UTC 2021

emerge -qpvO app-cdr/cdrtools
[ebuild  N    ] app-cdr/cdrtools-3.02_alpha09-r3  USE="acl filecaps nls unicode -caps (-selinux)"
Comment 1 Toralf Förster gentoo-dev 2021-05-29 08:32:21 UTC
Created attachment 712137 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-05-29 08:32:22 UTC
Created attachment 712140 [details]
app-cdr:cdrtools-3.02_alpha09-r3:20210529-082558.log
Comment 3 Toralf Förster gentoo-dev 2021-05-29 08:32:23 UTC
Created attachment 712143 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-05-29 08:32:25 UTC
Created attachment 712146 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-05-29 08:32:26 UTC
Created attachment 712149 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-05-29 08:32:27 UTC
Created attachment 712152 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-05-29 08:32:28 UTC
Created attachment 712155 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-05-11 02:07:46 UTC
The bug has been referenced in the following commit(s):

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

commit aa02b4b36b586a6d16b1d6509c1dbbdcc64046e3
Author:     orbea <orbea@riseup.net>
AuthorDate: 2022-05-08 23:20:18 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-11 02:07:30 +0000

    app-cdr/cdrtools: Don't quote "$(MAKE)"
    
    This issue is not related to slibtool, but for when setting
    arguments within the MAKE variable. Its standard to not quote
    it so that it doesn't blow up in these cases.
    
    Bug: https://bugs.gentoo.org/792759
    Signed-off-by: orbea <orbea@riseup.net>
    Closes: https://github.com/gentoo/gentoo/pull/25394
    Signed-off-by: Sam James <sam@gentoo.org>

 app-cdr/cdrtools/cdrtools-3.02_alpha09-r4.ebuild | 5 +++++
 1 file changed, 5 insertions(+)