Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 795750 - app-emulation/qemu-guest-agent-6.0.0 - ERROR: GNU make (make LIBTOOL=rdlibtool) not found
Summary: app-emulation/qemu-guest-agent-6.0.0 - ERROR: GNU make (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: John Helmert III
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: slibtool
  Show dependency tree
 
Reported: 2021-06-13 09:09 UTC by Toralf Förster
Modified: 2024-02-10 02:28 UTC (History)
6 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.05 KB, text/plain)
2021-06-13 09:09 UTC, Toralf Förster
Details
app-emulation:qemu-guest-agent-6.0.0:20210612-230955.log (app-emulation:qemu-guest-agent-6.0.0:20210612-230955.log,2.17 KB, text/plain)
2021-06-13 09:09 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,52.95 KB, text/plain)
2021-06-13 09:10 UTC, Toralf Förster
Details
environment (environment,91.18 KB, text/plain)
2021-06-13 09:10 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,18.72 KB, application/x-bzip)
2021-06-13 09:10 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.57 KB, application/x-bzip)
2021-06-13 09:10 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,21.08 KB, application/x-bzip)
2021-06-13 09:10 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-06-13 09:09:56 UTC
Using './build' as the directory for build output

ERROR: GNU make (make LIBTOOL=rdlibtool) not found

 * ERROR: app-emulation/qemu-guest-agent-6.0.0::gentoo failed (configure phase):
 *   (no error message)
 * 

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.1.0 *
Python 3.9.5
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
  HEAD of ::gentoo
commit c4f927550719d89b579d5cf20cf109557b113b71
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jun 12 22:05:32 2021 +0000

    2021-06-12 22:05:29 UTC

emerge -qpvO app-emulation/qemu-guest-agent
[ebuild  N    ] app-emulation/qemu-guest-agent-6.0.0
Comment 1 Toralf Förster gentoo-dev 2021-06-13 09:09:57 UTC
Created attachment 715698 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-06-13 09:09:58 UTC
Created attachment 715701 [details]
app-emulation:qemu-guest-agent-6.0.0:20210612-230955.log
Comment 3 Toralf Förster gentoo-dev 2021-06-13 09:10:00 UTC
Created attachment 715704 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-06-13 09:10:01 UTC
Created attachment 715707 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-06-13 09:10:02 UTC
Created attachment 715710 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-06-13 09:10:03 UTC
Created attachment 715713 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-06-13 09:10:04 UTC
Created attachment 715716 [details]
temp.tar.bz2
Comment 8 orbea 2022-07-15 15:18:07 UTC
This seems to be cause "$MAKE" is being quoted somewhere which breaks the build when command has arguments. However I was not able to figure out where this is being done in the build...
Comment 9 Alexander Tsoy 2024-02-09 20:42:48 UTC
(In reply to Toralf Förster from comment #0)
> Using './build' as the directory for build output
> 
> ERROR: GNU make (make LIBTOOL=rdlibtool) not found

From the configure script:

if ! has "$make"
then
    error_exit "GNU make ($make) not found"
fi

I believe this was fixed by the following commit:
https://gitlab.com/qemu-project/qemu/-/commit/b17bbf835c8998e93fd99b06164f1d63843fe8c9
Comment 10 orbea 2024-02-10 02:28:12 UTC
Thank you for the update, I tested qemu 8.1.5 and 8.2.1 and they build fine with slibtool enabled in the environment. This issue can be closed now.