Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 902019 - sys-process/daemontools-encore-1.11-r1 - ERROR: sys-process/daemontools-encore-1.11-r1::gentoo failed (compile phase):
Summary: sys-process/daemontools-encore-1.11-r1 - ERROR: sys-process/daemontools-encor...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-03-18 10:18 UTC by Toralf Förster
Modified: 2023-04-04 09:02 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.08 KB, text/plain)
2023-03-18 10:18 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,40.74 KB, text/plain)
2023-03-18 10:18 UTC, Toralf Förster
Details
environment (environment,87.28 KB, text/plain)
2023-03-18 10:18 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,15.91 KB, application/x-bzip)
2023-03-18 10:18 UTC, Toralf Förster
Details
sys-process:daemontools-encore-1.11-r1:20230318-065729.log (sys-process:daemontools-encore-1.11-r1:20230318-065729.log,2.27 KB, text/plain)
2023-03-18 10:18 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,22.07 KB, application/x-bzip)
2023-03-18 10:18 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-03-18 10:18:29 UTC
 [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-process/daemontools-encore-1.11-r1/work/daemontools-encore-1.11 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/sys-process/daemontools-encore-1.11-r1/work/daemontools-encore-1.11 ...
sed: can't read make-makelib.sh: No such file or directory
 * ERROR: sys-process/daemontools-encore-1.11-r1::gentoo failed (compile phase):
 *   (no error message)
 * 

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-j5-20230318-010004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
Python 3.10.10
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):

  HEAD of ::gentoo
commit 7aacab7e882571b4675030af4921802b2dd1c2b0
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Mar 18 06:32:06 2023 +0000

    2023-03-18 06:32:05 UTC

emerge -qpvO sys-process/daemontools-encore
[ebuild  N    ] sys-process/daemontools-encore-1.11-r1  USE="(-selinux) -static"
Comment 1 Toralf Förster gentoo-dev 2023-03-18 10:18:30 UTC
Created attachment 858211 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-03-18 10:18:31 UTC
Created attachment 858213 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-03-18 10:18:33 UTC
Created attachment 858215 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-03-18 10:18:33 UTC
Created attachment 858217 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-03-18 10:18:34 UTC
Created attachment 858219 [details]
sys-process:daemontools-encore-1.11-r1:20230318-065729.log
Comment 6 Toralf Förster gentoo-dev 2023-03-18 10:18:35 UTC
Created attachment 858221 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2023-04-04 09:02:18 UTC
The bug has been closed via the following commit(s):

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

commit 6aff85369909ec04e1370741a006d65ca3827a01
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2023-04-03 11:14:21 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2023-04-04 09:01:43 +0000

    qmail.eclass: Patch make-makelib.sh only if it is present
    
    Some packages use qmail_set_cc function but they don't contain
    make-makelib.sh script. However, recent addition of || die to the sed
    patching this file is newly triggering build failure. This commit
    addresses the problem by checking if the script is available.
    
    Closes: https://bugs.gentoo.org/902009
    Closes: https://bugs.gentoo.org/902019
    Fixes: fd4e88c55e34 ("qmail.eclass: remove EAPI 6")
    Closes: https://github.com/gentoo/gentoo/pull/30456
    Closes: https://github.com/gentoo/gentoo/pull/30205
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 eclass/qmail.eclass | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)