lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 6a6358a3: Extend 'wine' workarounds


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6a6358a3: Extend 'wine' workarounds
Date: Fri, 5 May 2023 07:47:25 -0400 (EDT)

branch: master
commit 6a6358a34c8012ee2d5368bccf9dbca2eed339d3
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Extend 'wine' workarounds
    
    Copy the workaround already used in 'lmi_setup_4{0,3,4}.sh' into
    'lmi_setup_42.sh'.
---
 lmi_setup_42.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lmi_setup_42.sh b/lmi_setup_42.sh
index b2f666cd..6b958e76 100755
--- a/lmi_setup_42.sh
+++ b/lmi_setup_42.sh
@@ -30,6 +30,10 @@ set -evx
 assert_not_su
 assert_chrooted
 
+# Suppress unwanted "wine32 is missing" messages--see:
+#   https://lists.nongnu.org/archive/html/lmi/2022-06/msg00016.html
+export WINEDEBUG=-all,err+all,fixme+all,fixme-hid,fixme-ntdll,fixme-win
+
 # Install lmi for wine.
 
 cd ~ || { printf 'failed: cd\n'; exit 3; }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]