Advertisement
Guest User

SBuild amd64

a guest
Feb 11th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. debian/rules build
  2. test -x debian/rules
  3. mkdir -p "."
  4. rm -f Makefile
  5. cd . && qmake 'QMAKE_CC = cc' 'QMAKE_CXX = g++' 'QMAKE_CFLAGS_RELEASE = -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall' 'QMAKE_CXXFLAGS_RELEASE = -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall' 'QMAKE_LFLAGS_RELEASE = -Wl,-Bsymbolic-functions -Wl,-z,relro'
  6. Usage: /usr/lib/x86_64-linux-gnu/qt5/bin/qmake [mode] [options] [files]
  7.  
  8. QMake has two modes, one mode for generating project files based on
  9. some heuristics, and the other for generating makefiles. Normally you
  10. shouldn't need to specify a mode, as makefile generation is the default
  11. mode for qmake, but you may use this to test qmake on an existing project
  12.  
  13. Mode:
  14. -project Put qmake into project file generation mode
  15. In this mode qmake interprets files as files to
  16. be built,
  17. defaults to *; *; *; *.ts; *.xlf; *.qrc
  18. Note: The created .pro file probably will
  19. need to be edited. For example add the QT variable to
  20. specify what modules are required.
  21. -makefile Put qmake into makefile generation mode (default)
  22. In this mode qmake interprets files as project files to
  23. be processed, if skipped qmake will try to find a project
  24. file in your current working directory
  25.  
  26. Warnings Options:
  27. -Wnone Turn off all warnings; specific ones may be re-enabled by
  28. later -W options
  29. -Wall Turn on all warnings
  30. -Wparser Turn on parser warnings
  31. -Wlogic Turn on logic warnings (on by default)
  32. -Wdeprecated Turn on deprecation warnings (on by default)
  33.  
  34. Options:
  35. * You can place any variable assignment in options and it will be *
  36. * processed as if it was in [files]. These assignments will be parsed *
  37. * before [files]. *
  38. -o file Write output to file
  39. -d Increase debug level
  40. -t templ Overrides TEMPLATE as templ
  41. -tp prefix Overrides TEMPLATE so that prefix is prefixed into the value
  42. -help This help
  43. -v Version information
  44. -after All variable assignments after this will be
  45. parsed after [files]
  46. -norecursive Don't do a recursive search
  47. -recursive Do a recursive search
  48. -set <prop> <value> Set persistent property
  49. -unset <prop> Unset persistent property
  50. -query <prop> Query persistent property. Show all if <prop> is empty.
  51. -cache file Use file as cache [makefile mode only]
  52. -spec spec Use spec as QMAKESPEC [makefile mode only]
  53. make: *** [Makefile] Error 1 -nocache Don't use a cache file [makefile mode only]
  54.  
  55. -nodepend Don't generate dependencies [makefile mode only]
  56. -nomoc Don't generate moc targets [makefile mode only]
  57. -nopwd Don't look for files in pwd [project mode only]
  58. dpkg-buildpackage: error: debian/rules build gave error exit status 2
  59. Sessions still open, not unmounting
  60. ────────────────────────────────────────────────────────────────────────────────
  61. Build finished at 20160211-1414
  62.  
  63. Finished
  64. ────────
  65.  
  66. E: Build failure (dpkg-buildpackage died)
  67.  
  68. ┌──────────────────────────────────────────────────────────────────────────────┐
  69. │ Cleanup │
  70. └──────────────────────────────────────────────────────────────────────────────┘
  71.  
  72. Not cleaning session: cloned chroot in use
  73. Keeping session: trusty-amd64-d79e1450-35eb-41e3-9d9c-5470b288439e
  74.  
  75. ┌──────────────────────────────────────────────────────────────────────────────┐
  76. │ Summary │
  77. └──────────────────────────────────────────────────────────────────────────────┘
  78.  
  79. Build Architecture: amd64
  80. Build-Space: 37364
  81. Build-Time: 1
  82. Distribution: trusty-amd64
  83. Fail-Stage: build
  84. Host Architecture: amd64
  85. Install-Time: 48
  86. Job: /home/desouslu/temp/pgmodeler_0.8.2-beta-1ubuntu10.dsc
  87. Machine Architecture: amd64
  88. Package: pgmodeler
  89. Package-Time: 74
  90. Source-Version: 0.8.2-beta-1ubuntu10
  91. Space: 37364
  92. Status: attempted
  93. Version: 0.8.2-beta-1ubuntu10
  94. ────────────────────────────────────────────────────────────────────────────────
  95. Finished at 20160211-1414
  96. Build needed 00:01:14, 37364k disc space
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement