Closed anirudhmurali closed 5 years ago
build process give
INFO: Changing directory to /home/carlo/.julia/v0.6/HttpParser/deps/src
cp: impossibile eseguire stat di 'http-parser-2.8.0/libhttp_parser.so': File o directory non esistente
===============================================================================================[ ERROR: HttpParser ]===============================================================================================
LoadError: failed process: Process(`cp http-parser-2.8.0/libhttp_parser.so /home/carlo/.julia/v0.6/HttpParser/deps/usr/lib/libhttp_parser.so`, ProcessExited(1)) [1]
while loading /home/carlo/.julia/v0.6/HttpParser/deps/build.jl, in expression starting on line 71
I had to manually
cp libhttp_parser.so.2.8.0 libhttp_parser.so
to solve
@anirudhmurali Thanks for this. Can you investigate why the CI fails? I'd be happy to merge this as soon we can get CI to pass.
If you rebase this PR on top of latest master, it should be possible to get tests passing for 0.6. At which point we can merge this.
https://github.com/nodejs/http-parser/releases Updated with HttpParser v2.8.0 for Unix. Windows dependency takes an aws link, host the updated package there and replace the link on line: 67.