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

ImageMagick/GraphicsMagick builds fail due to xz requiring 'po4a' #3550

Closed
bobfriesenhahn opened this issue Mar 28, 2020 · 1 comment · Fixed by #3551
Closed

ImageMagick/GraphicsMagick builds fail due to xz requiring 'po4a' #3550

bobfriesenhahn opened this issue Mar 28, 2020 · 1 comment · Fixed by #3551

Comments

@bobfriesenhahn
Copy link
Contributor

It seems that bootstrapping 'xz' now requires a program called 'po4a' and this keeps any projects depending on xz to fail to build. How should this be handled?:

Step #4: + test x != x--no-po4a
Step #4: + cd po4a
Step #4: + sh update-po
Step #4: po4a/update-po: The program 'po4a' was not found.
Step #4: po4a/update-po: Translated man pages were not generated.
Step #4: ********************************************************************************
Step #4: Failed to build.
Step #4: To reproduce, run:
Step #4: python infra/helper.py build_image graphicsmagick
Step #4: python infra/helper.py build_fuzzers --sanitizer address --engine libfuzzer --architecture x86_64 graphicsmagick
Step #4: ********************************************************************************
Finished Step #4
ERROR
ERROR: build step 4 "gcr.io/oss-fuzz/graphicsmagick" failed: step exited with non-zero status: 1

@alex
Copy link
Contributor

alex commented Mar 28, 2020 via email

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

Successfully merging a pull request may close this issue.

2 participants