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

EnergyPlus directory is missing libintl.8.dylib on Mac #4584

Closed
macumber opened this issue May 13, 2022 · 4 comments · Fixed by #4585
Closed

EnergyPlus directory is missing libintl.8.dylib on Mac #4584

macumber opened this issue May 13, 2022 · 4 comments · Fixed by #4585
Labels
Triage Issue needs to be assessed and labeled, further information on reported might be needed

Comments

@macumber
Copy link
Contributor

macumber commented May 13, 2022

Issue overview

Installing OpenStudio v3.4.0 and EnergyPlus-22-1-0 on Mac x86 does not install the libintl.8.dylib in the EnergyPlus dir.

Current Behavior

Running command:

/Applications/OpenStudio-3.4.0/EnergyPlus/energyplus -w /Applications/EnergyPlus-22-1-0/WeatherData/USA_CO_Golden-NREL.724666_TMY3.epw /Applications/EnergyPlus-22-1-0/ExampleFiles/5ZoneAirCooled.idf

results in error:

dyld: Library not loaded: @loader_path/libintl.8.dylib
  Referenced from: /Applications/OpenStudio-3.4.0/EnergyPlus/libpython3.8.dylib
  Reason: image not found

Expected Behavior

The simulation should run

Details

Environment

Some additional details about your environment for this issue (if relevant):

  • Platform (Operating system, version): Mac 10.15.7 x86
  • Version of OpenStudio (if using an intermediate build, include SHA): 3.4.0

Context

Cannot run simulation

@jmarrec FYI

@macumber macumber added the Triage Issue needs to be assessed and labeled, further information on reported might be needed label May 13, 2022
@tijcolem
Copy link
Collaborator

Thanks for the report @macumber. Looks like libintl.8.dylib exists on our CI runner that does installer and regression testing so it didn't catch this. I updated the 3.4.0 Mac X86 release installers on the 3.4.0 release (hot swapped), so if you grab the latest it will contain libintl.8.dylib. Thanks again for pointing this out.

@jmarrec We should. consider installing every .dylib/.lib/.so included with the E+ distribution vs trying to cherry pick what is required. I think we did this to save space. We can discuss.

@macumber
Copy link
Contributor Author

Did this affect the arm64 installers?

@tijcolem
Copy link
Collaborator

@jmarrec Could you check the arm64 m1 installers?

@jmarrec
Copy link
Collaborator

jmarrec commented May 16, 2022

I already added libintl on arm, left a to-do for x64, but no-one had reported any issues during testing
9961127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Triage Issue needs to be assessed and labeled, further information on reported might be needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants