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

[BUG]: Compiling with fmt 10.2.1 does not link properly #5970

Closed
tupaschoal opened this issue Jan 10, 2024 · 5 comments
Closed

[BUG]: Compiling with fmt 10.2.1 does not link properly #5970

tupaschoal opened this issue Jan 10, 2024 · 5 comments
Labels

Comments

@tupaschoal
Copy link
Contributor

Describe the bug

When trying to use fmt 10.2.1 the linking fails, with the following error:

/opt/compiler-explorer/gcc-13.2.0/bin/../lib/gcc/x86_64-linux-gnu/13.2.0/../../../../x86_64-linux-gnu/bin/ld: cannot find -lfmtd: No such file or directory
collect2: error: ld returned 1 exit status

Steps to reproduce

  1. Run small example on Godbolt.
  2. See error described above.
  3. Switch to fmt 10.1.1 and see that error goes away.

Expected behavior

Program should link and execute properly

Reproduction link

https://godbolt.org/z/zsWvMja8M

Screenshots

Not applicable

Operating System

Windows 10

Browser version

Version 120.0.6099.131 (Official Build) (64-bit)

@tupaschoal tupaschoal added the bug label Jan 10, 2024
@partouf
Copy link
Contributor

partouf commented Jan 10, 2024

Thanks for the bugreport, it seems we have run out of diskspace on our conan instance which made it crash.
We're currently fixing it, but might be a few hours

@partouf
Copy link
Contributor

partouf commented Jan 10, 2024

The conan server is back online, but we have not built any of the fmt binaries yet because of this issue. It should build in a few hours, otherwise I'll manually try to get it done tomorrow.

@tupaschoal
Copy link
Contributor Author

Thanks, take your time!

@partouf
Copy link
Contributor

partouf commented Jan 12, 2024

this is now fixed

@partouf partouf closed this as completed Jan 12, 2024
@tupaschoal
Copy link
Contributor Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants