[Desktop-packages] [Bug 1059947] Re: xvfb-run munges stdout and stderr together

2022-05-03 Thread Brad Isbell
This bug is still present in xvfb 2:1.20.13-1ubuntu1~20.04.2.  It
prevents us from using `xvfb-run` when we need to disambiguate STDOUT
and STDERR.

I'm not familiar with the problem of autopkgtests, but is this still an
issue?  Can autopkgtests be fixed?

If we're an impasse, does it make sense to turn this into a feature
request to add a flag to change the redirection behavior?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1059947

Title:
  xvfb-run munges stdout and stderr together

Status in xorg-server package in Ubuntu:
  Triaged

Bug description:
  It executes the supplied command thusly:
  DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@" 2>&1

  This should be
  DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@"

  Leaving the caller to redirect stderr to stdout, or to supply a single
  fd at their discretion. The side effect of munging the two fd's
  together is that programs which provide structured data on stdout have
  their output streams corrupted if they, or any subprocesses they have,
  happen to write to stderr at an inopportune time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1059947/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1059947] Re: xvfb-run munges stdout and stderr together

2017-10-12 Thread Timo Aaltonen
** Changed in: xorg-server (Ubuntu)
   Status: Fix Released => Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1059947

Title:
  xvfb-run munges stdout and stderr together

Status in xorg-server package in Ubuntu:
  Triaged

Bug description:
  It executes the supplied command thusly:
  DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@" 2>&1

  This should be
  DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@"

  Leaving the caller to redirect stderr to stdout, or to supply a single
  fd at their discretion. The side effect of munging the two fd's
  together is that programs which provide structured data on stdout have
  their output streams corrupted if they, or any subprocesses they have,
  happen to write to stderr at an inopportune time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1059947/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1059947] Re: xvfb-run munges stdout and stderr together

2017-10-12 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.19.4-1ubuntu2

---
xorg-server (2:1.19.4-1ubuntu2) artful; urgency=medium

  * xvfb-run: Keep redirecting stderr to stdout, autopkgtests need it.

 -- Timo Aaltonen   Wed, 11 Oct 2017 11:12:57 +0300

** Changed in: xorg-server (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1059947

Title:
  xvfb-run munges stdout and stderr together

Status in xorg-server package in Ubuntu:
  Fix Released

Bug description:
  It executes the supplied command thusly:
  DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@" 2>&1

  This should be
  DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@"

  Leaving the caller to redirect stderr to stdout, or to supply a single
  fd at their discretion. The side effect of munging the two fd's
  together is that programs which provide structured data on stdout have
  their output streams corrupted if they, or any subprocesses they have,
  happen to write to stderr at an inopportune time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1059947/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1059947] Re: xvfb-run munges stdout and stderr together

2017-10-11 Thread Timo Aaltonen
the source package is xorg-server

changing this would break a ton of autopkgtests that use xvfb-run which
now get errors like:

testsuiteFAIL stderr: QStandardPaths: XDG_RUNTIME_DIR not set, 
defaulting to 
 '/tmp/runtime-ubuntu'

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1059947

Title:
  xvfb-run munges stdout and stderr together

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  It executes the supplied command thusly:
  DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@" 2>&1

  This should be
  DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@"

  Leaving the caller to redirect stderr to stdout, or to supply a single
  fd at their discretion. The side effect of munging the two fd's
  together is that programs which provide structured data on stdout have
  their output streams corrupted if they, or any subprocesses they have,
  happen to write to stderr at an inopportune time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1059947/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1059947] Re: xvfb-run munges stdout and stderr together

2016-09-07 Thread Leon Blakey
Any updates? This still exists 4 years later in xvfb 2:1.16.4-1 . The
only workaround is to copy the entire script locally and remove those 4
characters.

Also the package is xvfb, not xorg-server

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1059947

Title:
  xvfb-run munges stdout and stderr together

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  It executes the supplied command thusly:
  DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@" 2>&1

  This should be
  DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@"

  Leaving the caller to redirect stderr to stdout, or to supply a single
  fd at their discretion. The side effect of munging the two fd's
  together is that programs which provide structured data on stdout have
  their output streams corrupted if they, or any subprocesses they have,
  happen to write to stderr at an inopportune time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1059947/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1059947] Re: xvfb-run munges stdout and stderr together

2014-03-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-server (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1059947

Title:
  xvfb-run munges stdout and stderr together

Status in “xorg-server” package in Ubuntu:
  Confirmed

Bug description:
  It executes the supplied command thusly:
  DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE $@ 21

  This should be
  DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE $@

  Leaving the caller to redirect stderr to stdout, or to supply a single
  fd at their discretion. The side effect of munging the two fd's
  together is that programs which provide structured data on stdout have
  their output streams corrupted if they, or any subprocesses they have,
  happen to write to stderr at an inopportune time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1059947/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp