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

[pkg-wine-party] Bug#805655: marked as done (wine-development: FTBFS on hurd-i386)



Your message dated Sat, 21 Nov 2015 03:35:27 +0000
with message-id <E1ZzyxT-0007pu-Ds@franck.debian.org>
and subject line Bug#805655: fixed in wine-development 1.7.55-4
has caused the Debian Bug report #805655,
regarding wine-development: FTBFS on hurd-i386
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.)


-- 
805655: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805655
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: wine-development
Version: 1.7.55-3
Severity: important
Tags: patch
Usertags: hurd
User: debian-hurd@lists.debian.org

Hello,

Up till 1.7.55-2 wine-development built fine due to the recent upstream
PATH_MAX fixes. Unfortunately, with the enabling of libpulse, the
PATH_MAX problem arises again. The attached patch use the internally
used MAX_PATH number, as for other parts of the code. With this patch
the latest version builds OK too.

Please forward this upstream, since they are in a code freeze for wine-
1.8.

Thanks!
Index: wine-development-1.7.55/dlls/winepulse.drv/mmdevdrv.c
===================================================================
--- wine-development-1.7.55.orig/dlls/winepulse.drv/mmdevdrv.c
+++ wine-development-1.7.55/dlls/winepulse.drv/mmdevdrv.c
@@ -440,7 +440,7 @@ static void pulse_probe_settings(int ren
 static HRESULT pulse_connect(void)
 {
     int len;
-    WCHAR path[PATH_MAX], *name;
+    WCHAR path[MAX_PATH], *name;
     char *str;
 
     if (!pulse_thread)
@@ -519,7 +519,7 @@ static void pulse_phys_speakers_cb(pa_co
 static HRESULT pulse_test_connect(void)
 {
     int len, ret;
-    WCHAR path[PATH_MAX], *name;
+    WCHAR path[MAX_PATH], *name;
     char *str;
     pa_operation *o;
 

--- End Message ---
--- Begin Message ---
Source: wine-development
Source-Version: 1.7.55-4

We believe that the bug you reported is fixed in the latest version of
wine-development, 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 805655@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-development 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, 21 Nov 2015 02:39:21 +0000
Source: wine-development
Binary: wine-development wine32-development wine64-development wine32-development-preloader wine64-development-preloader wine32-development-tools wine64-development-tools fonts-wine-development libwine-development libwine-development-dev libwine-development-dbg
Architecture: source all
Version: 1.7.55-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Wine Party <pkg-wine-party@lists.alioth.debian.org>
Changed-By: Michael Gilbert <mgilbert@debian.org>
Description:
 fonts-wine-development - Windows API implementation - fonts
 libwine-development - Windows API implementation - library
 libwine-development-dbg - Windows API implementation - debugging symbols
 libwine-development-dev - Windows API implementation - development files
 wine-development - Windows API implementation - standard suite
 wine32-development - Windows API implementation - 32-bit binary loader
 wine32-development-preloader - Windows API implementation - prelinked 32-bit binary loader
 wine32-development-tools - Windows API implementation - 32-bit developer tools
 wine64-development - Windows API implementation - 64-bit binary loader
 wine64-development-preloader - Windows API implementation - prelinked 64-bit binary loader
 wine64-development-tools - Windows API implementation - 64-bit developer tools
Closes: 805655
Changes:
 wine-development (1.7.55-4) unstable; urgency=medium
 .
   * Disable pulseaudio on kfreebsd.
   * Support pulseaudio on hurd (closes: #805655).
Checksums-Sha1:
 b47cbf01b4425c44d713ff85257ea50631b96414 4551 wine-development_1.7.55-4.dsc
 52b511687e35df7add89987ad36755b65ce5ca63 87188 wine-development_1.7.55-4.debian.tar.xz
 d70753c1ed92efae28f13d883e102d207d43fcbe 215998 fonts-wine-development_1.7.55-4_all.deb
 09e44a634a56583cacc7483956cf6b89a3fe0a01 96212 wine-development_1.7.55-4_all.deb
Checksums-Sha256:
 c317fcc1886e7ff27e6a3332f26168266a89b500846680b12e314581b0c01acc 4551 wine-development_1.7.55-4.dsc
 147991d07e538a23e9af60f112f3be3f1f61d8d4034f579b7eb4f5d9d4cac347 87188 wine-development_1.7.55-4.debian.tar.xz
 235f1ad8bf35c2ae9cfa5acb90def43d1411a28fe11e2f04de2195fb88a71a75 215998 fonts-wine-development_1.7.55-4_all.deb
 cfa5056cbd1e9d974616fa9dbef4023ae25dd8fc5d24fbe38b53b4de1539e10a 96212 wine-development_1.7.55-4_all.deb
Files:
 45a05133e616b2b84b402873ad88f1a2 4551 otherosfs optional wine-development_1.7.55-4.dsc
 40e7de6a3e6b020510ee0d16b5961e99 87188 otherosfs optional wine-development_1.7.55-4.debian.tar.xz
 3bbcec290e76d7fa0bca61a9144097e9 215998 fonts optional fonts-wine-development_1.7.55-4_all.deb
 86a793db12b662629ca1e02522bd958b 96212 otherosfs optional wine-development_1.7.55-4_all.deb

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

iQQcBAEBCgAGBQJWT94aAAoJELjWss0C1vRzUQsf/0fHEmdzMKa2FFDH0gcA26l7
iWcMZ1zLOm0ytR0XqsJ0Y9NcHnaxa09QwBH58I3njzx1CO0pQcdVwkl3Rr8rOaQd
uu99E1LVO+5cLy9KzEn8mYH9a7q4cvTrkSxhh9wCAxFPZ2Ggtzg/wQefNZ/yfMEe
zOO9BmAqX4cLjb3oqbzilqiWdrFAtIK9VmGu9INJj/hptzfZ8cDvXVTFtk7KjNwd
n42CdnX2DPN+CLOAodSbUU5QNK2xa1e2QC7UMIUp2HCfGgblcaJUQPhOfgzT4dYS
X6XF3rhBosRUwFsmg5ztHZMxW5pJtDjL7tsYm4s2S27JVZxrwnV0fJeG4zVhR2Gl
FVpsbgu5EFBZsri/wTi+2DhoHVMrAVbcuLiWa6c6tawepu4InG92Vq5I/l+wbIqq
Q+fjBHVu3pCd1KTbglgLTFoittOeYKyc5jnNlJRJLpMX/2dibMm2XAlMEdYQJtZH
yxrdAs6CY50+hWlFFexi0vc+hRSdTwMNe0adrmllKBBp+ejFHeQHvXV9LP+c3Xh/
5ZMRRVyk2SmRCcTYWSHbUZeNgS0FBs+T16kJgwmLMP/d+8miRdhYWkTCLcqHpphw
lVYtm9ZpXR1ppm+Ab3gesseZ/8z1KuFvjpeQ4P0nvVpwRZO9OBSpzi86MifwfyDF
euy9RQqFFCiTtIlILAXZkMZsxKba1gOvqJKMGDo6AShMzK8gWkvawXOiK4KJIUWl
1hvgHO6HFHo8E2AvYS/CC3bHCLzmikq4wwojJlUzTcoovoBzUZLYshb26+T87FMh
jS6wA5+3CZTEeU8qw8yTUylL9QrFIt9gFEWrqZF6KRb0oHXSzsEaIIdZ0MZvs2ND
rVnU+GlZyZ3Nt9wKcpVv6RVlhkE0C6reuNjfVFZ0r7QLvIJbBvyZEH7iF8UmkqKv
KpnuZtVrb4lvoJ2G8hExHVP31morZ1eSI52W5Om/yHjRNa+HlECGqQ4s5R1Mggwd
5UqlTT1MqM9Tnnk4OA9MbGM1yXNqb5klSHxIznbIJdFyVucagVIy1/Ad+RUFVS1E
ey+KlXHicG3DbBeIabZfL24afDD9ZbXRIbnZqoGV32iSyG3E5GTsGBbvO65En53u
CAjWdfP28ZcmQreMzjLlVG4Hj1STFqqAseg0AarlVm0waCp7pTD1lnDyBbyfgfWW
oplFAtp0WLDNSRBSSs137U3gLwICQqtX6L7aTwd6tlB4lMti5zE8NhWksP/2dFEH
OyJxuFUxX8eZwSyGmcvcm03MNRjbjdrrhNTpAqDeaqE59wb6W509JyQGPnt637gF
S7WJhsZWdmwoXQxWPWzyiO75qJ4iDyRCmR+JtsJKqbjLW2b9UUggo89aVBm1Qio=
=DiHH
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: