NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/53941: something ate my motd
The following reply was made to PR bin/53941; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/53941: something ate my motd
Date: Tue, 5 Feb 2019 16:11:30 +0100
This seems to be a MAKE_JOBS issue. In the build log I see:
> fgrep motd /tmp/build.log
--- motd ---
# create etc/motd
/usr/tools/bin/armv7eb--netbsdelf-eabihf-install -c -p -r /usr/src/etc/motd.current motd
--- /hosts/evbearmv7hf-eb/usr/share/man/html5/motd.html ---
--- motd ---
# create etc/motd
/usr/tools/bin/armv7eb--netbsdelf-eabihf-install -c -p -r /usr/src/etc/motd.current motd
and invoking that command just once manually of course gives me the correct
default motd. Seems both instances race and I somehow end up with a truncated
version.
Martin
Home |
Main Index |
Thread Index |
Old Index