JuliaWeb / HttpParser.jl

Deprecated! Julia wrapper for joyent/http-parser
MIT License
13 stars 37 forks source link

Updated deps to HttpParser v2.8.0 #82

Closed anirudhmurali closed 5 years ago

anirudhmurali commented 6 years ago

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.

CarloLucibello commented 6 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

aviks commented 6 years ago

@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.

aviks commented 6 years ago

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.