<?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: %LINK-W-ENTIDMTCH...     PAS$ENVIRONMENT_TIME in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/link-w-entidmtch-pas-environment-time/m-p/4244192#M44417</link>
    <description>Note that you can change how the Pascal compiler generates these IDC records by using the [PEN_CHECKING_STYLE] attribute in the file or with the recently adding DCL qualifier to control the same.  You can turn them all off if you trust your build environment and your users.  For example, look at the first few lines of STARLET.PAS.&lt;BR /&gt;&lt;BR /&gt;As others have said, the linker noticed that different objects were compiled against different versions of the "same" PEN file.  If your build created it twice from the same source, then the message is benign.  If you compiled against some rogue PEN file found with some malformed logical name or rooted directory, then you might indeed care.</description>
    <pubDate>Thu, 07 Aug 2008 19:50:24 GMT</pubDate>
    <dc:creator>John Reagan</dc:creator>
    <dc:date>2008-08-07T19:50:24Z</dc:date>
    <item>
      <title>%LINK-W-ENTIDMTCH...     PAS$ENVIRONMENT_TIME</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/link-w-entidmtch-pas-environment-time/m-p/4244188#M44413</link>
      <description>I'm working with an old system that is giving me problems.  In the .map file I see a warning with the text something like:&lt;BR /&gt;&lt;BR /&gt;%link-w-entidmtch     PAS$ENVIRONMENT_TIME  ident of ...some date... of entity XYZ123 ....&lt;BR /&gt;&lt;BR /&gt;Is this anything to worry about?  What problems might be related to this</description>
      <pubDate>Thu, 31 Jul 2008 20:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/link-w-entidmtch-pas-environment-time/m-p/4244188#M44413</guid>
      <dc:creator>Bob S._1</dc:creator>
      <dc:date>2008-07-31T20:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: %LINK-W-ENTIDMTCH...     PAS$ENVIRONMENT_TIME</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/link-w-entidmtch-pas-environment-time/m-p/4244189#M44414</link>
      <description>I just typed&lt;BR /&gt;&lt;BR /&gt;  $ help/message entidmtch&lt;BR /&gt;&lt;BR /&gt;(Careful, there are several partial matches before the exact match at the end).&lt;BR /&gt;&lt;BR /&gt;The explanation "The specified modules were not compiled with the same external files (for example, a library)" sounds pretty bad to me.&lt;BR /&gt;&lt;BR /&gt;In general, yes, worry about it.  If you can't prove that the differences between the different external files are irrelevant, then you have a potential problem.  Maybe it will work and maybe it won't.&lt;BR /&gt;&lt;BR /&gt;What kinds of problems?  It depends on what the differences are.&lt;BR /&gt;&lt;BR /&gt;Is this map file from a recent build since you made a change?  Or has this bad build existed "forever"?</description>
      <pubDate>Thu, 31 Jul 2008 23:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/link-w-entidmtch-pas-environment-time/m-p/4244189#M44414</guid>
      <dc:creator>RBrown_1</dc:creator>
      <dc:date>2008-07-31T23:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: %LINK-W-ENTIDMTCH...     PAS$ENVIRONMENT_TIME</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/link-w-entidmtch-pas-environment-time/m-p/4244190#M44415</link>
      <description>If the system does not link correctly because the linker checks that all references to an environment file are consistent. The linker does the checking with an "entity identification check," which is inserted into object files that refer to an environment file. Because you cannot predict the order of compilation in all circumstances, MMS can produce object files referring to different environment files (with different identifications). The linker then sends the warning message ENTIDMTCH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82final/decset/MMS_USERS_GUIDE.PDF" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/decset/MMS_USERS_GUIDE.PDF&lt;/A&gt;</description>
      <pubDate>Fri, 01 Aug 2008 00:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/link-w-entidmtch-pas-environment-time/m-p/4244190#M44415</guid>
      <dc:creator>Kumar_Sanjay</dc:creator>
      <dc:date>2008-08-01T00:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: %LINK-W-ENTIDMTCH...     PAS$ENVIRONMENT_TIME</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/link-w-entidmtch-pas-environment-time/m-p/4244191#M44416</link>
      <description>Bob,&lt;BR /&gt;&lt;BR /&gt;As mentioned above the answer is depends. The MMS file used (if MMS was used) may not match the definition of environments listed in the Pascal, correcting the MMS file in this case will correct the problem.&lt;BR /&gt;&lt;BR /&gt;We've seen situations like this where changes have been made to a module and MMS instructs the compiler to build the module after some of the previous modules relying on the changes had already been built. You get very similar link errors.&lt;BR /&gt;&lt;BR /&gt;It may be worth while sorting out if you have  access to the sources. &lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 01 Aug 2008 06:58:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/link-w-entidmtch-pas-environment-time/m-p/4244191#M44416</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2008-08-01T06:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: %LINK-W-ENTIDMTCH...     PAS$ENVIRONMENT_TIME</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/link-w-entidmtch-pas-environment-time/m-p/4244192#M44417</link>
      <description>Note that you can change how the Pascal compiler generates these IDC records by using the [PEN_CHECKING_STYLE] attribute in the file or with the recently adding DCL qualifier to control the same.  You can turn them all off if you trust your build environment and your users.  For example, look at the first few lines of STARLET.PAS.&lt;BR /&gt;&lt;BR /&gt;As others have said, the linker noticed that different objects were compiled against different versions of the "same" PEN file.  If your build created it twice from the same source, then the message is benign.  If you compiled against some rogue PEN file found with some malformed logical name or rooted directory, then you might indeed care.</description>
      <pubDate>Thu, 07 Aug 2008 19:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/link-w-entidmtch-pas-environment-time/m-p/4244192#M44417</guid>
      <dc:creator>John Reagan</dc:creator>
      <dc:date>2008-08-07T19:50:24Z</dc:date>
    </item>
  </channel>
</rss>

