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

qemu: install xenial packages for the build #5918

Closed
wants to merge 1 commit into from
Closed

Conversation

a1xndr
Copy link
Contributor

@a1xndr a1xndr commented Jun 14, 2021

QEMU builds are failing [1]:
"Step #4: ERROR: glib-2.56 gthread-2.0 is required to compile QEMU"

The version of glib shipped with Ubuntu 18.04 is too old. While we wait
on [2] , use the same hack [3] as libreoffice to fix the build.

[1] https://oss-fuzz-build-logs.storage.googleapis.com/log-2a22b4e2-d7b7-4695-a4dd-25d8d8407704.txt
[2] #5697
[3]

RUN sed -i -e 's/xenial/bionic/g' /etc/apt/sources.list

Signed-off-by: Alexander Bulekov [email protected]

@philmd @stefanha @whitebrandy @darrenkenny

QEMU builds are failing [1]:
"Step google#4: ERROR: glib-2.56 gthread-2.0 is required to compile QEMU"

The version of glib shipped with Ubuntu 18.04 is too old. While we wait
on [2] , use the same hack [3] as libreoffice to fix the build.

[1] https://oss-fuzz-build-logs.storage.googleapis.com/log-2a22b4e2-d7b7-4695-a4dd-25d8d8407704.txt
[2] google#5697
[3] https:/google/oss-fuzz/blob/30f3a8f1c0f5b072e77d5bea82709db04c53453d/projects/libreoffice/Dockerfile#L24

Signed-off-by: Alexander Bulekov <[email protected]>
@a1xndr a1xndr closed this Jun 14, 2021
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 this pull request may close these issues.

1 participant