[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2021-08-10 Thread _zibuyu
Sorry, operation error. The problem is not solved.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2021-08-10 Thread _zibuyu
** Changed in: linux-signed (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-28 Thread Éric Hoffman
I have yet to see any issue (i.e. it's working fine) with 4.15.0.46 (I
used xenial-proposed to upgrade).

As the rest of you, I had constant issue with this in 4.15.0-45

So yes, maybe it is related to the tty bug.  This does seem to be
consistent with the behavior I was seeing with current kernel.  For
example, I had many 'resources busy' and other output-related messages
on make output.

And, doing:

  make -j8 2>&1 | tee outfile.txt

I often saw the console just stop outpointing any text (although the
compilation continued, and completed, in the background).

So, Jburgess777 you may be correct about the duplicate...

Regards,
Eric

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-21 Thread gmaka
I can confirm that moving back to 4.15.0-43-generic avoids this issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-21 Thread gmaka
This is happening to me, started in the last 10 days or so: 
$ uname -r -v 
4.15.0-45-generic #48~16.04.1-Ubuntu SMP Tue Jan 29 18:03:48 UTC 2019

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-15 Thread Jburgess777
This looks to me like it might be a duplicate of:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813873

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-15 Thread Per Gregers Bilse
I can confirm this.  I noticed after the upgrade from 4.15.0-43-generic,
but at first wasn't sure if I had messed up my build; I downgraded to 43
and forgot about it until the system upgraded again yesterday.  I'm now
on 45, and my build fails as before, an excerpt:

/bin/sh: line 0: echo: write error: Resource temporarily unavailable
mv ../../bcmdrivers/broadcom/char/pktflow/bcm963138/fcache.o_tmp 
../../bcmdrivers/broadcom/char/pktflow/bcm963138/fcache.o
/bin/sh: line 0: echo: write error: Resource temporarily unavailable
scripts/Makefile.build:258: recipe for target 
'/home/bilse/bcm_50203/bcmdrivers/broadcom/char/adsl/bcm963138/BcmAdslCore.o' 
failed
make[4]: *** 
[/home/bilse/bcm_50203/bcmdrivers/broadcom/char/adsl/bcm963138/BcmAdslCore.o] 
Error 1
make[4]: *** Waiting for unfinished jobs
[...]
make[4]: write error: stdout
scripts/Makefile.build:423: recipe for target 
'../../bcmdrivers/broadcom/char/pktflow/bcm963138' failed
make[3]: *** [../../bcmdrivers/broadcom/char/pktflow/bcm963138] Error 1
scripts/Makefile.build:423: recipe for target 
'../../bcmdrivers/broadcom/char/adsl/bcm963138' failed
make[3]: *** [../../bcmdrivers/broadcom/char/adsl/bcm963138] Error 2
make[3]: write error: stdout
Makefile:1201: recipe for target '../../bcmdrivers' failed
make[2]: *** [../../bcmdrivers] Error 1
make[2]: *** wait: No child processes. Stop.
make[2]: write error: stdout
Makefile:476: recipe for target 'inner_kernelbuild' failed
make[1]: *** [inner_kernelbuild] Error 1
make[1]: Leaving directory '/home/bilse/bcm_50203'
Makefile:473: recipe for target 'kernelbuild' failed
make: *** [kernelbuild] Error 2
bilse@ub40:~/bcm_50203$ uname -a
Linux ub40 4.15.0-45-generic #48~16.04.1-Ubuntu SMP Tue Jan 29 18:03:48 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux
bilse@ub40:~/bcm_50203$

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-14 Thread Scott Kazimour
This happens for me with 18.04, kernel 4.15.0-45-generic.

It does not happen with 4.15.0-43-generic.

Running on xterm (as opposed to terminator) it still happens, but much
later in the build.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-14 Thread Leo Soares
I can confirm that this does not happen via ssh.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-13 Thread R. Diez via ubuntu-bugs
It is not GNU Make itself. If I pipe GNU Make's output to tee, then it
is tee that fails:

tee: 'standard output': Resource temporarily unavailable

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-13 Thread R. Diez via ubuntu-bugs
This problem happens with both the standard GNU Make 4.1 that comes with
Ubuntu 16.04.5, and with a self-compiled GNU Make 4.2.1.

The error only happens if make is writing to stdout. If you redirect to
a file like this:

make ... blah... blah...  2>&1  >"$HOME/Build.log"

Then it runs fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-12 Thread R. Diez via ubuntu-bugs
I have recently started experiencing the same problem.

Ubuntu 16.04.5 LTS

Kernel 4.15.0-45-generic #48~16.04.1-Ubuntu SMP Tue Jan 29 18:03:48 UTC
2019 x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-12 Thread Leo Soares
affects me

Ubuntu 18.04.2 LTS: 4.15.0-45-generic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-11 Thread Patrick Doyle
I have this problem as well on 16.04LTS with kernel 4.15.0-45-generic
#48.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-07 Thread Mark Owen
I'm running 16.04 and seeing the same problem on Linux 4.15.0-45. I can
also confirm that when booting with 4.15.0-43 I no longer see the
problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux-signed (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814393] Re: "make: write error: stdout" on parallel builds

2019-02-04 Thread Sebastian Urban
I am seeing the same problem on a fully updated Ubuntu system running
Linux 4.15.0-45.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814393

Title:
  "make: write error: stdout" on parallel builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1814393/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs