Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879065 - mail-client/s-nail-14.9.24 - make[1]: Cannot open jobserver .../GMfifo33: No such file or directory. Stop.
Summary: mail-client/s-nail-14.9.24 - make[1]: Cannot open jobserver .../GMfifo33: No ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Brian Evans (RETIRED)
URL:
Whiteboard:
Keywords:
: 879309 (view as bug list)
Depends on:
Blocks: 879081
  Show dependency tree
 
Reported: 2022-11-01 18:36 UTC by Toralf Förster
Modified: 2022-11-06 07:35 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.11 KB, text/plain)
2022-11-01 18:36 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,28.57 KB, text/plain)
2022-11-01 18:36 UTC, Toralf Förster
Details
environment (environment,58.55 KB, text/plain)
2022-11-01 18:36 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,23.80 KB, application/x-bzip)
2022-11-01 18:36 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.90 KB, application/x-bzip)
2022-11-01 18:36 UTC, Toralf Förster
Details
mail-client:s-nail-14.9.24:20221101-014152.log (mail-client:s-nail-14.9.24:20221101-014152.log,7.28 KB, text/plain)
2022-11-01 18:36 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,17.49 KB, application/x-bzip)
2022-11-01 18:36 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-01 18:36:21 UTC
>>> Source configured.
>>> Compiling source in /var/tmp/portage/mail-client/s-nail-14.9.24/work/s-nail-14.9.24 ...
make -j4 build 
make[1]: Entering directory '/var/tmp/portage/mail-client/s-nail-14.9.24/work/s-nail-14.9.24/.obj'
make[1]: *** Cannot open jobserver /var/tmp/portage/mail-client/s-nail-14.9.24/temp/GMfifo33: No such file or directory.  Stop.
make[1]: Leaving directory '/var/tmp/portage/mail-client/s-nail-14.9.24/work/s-nail-14.9.24/.obj'
make: *** [makefile:30: build] Error 2

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20221031-190039

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
/usr/lib/llvm/15
15.0.3
Python 3.10.8
Available Rust versions:
  [1]   rust-1.64.0 *
php cli (if any):
GNU Make 4.4

  HEAD of ::gentoo
commit accb4661eba1667fffb01327bfa74a2a24251e54
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Oct 31 18:49:00 2022 +0000

    2022-10-31 18:48:59 UTC

emerge -qpvO mail-client/s-nail
[ebuild   R   ] mail-client/s-nail-14.9.24  USE="idn* -kerberos -net -ssl*"
Comment 1 Toralf Förster gentoo-dev 2022-11-01 18:36:22 UTC
Created attachment 826495 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-01 18:36:24 UTC
Created attachment 826497 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-11-01 18:36:25 UTC
Created attachment 826499 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-11-01 18:36:26 UTC
Created attachment 826501 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-11-01 18:36:27 UTC
Created attachment 826503 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-01 18:36:28 UTC
Created attachment 826505 [details]
mail-client:s-nail-14.9.24:20221101-014152.log
Comment 7 Toralf Förster gentoo-dev 2022-11-01 18:36:29 UTC
Created attachment 826507 [details]
temp.tar.bz2
Comment 8 Ionen Wolkens gentoo-dev 2022-11-01 21:16:14 UTC
Only fails with make-4.4 I can see, albeit unsure why this is happening.

Thought it may be related to the TMPDIR changes, but using MAKE_TMPDIR doesn't seem to help.
Comment 9 Larry the Git Cow gentoo-dev 2022-11-02 19:20:43 UTC
The bug has been closed via the following commit(s):

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

commit be85a7b83178e93eab93f2d415d581da0c43426a
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2022-11-02 19:16:34 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2022-11-02 19:16:34 +0000

    mail-client/s-nail: Fix building with sys-devel/make-4.4
    
    The config target saves MAKEFLAGS to a file and this is referenced incorrectly
    later.  make 4.4 could then look for a jobserver file that no longer exists
    if -j > 1.
    
    Run make directly instead of emake to avoid pollution in config.
    
    Closes: https://bugs.gentoo.org/879065
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 mail-client/s-nail/s-nail-14.9.22.ebuild | 3 ++-
 mail-client/s-nail/s-nail-14.9.24.ebuild | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)
Comment 10 Brian Evans (RETIRED) gentoo-dev 2022-11-03 12:27:36 UTC
*** Bug 879309 has been marked as a duplicate of this bug. ***
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-06 07:35:09 UTC
Have you reported this upstream?
Comment 12 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-06 07:35:31 UTC
(In reply to Sam James from comment #11)
> Have you reported this upstream?

(see also https://lists.gnu.org/archive/html/bug-make/2022-11/msg00068.html, but mean s-nail upstream here)