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

ffms2: update to 2.40. #25850

Closed
wants to merge 1 commit into from
Closed

ffms2: update to 2.40. #25850

wants to merge 1 commit into from

Conversation

DirectorX
Copy link
Contributor

No description provided.

@ericonr
Copy link
Member

ericonr commented Dec 20, 2020

Hi! Could you please look at the build failures? It's possible that rebasing and force pushing, to trigger a build on the new CI, will be enough.

@DirectorX
Copy link
Contributor Author

ping @ericonr

Comment on lines 16 to 18
case "$XBPS_TARGET_MACHINE" in
armv6l-musl) broken="https://github.com/void-linux/void-packages/runs/1584330257?check_suite_focus=true";;
esac
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It isn't fine to stop building the package for a target, since it has dependants.

The issue here is the lack of libatomic-devel. It might be enough to add

if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
	makedepends+=" libatomic-devel"
fi

to the template.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise, try adding LDFLAGS="-latomic" as well.

@DirectorX
Copy link
Contributor Author

@ericonr done

@ericonr ericonr closed this in f6fb190 Dec 21, 2020
@ericonr
Copy link
Member

ericonr commented Dec 21, 2020

I fixed it to use LDFLAGS=-latomic directly. Thanks!

@DirectorX DirectorX deleted the ffms2 branch December 21, 2020 15:28
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants