<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Luarocks on Ryan Prior</title>
    <link>https://www.ryanprior.com/tags/luarocks/</link>
    <description>Recent content in Luarocks on Ryan Prior</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>rprior@protonmail.com (Ryan Prior)</managingEditor>
    <webMaster>rprior@protonmail.com (Ryan Prior)</webMaster>
    <copyright>&lt;a href=&#34;https://www.ryanprior.com/license&#34;&gt;please share–see license info&lt;/a&gt;</copyright>
    <lastBuildDate>Thu, 02 Jul 2026 04:15:38 +0000</lastBuildDate>
    <atom:link href="https://www.ryanprior.com/tags/luarocks/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Iterate Quickly with LuaRocks, Ship Reproducibly with Guix</title>
      <link>https://www.ryanprior.com/posts/lua-dependencies-with-guix-and-luarocks/</link>
      <pubDate>Thu, 02 Jul 2026 04:15:38 +0000</pubDate><author>rprior@protonmail.com (Ryan Prior)</author>
      <guid>https://www.ryanprior.com/posts/lua-dependencies-with-guix-and-luarocks/</guid>
      <description>&lt;p&gt;&#xA;I set out with a simple goal: use Guix to install what I can for my Lua project, then let LuaRocks handle the rest, installing local dependencies into the &lt;code class=&#34;verbatim&#34;&gt;.luarocks&lt;/code&gt; directory. I began full of hope that these would work together seamlessly, but things did not go so smoothly. Hours later I had resolved five errors:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code class=&#34;verbatim&#34;&gt;linux/limits.h: No such file or directory&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code class=&#34;verbatim&#34;&gt;openssl/crypto.h not found&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code class=&#34;verbatim&#34;&gt;ld: unrecognized option &amp;#39;-Wl,-rpath,...&amp;#39;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code class=&#34;verbatim&#34;&gt;gcc&lt;/code&gt; worked, &lt;code class=&#34;verbatim&#34;&gt;gcc-toolchain&lt;/code&gt; didn&amp;#39;t (because they provide different major versions of &lt;code class=&#34;verbatim&#34;&gt;gcc&lt;/code&gt;!)&lt;/li&gt;&#xA;&lt;li&gt;&lt;code class=&#34;verbatim&#34;&gt;undefined symbol: lua_newuserdata&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Every problem turned out to be a different mismatch between assumptions made by different tools.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
