Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 436754

Summary: dev-lua/luarocks - configure should not set --force-config
Product: Gentoo Linux Reporter: Larik Ishkulov <ishkulov>
Component: Current packagesAssignee: Matti Bickel (RETIRED) <mabi>
Status: RESOLVED FIXED    
Severity: minor CC: rafaelmartins
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Removes --force-config

Description Larik Ishkulov 2012-10-01 08:14:25 UTC
luarocks is confgured with --force-config which prevents it from using user config file.


http://www.luarocks.org/en/Installation_instructions_for_Unix
    --force-config	 Use a single config location. Do not use the $LUAROCKS_CONFIG variable or the user's home directory. Useful to avoid conflicts when LuaRocks is embedded within an application.

Force-config should be used for system instalation.

Reproducible: Always
Comment 1 Larik Ishkulov 2012-10-01 08:17:01 UTC
> Force-config should be used for system instalation.


Force-config shouldn't be used for system instalation.
Comment 2 Bob Corsaro 2013-04-18 02:03:19 UTC
Created attachment 345846 [details, diff]
Removes --force-config

--force-config causes luarocks path to exclude locally installed rocks. Modern versions of luarocks install globally by default, so there is no longer any reason to use this flag.
Comment 3 Matti Bickel (RETIRED) gentoo-dev 2013-05-19 22:13:49 UTC
I've removed the option in 2.0.12. Sorry it took so long.