<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Gnu cmp doesn't work with Alpha object files in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542474#M17601</link>
    <description>&lt;!--!*#--&gt;&amp;gt; Please fix.&lt;BR /&gt;&lt;BR /&gt;Please send money.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; This is the precompiled cmp 2.8.7a for&lt;BR /&gt;&amp;gt; Alpha/VMS.&lt;BR /&gt;&lt;BR /&gt;_the_ ???&lt;BR /&gt;&lt;BR /&gt;Which you found where?  I doubt that there's&lt;BR /&gt;only one "cmp" out there.&lt;BR /&gt;&lt;BR /&gt;You might try adding some VMS-specific stuff&lt;BR /&gt;to the open() in [.src]cmp.c.  For example:&lt;BR /&gt;&lt;BR /&gt;ALP $ gdiff -u src/cmp.c_orig src/cmp.c&lt;BR /&gt;--- src/cmp.c_orig      2004-04-12 02:44:35 -0500&lt;BR /&gt;+++ src/cmp.c   2009-12-02 00:19:39 -0600&lt;BR /&gt;@@ -38,6 +38,12 @@&lt;BR /&gt; #include &lt;XALLOC.H&gt;&lt;BR /&gt; #include &lt;XSTRTOL.H&gt;&lt;BR /&gt;&lt;BR /&gt;+#ifdef __VMS&lt;BR /&gt;+# define OPEN_ARG , "ctx = stm"&lt;BR /&gt;+#else /* def __VMS */&lt;BR /&gt;+# define OPEN_ARG&lt;BR /&gt;+#endif /* def __VMS [else] */&lt;BR /&gt;+&lt;BR /&gt; #if defined LC_MESSAGES &amp;amp;&amp;amp; ENABLE_NLS&lt;BR /&gt; # define hard_locale_LC_MESSAGES hard_locale (LC_MESSAGES)&lt;BR /&gt; #else&lt;BR /&gt;@@ -286,7 +292,7 @@&lt;BR /&gt;&lt;BR /&gt;       file_desc[f1] = (strcmp (file[f1], "-") == 0&lt;BR /&gt;                       ? STDIN_FILENO&lt;BR /&gt;-                      : open (file[f1], O_RDONLY, 0));&lt;BR /&gt;+                      : open (file[f1], O_RDONLY, 0 OPEN_ARG));&lt;BR /&gt;       if (file_desc[f1] &amp;lt; 0 || fstat (file_desc[f1], stat_buf + f1) != 0)&lt;BR /&gt;        {&lt;BR /&gt;          if (file_desc[f1] &amp;lt; 0 &amp;amp;&amp;amp; comparison_type == type_status)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I don't know how much trouble this would&lt;BR /&gt;cause in other situations, but it may help&lt;BR /&gt;in this one.&lt;BR /&gt;&lt;BR /&gt;alp $ copy modpro.OBJ x1.obj&lt;BR /&gt;alp $ copy modpro.OBJ x2.obj&lt;BR /&gt;alp $ gcmp --ignore-initial=128 x1.obj x2.obj&lt;BR /&gt;x1.obj x2.obj differ: char 39409, line 1&lt;BR /&gt;alp $ gcmpX --ignore-initial=128 x1.obj x2.obj&lt;BR /&gt;alp $&lt;/XSTRTOL.H&gt;&lt;/XALLOC.H&gt;</description>
    <pubDate>Wed, 02 Dec 2009 06:36:41 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-12-02T06:36:41Z</dc:date>
    <item>
      <title>Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542471#M17598</link>
      <description>This is the precompiled cmp 2.8.7a for Alpha/VMS. If I force the .objects to a fixed record format instead of variable length, it works. Please fix.&lt;BR /&gt;&lt;BR /&gt;These two files are identical, I just copied one to the other for this test:&lt;BR /&gt;&lt;BR /&gt;$ cmpnew  sem_ch4.o sem_ch4.o1&lt;BR /&gt;$ cmpnew --ignore-initial=64 sem_ch4.o&lt;BR /&gt;$ cmpnew --ignore-initial=128 sem_ch4.o sem_ch4.o1&lt;BR /&gt;sem_ch4.o sem_ch4.o1 differ: char 39377, line 1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2009 00:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542471#M17598</guid>
      <dc:creator>Douglas Rupp</dc:creator>
      <dc:date>2009-12-02T00:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542472#M17599</link>
      <description>Douglas,&lt;BR /&gt;&lt;BR /&gt;  Perhaps you've misunderstood the nature of this forum. Most of the people who read and respond to questions are NOT HP engineers, so your request to "please fix" is most unlikely to get anywhere. You will need to log a support case with HP customer support to get any reasonable chance of something being fixed.&lt;BR /&gt;&lt;BR /&gt;  Is this an OpenVMS question/issue? What are the file characteristics of the input files? Have you tried dumping them at the point they're claimed to be different to see what's there?&lt;BR /&gt;&lt;BR /&gt;  Is Gnu cmp supposed to be able to compare binary files? If it's Gnu, doesn't that mean it's maintained by the open source community?</description>
      <pubDate>Wed, 02 Dec 2009 02:41:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542472#M17599</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-12-02T02:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542473#M17600</link>
      <description>I was advised by HP Engineering that the maintainer of the VMS version of this utility reads this forum, and to post the question here.</description>
      <pubDate>Wed, 02 Dec 2009 02:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542473#M17600</guid>
      <dc:creator>Douglas Rupp</dc:creator>
      <dc:date>2009-12-02T02:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542474#M17601</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Please fix.&lt;BR /&gt;&lt;BR /&gt;Please send money.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; This is the precompiled cmp 2.8.7a for&lt;BR /&gt;&amp;gt; Alpha/VMS.&lt;BR /&gt;&lt;BR /&gt;_the_ ???&lt;BR /&gt;&lt;BR /&gt;Which you found where?  I doubt that there's&lt;BR /&gt;only one "cmp" out there.&lt;BR /&gt;&lt;BR /&gt;You might try adding some VMS-specific stuff&lt;BR /&gt;to the open() in [.src]cmp.c.  For example:&lt;BR /&gt;&lt;BR /&gt;ALP $ gdiff -u src/cmp.c_orig src/cmp.c&lt;BR /&gt;--- src/cmp.c_orig      2004-04-12 02:44:35 -0500&lt;BR /&gt;+++ src/cmp.c   2009-12-02 00:19:39 -0600&lt;BR /&gt;@@ -38,6 +38,12 @@&lt;BR /&gt; #include &lt;XALLOC.H&gt;&lt;BR /&gt; #include &lt;XSTRTOL.H&gt;&lt;BR /&gt;&lt;BR /&gt;+#ifdef __VMS&lt;BR /&gt;+# define OPEN_ARG , "ctx = stm"&lt;BR /&gt;+#else /* def __VMS */&lt;BR /&gt;+# define OPEN_ARG&lt;BR /&gt;+#endif /* def __VMS [else] */&lt;BR /&gt;+&lt;BR /&gt; #if defined LC_MESSAGES &amp;amp;&amp;amp; ENABLE_NLS&lt;BR /&gt; # define hard_locale_LC_MESSAGES hard_locale (LC_MESSAGES)&lt;BR /&gt; #else&lt;BR /&gt;@@ -286,7 +292,7 @@&lt;BR /&gt;&lt;BR /&gt;       file_desc[f1] = (strcmp (file[f1], "-") == 0&lt;BR /&gt;                       ? STDIN_FILENO&lt;BR /&gt;-                      : open (file[f1], O_RDONLY, 0));&lt;BR /&gt;+                      : open (file[f1], O_RDONLY, 0 OPEN_ARG));&lt;BR /&gt;       if (file_desc[f1] &amp;lt; 0 || fstat (file_desc[f1], stat_buf + f1) != 0)&lt;BR /&gt;        {&lt;BR /&gt;          if (file_desc[f1] &amp;lt; 0 &amp;amp;&amp;amp; comparison_type == type_status)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I don't know how much trouble this would&lt;BR /&gt;cause in other situations, but it may help&lt;BR /&gt;in this one.&lt;BR /&gt;&lt;BR /&gt;alp $ copy modpro.OBJ x1.obj&lt;BR /&gt;alp $ copy modpro.OBJ x2.obj&lt;BR /&gt;alp $ gcmp --ignore-initial=128 x1.obj x2.obj&lt;BR /&gt;x1.obj x2.obj differ: char 39409, line 1&lt;BR /&gt;alp $ gcmpX --ignore-initial=128 x1.obj x2.obj&lt;BR /&gt;alp $&lt;/XSTRTOL.H&gt;&lt;/XALLOC.H&gt;</description>
      <pubDate>Wed, 02 Dec 2009 06:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542474#M17601</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-12-02T06:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542475#M17602</link>
      <description>&amp;gt;I was advised by HP Engineering that the maintainer of the VMS version of this utility reads this forum, and to post the question here.&lt;BR /&gt;&lt;BR /&gt;Interesting.  That would appear to be be a change from longstanding past practice around the forums and around bug-reporting, if that's the case.&lt;BR /&gt;&lt;BR /&gt;I'd suggest duplicating this report into the porting conference over on DECUServe; that's where the majority of the GNV discussions currently reside, and where the GNV updates and workarounds tend to get created. &lt;BR /&gt;&lt;BR /&gt;If the HP maintainer(s) of this stuff _is_ monitoring this stuff?  Welcome!  Post up a reply or two.  And please get a distributed version control system up and running, or please get the current bits moved out to SourceForge rather than the internal storage apparently in use.   And with that access, we can help you with these issues.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2009 13:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542475#M17602</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-12-02T13:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542476#M17603</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] GNV [...]&lt;BR /&gt;&lt;BR /&gt;From the "a" (and the "7") in "2.8.7a", I&lt;BR /&gt;suspect that he's using my stuff rather than&lt;BR /&gt;the GNV stuff, but my psychic powers are too&lt;BR /&gt;weak to give me much confidence in that&lt;BR /&gt;suspicion.</description>
      <pubDate>Wed, 02 Dec 2009 14:17:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542476#M17603</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-12-02T14:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542477#M17604</link>
      <description>All respects to GNV, but I have my own ports of all Gnu utilities, except diffutils, for which I'm using Steven Schweda's port.</description>
      <pubDate>Wed, 02 Dec 2009 19:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542477#M17604</guid>
      <dc:creator>Douglas Rupp</dc:creator>
      <dc:date>2009-12-02T19:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542478#M17605</link>
      <description>What is your goal?&lt;BR /&gt;&lt;BR /&gt;It's clear that you know how to submit patches into the GNU codebase.  &lt;BR /&gt;&lt;BR /&gt;And certainly many of us are frustrated around the lack of access into the GNV stuff, and the way that the GNV code has been fork-ported from the GNU codebase.  Providing a DVCS or SourceForge home for the code might not work, but what we have definitely doesn't work.  (The cmp tool provided within GNV V2.1-2 reports itself as 2.7 Rev 1.5; nearly eight years back.)&lt;BR /&gt;&lt;BR /&gt;(That your organization doesn't have a more direct path into HP is interesting in its own regard.  But I digress.)&lt;BR /&gt;&lt;BR /&gt;And FWIW, the usual approach on OpenVMS involves the ANALYZE /OBJECT mechanisms; I've not seen much use of cmp or DIFFERENCE against object files on OpenVMS.  It's very likely that there's an object module dump tool around, too.  (There are ports of xxd around, too.)  But I'd guess you're aware of this.&lt;BR /&gt;&lt;BR /&gt;And possibly related to this?  The C RTL handling of binary data has been brought up before, and recently too: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1385811" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1385811&lt;/A&gt;</description>
      <pubDate>Wed, 02 Dec 2009 20:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542478#M17605</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-12-02T20:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542479#M17606</link>
      <description>If the goal is just to find out whether the files are identical, wouldn't checksum do the trick?</description>
      <pubDate>Wed, 02 Dec 2009 22:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542479#M17606</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2009-12-02T22:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542480#M17607</link>
      <description>Checksum might work, but I'm constrained by the Makefile.</description>
      <pubDate>Wed, 02 Dec 2009 22:34:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542480#M17607</guid>
      <dc:creator>Douglas Rupp</dc:creator>
      <dc:date>2009-12-02T22:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542481#M17608</link>
      <description>My overall goal is development of the complete Gcc toolchain for IVMS, and to do what I have to do to keep AVMS running well. I just don't have time or motivation to keep the Gnu tools up to date or to attempt to merge in my patches to FSF (a time consuming job). Send money. :-)&lt;BR /&gt;&lt;BR /&gt;Cmp is used to compare objects built during the Gcc bootstrap, and has to skip over the MHD since it contains a timestamp. It used to be the MHD was very predictably sized for Gcc bootstrap objects. That's no long the case, so this latent problem appeared.</description>
      <pubDate>Wed, 02 Dec 2009 22:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542481#M17608</guid>
      <dc:creator>Douglas Rupp</dc:creator>
      <dc:date>2009-12-02T22:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542482#M17609</link>
      <description>Checksum/object is only available for Elf/I64 object files: it excludes data like time stamps. It was a piece of Schwarzwaelderkirsch (how do I get umlauts into this entry?) after having checksum/image.&lt;BR /&gt;&lt;BR /&gt;It shouldn't be so difficult to write such a tool: the Alpha object language is documented. But, you need it today, right?</description>
      <pubDate>Wed, 02 Dec 2009 23:45:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542482#M17609</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2009-12-02T23:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542483#M17610</link>
      <description>The suggestion to modify cmp open() with ctx=stm seems to work. I'll test it in production tonight.  &lt;BR /&gt;&lt;BR /&gt;Checksum for alpha does seem useful in general though.</description>
      <pubDate>Wed, 02 Dec 2009 23:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542483#M17610</guid>
      <dc:creator>Douglas Rupp</dc:creator>
      <dc:date>2009-12-02T23:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542484#M17611</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] ctx=stm seems to work. [...]&lt;BR /&gt;&lt;BR /&gt;New (2.8.7b) kits should be available at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.info/dec/sw/diffutils.html" target="_blank"&gt;http://antinode.info/dec/sw/diffutils.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Included are this "cmp" change, and a&lt;BR /&gt;somewhat sneaky scheme to re-jigger the&lt;BR /&gt;argument list for fwrite() in the generic&lt;BR /&gt;code, so that a difference line in redirected&lt;BR /&gt;output (PIPE, DEFINE SYS$OUTPUT) will&lt;BR /&gt;comprise one N-byte record instead of N&lt;BR /&gt;1-byte records.  (Previously, redirected&lt;BR /&gt;"diff" output was approximately useless.)</description>
      <pubDate>Thu, 17 Dec 2009 23:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542484#M17611</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-12-17T23:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542485#M17612</link>
      <description>Steven said:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; (Previously, redirected&lt;BR /&gt;&amp;gt; "diff" output was approximately useless.)&lt;BR /&gt;&lt;BR /&gt;Unless you use the home-grown redirection patch I sent you on 27-MAR-2009 and reattach here.  With that the file is opened in C rather than DCL, which gives the user a much better chance of getting stream-oriented behavior.  You also don't have to put "pipe" in front of things in order to do redirection.&lt;BR /&gt;&lt;BR /&gt;Not that there's anything wrong with your approach either.</description>
      <pubDate>Fri, 18 Dec 2009 21:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542485#M17612</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2009-12-18T21:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Gnu cmp doesn't work with Alpha object files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542486#M17613</link>
      <description>FYI I put the in ctx=stm patch when you first suggested it, and it's all working again. Thanks.</description>
      <pubDate>Fri, 18 Dec 2009 22:29:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gnu-cmp-doesn-t-work-with-alpha-object-files/m-p/4542486#M17613</guid>
      <dc:creator>Douglas Rupp</dc:creator>
      <dc:date>2009-12-18T22:29:26Z</dc:date>
    </item>
  </channel>
</rss>

