Your message dated Wed, 09 Apr 2008 06:47:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#469083: fixed in git-core 1:1.5.5-1 has caused the Debian Bug report #469083, regarding uninitialised value warning 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 [EMAIL PROTECTED] immediately.) -- 469083: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469083 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: gitweb Version: 1:1.5.4.3-1 Severity: normal This gets logged here a few times a day: [Sun Mar 2 12:12:49 2008] index.cgi: Use of uninitialized value in pattern match (m//) at /srv/web/git.ikiwiki.info/index.cgi line 2942, <$fd> line 1. Line 2942 is the return line here, so $diffinfo->{'status_str'} must be undefined. sub is_deleted { my $diffinfo = shift; return $diffinfo->{'status_str'} =~ /D/; } The request in the web server log that seems to correspond to the message is this one: 74.6.27.36 - - [02/Mar/2008:12:12:49 -0500] "GET /?p=ikiwiki;a=blobdiff;h=9bf54298199d130dc3187c97c784df20c7e45e6e;hp=af27f1d7eb06631a06c4cb5c7583be23abc2b829;hb=cabd5140c4d6255afdcb527e7f6d7e7815e4aa43;f=doc/ikiwiki.setup HTTP/1.0" 200 6511 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)" And indeed, I can reproduce the uninitialised value error by going to the url http://git.ikiwiki.info/?p=ikiwiki;a=blobdiff;h=9bf54298199d130dc3187c97c784df20c7e45e6e;hp=af27f1d7eb06631a06c4cb5c7583be23abc2b829;hb=cabd5140c4d6255afdcb527e7f6d7e7815e4aa43;f=doc/ikiwiki.setup The page there looks ok, FWIW. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (x86_64) Kernel: Linux 2.6.18-6-xen-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages gitweb depends on: ii git-core 1:1.5.4.3-1 fast, scalable, distributed revisi ii perl 5.8.8-12 Larry Wall's Practical Extraction gitweb recommends no packages. -- no debconf information -- see shy jo
--- End Message ---
--- Begin Message ---Source: git-core Source-Version: 1:1.5.5-1 We believe that the bug you reported is fixed in the latest version of git-core, which is due to be installed in the Debian FTP archive: git-arch_1.5.5-1_all.deb to pool/main/g/git-core/git-arch_1.5.5-1_all.deb git-core_1.5.5-1.diff.gz to pool/main/g/git-core/git-core_1.5.5-1.diff.gz git-core_1.5.5-1.dsc to pool/main/g/git-core/git-core_1.5.5-1.dsc git-core_1.5.5.orig.tar.gz to pool/main/g/git-core/git-core_1.5.5.orig.tar.gz git-cvs_1.5.5-1_all.deb to pool/main/g/git-core/git-cvs_1.5.5-1_all.deb git-daemon-run_1.5.5-1_all.deb to pool/main/g/git-core/git-daemon-run_1.5.5-1_all.deb git-doc_1.5.5-1_all.deb to pool/main/g/git-core/git-doc_1.5.5-1_all.deb git-email_1.5.5-1_all.deb to pool/main/g/git-core/git-email_1.5.5-1_all.deb git-gui_1.5.5-1_all.deb to pool/main/g/git-core/git-gui_1.5.5-1_all.deb git-svn_1.5.5-1_all.deb to pool/main/g/git-core/git-svn_1.5.5-1_all.deb gitk_1.5.5-1_all.deb to pool/main/g/git-core/gitk_1.5.5-1_all.deb gitweb_1.5.5-1_all.deb to pool/main/g/git-core/gitweb_1.5.5-1_all.deb 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. Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated git-core 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: Tue, 08 Apr 2008 20:26:25 +0000 Source: git-core Binary: git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk gitweb Architecture: all source Version: 1:1.5.5-1 Distribution: unstable Urgency: low Maintainer: Gerrit Pape <[EMAIL PROTECTED]> Changed-By: Gerrit Pape <[EMAIL PROTECTED]> Description: git-arch - fast, scalable, distributed revision control system (arch interop git-core - fast, scalable, distributed revision control system git-cvs - fast, scalable, distributed revision control system (cvs interope git-daemon-run - fast, scalable, distributed revision control system (git-daemon s git-doc - fast, scalable, distributed revision control system (documentatio git-email - fast, scalable, distributed revision control system (email add-on git-gui - fast, scalable, distributed revision control system (GUI) git-svn - fast, scalable, distributed revision control system (svn interope gitk - fast, scalable, distributed revision control system (revision tre gitweb - fast, scalable, distributed revision control system (web interfac Closes: 450592 469083 471969 472615 472632 Changes: git-core (1:1.5.5-1) unstable; urgency=low . * new upstream release. * gitk: Fix changing colors through Edit->Preferences (closes: #472615). * Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output" (closes: #469083). * merge branch debian/experimental. . git-core (1:1.5.5~rc3-2) experimental; urgency=low . * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff: amend: properly apply GITWEB_CONFIG_SYSTEM to gitweb.cgi. . git-core (1:1.5.5~rc3-1) experimental; urgency=low . * new upstream release candidate. * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff: new: gitweb: fallback to system-wide config file if default config does not exist (closes: #450592). * debian/rules: remove GITWEB_CONFIG=/etc/gitweb.conf from OPTS. . git-core (1:1.5.5~rc2-1) experimental; urgency=low . * new upstream release candidate. * t9600-cvsimport.sh: set HOME before checking for cvsps availability (closes: #471969). * imap-send: properly error out if imap.host is not set in config (closes: #472632). * merge branch debian-sid. Files: 05023cf267674e11a11ce317c3a22872 872 devel optional git-core_1.5.5-1.dsc 978e50ddefeeb2e0c55b3f1c7fca2e16 2000376 devel optional git-core_1.5.5.orig.tar.gz 887c92ae8fdc51c7cfbe7494d04808ef 208715 devel optional git-core_1.5.5-1.diff.gz fd022909d1aaee11b514c0f51a5cdf94 1009002 doc optional git-doc_1.5.5-1_all.deb f6409d6b37587838bc8e1d2c3fdaa6c9 213766 devel optional git-arch_1.5.5-1_all.deb c26f8b115ad7aaeb4017d9137c7ac18a 245950 devel optional git-cvs_1.5.5-1_all.deb 8d895983ec1361792943e3ddc9fdb788 249486 devel optional git-svn_1.5.5-1_all.deb 92a68265e7035a7d8d16eb5c445a9e9d 200398 devel optional git-daemon-run_1.5.5-1_all.deb d17e76d593e5c74815671d693decfecd 211784 devel optional git-email_1.5.5-1_all.deb 4aea69615afc7e145f0af670aef318c1 383618 devel optional git-gui_1.5.5-1_all.deb 6a0023f1e944e275864180c972ab4a3d 267034 devel optional gitk_1.5.5-1_all.deb 63e1eeebed696368c8952032a08a5ea5 250736 devel optional gitweb_1.5.5-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH/GH9GJoyQbxwpv8RApGjAJ9Ojpg+Z0JO72kABHy0JKO+VpRtagCffJ9i O+O1OJSm0oc4JF4a0VoiAG4= =6ZL3 -----END PGP SIGNATURE-----
--- End Message ---

