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

freetype.log is missing if configure fails in #3831

Open
judovana opened this issue May 30, 2024 · 0 comments
Open

freetype.log is missing if configure fails in #3831

judovana opened this issue May 30, 2024 · 0 comments
Labels
testing Issues that enhance or fix our test suites windows Issues that affect or relate to the WINDOWS OS

Comments

@judovana
Copy link
Contributor

judovana commented May 30, 2024

What are you trying to do?
Building jdk8 on windows (which by default have --with-freetype-src )

Expected behaviour:
freetype.log will be in metadata or in archive with detailed traces

Observed behaviour:
configure: Trying to compile freetype sources with PlatformToolset=v143 to /home/tester/temurinbuild-1717071127/workspace/libs/freetype/lib64/ ...
configure: User specified --with-freetype-src but building freetype failed. (see freetype.log for build results)

Any other comments:
I was trying to fix it, but the target directory seems to be inaccessible in moment configure.
I have workaroudned it by something like find "${BUILDROOT}" -name freetype.log -exec cp -v {} ${WORKSPACE_DIR}/build.fre.log \; in post trap.

which

+ find /home/tester/temurinbuild-1717082440 -name freetype.log -exec cp -v '{}' /mnt/workspace/build.fre.log ';'
'/home/tester/temurinbuild-1717082440/workspace/build/src/freetype.log' -> '/mnt/workspace/build.fre.log'

with correct error log.

@github-actions github-actions bot added testing Issues that enhance or fix our test suites windows Issues that affect or relate to the WINDOWS OS labels May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Issues that enhance or fix our test suites windows Issues that affect or relate to the WINDOWS OS
Projects
Status: Todo
Development

No branches or pull requests

1 participant