Advertisement
Guest User

Untitled

a guest
Jun 5th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. dpkg-source: info: using source format `1.0'
  2. dpkg-source: info: building imgrup in imgrup_0.0.6.8.tar.gz
  3. dpkg-source: info: building imgrup in imgrup_0.0.6.8.dsc
  4. dpkg-genchanges -S -sa -u.. >../imgrup_0.0.6.8_source.changes
  5. dpkg-genchanges: including full source code in upload
  6. dpkg-buildpackage: source only upload: Debian-native package
  7. 06:19:53: The process "/home/zogg/QtSDK/Madde/bin/mad" exited normally.
  8. 06:19:53: Creating package file ...
  9. 06:19:53: Package Creation: Running command '/home/zogg/QtSDK/Madde/bin/mad dpkg-buildpackage -nc -uc -us'.
  10. dpkg-buildpackage: set CFLAGS to default value: -g -O2
  11. dpkg-buildpackage: set CPPFLAGS to default value:
  12. dpkg-buildpackage: set LDFLAGS to default value:
  13. dpkg-buildpackage: set FFLAGS to default value: -g -O2
  14. dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
  15. dpkg-buildpackage: source package imgrup
  16. dpkg-buildpackage: source version 0.0.6.8
  17. dpkg-buildpackage: source changed by ZogG <thezogg@gmail.com>
  18. dpkg-buildpackage: host architecture armel
  19. debian/rules build
  20. dh_testdir
  21. qmake PREFIX=/usr
  22. Usage: qmake [mode] [options] [files]
  23.  
  24. QMake has two modes, one mode for generating project files based on
  25. some heuristics, and the other for generating makefiles. Normally you
  26. shouldn't need to specify a mode, as makefile generation is the default
  27. mode for qmake, but you may use this to test qmake on an existing project
  28.  
  29. Mode:
  30. -project Put qmake into project file generation mode
  31. In this mode qmake interprets files as files to
  32. be built,
  33. defaults to *.c; *.ui; *.y; *.l; *.ts; *.xlf; *.qrc; *.h; *.hpp; *.hh; *.hxx; *.H; *.cpp; *.cc; *.cxx; *.C
  34. Note: The created .pro file probably will
  35. need to be edited. For example add the QT variable to
  36. specify what modules are required.
  37. -makefile Put qmake into makefile generation mode (default)
  38. In this mode qmake interprets files as project files to
  39. be processed, if skipped qmake will try to find a project
  40. file in your current working directory
  41.  
  42. Warnings Options:
  43. -Wnone Turn off all warnings; specific ones may be re-enabled by
  44. later -W options
  45. -Wall Turn on all warnings
  46. -Wparser Turn on parser warnings
  47. -Wlogic Turn on logic warnings (on by default)
  48. -Wdeprecated Turn on deprecation warnings (on by default)
  49.  
  50. Options:
  51. * You can place any variable assignment in options and it will be *
  52. * processed as if it was in [files]. These assignments will be parsed *
  53. * before [files]. *
  54. -o file Write output to file
  55. -d Increase debug level
  56. -t templ Overrides TEMPLATE as templ
  57. -tp prefix Overrides TEMPLATE so that prefix is prefixed into the value
  58. -help This help
  59. -v Version information
  60. -after All variable assignments after this will be
  61. parsed after [files]
  62. -norecursive Don't do a recursive search
  63. -recursive Do a recursive search
  64. -set <prop> <value> Set persistent property
  65. -query <prop> Query persistent property. Show all if <prop> is empty.
  66. -cache file Use file as cache [makefile mode only]
  67. -spec spec Use spec as QMAKESPEC [makefile mode only]
  68. -nocache Don't use a cache file [makefile mode only]
  69. -nodepend Don't generate dependencies [makefile mode only]
  70. -nomoc Don't generate moc targets [makefile mode only]
  71. -nopwd Don't look for files in pwd [project mode only]
  72. make: *** [configure-stamp] Error 1
  73. dpkg-buildpackage: failure: debian/rules build gave error exit status 2
  74. Packaging Error: Command '/home/zogg/QtSDK/Madde/bin/mad dpkg-buildpackage -nc -uc -us' failed.Exit code: 2
  75. Error while building project imgrup (target: Harmattan)
  76. When executing build step 'Create Debian Package'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement