Advertisement
Guest User

Untitled

a guest
Jan 15th, 2016
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. dpkg-buildpackage -rfakeroot -D -us -uc
  2. dpkg-buildpackage: source package the-programme
  3. dpkg-buildpackage: source version 0.0.1-1ubuntu1
  4. dpkg-buildpackage: source distribution trusty
  5. dpkg-buildpackage: source changed by Luís Moreira de Sousa <me@mail.com>
  6. dpkg-source --before-build the-programme-0.0.1
  7. dpkg-buildpackage: host architecture amd64
  8. fakeroot debian/rules clean
  9. dh clean
  10. dh_testdir
  11. dh_auto_clean
  12. dh_clean
  13. rm -f debian/the-programme.substvars
  14. rm -f debian/the-programme.*.debhelper
  15. rm -rf debian/the-programme/
  16. rm -f debian/*.debhelper.log
  17. rm -f debian/files
  18. find . \( \( -type f -a \
  19. \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
  20. -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
  21. -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
  22. -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
  23. \) -exec rm -f {} + \) -o \
  24. \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
  25. rm -f *-stamp
  26. dpkg-source -b the-programme-0.0.1
  27. dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
  28. dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
  29. dpkg-source: info: using source format `3.0 (quilt)'
  30. dpkg-source: info: building the-programme using existing ./the-programme_0.0.1.orig.tar.gz
  31. dpkg-source: warning: ignoring deletion of file Makefile
  32. dpkg-source: info: building the-programme in the-programme_0.0.1-1ubuntu1.debian.tar.gz
  33. dpkg-source: info: building the-programme in the-programme_0.0.1-1ubuntu1.dsc
  34. debian/rules build
  35. dh build
  36. dh_testdir
  37. dh_auto_configure
  38. qmake -makefile -nocache "QMAKE_CFLAGS_RELEASE=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2" "QMAKE_CFLAGS_DEBUG=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2" "QMAKE_CXXFLAGS_RELEASE=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2" "QMAKE_CXXFLAGS_DEBUG=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2" "QMAKE_LFLAGS_RELEASE=-Wl,-Bsymbolic-functions -Wl,-z,relro" "QMAKE_LFLAGS_DEBUG=-Wl,-Bsymbolic-functions -Wl,-z,relro" QMAKE_STRIP=: PREFIX=/usr
  39. Usage: /usr/lib/x86_64-linux-gnu/qt5/bin/qmake [mode] [options] [files]
  40.  
  41. QMake has two modes, one mode for generating project files based on
  42. some heuristics, and the other for generating makefiles. Normally you
  43. shouldn't need to specify a mode, as makefile generation is the default
  44. mode for qmake, but you may use this to test qmake on an existing project
  45.  
  46. Mode:
  47. -project Put qmake into project file generation mode
  48. In this mode qmake interprets files as files to
  49. be built,
  50. defaults to *; *; *; *.ts; *.xlf; *.qrc
  51. Note: The created .pro file probably will
  52. need to be edited. For example add the QT variable to
  53. specify what modules are required.
  54. -makefile Put qmake into makefile generation mode (default)
  55. In this mode qmake interprets files as project files to
  56. be processed, if skipped qmake will try to find a project
  57. file in your current working directory
  58.  
  59. Warnings Options:
  60. -Wnone Turn off all warnings; specific ones may be re-enabled by
  61. later -W options
  62. -Wall Turn on all warnings
  63. -Wparser Turn on parser warnings
  64. -Wlogic Turn on logic warnings (on by default)
  65. -Wdeprecated Turn on deprecation warnings (on by default)
  66.  
  67. Options:
  68. * You can place any variable assignment in options and it will be *
  69. * processed as if it was in [files]. These assignments will be parsed *
  70. * before [files]. *
  71. -o file Write output to file
  72. -d Increase debug level
  73. -t templ Overrides TEMPLATE as templ
  74. -tp prefix Overrides TEMPLATE so that prefix is prefixed into the value
  75. -help This help
  76. -v Version information
  77. -after All variable assignments after this will be
  78. parsed after [files]
  79. -norecursive Don't do a recursive search
  80. -recursive Do a recursive search
  81. -set <prop> <value> Set persistent property
  82. -unset <prop> Unset persistent property
  83. -query <prop> Query persistent property. Show all if <prop> is empty.
  84. -cache file Use file as cache [makefile mode only]
  85. -spec spec Use spec as QMAKESPEC [makefile mode only]
  86. -nocache Don't use a cache file [makefile mode only]
  87. -nodepend Don't generate dependencies [makefile mode only]
  88. -nomoc Don't generate moc targets [makefile mode only]
  89. -nopwd Don't look for files in pwd [project mode only]
  90. dh_auto_configure: qmake -makefile -nocache QMAKE_CFLAGS_RELEASE=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 QMAKE_CFLAGS_DEBUG=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 QMAKE_CXXFLAGS_RELEASE=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 QMAKE_CXXFLAGS_DEBUG=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 QMAKE_LFLAGS_RELEASE=-Wl,-Bsymbolic-functions -Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-Bsymbolic-functions -Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr returned exit code 1
  91. make: *** [build] Error 2
  92. dpkg-buildpackage: error: debian/rules build gave error exit status 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement