<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:12:05 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[BGPCEP-120] Unable to build BGPCEP on Mac OSX</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-120</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;I&apos;ve been attempting to build BGPCEP from a fresh clone of master, and keep encountering java.lang.UnsatisfiedLinkError on:&lt;/p&gt;

&lt;p&gt;BGPPeerModuleTest.testCreateBeanWithMD5:97 &#187; UnsatisfiedLink /private/var/fold... BGPPeerModuleTest.testMD5ValidationFailure:105 &#187; UnsatisfiedLink /private/var/...&lt;/p&gt;

&lt;p&gt;Taking a closer look at the output:&lt;/p&gt;

&lt;p&gt;**testCreateBeanWithMD5(org.opendaylight.controller.config.yang.bgp.rib.impl.BGPPeerModuleTest) Time elapsed: 0.09 sec &amp;lt;&amp;lt;&amp;lt; ERROR! java.lang.UnsatisfiedLinkError: /private/var/folders/vs/fbh839yj3t3dk5rwdnh2lsl00000gn/T/libtcpmd5-jni.so7458397215669977323.tmp: dlopen(/private/var/folders/vs/fbh839yj3t3dk5rwdnh2lsl00000gn/T/libtcpmd5-jni.so7458397215669977323.tmp, 1): no suitable image found. Did find: /private/var/folders/vs/fbh839yj3t3dk5rwdnh2lsl00000gn/T/libtcpmd5-jni.so7458397215669977323.tmp: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00&lt;/p&gt;

&lt;p&gt;The same code will build on Windows.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Mac OS&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="23360">BGPCEP-120</key>
            <summary>Unable to build BGPCEP on Mac OSX</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="milos.fabian@pantheon.tech">Milos Fabian</assignee>
                                    <reporter username="jgoodyear@savoirtech.com">Jamie Goodyear</reporter>
                        <labels>
                    </labels>
                <created>Mon, 11 Aug 2014 17:55:54 +0000</created>
                <updated>Sun, 3 Mar 2019 11:50:17 +0000</updated>
                            <resolved>Mon, 25 Aug 2014 09:50:57 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="44759" author="dkutenicsova" created="Wed, 13 Aug 2014 09:10:53 +0000"  >&lt;p&gt;Can you confirm that the problem does still exist?&lt;/p&gt;</comment>
                            <comment id="44760" author="jgoodyear@savoirtech.com" created="Fri, 15 Aug 2014 14:51:14 +0000"  >&lt;p&gt;As of commit 87240020dd47e53f2efcbb0c0b65c1943e5700cb this problem is still occurring.&lt;/p&gt;</comment>
                            <comment id="44761" author="dkutenicsova" created="Mon, 18 Aug 2014 14:30:18 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/10021&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/10021&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="44762" author="dkutenicsova" created="Mon, 18 Aug 2014 14:30:40 +0000"  >&lt;p&gt;Can you verify please with the included fix?&lt;/p&gt;</comment>
                            <comment id="44763" author="jgoodyear@savoirtech.com" created="Mon, 18 Aug 2014 14:45:14 +0000"  >&lt;p&gt;I&apos;m seeing:&lt;/p&gt;

&lt;p&gt;Starting Core 0 with 1 source files... &lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; /Users/jgoodyear/Documents/tcpmd5/jni/src/main/c/tcpmd5_jni.c:19:10: fatal error: &apos;linux/tcp.h&apos; file not found &lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; #include &amp;lt;linux/tcp.h&amp;gt;&lt;/p&gt;

&lt;p&gt;When building on Max OSX using latest patch set from Gerrit 10021.&lt;/p&gt;</comment>
                            <comment id="44764" author="rovarga" created="Mon, 18 Aug 2014 15:40:40 +0000"  >&lt;p&gt;Jamie, tcpmd5 project&apos;s JNI component requires Linux to build, so building that project on that platform is not currently supported.&lt;/p&gt;</comment>
                            <comment id="44765" author="jgoodyear@savoirtech.com" created="Mon, 18 Aug 2014 16:09:26 +0000"  >&lt;p&gt;Hmm, any way to have it catch a build error and state platform not supported for build purposes?&lt;/p&gt;</comment>
                            <comment id="44766" author="milos.fabian@pantheon.tech" created="Mon, 18 Aug 2014 18:08:10 +0000"  >&lt;p&gt;Hi Jamie, back to the origin issue - failing BGP build. Gerrit 10021 should fix the problem with those two tests - now, they should be skipped, because tcpmd5 is supported only for Linux (64-bit). I tested fix with 32-bit Linux (got UnsatisfiedLinkError before, too). Could you please confirm it is working properly on your environment with latest artifacts? Thank you!&lt;/p&gt;</comment>
                            <comment id="44767" author="jgoodyear@savoirtech.com" created="Mon, 18 Aug 2014 18:28:29 +0000"  >&lt;p&gt;I&apos;m still seeing:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; Preparing Nar dependencies&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; Unpacking 0 dependencies to /Users/jgoodyear/Documents/tcpmd5/jni/target/nar&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; Compiling 1 native files&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; Warning: clang cannot dynamically link libgcc&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; Warning: clang cannot dynamically link libgcc&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; 1 total files to be compiled.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; 1 total files to be compiled.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; Found 8 processors available&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; Found 8 processors available&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; Limited used processors to 1&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; Limited used processors to 1&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; &lt;br/&gt;
Starting Core 0 with 1 source files...&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; &lt;br/&gt;
Starting Core 0 with 1 source files...&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; /Users/jgoodyear/Documents/tcpmd5/jni/src/main/c/tcpmd5_jni.c:19:10: fatal error: &apos;linux/tcp.h&apos; file not found&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; #include &amp;lt;linux/tcp.h&amp;gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt;          ^&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; 1 error generated.&lt;/p&gt;

&lt;p&gt;During mvn clean install. &lt;/p&gt;

&lt;p&gt;I&apos;ve pulled the latest code, and applied the below:&lt;br/&gt;
git fetch &lt;a href=&quot;https://git.opendaylight.org/gerrit/tcpmd5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/tcpmd5&lt;/a&gt; refs/changes/21/10021/4 &amp;amp;&amp;amp; git checkout FETCH_HEAD&lt;/p&gt;

&lt;p&gt;Cheers,&lt;br/&gt;
Jamie&lt;/p&gt;</comment>
                            <comment id="44768" author="milos.fabian@pantheon.tech" created="Mon, 18 Aug 2014 19:15:27 +0000"  >&lt;p&gt;Hi Jamie,&lt;br/&gt;
as Robert wrote - you won&apos;t be able to build tcpmd5/jni project on OSX. Since the fix has been already merged, just try to build BGPCEP with &quot;mvn clean install -U&quot;.&lt;/p&gt;</comment>
                            <comment id="44769" author="dkutenicsova" created="Mon, 25 Aug 2014 09:50:57 +0000"  >&lt;p&gt;BGPCEP is compilable, tcp-md5 is not supported on MAC.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1525</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=1525]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02abr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>