<div dir="ltr">Hi Tobias, Hi All,<div><br></div><div>    the Travis CI linux builds are failing because of:</div><div><br></div><div><div>/home/travis/build/OpenSmalltalk/opensmalltalk-vm/src/plugins/VMProfileLinuxSupportPlugin/VMProfileLinuxSupportPlugin.c: At top level:</div><div>/home/travis/build/OpenSmalltalk/opensmalltalk-vm/src/plugins/VMProfileLinuxSupportPlugin/VMProfileLinuxSupportPlugin.c:234:24: warning: ‘struct dl_phdr_info’ declared inside parameter list [enabled by default]</div><div> reapmodulenames(struct dl_phdr_info *info, size_t size, void *ignored)</div><div><br></div><div>And this causes the textually identical forward declarations to fail to agree with the definitions, e.g.</div><div><br></div><div><div>/home/travis/build/OpenSmalltalk/opensmalltalk-vm/src/plugins/VMProfileLinuxSupportPlugin/VMProfileLinuxSupportPlugin.c:234:1: error: conflicting types for ‘reapmodulenames’</div><div> reapmodulenames(struct dl_phdr_info *info, size_t size, void *ignored)</div><div> ^</div><div>/home/travis/build/OpenSmalltalk/opensmalltalk-vm/src/plugins/VMProfileLinuxSupportPlugin/VMProfileLinuxSupportPlugin.c:56:12: note: previous declaration of ‘reapmodulenames’ was here</div><div> static int reapmodulenames(struct dl_phdr_info *info, size_t size, void *ignored);</div><div> </div></div><div>since each instance of struct dl_phdr_info * is considered to be a different opaque pointer type.</div><div><br></div><div>I suspect that somehow dlfcn.h is not getting included and that that is because HAVE_DLFCN_H is not getting defined, which makes me think config.h is to blame.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 1, 2018 at 4:12 PM, Travis CI <span dir="ltr"><<a href="mailto:builds@travis-ci.org" target="_blank">builds@travis-ci.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"> <br><u></u>

  
    
    
    
    
  
  <div style="min-width:100%;height:100%;margin:0px;padding:0px">
    <table id="gmail-m_3020257026028432842travis-ci-email-container" align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" style="height:100%;width:100%;padding:10px;font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;line-height:150%;text-align:center;color:rgb(51,51,51);background-color:rgb(244,245,249);background-image:url(https://s3.amazonaws.com/travis-email-assets/build_background.png)">
      <tbody><tr>
        <td align="center" valign="top" style="padding-bottom:20px">
          <table id="gmail-m_3020257026028432842email-content-container" border="0" cellpadding="0" cellspacing="0" style="width:500px;padding:32px;background-color:rgb(255,255,255)">
            
            <tbody><tr>
              <td id="gmail-m_3020257026028432842repo-username-section" align="center" valign="top" style="padding-bottom:20px">
                <a href="https://travis-ci.org/OpenSmalltalk/opensmalltalk-vm?utm_source=email&utm_medium=notification" id="gmail-m_3020257026028432842repo-username-link" style="color:rgb(51,51,51);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(51,51,51);text-decoration:none;padding-bottom:4px" target="_blank">
                  <p class="gmail-m_3020257026028432842repo-slug" style="margin:0px;display:inline;font-size:30px;font-weight:600;line-height:36px;padding-right:5px;padding-left:0px">OpenSmalltalk</p>
                  <p id="gmail-m_3020257026028432842repo-slug-divider" style="margin:0px;display:inline;font-size:30px;font-weight:100;color:rgb(158,163,168)">/</p>
                  <p class="gmail-m_3020257026028432842repo-slug" style="margin:0px;display:inline;font-size:30px;font-weight:600;line-height:36px;padding-left:5px">opensmalltalk-vm</p>
</a>              </td>
            </tr>
            
            <tr>
              <td id="gmail-m_3020257026028432842branch-name-section" align="center" valign="top" style="padding-bottom:35px">
                <p id="gmail-m_3020257026028432842branch-name" style="margin:0px;font-size:28px;font-weight:300">
                  <img alt="branch icon" src="https://s3.amazonaws.com/travis-email-assets/branch.png" style="width: 16px; height: auto; padding-right: 8px; vertical-align: bottom;"><a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/tree/Cog" id="gmail-m_3020257026028432842branch-name-link" style="color:rgb(51,51,51);text-decoration:none;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(51,51,51);padding-bottom:2px;line-height:36px" target="_blank">Cog</a>
                </p>
              </td>
            </tr>
            
            <tr>
              <td align="center" valign="top" style="padding-bottom:20px">
                <table cellpadding="0" cellspacing="0" class="gmail-m_3020257026028432842build-status-border gmail-m_3020257026028432842build-status-border-error" style="border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border:1px solid rgb(102,103,102);width:100%">
                  <tbody><tr class="gmail-m_3020257026028432842build-status-background-error" style="background-color:rgba(102,103,102,0.0980392)">
                    <td id="gmail-m_3020257026028432842status-icon-section" align="center" valign="top" class="gmail-m_3020257026028432842build-status-border-bottom-error" style="border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(102,103,102);padding:15px">
                    <div style="float:left">
                      <div style="display:inline"><img alt="build has errored" src="https://s3.amazonaws.com/travis-email-assets/status-errored.png" style="display: inline; vertical-align: sub; width: 17px; height: 17px; padding-right: 8px;"></div><div style="display:inline"><a href="https://travis-ci.org/OpenSmalltalk/opensmalltalk-vm/builds/386910552?utm_source=email&utm_medium=notification" class="gmail-m_3020257026028432842error" id="gmail-m_3020257026028432842status-section-message" style="color:rgb(102,103,102);font-size:16px;font-weight:600" target="_blank">Build #1354 has errored</a></div>
                    </div>
                      <div style="display:inline;float:left"><img alt="arrow to build time" id="gmail-m_3020257026028432842arrow" src="https://s3.amazonaws.com/travis-email-assets/error-arrow.png" style="width: 7px; height: auto; vertical-align: text-bottom; padding: 0px 8px;"></div>
                    <div style="float:right">
                      <span><img alt="clock icon" id="gmail-m_3020257026028432842build-time-clock-icon" src="https://s3.amazonaws.com/travis-email-assets/time.png" style="width: 15px; height: 17px; padding-right: 8px; vertical-align: sub;"></span><span style="font-size:14px">11 mins and 44 secs</span>
                    </div>
                    </td>
                  </tr>
                  <tr>
                    <td id="gmail-m_3020257026028432842user-avatar-changeset-section" align="center" valign="top" style="padding:20px 15px 35px">
                      <div id="gmail-m_3020257026028432842user-avatar-changeset-left" style="float:left">
                        <p style="margin:0px;display:inline;font-size:14px;font-weight:700;color:rgb(51,51,51)">
                          <img alt="Eliot Miranda avatar" src="https://secure.gravatar.com/avatar/f2e53aa3c1d815352acd24b0b51963f4" style="width: 22px; height: auto; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; vertical-align: middle; margin-right: 8px;">Eliot Miranda
                        </p>
                      </div>
                      <div id="gmail-m_3020257026028432842user-avatar-changeset-right" style="float:right">
                        <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/76814ae7e53f...a30c13238665" id="gmail-m_3020257026028432842changeset-link" style="font-size:14px;color:rgb(0,104,255);font-weight:600" target="_blank">a30c132 CHANGESET →</a>
                      </div>
                    </td>
                  </tr>
                  <tr>
                    <td id="gmail-m_3020257026028432842commit-message-section" align="center" valign="top" style="min-height:104px;padding:0px 15px 20px">
                      <p id="gmail-m_3020257026028432842commit-message" style="margin:0px;font-family:cousine,monospace;font-size:14px;text-align:left;line-height:22px">CogVM source as per VMMaker.oscog-eem.2401<br><br>Cogit<br>Answer better closed PIC data from primitiveCollectCogCodeConstit<wbr>uents. i.e.<br>scan preceding methods for references to closed PICs and store temporarily the<br>send site's first case cache tag (mapped to a class) in the PIC's methodObject<br>field for later harvesting.  Answder am array of PIC selector followed by<br>class, target pairs, where target is either a method or #doesNotUnderstand:.</p>
                    </td>
                  </tr>
                </tbody></table>
              </td>
            </tr>
          </tbody></table>
        </td>
      </tr>
      
      
      <tr>
        <td id="gmail-m_3020257026028432842update-section" align="center" valign="top" style="padding-bottom:20px">
          <table id="gmail-m_3020257026028432842update-container" border="0" cellpadding="0" cellspacing="0" style="width:500px;padding:32px 32px 42px;background-color:rgb(255,255,255)">
            <tbody><tr>
              <td align="center" valign="top">
                <p id="gmail-m_3020257026028432842update-header" style="margin:0px 0px 20px;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:rgb(0,104,255);padding-bottom:10px;font-size:24px;line-height:31px">Want to know about upcoming build environment updates?</p>
                <p id="gmail-m_3020257026028432842update-message" style="margin:0px 0px 32px;font-size:16px;line-height:26px;font-weight:300">Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you!</p>
                <a href="http://eepurl.com/9OCsP" id="gmail-m_3020257026028432842sign-up-button" style="font-size:14px;font-weight:600;color:rgb(255,255,255);background-color:rgb(0,104,255);text-decoration:none;padding:12px 20px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px" target="_blank">SIGN UP HERE</a>
              </td>
            </tr>
          </tbody></table>
        </td>
      </tr>
      
      <tr>
        <td align="center" valign="top" style="padding-bottom:20px">
          <table id="gmail-m_3020257026028432842documentation-container" border="0" cellpadding="0" cellspacing="0" style="width:500px;padding:25px;background-color:rgba(222,239,255,0.298039);border:1px solid rgb(102,164,255);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">
            <tbody><tr>
              <td id="gmail-m_3020257026028432842documentation-section" align="center" valign="top">
                <div>
                  <img alt="book icon" id="gmail-m_3020257026028432842documentation-icon" src="https://s3.amazonaws.com/travis-email-assets/documentation.png" style="display: inline; vertical-align: bottom; padding-right: 5px;">
                  <p id="gmail-m_3020257026028432842documentation-text" style="margin:0px;font-size:26px;font-weight:300;color:rgb(0,104,255);display:inline">
                    <a href="https://docs.travis-ci.com/" id="gmail-m_3020257026028432842documentation-link" style="color:rgb(0,104,255)" target="_blank">Documentation</a> about Travis CI
                  </p>
                </div>
              </td>
            </tr>
          </tbody></table>
        </td>
      </tr>
      
      <tr>
        <td align="center" valign="top">
          <table id="gmail-m_3020257026028432842travis-ci-email-footer-container" border="0" cellpadding="20" cellspacing="0" style="width:500px">
            <tbody><tr>
              <td id="gmail-m_3020257026028432842questions-section" align="center" valign="top" style="color:rgb(0,104,255);font-weight:300">
                <span>Have any questions?</span>
                <span>
                  <a href="mailto:support@travis-ci.com" style="color:rgb(0,104,255)" target="_blank">We're here to help.</a>
                </span>
              </td>
            </tr>
            <tr>
              <td id="gmail-m_3020257026028432842travis-ci-footer-logo-section" style="text-align:center">
                <a href="https://travis-ci.com" target="_blank"><img alt="black and white travis ci logo" src="https://s3.amazonaws.com/travis-email-assets/TravisCI-Logo-BW.png"></a>
              </td>
            </tr>
            <tr>
              <td id="gmail-m_3020257026028432842email-footer-section" style="font-size:10px;line-height:200%;text-align:center;color:rgb(158,163,168);padding-top:0px">
                <p style="margin:0px">Travis CI GmbH, Rigaer Str. 8, 10427 Berlin, Germany | GF: Konstantin Haase, Fritz Thielemann |
                  <span>Contact:<a href="mailto:contact@travis-ci.com" style="color:rgb(158,163,168)" target="_blank">contact@travis-ci.com</a> | Amtsgericht Charlottenburg, Berlin, HRB 140133 B | Umsatzsteuer-ID gemäß §27 a Umsatzsteuergesetz: DE282002648</span>
                </p>
              </td>
            </tr>
          </tbody></table>
        </td>
      </tr>
    </tbody></table>
    
  <center>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <table border="0" cellpadding="0" cellspacing="0" width="100%" id="gmail-m_3020257026028432842canspamBarWrapper" style="background-color:rgb(255,255,255);border-top-width:1px;border-top-style:solid;border-top-color:rgb(229,229,229)">
        <tbody><tr>
            <td align="center" valign="top" style="padding-top:20px;padding-bottom:20px">
                <table border="0" cellpadding="0" cellspacing="0" id="gmail-m_3020257026028432842canspamBar">
                    <tbody><tr>
                        <td align="center" valign="top" style="color:rgb(96,96,96);font-family:Helvetica,Arial,sans-serif;font-size:11px;line-height:150%;padding-right:20px;padding-bottom:5px;padding-left:20px;text-align:center">
                            This email was sent to <a href="mailto:vm-dev@lists.squeakfoundation.org" style="color:rgb(64,64,64)" target="_blank">vm-dev@lists.squeakfoundation.<wbr>org</a>
                              
                            <a href="http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=e173cf0b9c7947169afe59c50eb4caa8.bhaFHCS7PNgn8KLhhAIsZkVxKmM%3D&r=https%3A%2F%2Fmandrillapp.com%2Funsub%3Fmd_email%3Dvm-dev%2540lists.squeakfoundation.org" style="color:rgb(64,64,64)" target="_blank">unsubscribe from this list</a>
                        </td>
                    </tr>
                </tbody></table>
            </td>
        </tr>
    </tbody></table>
    
</center></div>



<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>
</div></div></div>