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 fails at pkg_install stage #39648

Closed
ysk81 opened this issue Oct 3, 2022 · 5 comments
Closed

ffmpeg fails at pkg_install stage #39648

ysk81 opened this issue Oct 3, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@ysk81
Copy link

ysk81 commented Oct 3, 2022

Is this a new report?

Yes

System Info

Void 5.19.10_1 x86_64

Package(s) Affected

ffmpeg-4.4.2_3

Does a report exist for this bug with the project's home (upstream) and/or another distro?

No response

Expected behaviour

Default flags and configure options used. So, .xbps package built was expected.

Actual behaviour

(exit 1) at ffplay-4.4.2_3 pkg_install stage with "No such file or directory" error.

=> ffplay-4.4.2_3: running pkg_install ...
mv: cannot stat '/destdir//ffmpeg-4.4.2/usr/bin/ffplay': No such file or directory
=> ERROR: ffplay-4.4.2_3: pkg_install: 'mv ${DESTDIR}/$files ${PKGDESTDIR}/${_targetdir}' exited with 1
=> ERROR:   in _vmove() at common/environment/setup/install.sh:219
=> ERROR:   in _noglob_helper() at common/environment/setup/install.sh:12
=> ERROR:   in pkg_install() at srcpkgs/ffplay/template:216

Steps to reproduce

xbps-src -N pkg ffmpeg

@ysk81 ysk81 added bug Something isn't working needs-testing Testing a PR or reproducing an issue needed labels Oct 3, 2022
@classabbyamp
Copy link
Member

does it work if you xbps-src clean and try again?

@ysk81
Copy link
Author

ysk81 commented Oct 3, 2022

does it work if you xbps-src clean and try again?

yes done it twice. again. same. double slashes at "/destdir//ffmpeg-4.4.2/" looks suspicous to me.

@classabbyamp
Copy link
Member

an empty directory name is elided, the double slash is fine

@paper42
Copy link
Member

paper42 commented Oct 3, 2022

I can reproduce, it seems like ffplay didn't build for some reason

@paper42 paper42 removed the needs-testing Testing a PR or reproducing an issue needed label Oct 3, 2022
@classabbyamp
Copy link
Member

was actually failing to enable ffplay at configure because the sdl2 version check was failing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants