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

[openvdb] Build error #26993

Closed
yunlong-monash opened this issue Sep 26, 2022 · 6 comments · Fixed by #34017
Closed

[openvdb] Build error #26993

yunlong-monash opened this issue Sep 26, 2022 · 6 comments · Fixed by #34017
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@yunlong-monash
Copy link

Host Environment

  • OS: Windows
  • Compiler: v142

To Reproduce

Steps to reproduce the behavior:

./vcpkg install openvdb:x64-windows-static

openvdb\openvdb\libopenvdb.lib : fatal error LNK1248: image size (1093ABD05) exceeds maximum allowable size (FFFFFFFF)
ninja: build stopped: subcommand failed.

@yunlong-monash yunlong-monash added the category:port-bug The issue is with a library, which is something the port should already support label Sep 26, 2022
@Cheney-W Cheney-W added requires:more-information This Issue requires more information to solve and removed category:port-bug The issue is with a library, which is something the port should already support labels Sep 27, 2022
@Cheney-W
Copy link
Contributor

What's the version of your VS and vcpkg?
Could you please provide the error log to us?

@yunlong-monash
Copy link
Author

What's the version of your VS and vcpkg? Could you please provide the error log to us?

The version of VS is 2019 and the error log is attached. Thanks!

install-x64-windows-static-dbg-out.log

@Cheney-W Cheney-W added category:port-bug The issue is with a library, which is something the port should already support and removed requires:more-information This Issue requires more information to solve labels Sep 29, 2022
@sparshpriyadarshi
Copy link

on vcpkg install openvdb[core,tools] for x64-windows, windows 10, VS 2019 I get a build failure too

[openvdb] Build error
vcpkg-tool version: 2022-09-20-522aa94e9d261c7d7b2f079bf2591ca62df5c714
vcpkg-scripts version: 79fa9d8 2022-10-17 (8 hours ago)

logs:
error: building openvdb:x64-windows failed with: BUILD_FAILED
error: Please ensure you're using the latest port files with git pull and vcpkg update.

@cgolchert
Copy link

Any movement on this?

@Sumobit
Copy link

Sumobit commented Apr 23, 2023

I have this error as well when I build the static library. The release version compiles fine while the debug build fails with the specified error.

@dg0yt
Copy link
Contributor

dg0yt commented Apr 23, 2023

... too much debug information for static builds due to /Z7? IIUC /Zi could help, but needs extra work to deal with PDB files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants