Your message dated Sat, 29 Dec 2007 01:32:13 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#457943: fixed in wine 0.9.52-1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: wine Version: 0.9.51-2 Just FYI, building wine with perl 5.10 installed stops when generating the manual pages with c2man.pl. That's because the latter contains obscure syntax in several places. It boils down to: ### perl 5.8 $ perl -Mstrict -e 'my $aref = [ qw/foo bar/ ]; print [EMAIL PROTECTED], "\n";' foo ### perl 5.10 perl -Mstrict -e 'my $aref = [ qw/foo bar/ ]; print [EMAIL PROTECTED], "\n";' Can't use string ("2") as an ARRAY ref while "strict refs" in use at -e line 1. The "correct " idiom for the first element in the array referenced by $aref is simply $aref->[0] Patch attached (hope I found all occurences). Cheers, Roderich--- wine-0.9.51-ORIG/tools/c2man.pl 2007-12-14 17:35:21.000000000 +0100 +++ wine-0.9.51/tools/c2man.pl 2007-12-26 12:39:22.000000000 +0100 @@ -627,7 +627,7 @@ # When the function is exported twice we have the second name below the first # (you see this a lot in ntdll, but also in some other places). - my $first_line = [EMAIL PROTECTED]>{TEXT}}}[1]; + my $first_line = $comment->{TEXT}[1]; if ( $first_line =~ /^(@|[A-Za-z0-9_]+) +(\(|\[)([A-Za-z0-9_]+)\.(([0-9]+)|@)(\)|\])$/ ) { @@ -642,14 +642,14 @@ my $alt_export = @{$spec_details->{EXPORTS}}[$alt_index]; @$alt_export[4] |= $FLAG_DOCUMENTED; $spec_details->{NUM_DOCS}++; - [EMAIL PROTECTED]>{TEXT}}}[1] = ""; + $comment->{TEXT}[1] = ""; } } if (@{$spec_details->{CURRENT_EXTRA}}) { # We have an extra comment that might be related to this one - my $current_comment = [EMAIL PROTECTED]>{CURRENT_EXTRA}}}[0]; + my $current_comment = $spec_details->{CURRENT_EXTRA}[0]; my $current_name = $current_comment->{COMMENT_NAME}; if ($comment->{COMMENT_NAME} =~ /^$current_name/ && $comment->{COMMENT_NAME} ne $current_name) { @@ -986,7 +986,7 @@ if (@{$spec_details->{CURRENT_EXTRA}}) { - my $current_comment = [EMAIL PROTECTED]>{CURRENT_EXTRA}}}[0]; + my $current_comment = $spec_details->{CURRENT_EXTRA}[0]; if ($opt_verbose > 0) { @@ -1072,7 +1072,7 @@ if (@{$spec_details->{CURRENT_EXTRA}}) { # We have an unwritten extra comment, write it - my $current_comment = [EMAIL PROTECTED]>{CURRENT_EXTRA}}}[0]; + my $current_comment = $spec_details->{CURRENT_EXTRA}[0]; process_extra_comment($current_comment); @{$spec_details->{CURRENT_EXTRA}} = (); } @@ -1468,7 +1468,7 @@ my $biggest_length = 0; for(my $i=0; $i < @{$comment->{PROTOTYPE}}; $i++) { - my $line = [EMAIL PROTECTED]>{PROTOTYPE}}}[$i]; + my $line = $comment->{PROTOTYPE}[$i]; if ($line =~ /(.+?)([A-Za-z_][A-Za-z_0-9]*)$/) { my $length = length $1; @@ -1482,19 +1482,19 @@ # Now pad the string with blanks for(my $i=0; $i < @{$comment->{PROTOTYPE}}; $i++) { - my $line = [EMAIL PROTECTED]>{PROTOTYPE}}}[$i]; + my $line = $comment->{PROTOTYPE}[$i]; if ($line =~ /(.+?)([A-Za-z_][A-Za-z_0-9]*)$/) { my $pad_len = $biggest_length - length $1; my $padding = " " x ($pad_len); - [EMAIL PROTECTED]>{PROTOTYPE}}}[$i] = $1.$padding.$2; + $comment->{PROTOTYPE}[$i] = $1.$padding.$2; } } for(my $i=0; $i < @{$comment->{PROTOTYPE}}; $i++) { # Format the parameter name - my $line = [EMAIL PROTECTED]>{PROTOTYPE}}}[$i]; + my $line = $comment->{PROTOTYPE}[$i]; my $comma = ($i == @{$comment->{PROTOTYPE}}-1) ? "" : ","; $line =~ s/(.+?)([A-Za-z_][A-Za-z_0-9]*)$/ $fmt[0]$1$fmt[2]$2$fmt[3]$comma$fmt[1]/; print OUTPUT $line;
--- End Message ---
--- Begin Message ---Source: wine Source-Version: 0.9.52-1 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: libwine-alsa_0.9.52-1_i386.deb to pool/main/w/wine/libwine-alsa_0.9.52-1_i386.deb libwine-capi_0.9.52-1_i386.deb to pool/main/w/wine/libwine-capi_0.9.52-1_i386.deb libwine-cms_0.9.52-1_i386.deb to pool/main/w/wine/libwine-cms_0.9.52-1_i386.deb libwine-dev_0.9.52-1_i386.deb to pool/main/w/wine/libwine-dev_0.9.52-1_i386.deb libwine-esd_0.9.52-1_i386.deb to pool/main/w/wine/libwine-esd_0.9.52-1_i386.deb libwine-gl_0.9.52-1_i386.deb to pool/main/w/wine/libwine-gl_0.9.52-1_i386.deb libwine-gphoto2_0.9.52-1_i386.deb to pool/main/w/wine/libwine-gphoto2_0.9.52-1_i386.deb libwine-jack_0.9.52-1_i386.deb to pool/main/w/wine/libwine-jack_0.9.52-1_i386.deb libwine-ldap_0.9.52-1_i386.deb to pool/main/w/wine/libwine-ldap_0.9.52-1_i386.deb libwine-nas_0.9.52-1_i386.deb to pool/main/w/wine/libwine-nas_0.9.52-1_i386.deb libwine-oss_0.9.52-1_i386.deb to pool/main/w/wine/libwine-oss_0.9.52-1_i386.deb libwine-print_0.9.52-1_i386.deb to pool/main/w/wine/libwine-print_0.9.52-1_i386.deb libwine-sane_0.9.52-1_i386.deb to pool/main/w/wine/libwine-sane_0.9.52-1_i386.deb libwine-twain_0.9.52-1_i386.deb to pool/main/w/wine/libwine-twain_0.9.52-1_i386.deb libwine_0.9.52-1_i386.deb to pool/main/w/wine/libwine_0.9.52-1_i386.deb wine-bin_0.9.52-1_i386.deb to pool/main/w/wine/wine-bin_0.9.52-1_i386.deb wine-utils_0.9.52-1_i386.deb to pool/main/w/wine/wine-utils_0.9.52-1_i386.deb wine_0.9.52-1.diff.gz to pool/main/w/wine/wine_0.9.52-1.diff.gz wine_0.9.52-1.dsc to pool/main/w/wine/wine_0.9.52-1.dsc wine_0.9.52-1_i386.deb to pool/main/w/wine/wine_0.9.52-1_i386.deb wine_0.9.52.orig.tar.gz to pool/main/w/wine/wine_0.9.52.orig.tar.gz 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ove Kaaven <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 28 Dec 2007 18:24:31 +0100 Source: wine Binary: libwine-jack libwine-cms libwine wine-bin libwine-alsa libwine-nas libwine-print libwine-esd libwine-gl libwine-oss libwine-twain wine libwine-gphoto2 libwine-sane libwine-ldap wine-utils libwine-dev libwine-capi Architecture: source i386 Version: 0.9.52-1 Distribution: unstable Urgency: low Maintainer: Ove Kaaven <[EMAIL PROTECTED]> Changed-By: Ove Kaaven <[EMAIL PROTECTED]> Description: libwine - Windows API Implementation (Library) libwine-alsa - Windows API Implementation (ALSA Sound Module) libwine-capi - Windows API Implementation (ISDN Module) libwine-cms - Windows API Implementation (Color Management Module) libwine-dev - Windows API Implementation (Development files) libwine-esd - Windows API Implementation (EsounD Sound Module) libwine-gl - Windows API Implementation (OpenGL Module) libwine-gphoto2 - Windows API Implementation (Camera Module) libwine-jack - Windows API Implementation (JACK Sound Module) libwine-ldap - Windows API Implementation (LDAP Module) libwine-nas - Windows API Implementation (NAS Sound Module) libwine-oss - Windows API Implementation (OSS Sound Module) libwine-print - Windows API Implementation (Printing Module) libwine-sane - Windows API Implementation (Scanner Module) libwine-twain - Windows API Implementation (empty transitional package) wine - Windows API Implementation (standard suite) wine-bin - Windows API Implementation (Binary Loader) wine-utils - Windows API Implementation (Utilities) Closes: 457943 458011 Changes: wine (0.9.52-1) unstable; urgency=low . * New upstream release 0.9.52. - Improved graphics tablet support. - Support for RPC context handles. - Fixes for some longstanding screen depth issues. - Implementation of "My Network Places" shell folder. - Lots of bug fixes. * Add build-dependency alternative for gcc-multilib for backports. Closes: #458011. * No longer build-depend on old flex versions, I think they fixed the incompatibilities with new flex versions a while ago. * Applied tools/c2man.pl patch from Roderich Schupp so that perl 5.10 doesn't barf on it. Closes: #457943. (Should probably be propagated upstream, but I'm a little lazy. Someone already submitted a patch to them long ago anyway, not my fault they didn't apply it already. They'll get around to it once they upgrade their distros, I guess...) Files: 9c54ad916dcaf2ca3b604d1834426a09 2535 otherosfs optional wine_0.9.52-1.dsc 0fd96610ef9c53ed34b3f81014a23fe8 17102452 otherosfs optional wine_0.9.52.orig.tar.gz f2c39af32b8162afac192a4677dda619 11758553 otherosfs optional wine_0.9.52-1.diff.gz 456a23ccfcf8c12ec56db64fb7992296 784630 otherosfs optional wine_0.9.52-1_i386.deb 8c78dace4006ea5883eb3d153131ec6c 1531562 otherosfs optional wine-bin_0.9.52-1_i386.deb 18e8cbf18eb9f8886dd469e382586d77 4607730 libdevel optional libwine-dev_0.9.52-1_i386.deb 6e6d76310a9f1b42dc0380dddc5800bb 8500554 libs optional libwine_0.9.52-1_i386.deb 99c5476071507b023a9012a44378ba2c 841270 libs optional libwine-alsa_0.9.52-1_i386.deb c122cb97e943c34a9cacc37394421992 786718 libs optional libwine-capi_0.9.52-1_i386.deb 3efd1cafde36c889344d65c1eb657b15 798250 libs optional libwine-cms_0.9.52-1_i386.deb 81e6e1274582be55cd0f4d1e0ae309cb 796798 libs optional libwine-esd_0.9.52-1_i386.deb 1e2227e7743a9d02a5ad8dd655e84e3d 1313744 libs optional libwine-gl_0.9.52-1_i386.deb a7273b7e20bc907bedc46912e96e011f 801926 libs optional libwine-gphoto2_0.9.52-1_i386.deb 911dd7609f59477cd73fe2f8b2bdeea9 798564 libs optional libwine-jack_0.9.52-1_i386.deb 0ed892f666a40f5054d7a72d99a0a637 845670 libs optional libwine-ldap_0.9.52-1_i386.deb 68c3239c247aa9b849fdc93171d5ebe8 792990 libs optional libwine-nas_0.9.52-1_i386.deb dbe0c6a3627b54559a7f459398584098 843892 libs optional libwine-oss_0.9.52-1_i386.deb 052e439adddf635d4072af4e29e5141b 896874 libs optional libwine-print_0.9.52-1_i386.deb 2499196774a382d037657be601d5aff8 799760 libs optional libwine-sane_0.9.52-1_i386.deb 58d8ce854775fb8e244186fcfceb3937 782150 libs optional libwine-twain_0.9.52-1_i386.deb 010552b6b223229d809f94823474533b 1259820 otherosfs optional wine-utils_0.9.52-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHdUV+A+GMa4PlEQ8RAsoZAKCXpab25Jx3B9YSYxcRPGkoOyYNsQCdH/DZ 9Z8efxUphEyRcFqL6ZN+4a0= =6DZm -----END PGP SIGNATURE-----
--- End Message ---

