conda-forge / lua-feedstock

A conda-smithy repository for lua.
BSD 3-Clause "New" or "Revised" License
3 stars 16 forks source link

Lua 5.1 doesn't create std folder as: ${prefix}/share/lua/${V} #34

Closed daizeng1984 closed 4 years ago

daizeng1984 commented 4 years ago

Issue: Lua 5.1 doesn't create std folder as: ${prefix}/share/lua/${V}


Environment (conda list):

``` $ conda list # packages in environment at xxxx/lib/miniconda/envs/macbuild/conda-bld/nvim_1598834106644/_build_env: # # Name Version Build Channel autoconf 2.69 pl526h1de35cc_9 conda-forge automake 1.16.2 pl526_1 conda-forge boost-cpp 1.68.0 h6f8c590_1000 conda-forge bzip2 1.0.8 haf1e3a3_3 conda-forge cctools_osx-64 949.0.1 h5ba7a2e_7 conda-forge clang 10.0.1 default_hf57f61e_1 conda-forge clang_osx-64 10.0.1 h05bbb7f_8 conda-forge clangxx 10.0.1 default_hf57f61e_1 conda-forge clangxx_osx-64 10.0.1 h05bbb7f_8 conda-forge compiler-rt 10.0.1 he6db49b_0 conda-forge compiler-rt_osx-64 10.0.1 h033240e_0 conda-forge gperf 3.0.4 h0a44026_1000 conda-forge icu 58.2 h0a44026_1000 conda-forge ld64_osx-64 530 h3c32e8a_7 conda-forge libclang-cpp10 10.0.1 default_hf57f61e_1 conda-forge libcxx 10.0.1 h5f48129_0 conda-forge libiconv 1.16 haf1e3a3_0 conda-forge libllvm10 10.0.1 h009f743_3 conda-forge libtool 2.4.6 haf1e3a3_1004 conda-forge libutf8proc 2.5.0 haf1e3a3_2 conda-forge libuv 1.39.0 haf1e3a3_0 conda-forge llvm-tools 10.0.1 h1341992_3 conda-forge lua 5.1.5 2 conda-forge luajit 2.0.5 h1de35cc_1000 conda-forge luarocks 3.1.3 lua53h01d97ff_0 conda-forge m4 1.4.18 h1de35cc_1001 conda-forge msgpack-c 3.1.1 h372acbd_1000 conda-forge ncurses 5.9 10 conda-forge perl 5.26.2 haec8ef5_1006 conda-forge pkg-config 0.29.2 hdc84dc8_1006 conda-forge readline 6.2 0 conda-forge tapi 1000.10.8 h879752b_4 conda-forge unzip 6.0 h0b31af3_1 conda-forge xz 5.2.5 haf1e3a3_1 conda-forge zlib 1.2.11 h7795811_1009 conda-forge ```


Details about conda and system ( conda info ):

``` $ conda info active environment : /Users/username/.dotfiles/.local/lib/miniconda/envs/macbuild/conda-bld/nvim_1598834106644/_build_env active env location : /Users/username/.dotfiles/.local/lib/miniconda/envs/macbuild/conda-bld/nvim_1598834106644/_build_env shell level : 2 user config file : /Users/username/.condarc populated config files : /Users/username/.condarc conda version : 4.8.4 conda-build version : not installed python version : 3.7.8.final.0 virtual packages : __osx=10.15.6 base environment : /Users/username/.dotfiles/.local/lib/miniconda (writable) channel URLs : https://conda.anaconda.org/conda-forge/osx-64 https://conda.anaconda.org/conda-forge/noarch https://repo.anaconda.com/pkgs/main/osx-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/r/osx-64 https://repo.anaconda.com/pkgs/r/noarch package cache : /Users/username/.dotfiles/.local/lib/miniconda/pkgs /Users/username/.conda/pkgs envs directories : /Users/username/.dotfiles/.local/lib/miniconda/envs /Users/username/.conda/envs platform : osx-64 user-agent : conda/4.8.4 requests/2.24.0 CPython/3.7.8 Darwin/19.6.0 OSX/10.15.6 UID:GID : 501:20 netrc file : None offline mode : Falsr ```

Lua 5.1 from conda-forge doesn't have folder like /share/lua/5.1. It looks like it need rebuild for 5.1 with current build script just to generate folders.

daizeng1984 commented 4 years ago

wrong issue, looks like the folder is from luarocks