Advertisement
Guest User

Untitled

a guest
Feb 18th, 2012
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 15.29 KB | None | 0 0
  1. >>> Emerging (1 of 91) x11-libs/qt-qt3support-4.8.0
  2.  * qt-everywhere-opensource-src-4.8.0.tar.gz RMD160 SHA1 SHA256 size ;-) ...              [ ok ]
  3. >>> Unpacking source...
  4.  * Unpacking parts of qt-everywhere-opensource-src-4.8.0.tar.gz: configure LICENSE.GPL3 LICENSE.LGPL projects.pro src/qbase.pri src/qt_targets.pri src/qt_install.pri bin config.tests mkspecs qmake src include tools ...                                                                  [ ok ]
  5. >>> Source unpacked in /var/tmp/portage/x11-libs/qt-qt3support-4.8.0/work
  6. >>> Preparing source in /var/tmp/portage/x11-libs/qt-qt3support-4.8.0/work/qt-everywhere-opensource-src-4.8.0 ...
  7. >>> Source prepared.
  8. >>> Configuring source in /var/tmp/portage/x11-libs/qt-qt3support-4.8.0/work/qt-everywhere-opensource-src-4.8.0 ...
  9. ./configure -prefix /usr -bindir /usr/bin -libdir /usr/lib64/qt4 -docdir /usr/share/doc/qt-4.8.0 -headerdir /usr/include/qt4 -plugindir /usr/lib64/qt4/plugins -importdir /usr/lib64/qt4/imports -datadir /usr/share/qt4 -translationdir /usr/share/qt4/translations -sysconfdir /etc/qt4 -examplesdir /usr/share/qt4/examples -demosdir /usr/share/qt4/demos -opensource -confirm-license -shared -fast -largefile -stl -verbose -platform linux-g++ -nomake examples -nomake demos -L/usr/lib64 -release -no-separate-debug-info -exceptions -no-rpath -no-pch -reduce-relocations -arch x86_64 -qt3support -gstreamer -phonon -accessibility -I/usr/include/freetype2
  10. Determining system architecture... (Linux:3.1.6-calculate:x86_64)
  11.     64-bit AMD 80x86 (x86_64)
  12.     'x86_64' is supported
  13. System architecture: 'x86_64'
  14. Symbol visibility control enabled.
  15. Symbolic function binding enabled.
  16.  
  17. This is the Qt for Linux/X11 Open Source Edition.
  18.  
  19. You are licensed to use this software under the terms of
  20. the Lesser GNU General Public License (LGPL) versions 2.1.
  21. You are also licensed to use this software under the terms of
  22. the GNU General Public License (GPL) versions 3.
  23.  
  24. You have already accepted the terms of the  license.
  25.  
  26. floatmath auto-detection... ()
  27. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o floatmath.o floatmath.cpp
  28. floatmath.cpp:44:5: warning: unused parameter 'argc' [-Wunused-parameter]
  29. floatmath.cpp:44:5: warning: unused parameter 'argv' [-Wunused-parameter]
  30. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o floatmath floatmath.o     -L/usr/lib64
  31. floatmath enabled.
  32. mmx auto-detection... ()
  33. x86_64-pc-linux-gnu-g++ -c -pipe -mmmx -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o mmx.o mmx.cpp
  34. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o mmx mmx.o     -L/usr/lib64 -mmmx
  35. mmx enabled.
  36. 3dnow auto-detection... ()
  37. x86_64-pc-linux-gnu-g++ -c -pipe -m3dnow -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o 3dnow.o 3dnow.cpp
  38. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o 3dnow 3dnow.o     -L/usr/lib64 -m3dnow
  39. 3dnow enabled.
  40. sse auto-detection... ()
  41. x86_64-pc-linux-gnu-g++ -c -pipe -msse -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o sse.o sse.cpp
  42. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o sse sse.o     -L/usr/lib64 -msse
  43. sse enabled.
  44. sse2 auto-detection... ()
  45. x86_64-pc-linux-gnu-g++ -c -pipe -msse2 -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o sse2.o sse2.cpp
  46. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o sse2 sse2.o     -L/usr/lib64 -msse2
  47. sse2 enabled.
  48. sse3 auto-detection... ()
  49. x86_64-pc-linux-gnu-g++ -c -pipe -msse3 -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o sse3.o sse3.cpp
  50. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o sse3 sse3.o     -L/usr/lib64 -msse3
  51. sse3 enabled.
  52. ssse3 auto-detection... ()
  53. x86_64-pc-linux-gnu-g++ -c -pipe -mssse3 -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o ssse3.o ssse3.cpp
  54. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o ssse3 ssse3.o     -L/usr/lib64 -mssse3
  55. ssse3 enabled.
  56. sse4_1 auto-detection... ()
  57. x86_64-pc-linux-gnu-g++ -c -pipe -msse4.1 -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o sse4_1.o sse4_1.cpp
  58. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o sse4_1 sse4_1.o     -L/usr/lib64 -msse4.1
  59. sse4_1 enabled.
  60. sse4_2 auto-detection... ()
  61. x86_64-pc-linux-gnu-g++ -c -pipe -msse4.2 -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o sse4_2.o sse4_2.cpp
  62. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o sse4_2 sse4_2.o     -L/usr/lib64 -msse4.2
  63. sse4_2 enabled.
  64. avx auto-detection... ()
  65. x86_64-pc-linux-gnu-g++ -c -pipe -mavx -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o avx.o avx.cpp
  66. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o avx avx.o     -L/usr/lib64 -mavx
  67. avx enabled.
  68. ipc_sysv auto-detection... ()
  69. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o ipc.o ipc.cpp
  70. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o ipc_sysv ipc.o     -L/usr/lib64
  71. ipc_sysv enabled.
  72. zlib auto-detection... ()
  73. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o zlib.o zlib.cpp
  74. zlib.cpp: In function 'int main(int, char**)':
  75. zlib.cpp:46:15: warning: variable 'stream' set but not used [-Wunused-but-set-variable]
  76. zlib.cpp:48:17: warning: variable 'ver' set but not used [-Wunused-but-set-variable]
  77. zlib.cpp:51:9: warning: variable 'res' set but not used [-Wunused-but-set-variable]
  78. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o zlib zlib.o     -L/usr/lib64 -lz
  79. zlib enabled.
  80. libjpeg auto-detection... ()
  81. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o libjpeg.o libjpeg.cpp
  82. libjpeg.cpp: In function 'int main(int, char**)':
  83. libjpeg.cpp:51:32: warning: 'cinfo' is used uninitialized in this function [-Wuninitialized]
  84. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o libjpeg libjpeg.o     -L/usr/lib64 -ljpeg
  85. libjpeg enabled.
  86. libtiff auto-detection... ()
  87. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o libtiff.o libtiff.cpp
  88. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o libtiff libtiff.o     -L/usr/lib64 -ltiff
  89. libtiff enabled.
  90. libmng auto-detection... ()
  91. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o libmng.o libmng.cpp
  92. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o libmng libmng.o     -L/usr/lib64 -lmng
  93. libmng enabled.
  94. libpng auto-detection... ()
  95. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o libpng.o libpng.cpp
  96. libpng.cpp: In function 'int main(int, char**)':
  97. libpng.cpp:50:17: warning: variable 'png_ptr' set but not used [-Wunused-but-set-variable]
  98. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o libpng libpng.o     -L/usr/lib64 -lpng
  99. libpng enabled.
  100. DB2 auto-detection... ()
  101. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o db2.o db2.cpp
  102. db2.cpp:42:20: fatal error: sqlcli.h: No such file or directory
  103. compilation terminated.
  104. gmake: *** [db2.o] Error 1
  105. DB2 disabled.
  106. InterBase auto-detection... ()
  107. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o ibase.o ibase.cpp
  108. ibase.cpp:42:19: fatal error: ibase.h: No such file or directory
  109. compilation terminated.
  110. gmake: *** [ibase.o] Error 1
  111. InterBase disabled.
  112. MySQL (thread-safe) auto-detection... ()
  113. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o mysql.o ../mysql/mysql.cpp
  114. ../mysql/mysql.cpp:42:19: fatal error: mysql.h: No such file or directory
  115. compilation terminated.
  116. gmake: *** [mysql.o] Error 1
  117. MySQL (thread-safe) disabled.
  118. MySQL (thread-unsafe) auto-detection... ()
  119. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o mysql.o mysql.cpp
  120. mysql.cpp:42:19: fatal error: mysql.h: No such file or directory
  121. compilation terminated.
  122. gmake: *** [mysql.o] Error 1
  123. MySQL (thread-unsafe) disabled.
  124. OCI auto-detection... ()
  125. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o oci.o oci.cpp
  126. oci.cpp:42:17: fatal error: oci.h: No such file or directory
  127. compilation terminated.
  128. gmake: *** [oci.o] Error 1
  129. OCI disabled.
  130. ODBC auto-detection... ()
  131. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o odbc.o odbc.cpp
  132. odbc.cpp:45:17: fatal error: sql.h: No such file or directory
  133. compilation terminated.
  134. gmake: *** [odbc.o] Error 1
  135. ODBC disabled.
  136. iODBC auto-detection... ()
  137. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o iodbc.o iodbc.cpp
  138. iodbc.cpp:42:17: fatal error: sql.h: No such file or directory
  139. compilation terminated.
  140. gmake: *** [iodbc.o] Error 1
  141. iODBC disabled.
  142. PostgreSQL auto-detection... ()
  143. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o psql.o psql.cpp
  144. psql.cpp:42:22: fatal error: libpq-fe.h: No such file or directory
  145. compilation terminated.
  146. gmake: *** [psql.o] Error 1
  147. PostgreSQL disabled.
  148. SQLite2 auto-detection... ()
  149. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o sqlite2.o sqlite2.cpp
  150. sqlite2.cpp:42:20: fatal error: sqlite.h: No such file or directory
  151. compilation terminated.
  152. gmake: *** [sqlite2.o] Error 1
  153. SQLite2 disabled.
  154. unknown SQL driver: sqlite_symbian
  155. unknown SQL driver: symsql
  156. TDS auto-detection... ()
  157. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o tds.o tds.cpp
  158. tds.cpp:42:22: fatal error: sybfront.h: No such file or directory
  159. compilation terminated.
  160. gmake: *** [tds.o] Error 1
  161. TDS disabled.
  162. NIS auto-detection... ()
  163. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o nis.o nis.cpp
  164. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o nis nis.o     -L/usr/lib64 -lnsl
  165. NIS enabled.
  166. Cups auto-detection... ()
  167. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o cups.o cups.cpp
  168. cups.cpp:42:23: fatal error: cups/cups.h: No such file or directory
  169. compilation terminated.
  170. gmake: *** [cups.o] Error 1
  171. Cups disabled.
  172. POSIX iconv auto-detection... ()
  173. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o iconv.o iconv.cpp
  174. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o iconv iconv.o     -L/usr/lib64
  175. POSIX iconv enabled.
  176. D-Bus auto-detection... ()
  177. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -o dbus.o dbus.cpp
  178. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o dbus dbus.o     -L/usr/lib64 -ldbus-1 -lpthread -lrt
  179. D-Bus enabled.
  180. Glib auto-detection... ()
  181. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -o glib.o glib.cpp
  182. glib.cpp: In function 'int main(int, char**)':
  183. glib.cpp:48:19: warning: variable 'context' set but not used [-Wunused-but-set-variable]
  184. glib.cpp:55:38: warning: 'pollfd' is used uninitialized in this function [-Wuninitialized]
  185. x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1 -o glib glib.o     -L/usr/lib64 -pthread -lgthread-2.0 -lrt -lglib-2.0
  186. Glib enabled.
  187. GStreamer auto-detection... ()
  188. x86_64-pc-linux-gnu-g++ -c -pipe -march=core2 -mtune=generic -O2 -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o gstreamer.o gstreamer.cpp
  189. gstreamer.cpp:42:21: fatal error: gst/gst.h: No such file or directory
  190. compilation terminated.
  191. gmake: *** [gstreamer.o] Error 1
  192. GStreamer disabled.
  193. Gstreamer support cannot be enabled due to functionality tests!
  194.  Turn on verbose messaging (-v) to ./configure to see the final report.
  195.  If you believe this message is in error you may use the continue
  196.  switch (-continue) to ./configure to continue.
  197.  * ERROR: x11-libs/qt-qt3support-4.8.0 failed (configure phase):
  198.  *   ./configure failed
  199.  *
  200.  * Call stack:
  201.  *     ebuild.sh, line   85:  Called src_configure
  202.  *   environment, line 3080:  Called qt4-build_src_configure
  203.  *   environment, line 2719:  Called die
  204.  * The specific snippet of code:
  205.  *       ./configure ${myconf} || die "./configure failed";
  206.  *
  207.  * If you need support, post the output of 'emerge --info =x11-libs/qt-qt3support-4.8.0',
  208.  * the complete build log and the output of 'emerge -pqv =x11-libs/qt-qt3support-4.8.0'.
  209.  * The complete build log is located at '/var/tmp/portage/x11-libs/qt-qt3support-4.8.0/temp/build.log'.
  210.  * The ebuild environment file is located at '/var/tmp/portage/x11-libs/qt-qt3support-4.8.0/temp/environment'.
  211.  * S: '/var/tmp/portage/x11-libs/qt-qt3support-4.8.0/work/qt-everywhere-opensource-src-4.8.0'
  212.  
  213. >>> Failed to emerge x11-libs/qt-qt3support-4.8.0, Log file:
  214.  
  215. >>>  '/var/tmp/portage/x11-libs/qt-qt3support-4.8.0/temp/build.log'
  216.  
  217.  * Messages for package x11-libs/qt-qt3support-4.8.0:
  218.  
  219.  * ERROR: x11-libs/qt-qt3support-4.8.0 failed (configure phase):
  220.  *   ./configure failed
  221.  *
  222.  * Call stack:
  223.  *     ebuild.sh, line   85:  Called src_configure
  224.  *   environment, line 3080:  Called qt4-build_src_configure
  225.  *   environment, line 2719:  Called die
  226.  * The specific snippet of code:
  227.  *       ./configure ${myconf} || die "./configure failed";
  228.  *
  229.  * If you need support, post the output of 'emerge --info =x11-libs/qt-qt3support-4.8.0',
  230.  * the complete build log and the output of 'emerge -pqv =x11-libs/qt-qt3support-4.8.0'.
  231.  * The complete build log is located at '/var/tmp/portage/x11-libs/qt-qt3support-4.8.0/temp/build.log'.
  232.  * The ebuild environment file is located at '/var/tmp/portage/x11-libs/qt-qt3support-4.8.0/temp/environment'.
  233.  * S: '/var/tmp/portage/x11-libs/qt-qt3support-4.8.0/work/qt-everywhere-opensource-src-4.8.0'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement