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

CPack packages missing the vast majority of files #8524

Closed
1 of 3 tasks
jmarrec opened this issue Feb 10, 2021 · 0 comments · Fixed by #8525
Closed
1 of 3 tasks

CPack packages missing the vast majority of files #8524

jmarrec opened this issue Feb 10, 2021 · 0 comments · Fixed by #8525
Assignees
Labels
Defect Includes code to repair a defect in EnergyPlus DoNotPublish Includes changes that shouldn't be reported in the changelog SeverityHigh This defect is high severity, generally indicating a hard crash without a workaround

Comments

@jmarrec
Copy link
Contributor

jmarrec commented Feb 10, 2021

Issue overview

A regression happened somewhere between 9.4.0 and now, and we now have cpack packages missing almost all files. Notice that they are somewhere about 10 MB.

image

If you download a tar.gz package, it contains only this this:

.
└── PreProcess
    ├── FMUParser
    │   └── parser
    └── IDFVersionUpdater
        ├── V7-2-0-Energy+.idd
        ├── V8-0-0-Energy+.idd
        ├── V8-1-0-Energy+.idd
        ├── V8-2-0-Energy+.idd
        ├── V8-3-0-Energy+.idd
        ├── V8-4-0-Energy+.idd
        ├── V8-5-0-Energy+.idd
        ├── V8-6-0-Energy+.idd
        ├── V8-7-0-Energy+.idd
        ├── V8-8-0-Energy+.idd
        ├── V8-9-0-Energy+.idd
        ├── V9-0-0-Energy+.idd
        ├── V9-1-0-Energy+.idd
        ├── V9-2-0-Energy+.idd
        ├── V9-3-0-Energy+.idd
        └── V9-4-0-Energy+.idd
3 directories, 17 files

I can reproduce the problem locally so it's not just github actions

Details

Some additional details for this issue (if relevant):

  • Platform (Operating system, version): all
  • Version of EnergyPlus (if using an intermediate build, include SHA): at least at 5eba847
  • Unmethours link or helpdesk ticket number

Checklist

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

  • Defect file added (list location of defect file here)
  • Ticket added to Pivotal for defect (development team task)
  • Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
@jmarrec jmarrec added Defect Includes code to repair a defect in EnergyPlus SeverityHigh This defect is high severity, generally indicating a hard crash without a workaround DoNotPublish Includes changes that shouldn't be reported in the changelog labels Feb 10, 2021
@jmarrec jmarrec self-assigned this Feb 10, 2021
jmarrec added a commit that referenced this issue Feb 10, 2021
…nging in sam / SSC) was permanently overriding every `install()` command and producing an almost empty package

cf https://cmake.org/pipermail/cmake/2017-February/065033.html
jmarrec added a commit that referenced this issue Feb 11, 2021
…nging in sam / SSC) was permanently overriding every `install()` command and producing an almost empty package

cf https://cmake.org/pipermail/cmake/2017-February/065033.html
Myoldmopar added a commit that referenced this issue Feb 11, 2021
Fix #8524 - CPack packages missing the vast majority of files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Defect Includes code to repair a defect in EnergyPlus DoNotPublish Includes changes that shouldn't be reported in the changelog SeverityHigh This defect is high severity, generally indicating a hard crash without a workaround
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant