Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lua52Packages.lpeg: 0.12 -> 1.0.1 #37501

Closed
wants to merge 1 commit into from

Conversation

ryantm
Copy link
Member

@ryantm ryantm commented Mar 20, 2018

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

  • built on NixOS
  • Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
  • found 1.0.1 with grep in /nix/store/fsk2jl678p62lafynavdwx0mwp6bsv2a-lua5.2-lpeg-1.0.1
  • directory tree listing: https://gist.github.com/1fff696fb315e4419018e006583e5859

cc @vyp for review

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.0.1 with grep in /nix/store/fsk2jl678p62lafynavdwx0mwp6bsv2a-lua5.2-lpeg-1.0.1
- directory tree listing: https://gist.github.com/1fff696fb315e4419018e006583e5859
@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: lua52Packages.lpeg

Partial log (click to expand)

clang -Wall -Wextra -pedantic -Waggregate-return -Wcast-align -Wcast-qual -Wdisabled-optimization -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wmissing-prototypes -Wnested-externs -Wstrict-prototypes  -O2 -std=c99 -I../lua/ -fPIC   -c -o lpcode.o lpcode.c
clang -Wall -Wextra -pedantic -Waggregate-return -Wcast-align -Wcast-qual -Wdisabled-optimization -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement -Wmissing-prototypes -Wnested-externs -Wstrict-prototypes  -O2 -std=c99 -I../lua/ -fPIC   -c -o lpprint.o lpprint.c
env clang -bundle -undefined dynamic_lookup lpvm.o lpcap.o lptree.o lpcode.o lpprint.o -o lpeg.so
make[1]: Leaving directory '/private/tmp/nix-build-lua5.2-lpeg-1.0.1.drv-0/lpeg-1.0.1'
installing
post-installation fixup
strip is /nix/store/vb6mgjqgd9h11nbv60fvrp1ls9nxck2y-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/8f82fz142l23ygbp1vj7jzl0v390pab8-lua5.2-lpeg-1.0.1/lib
patching script interpreter paths in /nix/store/8f82fz142l23ygbp1vj7jzl0v390pab8-lua5.2-lpeg-1.0.1
/nix/store/8f82fz142l23ygbp1vj7jzl0v390pab8-lua5.2-lpeg-1.0.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: lua52Packages.lpeg

Partial log (click to expand)

make[1]: Leaving directory '/build/lpeg-1.0.1'
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/ppdrgs2spnyvj4dcvf2p90crcgbg4chb-lua5.2-lpeg-1.0.1
shrinking /nix/store/ppdrgs2spnyvj4dcvf2p90crcgbg4chb-lua5.2-lpeg-1.0.1/lib/lua/5.2/lpeg.so
strip is /nix/store/3zq400fri5dv7d30lpxlqm2v9y1iis6j-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/ppdrgs2spnyvj4dcvf2p90crcgbg4chb-lua5.2-lpeg-1.0.1/lib
patching script interpreter paths in /nix/store/ppdrgs2spnyvj4dcvf2p90crcgbg4chb-lua5.2-lpeg-1.0.1
checking for references to /build in /nix/store/ppdrgs2spnyvj4dcvf2p90crcgbg4chb-lua5.2-lpeg-1.0.1...
/nix/store/ppdrgs2spnyvj4dcvf2p90crcgbg4chb-lua5.2-lpeg-1.0.1

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: lua52Packages.lpeg

Partial log (click to expand)

make[1]: Leaving directory '/build/lpeg-1.0.1'
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/fsk2jl678p62lafynavdwx0mwp6bsv2a-lua5.2-lpeg-1.0.1
shrinking /nix/store/fsk2jl678p62lafynavdwx0mwp6bsv2a-lua5.2-lpeg-1.0.1/lib/lua/5.2/lpeg.so
strip is /nix/store/fzcs0fn6bb04m82frhlb78nc03ny3w55-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/fsk2jl678p62lafynavdwx0mwp6bsv2a-lua5.2-lpeg-1.0.1/lib
patching script interpreter paths in /nix/store/fsk2jl678p62lafynavdwx0mwp6bsv2a-lua5.2-lpeg-1.0.1
checking for references to /build in /nix/store/fsk2jl678p62lafynavdwx0mwp6bsv2a-lua5.2-lpeg-1.0.1...
/nix/store/fsk2jl678p62lafynavdwx0mwp6bsv2a-lua5.2-lpeg-1.0.1

@teto
Copy link
Member

teto commented Mar 22, 2018

Would it be possible to freeze the (small) lua updates ?
I hope to get my lua PR #33903 ready for review/merging this week-end or next week (with a nox-review successful) but these PRs create merge conflicts and then I have to rebuild to check everything still works (and it's slow on my machine). My PR also updates these packages as it generates them from the luarocks Database (similar to the haskell generated packages).

@ryantm
Copy link
Member Author

ryantm commented Mar 22, 2018

@teto Sure, I'll blacklist any attribute starting with lua. Do you want me to close the open PRs too?

@teto
Copy link
Member

teto commented Mar 26, 2018

@ryantm sorry for the inconvenience and thanks for the positive answer. I've just pushed the first reviewable iteration so it might take some time. If someone actually needs an updated package, you can merge PRs but if it's for the sake of updating, it would just trouble me I guess :)

@ryantm ryantm closed this Mar 26, 2018
@ryantm ryantm deleted the auto-update/lua5.2-lpeg branch March 26, 2018 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants