<?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: Alternate Package Managers and JRE in NI Linux Real-Time Discussions</title>
    <link>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454034#M1237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would certainly recommend avoiding attempting to use two package managers unless you know what you're getting yourself into and can dig yourself out. The niceties that some distros provide for mixing package managers is largely absent from NI LInux RT. That being said, again, if I was in your position I'd try to make &lt;STRONG&gt;opkg&lt;/STRONG&gt; work for what you need for installing the .deb file. I would start from a clean format of the controller&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2016 21:22:39 GMT</pubDate>
    <dc:creator>BradM</dc:creator>
    <dc:date>2016-09-12T21:22:39Z</dc:date>
    <item>
      <title>Alternate Package Managers and JRE</title>
      <link>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454030#M1233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I'm still sorta looking into getting &lt;A _jive_internal="true" href="http://https://decibel.ni.com/content/thread/47558?tstart=0"&gt;Wine&lt;/A&gt; running on an x64 based controller, and it seems the path to make this work hits many road blocks when it comes to the choice in package management.&amp;nbsp; Other Linux distros aren't as open with their package manageers, but there is more of an eco system with them.&amp;nbsp; Others like apt-get, yum, deb, and dnf just to name a few.&amp;nbsp; So I started looking into how to install some of these other package managers and I figured I'd try apt-get since it seems to be popular.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APT has a pretty useful download and install page &lt;A href="http://www.stsci.edu/hst/proposing/apt/installation/linux"&gt;here&lt;/A&gt;.&amp;nbsp; But running the sh files seems to require the Java runtime engine.&amp;nbsp; So I tried installing the RPM.&amp;nbsp; First I had to install RPM using OPKG then install the RPM but I needed to use the --nodeps because it believed dependencies were missing when it seemed they were already installed.&amp;nbsp; The paths it complained about had files with the exact names.&amp;nbsp; After that the APT installer still wouldn't run with an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;./jre/bin/java: No such file or directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But doing Java -version returns what looks like a good install.&amp;nbsp; Instead of running the sh where it was I &lt;SPAN style="font-size: 10pt;"&gt;could extract it using a different Linux machine, then try to run the Jar file itself.&amp;nbsp; This resulted in several exception, and failed dependency errors.&amp;nbsp; Is there other options with package managers?&amp;nbsp; Is there other options with Java?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;java.awt.HeadlessException:&lt;/P&gt;&lt;P&gt;No X11 DISPLAY variable was set, but this program performed an operation which requires it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.Window.&amp;lt;init&amp;gt;(Window.java:536)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.Frame.&amp;lt;init&amp;gt;(Frame.java:420)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.Frame.&amp;lt;init&amp;gt;(Frame.java:385)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.swing.JFrame.&amp;lt;init&amp;gt;(JFrame.java:189)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.izforge.izpack.installer.GUIInstaller.loadLangPack(Unknown Source)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.izforge.izpack.installer.GUIInstaller.access$000(Unknown Source)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.izforge.izpack.installer.GUIInstaller$1.run(Unknown Source)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventQueue.access$500(EventQueue.java:97)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventQueue$3.run(EventQueue.java:709)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventQueue$3.run(EventQueue.java:703)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)&lt;/P&gt;&lt;P&gt;Can not find optional resource conditions.xml&lt;/P&gt;&lt;P&gt;No specification for conditions found.&lt;/P&gt;&lt;P&gt;RulesEngine.init()&lt;/P&gt;&lt;P&gt;Initializing builtin conditions for packs.&lt;/P&gt;&lt;P&gt;Pack.getCondition(): null for pack APT&lt;/P&gt;&lt;P&gt;No custom langpack available.&lt;/P&gt;&lt;P&gt;java.lang.NullPointerException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.izforge.izpack.installer.GUIInstaller.loadGUI(Unknown Source)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.izforge.izpack.installer.GUIInstaller.access$100(Unknown Source)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.izforge.izpack.installer.GUIInstaller$2.run(Unknown Source)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventQueue.access$500(EventQueue.java:97)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventQueue$3.run(EventQueue.java:709)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventQueue$3.run(EventQueue.java:703)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 20:13:17 GMT</pubDate>
      <guid>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454030#M1233</guid>
      <dc:creator>Hooovahh</dc:creator>
      <dc:date>2016-09-09T20:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Package Managers and JRE</title>
      <link>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454031#M1234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the ipk package format is essentially a stripped-down version of the deb package format (dpkg/apt/aptitude/synaptic), you can usually install the .deb directly from opkg. One thing, however, to be aware of is that package names between the .deb and .ipk may differ, so there's a little detective work and playing the part of the package manager involved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 22:00:14 GMT</pubDate>
      <guid>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454031#M1234</guid>
      <dc:creator>BradM</dc:creator>
      <dc:date>2016-09-09T22:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Package Managers and JRE</title>
      <link>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454032#M1235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"... there's a little detective work..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically checking the listed dependencies and whether or not they're already installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2016 03:14:06 GMT</pubDate>
      <guid>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454032#M1235</guid>
      <dc:creator>BradM</dc:creator>
      <dc:date>2016-09-10T03:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Package Managers and JRE</title>
      <link>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454033#M1236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I have been doing some detective work for sure.&amp;nbsp; Installing a package will complain about all kinds of missing dependencies.&amp;nbsp; Several times it will state missing dependencies for things that are already installed.&amp;nbsp; For things that aren't already installed I'll track down the dependency, and it will claim it has a missing dependency...which is already installed.&amp;nbsp; I've had some success with using the --nodeps to force and install if it thinks dependencies are missing that aren't.&amp;nbsp; Then there are times when I know a dependency is missing, it is not installed, and I can't find it in a compatibile opkg format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not done trying to track it down, but I did get yum installed.&amp;nbsp; It throws errors with some kind of missing python dependency (which are installed) but I was able to make and make install yum from source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After installing a whole bunch of stuff:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;opkg install packagegroup-core-buildessential&lt;/P&gt;&lt;P&gt;opkg install packagegroup-core-buildessential-dev&lt;/P&gt;&lt;P&gt;opkg install packagegroup-core-python&lt;/P&gt;&lt;P&gt;opkg install packagegroup-core-full-cmdline&lt;/P&gt;&lt;P&gt;opkg install packagegroup-core-perl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded the tar ball from &lt;A href="http://yum.baseurl.org/download/3.4/yum-3.4.3.tar.gz"&gt;here&lt;/A&gt;.&amp;nbsp; I uncompressed it with "tar zxf file.tar.gz" performed a make, then make install in the directory.&amp;nbsp; Then running yum from bash I get the following, which may indicate a version compatibility issue with python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was a problem importing one of the Python modules&lt;/P&gt;&lt;P&gt;required to run yum. The error leading to this problem was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; No module named yum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please install a package which provides this module, or&lt;/P&gt;&lt;P&gt;verify that the module is installed correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible that the above module doesn't match the&lt;/P&gt;&lt;P&gt;current version of Python, which is:&lt;/P&gt;&lt;P&gt;2.7.9 (default, Jun&amp;nbsp; 8 2016, 23:40:34)&lt;/P&gt;&lt;P&gt;[GCC 4.8.2]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you cannot solve this problem yourself, please go to&lt;/P&gt;&lt;P&gt;the yum faq at:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://yum.baseurl.org/wiki/Faq" target="_blank"&gt;http://yum.baseurl.org/wiki/Faq&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 13:18:47 GMT</pubDate>
      <guid>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454033#M1236</guid>
      <dc:creator>Hooovahh</dc:creator>
      <dc:date>2016-09-12T13:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Package Managers and JRE</title>
      <link>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454034#M1237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would certainly recommend avoiding attempting to use two package managers unless you know what you're getting yourself into and can dig yourself out. The niceties that some distros provide for mixing package managers is largely absent from NI LInux RT. That being said, again, if I was in your position I'd try to make &lt;STRONG&gt;opkg&lt;/STRONG&gt; work for what you need for installing the .deb file. I would start from a clean format of the controller&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 21:22:39 GMT</pubDate>
      <guid>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454034#M1237</guid>
      <dc:creator>BradM</dc:creator>
      <dc:date>2016-09-12T21:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Package Managers and JRE</title>
      <link>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454035#M1238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information.&amp;nbsp; I partially just thought of package managers as something similar to an app store, and didn't see any reason why I can't have multiple app stores on an android or iOS.&amp;nbsp; I certainly am not an expert, and I'll try to avoid getting into multiple package manager madness.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I see that opkg is supposed to support deb packages, and by adding "arch i386 28" and "arch amd64 29" to my /etc/opkg/arch.conf I am able to somewhat convince opkg to install deb packages.&amp;nbsp; But another issue I've seen with this is the majority of deb pacakges made today are using the zx compression level on the data.tar and opkg only supports gzip.&amp;nbsp; I'm still trying to work through this issue but at the moment I'm trying to download the source on a Debian machine and rebuild it using gzip compression in the hopes it can be installed with opkg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 15:16:43 GMT</pubDate>
      <guid>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454035#M1238</guid>
      <dc:creator>Hooovahh</dc:creator>
      <dc:date>2016-09-13T15:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Package Managers and JRE</title>
      <link>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454036#M1239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;xz compression was just added to opkg a few days ago&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Repo: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://git.yoctoproject.org/cgit/cgit.cgi/opkg/" target="_blank"&gt;http://git.yoctoproject.org/cgit/cgit.cgi/opkg/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Commit: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://git.yoctoproject.org/cgit/cgit.cgi/opkg/commit/?id=1053fbc7de095e53ed10a97e8c6d408f03767cd4" target="_blank"&gt;http://git.yoctoproject.org/cgit/cgit.cgi/opkg/commit/?id=1053fbc7de095e53ed10a97e8c6d408f03767cd4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An option would be to build opkg from master and use that, if you are willing to take that on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 17:23:58 GMT</pubDate>
      <guid>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454036#M1239</guid>
      <dc:creator>Alejandro_del_Castillo</dc:creator>
      <dc:date>2016-09-13T17:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Package Managers and JRE</title>
      <link>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454037#M1240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah that's what I'm in the process of doing right now.&amp;nbsp; Download source, build, extract the deb, extract the tar, rebuild the tar as a gz, rebuild the deb.&amp;nbsp; I tried commanding the build to make a gz instead of xz but it wasn't working.&amp;nbsp; Thanks for looking into the opkg and xz support, getting that to work sounds like an easier solution.&amp;nbsp; I still need to track down all the missing dependencies but at least I don't need to rebuild each of them multiple times.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 17:35:38 GMT</pubDate>
      <guid>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3454037#M1240</guid>
      <dc:creator>Hooovahh</dc:creator>
      <dc:date>2016-09-13T17:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Package Managers and JRE</title>
      <link>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3579112#M2156</link>
      <description>&lt;P&gt;&amp;nbsp;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sorry for jumping back again on this thread. I was trying to upgrade opgk to version 0.3.4 since I need support for tar.gz archives, but I've some troubles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's what I did:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I'm working on a cRIO 903x with LV 16 release SW (OS&amp;nbsp;NI Linux Real-Time x64 4.1.15-rt17-4.0.0f0)&lt;/LI&gt;
&lt;LI&gt;Installed the following components on the target to get source and compile code on the target itself:&amp;nbsp; &lt;EM&gt;opkg update &amp;amp;&amp;amp; opkg install packagegroup-core-buildessential git &lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;git clone&amp;nbsp;&lt;A href="git://git.yoctoproject.org/opkg" target="_blank"&gt;git://git.yoctoproject.org/opkg&lt;/A&gt;&amp;nbsp;-b master&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;I&gt;&lt;I&gt;o&lt;/I&gt;&lt;/I&gt;&lt;EM&gt;pkg install&amp;nbsp;libarchive-dev libcurl-dev&amp;nbsp;openssl-dev&amp;nbsp;gpgme-dev&amp;nbsp;&lt;/EM&gt;(since futher ./configure won't retun successfully)&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;cd opkg&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;./autogen.sh&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;./configure --prefix=/usr/&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;make &amp;amp;&amp;amp; make install&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;All works fine 'til now, I can even check that opkg has been updated to a new version (0.3.5 SNAPSHOT).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, all commands I give return immediately without doing nothing. Return code seems ok (running echo $? return 0) but opkg doesn't do anything. What have I done wrong?&lt;/P&gt;
&lt;P&gt;Thanks for helping.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2017 01:23:53 GMT</pubDate>
      <guid>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3579112#M2156</guid>
      <dc:creator>Chuck_81</dc:creator>
      <dc:date>2017-02-05T01:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Package Managers and JRE</title>
      <link>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3581014#M2159</link>
      <description>&lt;P&gt;Hi Fabio,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What sub-commands have you tried? It seems like you've at least tried&amp;nbsp;&lt;STRONG&gt;opkg&amp;nbsp;&lt;/STRONG&gt;or&amp;nbsp;&lt;STRONG&gt;opkg --help&lt;/STRONG&gt;. Have you updated the local feed listings (as the format may have changed, meaning the results from past&amp;nbsp;&lt;STRONG&gt;opkg update&lt;/STRONG&gt; calls may no longer be valid). You should try running a few commands with the&amp;nbsp;&lt;STRONG&gt;-V4&lt;/STRONG&gt; flag (to turn up the verbosity).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, generally, it's not a good idea to&amp;nbsp;&lt;STRONG&gt;make install&lt;/STRONG&gt; a tool over an already-installed tool, I'd try to use&amp;nbsp;&lt;STRONG&gt;opkg&amp;nbsp;&lt;/STRONG&gt;to remove&amp;nbsp;&lt;STRONG&gt;opkg&lt;/STRONG&gt;. Since that's a fairly meta operation, I don't know if that would actually work, and it shouldn't be required (but you may need to do some manual cleanup before the new tools work correctly).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The last resort would be to use tools like&amp;nbsp;&lt;STRONG&gt;strace&lt;/STRONG&gt; to figure out what the binary's actually doing during execution. It can give clues as to what's going wrong or what it's trying to do.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 22:51:40 GMT</pubDate>
      <guid>https://forums.ni.com/t5/NI-Linux-Real-Time-Discussions/Alternate-Package-Managers-and-JRE/m-p/3581014#M2159</guid>
      <dc:creator>BradM</dc:creator>
      <dc:date>2017-02-08T22:51:40Z</dc:date>
    </item>
  </channel>
</rss>

