* Package: media-libs/herqq-1.0.0-r1  * Repository: gentoo  * Maintainer: kde@gentoo.org  * USE: abi_x86_32 elibc_glibc kernel_linux userland_GNU x86  * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking herqq-1.0.0.zip to /var/tmp/portage/media-libs/herqq-1.0.0-r1/work >>> Source unpacked in /var/tmp/portage/media-libs/herqq-1.0.0-r1/work >>> Preparing source in /var/tmp/portage/media-libs/herqq-1.0.0-r1/work/herqq-1.0.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-libs/herqq-1.0.0-r1/work/herqq-1.0.0 ... * Running qmake ...  [ ok ] >>> Source configured. >>> Compiling source in /var/tmp/portage/media-libs/herqq-1.0.0-r1/work/herqq-1.0.0 ... make -j3 -l 2.0 cd hupnp/ && /usr/bin/qmake /var/tmp/portage/media-libs/herqq-1.0.0-r1/work/herqq-1.0.0/hupnp/hupnp.pro QTDIR=/usr/lib QMAKE=/usr/bin/qmake QMAKE_AR=i686-pc-linux-gnu-ar\ cqs QMAKE_CC=i686-pc-linux-gnu-gcc QMAKE_CXX=i686-pc-linux-gnu-g++ QMAKE_LINK=i686-pc-linux-gnu-g++ QMAKE_LINK_C=i686-pc-linux-gnu-gcc QMAKE_OBJCOPY=i686-pc-linux-gnu-objcopy QMAKE_RANLIB= QMAKE_STRIP= QMAKE_CFLAGS=-O2\ -pipe\ -fomit-frame-pointer\ -march=i686\ -mfpmath=sse\ -mmmx\ -msse\ -msse2\ -msse3\ -msse4a\ -mabm QMAKE_CFLAGS_RELEASE= QMAKE_CFLAGS_DEBUG= QMAKE_CXXFLAGS=-O2\ -pipe\ -fomit-frame-pointer\ -march=i686\ -mfpmath=sse\ -mmmx\ -msse\ -msse2\ -msse3\ -msse4a\ -mabm QMAKE_CXXFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= QMAKE_LFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--as-needed QMAKE_LFLAGS_RELEASE= QMAKE_LFLAGS_DEBUG= QMAKE_LIBDIR_QT=/usr/lib/qt4 QMAKE_LIBDIR_X11=/usr/lib QMAKE_LIBDIR_OPENGL=/usr/lib PREFIX=/usr/ -o Makefile cd apps/simple_test-app/ && /usr/bin/qmake /var/tmp/portage/media-libs/herqq-1.0.0-r1/work/herqq-1.0.0/apps/simple_test-app/simple_test-app.pro QTDIR=/usr/lib QMAKE=/usr/bin/qmake QMAKE_AR=i686-pc-linux-gnu-ar\ cqs QMAKE_CC=i686-pc-linux-gnu-gcc QMAKE_CXX=i686-pc-linux-gnu-g++ QMAKE_LINK=i686-pc-linux-gnu-g++ QMAKE_LINK_C=i686-pc-linux-gnu-gcc QMAKE_OBJCOPY=i686-pc-linux-gnu-objcopy QMAKE_RANLIB= QMAKE_STRIP= QMAKE_CFLAGS=-O2\ -pipe\ -fomit-frame-pointer\ -march=i686\ -mfpmath=sse\ -mmmx\ -msse\ -msse2\ -msse3\ -msse4a\ -mabm QMAKE_CFLAGS_RELEASE= QMAKE_CFLAGS_DEBUG= QMAKE_CXXFLAGS=-O2\ -pipe\ -fomit-frame-pointer\ -march=i686\ -mfpmath=sse\ -mmmx\ -msse\ -msse2\ -msse3\ -msse4a\ -mabm QMAKE_CXXFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= QMAKE_LFLAGS=-Wl,-O1\ -Wl,--as-needed\ -Wl,--as-needed QMAKE_LFLAGS_RELEASE= QMAKE_LFLAGS_DEBUG= QMAKE_LIBDIR_QT=/usr/lib/qt4 QMAKE_LIBDIR_X11=/usr/lib QMAKE_LIBDIR_OPENGL=/usr/lib PREFIX=/usr/ -o Makefile ***Unknown option -mmmx -msse -msse2 -msse3 -msse4a -mabm ***Unknown option -mmmx -msse -msse2 -msse3 -msse4a -mabm Usage: /usr/bin/qmake [mode] [options] [files] QMake has two modes, one mode for generating project files based on some heuristics, and the other for generating makefiles. Normally you shouldn't need to specify a mode, as makefile generation is the default mode for qmake, but you may use this to test qmake on an existing project Mode: -project Put qmake into project file generation mode In this mode qmake interprets files as files to be built, defaults to *.c; *.ui; *.y; *.l; *.ts; *.xlf; *.qrc; *.h; *.hpp; *.hh; *.hxx; *.H; *.cpp; *.cc; *.cxx; *.C Note: The created .pro file probably will need to be edited. For example add the QT variable to specify what modules are required. -makefile Put qmake into makefile generation mode (default) In this mode qmake interprets files as project files to be processed, if skipped qmake will try to find a project file in your current working directory Warnings Options: -Wnone Turn off all warnings; specific ones may be re-enabled by later -W options -Wall Turn on all warnings -Wparser Turn on parser warnings -Wlogic Turn on logic warnings (on by default) -Wdeprecated Turn on deprecation warnings (on by default) Options: * You can place any variable assignment in options and it will be * * processed as if it was in [files]. These assignments will be parsed * * before [files]. * -o file Write output to file -d Increase debug level -t templ Overrides TEMPLATE as templ -tp prefix Overrides TEMPLATE so that prefix is prefixed into the value -help This help -v Version information -after All variable assignments after this will be parsed after [files] -norecursive Don't do a recursive search -recursive Do a recursive search -set Set persistent property -unset Unset persistent property -query Query persistent property. Show all if is empty. -cache file Use file as cache [makefile mode only] -spec spec Use spec as QMAKESPEC [makefile mode only] -nocache Don't use a cache file [makefile mode only] -nodepend Don't generate dependencies [makefile mode only] -nomoc Don't generate moc targets [makefile mode only] -nopwd Don't look for files in pwd [project mode only] Usage: /usr/bin/qmake [mode] [options] [files] QMake has two modes, one mode for generating project files based on some heuristics, and the other for generating makefiles. Normally you shouldn't need to specify a mode, as makefile generation is the default mode for qmake, but you may use this to test qmake on an existing project Mode: -project Put qmake into project file generation mode In this mode qmake interprets files as files to be built, defaults to *.c; *.ui; *.y; *.l; *.ts; *.xlf; *.qrc; *.h; *.hpp; *.hh; *.hxx; *.H; *.cpp; *.cc; *.cxx; *.C Note: The created .pro file probably will need to be edited. For example add the QT variable to specify what modules are required. -makefile Put qmake into makefile generation mode (default) In this mode qmake interprets files as project files to be processed, if skipped qmake will try to find a project file in your current working directory Warnings Options: -Wnone Turn off all warnings; specific ones may be re-enabled by later -W options -Wall Turn on all warnings -Wparser Turn on parser warnings -Wlogic Turn on logic warnings (on by default) -Wdeprecated Turn on deprecation warnings (on by default) Options: * You can place any variable assignment in options and it will be * * processed as if it was in [files]. These assignments will be parsed * * before [files]. * -o file Write output to file -d Increase debug level -t templ Overrides TEMPLATE as templ -tp prefix Overrides TEMPLATE so that prefix is prefixed into the value -help This help -v Version information -after All variable assignments after this will be parsed after [files] -norecursive Don't do a recursive search -recursive Do a recursive search -set Set persistent property -unset Unset persistent property -query Query persistent property. Show all if is empty. -cache file Use file as cache [makefile mode only] -spec spec Use spec as QMAKESPEC [makefile mode only] -nocache Don't use a cache file [makefile mode only] -nodepend Don't generate dependencies [makefile mode only] -nomoc Don't generate moc targets [makefile mode only] -nopwd Don't look for files in pwd [project mode only] make: *** [apps/simple_test-app/Makefile] Error 1 make: *** Waiting for unfinished jobs.... make: *** [hupnp/Makefile] Error 1 * ERROR: media-libs/herqq-1.0.0-r1 failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-libs/herqq-1.0.0-r1'`, * the complete build log and the output of `emerge -pqv '=media-libs/herqq-1.0.0-r1'`. * The complete build log is located at '/var/log/portage/media-libs:herqq-1.0.0-r1:20130409-105552.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-libs/herqq-1.0.0-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-libs/herqq-1.0.0-r1/temp/environment'. * Working directory: '/var/tmp/portage/media-libs/herqq-1.0.0-r1/work/herqq-1.0.0' * S: '/var/tmp/portage/media-libs/herqq-1.0.0-r1/work/herqq-1.0.0'