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

ffmpeg.js building hangs indefinitely at configure step #53

Closed
tpetry opened this issue Apr 18, 2020 · 4 comments
Closed

ffmpeg.js building hangs indefinitely at configure step #53

tpetry opened this issue Apr 18, 2020 · 4 comments

Comments

@tpetry
Copy link

tpetry commented Apr 18, 2020

The build-with-docker.sh scripts hangs forever at the configure step for building the ffmpeg.js source. I have been running the script on MacOS and Ubuntu, same result.

Last executed command:
configure: ./configure --enable-gpl --enable-libx264 --enable-libvpx --enable-libwebp --disable-pthreads --disable-x86asm --disable-inline-asm --disable-doc --disable-stripping --disable-ffprobe --disable-ffplay --disable-ffmpeg --prefix=/src/build --extra-cflags=-I/src/build/include --extra-cxxflags=-I/src/build/include --extra-ldflags=-L/src/build/lib --nm=llvm-nm -g --ar=llvm-ar --as=llvm-as --ranlib=llvm-ranlib --cc=emcc --cxx=em++ --objcc=emcc --dep-cc=emcc

@tpetry
Copy link
Author

tpetry commented Apr 18, 2020

I was able to find the option why the build is hanging forever: --as=llvm-as
But why it does this i don't know yet.

@PaulKinlan
Copy link
Contributor

Interesting, I was getting the same issue. Did removing that line break anything else?

@jeromewu
Copy link
Collaborator

Please try the latest one is the repository, I think you might try the script that is still in development. Sorry about that.

https://github.com/ffmpegjs/FFmpeg/tree/v0.7.1

@MatteoBuffo
Copy link

Hi. I'm currently encountering the "Docker hanging forever" issue. In my configure file there's no --as=llvm-as option, so how can I solve it? Is there a specific branch I should checkout?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants