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

[pkg-wine-party] Bug#736986: marked as done (/usr/bin/winecfg: /usr/bin/winecfg: error with "complex" WINEPREFIX)



Your message dated Sat, 15 Feb 2014 23:50:13 +0000
with message-id <E1WEozt-0006Fx-TQ@franck.debian.org>
and subject line Bug#736986: fixed in wine 1.6.2-7
has caused the Debian Bug report #736986,
regarding /usr/bin/winecfg: /usr/bin/winecfg: error with "complex" WINEPREFIX
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
736986: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736986
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wine
Version: 1.6.2-5
Severity: normal
File: /usr/bin/winecfg

Dear Maintainer,

On /usr/bin/winecfg, line 26, you do not use quote to protect variables.
If WINEPREFIX contains a blank, the test fails.

Below is a patch that fix the problem

Thanks!

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wine depends on:
ii  file    1:5.14-2
ii  wine32  1.6.2-5
ii  wine64  1.6.2-5

wine recommends no packages.

Versions of packages wine suggests:
pn  avscan | klamav | clamav   <none>
pn  binfmt-support             <none>
pn  ttf-mscorefonts-installer  <none>
pn  winbind                    <none>
pn  wine-doc                   <none>

-- no debconf information

*** /tmp/test/winecfg.patch
--- old	2014-01-29 00:01:08.507656657 +0100
+++ new	2014-01-29 00:02:04.364400459 +0100
@@ -23,10 +23,10 @@
 appname=`basename "$0" .exe`.exe
 
 if test -z $WINEARCH; then
-    test ! -z $WINEPREFIX || WINEPREFIX="$HOME/.wine"
-    wine=$(cat $WINEPREFIX/system.reg | grep ^\#arch= | cut -d= -f2 | sed s/win/wine/)
+    test ! -z "$WINEPREFIX" || WINEPREFIX="$HOME/.wine"
+    wine=$(cat "$WINEPREFIX"/system.reg | grep ^\#arch= | cut -d= -f2 | sed s/win/wine/)
 else
-    wine=$(echo $WINEARCH | sed s/win/wine/)
+    wine=$(echo "$WINEARCH" | sed s/win/wine/)
 fi
 
 exec $wine "$appname" "$@"

--- End Message ---
--- Begin Message ---
Source: wine
Source-Version: 1.6.2-7

We believe that the bug you reported is fixed in the latest version of
wine, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 736986@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Gilbert <mgilbert@debian.org> (supplier of updated wine package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 15 Feb 2014 22:09:57 +0000
Source: wine
Binary: wine wine32 wine64 wine32-dev-tools wine64-dev-tools libwine-dev libwine-dbg libwine wine-bin wine64-bin libwine-alsa libwine-bin libwine-capi libwine-cms libwine-gl libwine-gphoto2 libwine-ldap libwine-openal libwine-oss libwine-print libwine-sane
Architecture: source amd64
Version: 1.6.2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Wine Party <pkg-wine-party@lists.alioth.debian.org>
Changed-By: Michael Gilbert <mgilbert@debian.org>
Description: 
 libwine    - Windows API implementation - library
 libwine-alsa - Windows API implementation - ALSA sound module
 libwine-bin - Windows API implementation - system services
 libwine-capi - Windows API implementation - ISDN module
 libwine-cms - Windows API implementation - color management module
 libwine-dbg - Windows API implementation - debugging symbols
 libwine-dev - Windows API implementation - development files
 libwine-gl - Windows API implementation - OpenGL module
 libwine-gphoto2 - Windows API implementation - camera module
 libwine-ldap - Windows API implementation - LDAP module
 libwine-openal - Windows API implementation - OpenAL module
 libwine-oss - Windows API implementation - OSS sound module
 libwine-print - Windows API implementation - printing module
 libwine-sane - Windows API implementation - scanner module
 wine       - Windows API implementation - standard suite
 wine-bin   - Windows API implementation - binaries
 wine32     - Windows API implementation - 32-bit binary loader
 wine32-dev-tools - Windows API implementation - 32-bit developer tools
 wine64     - Windows API implementation - 64-bit binary loader
 wine64-bin - Windows API implementation - 64-bit helper
 wine64-dev-tools - Windows API implementation - 64-bit developer tools
Closes: 736986
Changes: 
 wine (1.6.2-7) unstable; urgency=medium
 .
   * Fix escaping in wine-wrapper (closes: #736986).
   * Clarify helper text for multi-arch configurations.
Checksums-Sha1: 
 744d60c7ae15971739ee67f3e8ecdd26f246de5d 4259 wine_1.6.2-7.dsc
 38480723a2440f556104623b2b8c1a30bda2467d 57548 wine_1.6.2-7.debian.tar.xz
 7beea7ddc8a915ea8ec71ea9613fc2d1912feabc 101842 wine_1.6.2-7_amd64.deb
 cff155246c606b48359d8fc7f4bccd2719611b7e 68680 wine64_1.6.2-7_amd64.deb
 8e2a9673a3d7475081ac442bc56216abafe085a0 412804 wine64-dev-tools_1.6.2-7_amd64.deb
 546100503b4af8a032145698680580203dbbf72e 2427750 libwine-dev_1.6.2-7_amd64.deb
 c51d1116eac092616f74b28dbb20985036577129 15837748 libwine_1.6.2-7_amd64.deb
 f131d6a7fecc12af68cc1ada304afee1b11623ed 56284 wine64-bin_1.6.2-7_amd64.deb
Checksums-Sha256: 
 739d22fac4538800d8aa04fa638398ca9a5475a3ea6195b6866d6d0086dc3b8a 4259 wine_1.6.2-7.dsc
 f9cfcf80b2d31286280aeadc201d85a2c80fc47a83f32be4ff43af1d08fa3488 57548 wine_1.6.2-7.debian.tar.xz
 32070b517e0792d9308184967d306cead1a3ffb51362a427448d6fd680eb9f40 101842 wine_1.6.2-7_amd64.deb
 513ec4d7ff65dd0f0c993b80cfca1c20a124781365b34841256e75cba01b4430 68680 wine64_1.6.2-7_amd64.deb
 fc7ab538c4a5599045c4101cf8971e8534f64af0fc39c7d657b75620d59a70e2 412804 wine64-dev-tools_1.6.2-7_amd64.deb
 9e676d9e5c04e180eae2a757af1709f50d680ee0ba97716e3408564b19ecc1a6 2427750 libwine-dev_1.6.2-7_amd64.deb
 d44fc92b2906217d6ad001aad85fb6b8c39968da038010bf034ff4dbc98b80df 15837748 libwine_1.6.2-7_amd64.deb
 1cbaa4cc3b70f904032a39523b9c02bc7f618aba681d2ab7aa1ce83f3ae4b349 56284 wine64-bin_1.6.2-7_amd64.deb
Files: 
 d2ce6c37cd2a074f61afc86fb2451d1e 4259 otherosfs optional wine_1.6.2-7.dsc
 5791d59fb0befb6a958dc3b8f2b96239 57548 otherosfs optional wine_1.6.2-7.debian.tar.xz
 e737a9a0013525b59390668f3565f907 101842 otherosfs optional wine_1.6.2-7_amd64.deb
 2c9fd70ed8d6232b4b4cbec871791547 68680 otherosfs optional wine64_1.6.2-7_amd64.deb
 afb2aa9dba8466cb5dbaa4412e842257 412804 libdevel optional wine64-dev-tools_1.6.2-7_amd64.deb
 e0d577874a17dd36842baf4c7c46e064 2427750 libdevel optional libwine-dev_1.6.2-7_amd64.deb
 5be6a07b2031ae5b69d63cc4b6ebe1e3 15837748 libs optional libwine_1.6.2-7_amd64.deb
 2fe0a4288a69e89d3546c47f8befdd4d 56284 oldlibs extra wine64-bin_1.6.2-7_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQQcBAEBCgAGBQJS//lcAAoJELjWss0C1vRzeUcgALh7WxIJtJpRK65LrXVlVkj/
5C8E54uaRJzckJGrqusDir8wimdGKaiKHm6NtLd8aO7dpM1qDfJA4Ac7Mzj6ClQo
Sb822NPeRwaWs+klTglKhxmd3Ucn2kPMlGOX5s1nnvnvQ+G0wniKzlBhWnvWCeNH
UyQmzz2mVMw7k1oFCpyL94AOm2u/VBysDpB4AQRENvWFfK1tWL1SsdylTJAbb0w3
7pPqPNi9z0xK0LUrn/cU5I3bZoVctaOGnnIGsTdRLIZAteWp6kwOPkYIsk1QzHJx
MzzBU2Je7N6UjkoGNJ4/b+w/5Bjsp/cAnj8KACl+eMwr7D97BWc2ucklb3OCpWID
zIbdx5T655acz6v30bAYnlL/e/Z1jIWbdonGQmx61SwvuFPl+b/AvEfJwX84e0BE
mt8sAsRM7svslZC6GiqxFuQ7ulkqtKVnLJGnyPCcccpD+6qvriqHwXYmEk9PCLSl
SKpJ5Nl20lw1zS4BjBAoftqphBq9Lyrzc0f6NV1IQ+woosUsNPquLiHvML4NJeZ7
dB4mYFGn6pGwoLF9ddBB1hlmL3KadbwQYiPIa1tb4Hyk7a7ppqp0jq9k7GVFWNoS
B+UC4xgCxXokjYBp694yCIQ1CxEg4L9byx7/UVhUU9zt9cBtiITd1kOiaTjSvamk
89frSkpCfoCKmShp+ClCg9iQhvEoe4Rsa/7DoU7AoKivvVNlFiUrvwsqbBfTUIFS
pSUUKrRs2BByQt8iXmG/SssP+f3TXAFIvP5KPkBHBppvajLe5wwsA1sBhKlG3AYI
wjDdom+Dr47+M4HtIg0T71U908j+GMkP8wYP1VV0iYEhMryjzJ/YmgpDYBfnUAp6
/luckpbblkgH2WuGJ+/j+6x5Yn7BN3WE4uVnGtFzFk/Lqa00PStcM3i2Wxuw+M9H
TEtrwbYelWZh3CAAN/tDIf535vA92Tr3QkIGsEE1hRxIsVgoQYxBrkXjP/TRlG2+
+vwLIlVn+TU4EcTd/syqW1zC+4guSe3xkjQIxfkfrSoKMw/pfn+ejuOSU+UZiOOK
I6RzlKBgdE/WDBE3WxjEL+7WMTEoN3L6E2WPyKTDDtdK/0e6TEHKuKOMUziHYo0C
+CDDfRqBJSHntWThgIrhn3YulmHPRSmvYGRlAPEDRGNNOWAv/RJ1LW5itjynhxi9
sC2CCMf7lSzpHuMUx4354P9yholr7Q9lsM5NANLmUKORTWFVWcOEliXmIJe9jd4/
e3sUcZAPTp7BpjPKQf0SEfuiXDxlyCWEAvDXR4SqMl7MuY+OeRzR+M87oFbSMMMq
dP1dvokFYyVHWUHTwo7LnrTV2/ZOEl7J2xXrEA61wQMKyYTyYZacfm3VjC07mLM=
=wRAk
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: