Skip to content

Instantly share code, notes, and snippets.

@lauromoura
Created March 26, 2012 19:21
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 lauromoura/2208905 to your computer and use it in GitHub Desktop.
Save lauromoura/2208905 to your computer and use it in GitHub Desktop.
-O2 build error on scratchbox
cd src/widgets/ && /scratchbox/tools/bin/make -f Makefile
make[2]: Entering directory `/home/lauro/qt/qt5-debs/qtbase/src/widgets'
/home/lauro/qt/qt5-debs/qtbase/bin/uic dialogs/qfiledialog.ui -o .uic/release-shared/ui_qfiledialog.h
unable to dump 001be800
make[2]: *** [.uic/release-shared/ui_qfiledialog.h] Error 126
make[2]: Leaving directory `/home/lauro/qt/qt5-debs/qtbase/src/widgets'
make[1]: *** [sub-widgets-make_default-ordered] Error 2
make[1]: Leaving directory `/home/lauro/qt/qt5-debs/qtbase'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment