<jue>
stenur: building of s-mail is broken with make 4.4
<jue>
... glibc as well
jue has quit [Ping timeout: 248 seconds]
<stenur>
jue: i will look into it; thanks
chrcav has quit [Ping timeout: 272 seconds]
chrcav has joined #crux-devel
stenur has quit [Remote host closed the connection]
stenur has joined #crux-devel
stenur has quit [Ping timeout: 260 seconds]
stenur has joined #crux-devel
<stenur>
jue: cannot reproduce here
<stenur>
(without having it installed)
<stenur>
(s-nail/mailx that is)
<stenur>
ah wait! make[1]: *** Cannot open jobserver /tmp/GMfifo31074: No such file or directory. Stop.
<stenur>
when doing "make distclean"
<stenur>
Ah!! It embeds volatile information in MAKEFLAGS! .obj/mk-config.mk:MAKEFLAGS = -j4 --jobserver-auth=fifo:/tmp/GMfifo31074
<stenur>
I sent a message to bug-make@gnu.org. Not a bug, strictly speaking, though. But should deal with ENOENT by stripping this thing i think, since the file does not exist meaning there is no server. As opposed to exist because server died unexpectedly. Or so.
<stenur>
(P.S.: jue: i see, you simply used the opt/mailx/Pkgfile. Sorry.)
<stenur>
(jue: you could change mailx, only call "make" once! Ie "make config install JOINED-OPTS"?