Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

make package_source is broken #213

Open
andy5995 opened this issue Sep 7, 2018 · 0 comments
Open

make package_source is broken #213

andy5995 opened this issue Sep 7, 2018 · 0 comments
Labels
bug Something isn't working cmake
Milestone

Comments

@andy5995
Copy link
Contributor

andy5995 commented Sep 7, 2018

This may be due to changes I've made since ZG was forked; I've never tried it before

To reproduce:

from the ZG source top level directory:

  • mkdir build
  • cd build
  • cmake ..
  • make package_source
andy@oceanus:~/src/ZetaGlest/zetaglest-source/build$ make package_source
Run CPack packaging tool for source...
CPack: Create package using TBZ2
CPack: Install projects
CPack: - Install directory: /home/andy/src/ZetaGlest/zetaglest-source
CPack: Create package
CPack: - package: /home/andy/src/ZetaGlest/zetaglest-source/build/zetaglest-0.8.02-Source.tar.bz2 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Install directory: /home/andy/src/ZetaGlest/zetaglest-source
CPack: Create package
^CMakefile:83: recipe for target 'package_source' failed
make: *** [package_source] Interrupt

Seemed to hang. I eventually hit ctrl-c when I saw this:

andy@oceanus:~/src/ZetaGlest/zetaglest-source$ du -sh
18G	.

And now I have a file zetaglest-0.8.02-Source.tar.bz2 that's 1.2GB, which is taking forever to open. Looks like it packed the binaries too.

@andy5995 andy5995 added bug Something isn't working cmake labels Sep 7, 2018
@andy5995 andy5995 added this to the 0.8.02 milestone Sep 7, 2018
@andy5995 andy5995 added this to To Do in Fix installer mechanics via automation Sep 7, 2018
@andy5995 andy5995 changed the title make package is broken make package_source is broken Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working cmake
Projects
Development

No branches or pull requests

1 participant