<!-- 
RSS generated by JIRA (9.4.5#940005-sha1:e3094934eac4fd8653cf39da58f39364fb9cc7c1) at Sat Feb 10 06:01:21 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>Akraino JIRA</title>
    <link>https://jira.akraino.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.5</version>
        <build-number>940005</build-number>
        <build-date>11-04-2023</build-date>
    </build-info>


<item>
            <title>[ICN-607] &apos;package_prerequisite&apos; Makefile target depends on &apos;golang-go&apos; to be already installed</title>
                <link>https://jira.akraino.org/browse/ICN-607</link>
                <project id="10400" key="ICN">Integrated Cloud Native NFV</project>
                    <description>&lt;p&gt;The Makefile &apos;package_prerequisite&apos; target should install all package dependencies (on Ubuntu 18.04), including &apos;go&apos;. But it actually depends on &apos;go&apos; being already installed on the system. If it&apos;s not, the following error message will occur:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;~/icn$ make package_prerequisite&lt;br/&gt;
pushd /home/gvancuts/icn/env/metal3 &amp;amp;&amp;amp; ./01_install_package.sh &amp;amp;&amp;amp; popd&lt;br/&gt;
~/icn/env/metal3 ~/icn&lt;br/&gt;
++ dirname /home/gvancuts/icn/env/metal3&lt;br/&gt;
+ LIBDIR=/home/gvancuts/icn/env&lt;br/&gt;
+ source /home/gvancuts/icn/env/lib/common.sh&lt;br/&gt;
++ set -eu -o pipefail&lt;br/&gt;
++ UBUNTU_BIONIC=&apos;Ubuntu 18.04.2 LTS&apos;&lt;br/&gt;
++ DOWNLOAD_PATH=/opt/icn&lt;br/&gt;
++ LOCAL_APT_REPO=/opt/icn/apt&lt;br/&gt;
++ PIP_CACHE_DIR=/opt/icn/pip-cache-dir&lt;br/&gt;
++ BUILD_DIR=/opt/icn/build-dir&lt;br/&gt;
++ CONTAINER_IMAGES_DIR=/opt/icn/docker-dir&lt;br/&gt;
++ KUBE_VERSION=v1.15.0&lt;br/&gt;
++ POD_NETWORK_CIDR=10.244.0.0/16&lt;br/&gt;
++ PODMAN_CNI_CONFLIST=&lt;a href=&quot;https://raw.githubusercontent.com/containers/libpod/v1.4.4/cni/87-podman-bridge.conflist&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://raw.githubusercontent.com/containers/libpod/v1.4.4/cni/87-podman-bridge.conflist&lt;/a&gt;&lt;br/&gt;
++ BS_DHCP_INTERFACE=&lt;br/&gt;
++ BS_DHCP_INTERFACE_IP=&lt;br/&gt;
++ BS_DHCP_DIR=/opt/icn/dhcp&lt;br/&gt;
++ IRONIC_IMAGE=integratedcloudnative/ironic:v1.0-icn&lt;br/&gt;
++ IRONIC_INSPECTOR_IMAGE=integratedcloudnative/ironic-inspector:v1.0-icn&lt;br/&gt;
++ IRONIC_BAREMETAL_IMAGE=integratedcloudnative/baremetal-operator:v2.0-icn&lt;br/&gt;
++ IPA_DOWNLOADER_IMAGE=integratedcloudnative/ironic-ipa-downloader:v1.0-icn&lt;br/&gt;
++ IRONIC_BAREMETAL_SOCAT_IMAGE=alpine/socat:latest&lt;br/&gt;
++ IRONIC_DATA_DIR=/opt/ironic&lt;br/&gt;
++ IRONIC_INTERFACE=&lt;br/&gt;
++ IRONIC_PROVISIONING_INTERFACE=provisioning&lt;br/&gt;
++ IRONIC_IPMI_INTERFACE=&lt;br/&gt;
++ IRONIC_PROVISIONING_INTERFACE_IP=172.22.0.1&lt;br/&gt;
++ IRONIC_IPMI_INTERFACE_IP=&lt;br/&gt;
++ BM_IMAGE_URL=&lt;a href=&quot;https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img&lt;/a&gt;&lt;br/&gt;
++ BM_IMAGE=bionic-server-cloudimg-amd64.img&lt;br/&gt;
+++ go env GOPATH&lt;br/&gt;
/home/gvancuts/icn/env/lib/common.sh: line 43: go: command not found&lt;br/&gt;
++ M3PATH=/src/github.com/metal3-io&lt;br/&gt;
Makefile:27: recipe for target &apos;package_prerequisite&apos; failed&lt;br/&gt;
make: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;package_prerequisite&amp;#93;&lt;/span&gt; Error 127&lt;/p&gt;</description>
                <environment>&lt;ul&gt;
	&lt;li&gt;Fresh Ubuntu 18.04 installation + &apos;sudo apt install make git&apos;&lt;/li&gt;
	&lt;li&gt;ICN: master as of today (see below)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;ICN at:&lt;/p&gt;

&lt;p&gt;commit d97c70768d15571872233922caf17c4a4c34065b (HEAD -&amp;gt; master, origin/master, origin/HEAD)&lt;br/&gt;
Author: Todd Malsbary &amp;lt;todd.malsbary@intel.com&amp;gt;&lt;br/&gt;
Date: Wed Jul 7 16:00:54 2021 -0700&lt;/p&gt;

&lt;p&gt;Update to python3&lt;/p&gt;

&lt;p&gt; Signed-off-by: Todd Malsbary &amp;lt;todd.malsbary@intel.com&amp;gt;&lt;br/&gt;
 Change-Id: Ib85b95e48cc1ce4d64cf54b8a6e82c8cd810c3c5&lt;/p&gt;</environment>
        <key id="11900">ICN-607</key>
            <summary>&apos;package_prerequisite&apos; Makefile target depends on &apos;golang-go&apos; to be already installed</summary>
                <type id="10004" iconUrl="https://jira.akraino.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.akraino.org/images/icons/priorities/low.svg">Low</priority>
                        <status id="10000" iconUrl="https://jira.akraino.org/" description="">To Do</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="r.kuralamudhan">Kuralamudhan Ramakrishnan</assignee>
                                    <reporter username="gvancuts">Geoffroy Van Cutsem</reporter>
                        <labels>
                    </labels>
                <created>Thu, 29 Jul 2021 13:24:40 +0000</created>
                <updated>Thu, 29 Jul 2021 13:24:40 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                        <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10105" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i005ks:</customfieldvalue>

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