<?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 MUNPACK for I64 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194682#M42738</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I always used munpack on Alpha.&lt;BR /&gt;This was available on a freeware CD.&lt;BR /&gt;Does this also exist for I64?&lt;BR /&gt;&lt;BR /&gt;Or can I download munpack for I64?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;/Toine</description>
    <pubDate>Fri, 21 Aug 2009 08:18:43 GMT</pubDate>
    <dc:creator>Toine_1</dc:creator>
    <dc:date>2009-08-21T08:18:43Z</dc:date>
    <item>
      <title>MUNPACK for I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194682#M42738</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I always used munpack on Alpha.&lt;BR /&gt;This was available on a freeware CD.&lt;BR /&gt;Does this also exist for I64?&lt;BR /&gt;&lt;BR /&gt;Or can I download munpack for I64?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;/Toine</description>
      <pubDate>Fri, 21 Aug 2009 08:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194682#M42738</guid>
      <dc:creator>Toine_1</dc:creator>
      <dc:date>2009-08-21T08:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: MUNPACK for I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194683#M42739</link>
      <description>Aren't there sources on the freeware CD? The source I have  (dating back to 97) just compile (with some noise) and link on I64. I didn't do much with them except:&lt;BR /&gt;&lt;BR /&gt;$ mc sys$disk:[]mpack -?&lt;BR /&gt;vmsi64$dka100:[hb.mpack]mpack.exe;1: illegal option -- ?&lt;BR /&gt;mpack version 1.5&lt;BR /&gt;usage: mpack [-s subj] [-d file] [-m maxsize] [-c content-type] file address...&lt;BR /&gt;       mpack [-s subj] [-d file] [-m maxsize] [-c content-type] -o file file&lt;BR /&gt;$&lt;BR /&gt;$ mc sys$disk:[]munpack -?&lt;BR /&gt;vmsi64$dka100:[hb.mpack]munpack.exe;1: illegal option -- ?&lt;BR /&gt;munpack version 1.5&lt;BR /&gt;usage: munpack [-f] [-q] [-C directory] [files...]]&lt;BR /&gt;&lt;BR /&gt;That doesn't prove anything but seems a good start.</description>
      <pubDate>Fri, 21 Aug 2009 10:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194683#M42739</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2009-08-21T10:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: MUNPACK for I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194684#M42740</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I found the sources on the internet: &lt;BR /&gt;&lt;A href="http://www.digiater.nl/openvms/freeware/v40/lederman/mpack." target="_blank"&gt;http://www.digiater.nl/openvms/freeware/v40/lederman/mpack.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I used this command procedure to compile and link: make_vms.com &lt;BR /&gt;&lt;BR /&gt;But when I tried to compile it on I64 I got one warning on the part.c source code:&lt;BR /&gt;&lt;BR /&gt;  return;                  ....&lt;BR /&gt;&lt;BR /&gt;%CC-W-NORETURNVAL, The function "part_close" returns a value, but no value is given in this return statement.&lt;BR /&gt;at line number 73 in file DSA1900:&lt;MPACK15.SRC&gt;PART.C&lt;BR /&gt;&lt;BR /&gt;Could I just replace the return; statement with return 1;&lt;BR /&gt;&lt;BR /&gt;/Toine&lt;BR /&gt;&lt;BR /&gt;&lt;/MPACK15.SRC&gt;</description>
      <pubDate>Fri, 21 Aug 2009 10:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194684#M42740</guid>
      <dc:creator>Toine_1</dc:creator>
      <dc:date>2009-08-21T10:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: MUNPACK for I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194685#M42741</link>
      <description>I would make that function "void".That may help with finding whether the returned value is used and what the expected return values is/should be.</description>
      <pubDate>Fri, 21 Aug 2009 10:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194685#M42741</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2009-08-21T10:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: MUNPACK for I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194686#M42742</link>
      <description>I think the newer source of mpack 1.5 is on freeware/v50. I took this and it built it on IA64.&lt;BR /&gt;&lt;BR /&gt;There is also a newer mpack1.6 on &lt;BR /&gt; &lt;A href="http://nchrem.tnw.tudelft.nl/openvms/software2.html" target="_blank"&gt;http://nchrem.tnw.tudelft.nl/openvms/software2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It also works on Itanium, just replace in unixpk.c:&lt;BR /&gt;#ifdef __ALPHA&lt;BR /&gt;by &lt;BR /&gt;#ifndef __vax&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2009 11:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194686#M42742</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-08-21T11:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: MUNPACK for I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194687#M42743</link>
      <description>&lt;!--!*#--&gt;Somewhere back around March, I seem to have&lt;BR /&gt;assembled some mpack code from:&lt;BR /&gt;&lt;BR /&gt;    &lt;A href="ftp://ftp.andrew.cmu.edu/pub/mpack/" target="_blank"&gt;ftp://ftp.andrew.cmu.edu/pub/mpack/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and a Debian patch kit (1.6-5):&lt;BR /&gt;&lt;BR /&gt;    &lt;A href="http://ftp.de.debian.org/debian/pool/main/m/mpack/" target="_blank"&gt;http://ftp.de.debian.org/debian/pool/main/m/mpack/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and fiddled with it enough to make VMS (and&lt;BR /&gt;me?) happy.  I never tested it much, so I&lt;BR /&gt;never published the results, but if anyone's&lt;BR /&gt;interested, I could do that.</description>
      <pubDate>Fri, 21 Aug 2009 14:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194687#M42743</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-21T14:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: MUNPACK for I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194688#M42744</link>
      <description>Thank you all for the good solutions.&lt;BR /&gt;&lt;BR /&gt;I have munpack running on I64.&lt;BR /&gt;&lt;BR /&gt;I compiled and linked it and it works.&lt;BR /&gt;&lt;BR /&gt;(Also AEST worked.)&lt;BR /&gt;&lt;BR /&gt;/Toine</description>
      <pubDate>Fri, 21 Aug 2009 18:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194688#M42744</guid>
      <dc:creator>Toine_1</dc:creator>
      <dc:date>2009-08-21T18:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: MUNPACK for I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194689#M42745</link>
      <description>I changed the version at nchrem.tnw.tudelft.nl/software2.html according the suggestion of Joseph Huber&lt;BR /&gt;&lt;BR /&gt;    Thanks&lt;BR /&gt;&lt;BR /&gt;             Jouk</description>
      <pubDate>Mon, 24 Aug 2009 09:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194689#M42745</guid>
      <dc:creator>Jansen_8</dc:creator>
      <dc:date>2009-08-24T09:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: MUNPACK for I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194690#M42746</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] if anyone's&lt;BR /&gt;&amp;gt; interested, I could do that.&lt;BR /&gt;&lt;BR /&gt;Or even if no one is:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.info/dec/sw/mpack.html" target="_blank"&gt;http://antinode.info/dec/sw/mpack.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Complaints are always welcome.  (At least the&lt;BR /&gt;compilers seem to like it.)</description>
      <pubDate>Mon, 24 Aug 2009 21:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194690#M42746</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-24T21:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: MUNPACK for I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194691#M42747</link>
      <description>Very good Steven.&lt;BR /&gt;&lt;BR /&gt;I downloaded your zip file and unzipped it on my I64 box.&lt;BR /&gt;&lt;BR /&gt;The munpack is working OK.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;/Toine&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Aug 2009 21:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194691#M42747</guid>
      <dc:creator>Toine_1</dc:creator>
      <dc:date>2009-08-24T21:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: MUNPACK for I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194692#M42748</link>
      <description>&lt;!--!*#--&gt;&amp;gt; The munpack is working OK.&lt;BR /&gt;&lt;BR /&gt;If your standards are low.  Too late (as&lt;BR /&gt;usual) I noticed that I had left out the&lt;BR /&gt;code to preserve command-line case.  It's&lt;BR /&gt;not life-or-death, but if you want "-C" to&lt;BR /&gt;work without the quotation marks, then&lt;BR /&gt;there's a newer (better?) vmsos.c available&lt;BR /&gt;now:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.info/ftp/mpack/mpack-1_6a_vms/vmsos.c" target="_blank"&gt;http://antinode.info/ftp/mpack/mpack-1_6a_vms/vmsos.c&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sigh.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I never tested it much, [...]&lt;BR /&gt;&lt;BR /&gt;Never make a claim without offering evidence,&lt;BR /&gt;I always say.</description>
      <pubDate>Tue, 25 Aug 2009 05:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194692#M42748</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-25T05:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: MUNPACK for I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194693#M42749</link>
      <description>And if you're not particularly fussy, the MIME utility that's been incorporated into OpenVMS can also be serviceable for various MIME-related tasks. &lt;BR /&gt;</description>
      <pubDate>Tue, 25 Aug 2009 10:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/munpack-for-i64/m-p/5194693#M42749</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-08-25T10:38:10Z</dc:date>
    </item>
  </channel>
</rss>

