Skip to content

Instantly share code, notes, and snippets.

@leto
Created April 25, 2020 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leto/d900596caefecdc5d0255fee76d76289 to your computer and use it in GitHub Desktop.
Save leto/d900596caefecdc5d0255fee76d76289 to your computer and use it in GitHub Desktop.
Making SilentDragon 0.9.1 release
~/git/SilentDragon$ APP_VERSION=0.9.1 HUSH_DIR=~/git/hush3/src QT_STATIC=~/src/5.14.0/static ./src/scripts/mkrelease.sh 
Cleaning...............[OK]

[Building on Release: 18.04]
Configuring............[OK]
Building...............Makefile:7200: warning: overriding recipe for target 'src/ui_viewalladdresses.h'
Makefile:7192: warning: ignoring old recipe for target 'src/ui_viewalladdresses.h'
Makefile:7678: warning: overriding recipe for target 'src/ui_viewalladdresses.h'
Makefile:7200: warning: ignoring old recipe for target 'src/ui_viewalladdresses.h'
Makefile:7203: warning: overriding recipe for target 'src/ui_viewalladdresses.h'
Makefile:7195: warning: ignoring old recipe for target 'src/ui_viewalladdresses.h'
Makefile:7681: warning: overriding recipe for target 'src/ui_viewalladdresses.h'
Makefile:7203: warning: ignoring old recipe for target 'src/ui_viewalladdresses.h'
src/settings.ui: Warning: The name 'label_20' (QLabel) is already in use, defaulting to 'label_201'.
src/mainwindow.ui: Warning: The name 'gridLayout_5' (QGridLayout) is already in use, defaulting to 'gridLayout_51'.
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: warning: -jN forced in submake: disabling jobserver mode.
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
[OK]
Static link............[OK]
Packaging..............
Created bin/SilentDragon-v0.9.1
-rwxrwxr-x 1 duke duke 45076712 Apr 25 09:55 silentdragon
Stripping.............
-rwxrwxr-x 1 duke duke 39815680 Apr 25 09:55 silentdragon
Created SilentDragon-v0.9.1-linux-x86_64.tar.gz
[OK]
Package contents.......[OK]
DONEZO! Created bin/SilentDragon-v0.9.1-linux-x86_64.tar.gz
c0e2671898793892dfb80015a39571adbaed92b2b69a2a57140ceb3ba815a57b  bin/SilentDragon-v0.9.1-linux-x86_64.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment