Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915490 - dev-util/mk-configure-0.38.2 - [slibtool] emake failed
Summary: dev-util/mk-configure-0.38.2 - [slibtool] emake failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sam James
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-09 16:05 UTC by Toralf Förster
Modified: 2023-10-10 05:44 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.21 KB, text/plain)
2023-10-09 16:05 UTC, Toralf Förster
Details
dev-util:mk-configure-0.38.2:20231009-012708.log (dev-util:mk-configure-0.38.2:20231009-012708.log,23.21 KB, text/plain)
2023-10-09 16:05 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,6.83 KB, text/plain)
2023-10-09 16:05 UTC, Toralf Förster
Details
environment (environment,58.76 KB, text/plain)
2023-10-09 16:05 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,11.11 KB, application/x-xz)
2023-10-09 16:05 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,16.05 KB, application/x-xz)
2023-10-09 16:05 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 2023-10-09 16:05:19 UTC
bmake: stopped in /var/tmp/portage/dev-util/mk-configure-0.38.2/work/mk-configure-0.38.2
1 error

bmake: stopped in /var/tmp/portage/dev-util/mk-configure-0.38.2/work/mk-configure-0.38.2
 * ERROR: dev-util/mk-configure-0.38.2::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-util/mk-configure-0.38.2::gentoo'`,

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
Python 3.11.6
php cli (if any):

  HEAD of ::gentoo
commit dd035b248cad91f3ab1e2aee326d786ab64e1158
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Oct 9 01:17:00 2023 +0000

    2023-10-09 01:17:00 UTC

emerge -qpvO dev-util/mk-configure
[ebuild  N    ] dev-util/mk-configure-0.38.2
Comment 1 Toralf Förster gentoo-dev 2023-10-09 16:05:20 UTC
Created attachment 872394 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-10-09 16:05:21 UTC
Created attachment 872395 [details]
dev-util:mk-configure-0.38.2:20231009-012708.log
Comment 3 Toralf Förster gentoo-dev 2023-10-09 16:05:22 UTC
Created attachment 872396 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-10-09 16:05:24 UTC
Created attachment 872397 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-10-09 16:05:25 UTC
Created attachment 872398 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-10-09 16:05:26 UTC
Created attachment 872399 [details]
temp.tar.xz
Comment 7 Ionen Wolkens gentoo-dev 2023-10-09 23:14:50 UTC
Just ran into this as well on my server. Was fine on my main machine given it happened to have x11-misc/makedepend which is apparently an option.

.if !empty(CUSTOM.prog_nbmkdep)
mkdep_cmd  =            ${CUSTOM.prog_nbmkdep}
mkdep_type =            nbmkdep
.elif !empty(CUSTOM.prog_mkdep)
mkdep_cmd  =            ${CUSTOM.prog_mkdep}
mkdep_type =            mkdep
.elif ${HAVE_PROG.makedepend:U0}
makedepend_cmd =        ${PROG.makedepend}
mkdep_cmd  =            mkdep
mkdep_type =            makedepend
.else
MKC_ERR_MSG +=          "mkdep(1) cannot be found"
.endif

(...I should just get rid of dictd already though, I never really use it anymore)
Comment 8 Larry the Git Cow gentoo-dev 2023-10-10 05:44:57 UTC
The bug has been closed via the following commit(s):

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

commit 7f1cfbf4372d353aa72ac7bcc9fee9f7389e7f1b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-10-10 05:44:18 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-10-10 05:44:30 +0000

    dev-util/mk-configure: needs mkdep/makedepend
    
    Pfffft.
    
    Closes: https://bugs.gentoo.org/915490
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{mk-configure-0.38.2.ebuild => mk-configure-0.38.2-r1.ebuild}  | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)