1. 12 Feb, 2020 7 commits
  2. 07 Feb, 2020 3 commits
  3. 06 Feb, 2020 2 commits
  4. 23 Jan, 2020 1 commit
  5. 07 Jan, 2020 1 commit
  6. 13 Dec, 2019 1 commit
  7. 09 Dec, 2019 1 commit
  8. 24 Sep, 2019 1 commit
  9. 18 Sep, 2019 4 commits
  10. 10 Sep, 2019 1 commit
  11. 08 Sep, 2019 1 commit
  12. 04 Sep, 2019 1 commit
  13. 23 Aug, 2019 2 commits
  14. 22 Aug, 2019 1 commit
  15. 05 Aug, 2019 1 commit
  16. 25 Jul, 2019 2 commits
  17. 24 Jul, 2019 1 commit
  18. 18 Jul, 2019 1 commit
  19. 16 Jul, 2019 4 commits
    • Daniel Kahn Gillmor's avatar
      prepare debian release · 3f2bd1fe
      Daniel Kahn Gillmor authored
      3f2bd1fe
    • Daniel Kahn Gillmor's avatar
    • Daniel Kahn Gillmor's avatar
      d/tests/windows: initialize wine to get stderr spam out of the way · d14bb02f
      Daniel Kahn Gillmor authored
      
      
      autopkgtest fails by default if any messages arrive on stderr.
      
      The first time any user invokes wine, they get a lot of messages to
      stderr, like this (some of this happens when no X11 environment is
      present, but other parts are always present):
      
      wine: created the configuration directory '/home/dkg/.wine'
      0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
      0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
      0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
      0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
      0012:err:ole:get_local_server_stream Failed: 80004002
      0014:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
      0014:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
      0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
      0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
      0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
      000b:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
      000b:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
      0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 14007
      0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x800736b7
      0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 800736b7
      0014:err:ole:get_local_server_stream Failed: 800736b7
      0010:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
      0010:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
      Could not load wine-gecko. HTML rendering will be disabled.
      wine: configuration in '/home/dkg/.wine' has been updated.
      
      We invoke "hostname.exe" to trigger this stderr spew and send it to
      stdout (instead of stderr) just to get the spew out of the way.  I
      chose hostname.exe because it is a simple, non-modifying thing to run
      and it ships with libwine, which should already be installed.
      
      Signed-off-by: Daniel Kahn Gillmor's avatarDaniel Kahn Gillmor <dkg@fifthhorseman.net>
      d14bb02f
    • Daniel Kahn Gillmor's avatar
      d/tests/windows: specify WINESERVER · 2f266be6
      Daniel Kahn Gillmor authored
      This variable is documented in wine64(1).  I think we shouldn't need
      to set it explicitly (see https://bugs.debian.org/932201), but for now
      we can do so.
      2f266be6
  20. 15 Jul, 2019 4 commits
    • Daniel Kahn Gillmor's avatar
      prepare debian release · f432a0ed
      Daniel Kahn Gillmor authored
      f432a0ed
    • Daniel Kahn Gillmor's avatar
      d/tests/windows: use full path for wine64 · ad292a66
      Daniel Kahn Gillmor authored
      Apparently wine64 doesn't install anything in /usr/bin directly.  and
      /usr/bin/wine (from wine-stable) always wants to print this error
      message on a pure amd64 system:
      
          it looks like wine32 is missing, you should install it.
          multiarch needs to be enabled first.  as root, please
          execute "dpkg --add-architecture i386 && apt-get update &&
          apt-get install wine32"
      
      I can omit the error message if i set something like WINEDEBUG=-all
      (from reading the shell in /usr/bin/wine) but i don't want to disbable
      WINE debugging data that might otherwise be relevant.
      
      So i'm just working around this by setting the path explicitly.
      
      Reading /usr/bin/wine, it looks to me like wine32 is found as "wine"
      also, not "wine32", so i'm updating that here too.
      ad292a66
    • Daniel Kahn Gillmor's avatar
      prepare debian release · a788c08d
      Daniel Kahn Gillmor authored
      a788c08d
    • Daniel Kahn Gillmor's avatar
      8773ca3c