| Summary: | luarocks install expat fails on dependency expat | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Bruce O. Benson <bbenson> |
| Component: | luarocks | Assignee: | Michel Alexandre Salim <michel> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | michel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-05 04:24:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Bruce O. Benson
2016-02-18 18:01:33 UTC
luarocks was obtained via... root@t510 / # yum install luarocks Loaded plugins: auto-update-debuginfo, product-id, refresh-packagekit, security, subscription-manager Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package luarocks.noarch 0:2.1.2-1.el6 will be installed --> Finished Dependency Resolution Dependencies Resolved =========================================================================================================================== Package Arch Version Repository Size =========================================================================================================================== Installing: luarocks noarch 2.1.2-1.el6 epel 98 k Transaction Summary =========================================================================================================================== Install 1 Package(s) Total download size: 98 k Installed size: 396 k Is this ok [y/N]: y Downloading Packages: luarocks-2.1.2-1.el6.noarch.rpm | 98 kB 00:00 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : luarocks-2.1.2-1.el6.noarch 1/1 Verifying : luarocks-2.1.2-1.el6.noarch 1/1 Installed: luarocks.noarch 0:2.1.2-1.el6 Complete! root@t510 / # rpm -qa | grep lua lua-5.1.4-4.1.el6.x86_64 luarocks-2.1.2-1.el6.noarch root@t510 / # cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.7 (Santiago) ...Thanks! Try installing expat-devel? # yum install gcc lua-devel expat-devel # luarocks install luaexpat |