glest / glest-source

Glest is a network multi-player cross-platform 3D real-time strategy (RTS) game, where you create armies of units and battle different factions.
https://glest.io
GNU General Public License v3.0
56 stars 39 forks source link

`make package_source` is broken #213

Open andy5995 opened 5 years ago

andy5995 commented 5 years ago

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:

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.