[bug #63287] Only use open with O_TMPFILE when supported.

2022-10-28 Thread Dmitry Goncharov
Follow-up Comment #2, bug #63287 (project make): This failure gets especially annoying when make is building multiple targets, because make keeps bumping into it. $ cat makefile all: 1.x 2.x 3.x 4.x 5.x; $(info $@) %.x:; $(info $@) $ $ $ ~/src/gmake/make/m64/make -Orecurse --debug=b GNU

[bug #63287] Only use open with O_TMPFILE when supported.

2022-10-28 Thread Dmitry Goncharov
Additional Item Attachment, bug #63287 (project make): File name: sv63287.diff Size:1 KB ___ Reply to this item at:

[bug #63287] Only use open with O_TMPFILE when supported.

2022-10-28 Thread Dmitry Goncharov
Follow-up Comment #1, bug #63287 (project make): This patch adds a configure check to detect whether O_TMPFILE is supported by the filesystem/kernel. The goal is to avoid doomed syscalls and related failure logging. Users tend to freak out on failure logging.

[bug #63287] Only use open with O_TMPFILE when supported.

2022-10-28 Thread Dmitry Goncharov
URL: Summary: Only use open with O_TMPFILE when supported. Project: make Submitter: dgoncharov Submitted: Sat 29 Oct 2022 12:40:40 AM UTC Severity: 3 - Normal

Re: Question: make x86_64_defconfig

2022-10-28 Thread Paul Smith
On Fri, 2022-10-28 at 13:10 +, Durig, Burak W wrote: > I have an A 12 based emulator I want to run, I’m following a guide > and I’m stuck at creating the below:  > $ x86_64_ranchu_defconfig  > The error I keep seeing is that the default configuration can’t be > found. I can type

Question: make x86_64_defconfig

2022-10-28 Thread Durig, Burak W
Hello, I have an A 12 based emulator I want to run, I'm following a guide and I'm stuck at creating the below: $ x86_64_ranchu_defconfig The error I keep seeing is that the default configuration can't be found. I can type x86_64_defcibfug though...? I'm using android-goldfish-4.4-dev from