Advertisement
Guest User

Untitled

a guest
Jan 25th, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.16 KB | None | 0 0
  1. file /opt/tc_apps/OSM/tools/mapnik-2.0.0/SConstruct,line 949:
  2. Configure(confdir = .sconf_temp)
  3. scons: Configure: Checking for freetype-config...
  4. freetype-config --libs --cflags
  5. -I/usr/include/freetype2
  6. -lfreetype
  7. scons: Configure: yes
  8.  
  9. scons: Configure: Checking for xml2-config...
  10. xml2-config --libs --cflags
  11. -lxml2 -lz -lm
  12. -I/usr/include/libxml2
  13. scons: Configure: yes
  14.  
  15. scons: Configure: Sorting lib and inc compiler paths by priority... internal,other,frameworks,user,system
  16. scons: Configure: (cached) yes
  17.  
  18. scons: Configure: Checking for C library m...
  19. .sconf_temp/conftest_2.c <-
  20. |
  21. |
  22. |#include "math.h"
  23. |
  24. |int
  25. |main() {
  26. |
  27. |return 0;
  28. |}
  29. |
  30. gcc -o .sconf_temp/conftest_2.o -c -Iinclude -I. -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_2.c
  31. gcc -o .sconf_temp/conftest_2 .sconf_temp/conftest_2.o -Lsrc -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm
  32. scons: Configure: yes
  33.  
  34. scons: Configure: Checking for C library ltdl...
  35. .sconf_temp/conftest_3.c <-
  36. |
  37. |
  38. |#include "ltdl.h"
  39. |
  40. |int
  41. |main() {
  42. |
  43. |return 0;
  44. |}
  45. |
  46. gcc -o .sconf_temp/conftest_3.o -c -Iinclude -I. -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_3.c
  47. gcc -o .sconf_temp/conftest_3 .sconf_temp/conftest_3.o -Lsrc -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl
  48. scons: Configure: yes
  49.  
  50. scons: Configure: Checking for C library png...
  51. .sconf_temp/conftest_4.c <-
  52. |
  53. |
  54. |#include "png.h"
  55. |
  56. |int
  57. |main() {
  58. |
  59. |return 0;
  60. |}
  61. |
  62. gcc -o .sconf_temp/conftest_4.o -c -Iinclude -I. -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_4.c
  63. gcc -o .sconf_temp/conftest_4 .sconf_temp/conftest_4.o -Lsrc -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng
  64. scons: Configure: yes
  65.  
  66. scons: Configure: Checking for C library tiff...
  67. .sconf_temp/conftest_5.c <-
  68. |
  69. |
  70. |#include "tiff.h"
  71. |
  72. |int
  73. |main() {
  74. |
  75. |return 0;
  76. |}
  77. |
  78. gcc -o .sconf_temp/conftest_5.o -c -Iinclude -I. -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_5.c
  79. gcc -o .sconf_temp/conftest_5 .sconf_temp/conftest_5.o -Lsrc -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff
  80. scons: Configure: yes
  81.  
  82. scons: Configure: Checking for C library z...
  83. .sconf_temp/conftest_6.c <-
  84. |
  85. |
  86. |#include "zlib.h"
  87. |
  88. |int
  89. |main() {
  90. |
  91. |return 0;
  92. |}
  93. |
  94. gcc -o .sconf_temp/conftest_6.o -c -Iinclude -I. -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_6.c
  95. gcc -o .sconf_temp/conftest_6 .sconf_temp/conftest_6.o -Lsrc -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff -lz
  96. scons: Configure: yes
  97.  
  98. scons: Configure: Checking for C library proj...
  99. .sconf_temp/conftest_7.c <-
  100. |
  101. |
  102. |#include "proj_api.h"
  103. |
  104. |int
  105. |main() {
  106. |
  107. |return 0;
  108. |}
  109. |
  110. gcc -o .sconf_temp/conftest_7.o -c -Iinclude -I. -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_7.c
  111. gcc -o .sconf_temp/conftest_7 .sconf_temp/conftest_7.o -Lsrc -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff -lz -lproj
  112. scons: Configure: yes
  113.  
  114. scons: Configure: Checking for C++ library icuuc...
  115. .sconf_temp/conftest_8.cpp <-
  116. |
  117. |
  118. |#include "unicode/unistr.h"
  119. |
  120. |int
  121. |main() {
  122. |
  123. |return 0;
  124. |}
  125. |
  126. g++ -o .sconf_temp/conftest_8.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_8.cpp
  127. g++ -o .sconf_temp/conftest_8 .sconf_temp/conftest_8.o -Lsrc -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff -lz -lproj -licuuc
  128. scons: Configure: yes
  129.  
  130. scons: Configure: Checking for C library jpeg...
  131. .sconf_temp/conftest_9.c <-
  132. |
  133. |
  134. |#include "stdio.h"
  135. |#include "jpeglib.h"
  136. |
  137. |int
  138. |main() {
  139. |
  140. |return 0;
  141. |}
  142. |
  143. gcc -o .sconf_temp/conftest_9.o -c -Iinclude -I. -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_9.c
  144. gcc -o .sconf_temp/conftest_9 .sconf_temp/conftest_9.o -Lsrc -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg
  145. scons: Configure: yes
  146.  
  147. .sconf_temp/conftest_10.cpp <-
  148. |
  149. |
  150. |#include <unicode/uversion.h>
  151. |#include <iostream>
  152. |
  153. |int main()
  154. |{
  155. | std::cout << U_ICU_VERSION_MAJOR_NUM << "." << U_ICU_VERSION_MINOR_NUM << std::endl;
  156. | return 0;
  157. |}
  158. |
  159. |
  160. g++ -o .sconf_temp/conftest_10.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_10.cpp
  161. g++ -o .sconf_temp/conftest_10 .sconf_temp/conftest_10.o -Lsrc -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg
  162. .sconf_temp/conftest_10 > .sconf_temp/conftest_10.out
  163. scons: Configure: Checking for ICU version >= 4.2...
  164. scons: Configure: (cached) Searching for boost libs and headers...
  165. scons: Configure: (cached) 
  166. *libs found: /usr/local/boost/lib
  167. *headers found: /usr/local/boost/include
  168. *no lib naming extension found
  169.  
  170. .sconf_temp/conftest_11.cpp <-
  171. |
  172. |
  173. |#include <boost/version.hpp>
  174. |#include <iostream>
  175. |
  176. |int main()
  177. |{
  178. |
  179. |std::cout << BOOST_LIB_VERSION << std::endl;
  180. |return 0;
  181. |}
  182. |
  183. |
  184. g++ -o .sconf_temp/conftest_11.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/local/boost/include .sconf_temp/conftest_11.cpp
  185. g++ -o .sconf_temp/conftest_11 .sconf_temp/conftest_11.o -Lsrc -L/usr/local/lib64 -L/usr/lib64 -L/usr/local/boost/lib -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg
  186. .sconf_temp/conftest_11 > .sconf_temp/conftest_11.out
  187. scons: Configure: Checking for Boost version >= 1.41...
  188. .sconf_temp/conftest_12.cpp <-
  189. |
  190. |
  191. |#include <boost/version.hpp>
  192. |
  193. |int main()
  194. |{
  195. | return BOOST_VERSION >= 104100 ? 0 : 1;
  196. |}
  197. |
  198. |
  199. g++ -o .sconf_temp/conftest_12.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/boost/include -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_12.cpp
  200. g++ -o .sconf_temp/conftest_12 .sconf_temp/conftest_12.o -Lsrc -L/usr/local/boost/lib -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg
  201. .sconf_temp/conftest_12 > .sconf_temp/conftest_12.out
  202. scons: Configure: yes
  203.  
  204. scons: Configure: Checking for C++ library boost_system...
  205. .sconf_temp/conftest_13.cpp <-
  206. |
  207. |
  208. |#include "boost/system/system_error.hpp"
  209. |
  210. |int
  211. |main() {
  212. |
  213. |return 0;
  214. |}
  215. |
  216. g++ -o .sconf_temp/conftest_13.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/boost/include -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_13.cpp
  217. g++ -o .sconf_temp/conftest_13 .sconf_temp/conftest_13.o -Lsrc -L/usr/local/boost/lib -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system
  218. scons: Configure: yes
  219.  
  220. scons: Configure: Checking for C++ library boost_filesystem...
  221. .sconf_temp/conftest_14.cpp <-
  222. |
  223. |
  224. |#include "boost/filesystem/operations.hpp"
  225. |
  226. |int
  227. |main() {
  228. |
  229. |return 0;
  230. |}
  231. |
  232. g++ -o .sconf_temp/conftest_14.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/boost/include -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_14.cpp
  233. g++ -o .sconf_temp/conftest_14 .sconf_temp/conftest_14.o -Lsrc -L/usr/local/boost/lib -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system -lboost_filesystem
  234. scons: Configure: yes
  235.  
  236. scons: Configure: Checking for C++ library boost_regex...
  237. .sconf_temp/conftest_15.cpp <-
  238. |
  239. |
  240. |#include "boost/regex.hpp"
  241. |
  242. |int
  243. |main() {
  244. |
  245. |return 0;
  246. |}
  247. |
  248. g++ -o .sconf_temp/conftest_15.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/boost/include -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_15.cpp
  249. g++ -o .sconf_temp/conftest_15 .sconf_temp/conftest_15.o -Lsrc -L/usr/local/boost/lib -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system -lboost_filesystem -lboost_regex
  250. scons: Configure: yes
  251.  
  252. scons: Configure: Checking for C++ library boost_program_options...
  253. .sconf_temp/conftest_16.cpp <-
  254. |
  255. |
  256. |#include "boost/program_options.hpp"
  257. |
  258. |int
  259. |main() {
  260. |
  261. |return 0;
  262. |}
  263. |
  264. g++ -o .sconf_temp/conftest_16.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/boost/include -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_16.cpp
  265. g++ -o .sconf_temp/conftest_16 .sconf_temp/conftest_16.o -Lsrc -L/usr/local/boost/lib -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system -lboost_filesystem -lboost_regex -lboost_program_options
  266. scons: Configure: yes
  267.  
  268. scons: Configure: Checking for C++ library boost_thread...
  269. .sconf_temp/conftest_17.cpp <-
  270. |
  271. |
  272. |#include "boost/thread/mutex.hpp"
  273. |
  274. |int
  275. |main() {
  276. |
  277. |return 0;
  278. |}
  279. |
  280. g++ -o .sconf_temp/conftest_17.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/boost/include -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_17.cpp
  281. g++ -o .sconf_temp/conftest_17 .sconf_temp/conftest_17.o -Lsrc -L/usr/local/boost/lib -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system -lboost_filesystem -lboost_regex -lboost_program_options -lboost_thread
  282. scons: Configure: yes
  283.  
  284. .sconf_temp/conftest_18.cpp <-
  285. |
  286. |
  287. |#include <boost/regex/icu.hpp>
  288. |#include <unicode/unistr.h>
  289. |
  290. |int main()
  291. |{
  292. | UnicodeString ustr;
  293. | try {
  294. | boost::u32regex pattern = boost::make_u32regex(ustr);
  295. | }
  296. | // an exception is fine, still indicates support is
  297. | // likely compiled into regex
  298. | catch (...) {
  299. | return 0;
  300. | }
  301. | return 0;
  302. |}
  303. |
  304. |
  305. g++ -o .sconf_temp/conftest_18.o -c -DHAVE_JPEG -Iinclude -I. -I/usr/local/boost/include -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 .sconf_temp/conftest_18.cpp
  306. g++ -o .sconf_temp/conftest_18 .sconf_temp/conftest_18.o -Lsrc -L/usr/local/boost/lib -L/usr/local/lib64 -L/usr/lib64 -lfreetype -lxml2 -lz -lm -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system -lboost_filesystem -lboost_regex -lboost_program_options -lboost_thread
  307. .sconf_temp/conftest_18 > .sconf_temp/conftest_18.out
  308. scons: Configure: Checking if boost_regex was built with ICU unicode support...
  309. scons: Configure: (cached) no
  310.  
  311. scons: Configure: Checking for gdal-config --libs...
  312. gdal-config --libs
  313. -lgdal
  314. scons: Configure: yes
  315.  
  316. scons: Configure: Checking for gdal-config --cflags...
  317. gdal-config --cflags
  318. -I/usr/include/gdal
  319. scons: Configure: yes
  320.  
  321. scons: Configure: Checking for name of gdal library...
  322. gdal-config --libs
  323. -lgdal
  324. scons: Configure: gdal
  325.  
  326. scons: Configure: Checking if gdal is ogr enabled...
  327. gdal-config --ogr-enabled
  328. yes
  329. scons: Configure: yes
  330.  
  331. scons: Configure: Checking for name of ogr library...
  332. gdal-config --libs
  333. -lgdal
  334. scons: Configure: gdal
  335.  
  336. scons: Configure: Checking for pg_config...
  337. pg_config
  338. BINDIR = /usr/pgsql-9.1/bin
  339. DOCDIR = /usr/share/doc/pgsql
  340. HTMLDIR = /usr/share/doc/pgsql
  341. INCLUDEDIR = /usr/pgsql-9.1/include
  342. PKGINCLUDEDIR = /usr/pgsql-9.1/include
  343. INCLUDEDIR-SERVER = /usr/pgsql-9.1/include/server
  344. LIBDIR = /usr/pgsql-9.1/lib
  345. PKGLIBDIR = /usr/pgsql-9.1/lib
  346. LOCALEDIR = /usr/pgsql-9.1/share/locale
  347. MANDIR = /usr/pgsql-9.1/share/man
  348. SHAREDIR = /usr/pgsql-9.1/share
  349. SYSCONFDIR = /etc/sysconfig/pgsql
  350. PGXS = /usr/pgsql-9.1/lib/pgxs/src/makefiles/pgxs.mk
  351. CONFIGURE = '--disable-rpath' '--prefix=/usr/pgsql-9.1' '--includedir=/usr/pgsql-9.1/include' '--mandir=/usr/pgsql-9.1/share/man' '--datadir=/usr/pgsql-9.1/share' '--with-perl' '--with-python' '--with-tcl' '--with-tclconfig=/usr/lib64' '--with-openssl' '--with-pam' '--with-krb5' '--with-gssapi' '--with-includes=/usr/include' '--with-libraries=/usr/lib64' '--enable-nls' '--with-ossp-uuid' '--with-libxml' '--with-libxslt' '--with-ldap' '--with-system-tzdata=/usr/share/zoneinfo' '--sysconfdir=/etc/sysconfig/pgsql' '--docdir=/usr/share/doc' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/include/et' 'CPPFLAGS= -I/usr/include/et'
  352. CC = gcc
  353. CPPFLAGS = -I/usr/include/et -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include
  354. CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/include/et -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv
  355. CFLAGS_SL = -fpic
  356. LDFLAGS = -L/usr/lib64 -Wl,--as-needed
  357. LDFLAGS_EX =
  358. LDFLAGS_SL =
  359. LIBS = -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lcrypt -ldl -lm
  360. VERSION = PostgreSQL 9.1.2
  361. scons: Configure: yes
  362.  
  363. scons: Configure: Checking for C library sqlite3...
  364. .sconf_temp/conftest_25.c <-
  365. |
  366. |
  367. |#include "sqlite3.h"
  368. |
  369. |int
  370. |main() {
  371. |
  372. |return 0;
  373. |}
  374. |
  375. gcc -o .sconf_temp/conftest_25.o -c -I/usr/include -Iinclude -I. -I/usr/local/boost/include -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdal -I/usr/pgsql-9.1/include .sconf_temp/conftest_25.c
  376. .sconf_temp/conftest_25.c:3:21: error: sqlite3.h: No such file or directory
  377. scons: Configure: no
  378.  
  379. scons: Configure: Checking for pkg-config...
  380. pkg-config --atleast-pkgconfig-version=0.15.0
  381. scons: Configure: yes
  382.  
  383. scons: Configure: Checking for cairo...
  384. pkg-config --exists 'cairo'
  385. scons: Configure: no
  386.  
  387. scons: Configure: Checking for C++ header file boost/python/detail/config.hpp...
  388. .sconf_temp/conftest_28.cpp <-
  389. |
  390. |#include <boost/python/detail/config.hpp>
  391. |
  392. |
  393. g++ -o .sconf_temp/conftest_28.o -c -DHAVE_JPEG -Iagg/include -I. -Iinclude -I/usr/local/boost/include -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdal -I/usr/pgsql-9.1/include .sconf_temp/conftest_28.cpp
  394. scons: Configure: yes
  395.  
  396. scons: Configure: Checking for pkg-config...
  397. pkg-config --atleast-pkgconfig-version=0.15.0
  398. scons: Configure: yes
  399.  
  400. scons: Configure: Checking for pycairo...
  401. pkg-config --exists 'pycairo'
  402. scons: Configure: no
  403.  
  404. .sconf_temp/conftest_31.cpp <-
  405. |
  406. |
  407. |#include <mapnik/version.hpp>
  408. |#include <iostream>
  409. |
  410. |int main()
  411. |{
  412. | std::cout << MAPNIK_VERSION << std::endl;
  413. | return 0;
  414. |}
  415. |
  416. |
  417. g++ -o .sconf_temp/conftest_31.o -c -DHAVE_JPEG -Iagg/include -I. -Iinclude -I/usr/local/boost/include -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdal -I/usr/pgsql-9.1/include .sconf_temp/conftest_31.cpp
  418. g++ -o .sconf_temp/conftest_31 .sconf_temp/conftest_31.o -Lagg -Lsrc -L/usr/local/boost/lib -L/usr/local/lib64 -L/usr/lib64 -L/usr/pgsql-9.1/lib -lfreetype -lxml2 -lm -lltdl -lpng -ltiff -lz -lproj -licuuc -ljpeg -lboost_system -lboost_filesystem -lboost_regex -lboost_program_options -lboost_thread -lgdal -lpq
  419. .sconf_temp/conftest_31 > .sconf_temp/conftest_31.out
  420. scons: Configure: Checking for C header file Python.h...
  421. .sconf_temp/conftest_32.c <-
  422. |
  423. |#include <Python.h>
  424. |
  425. |
  426. gcc -o .sconf_temp/conftest_32.o -c -Iagg/include -I. -Iinclude -I/usr/local/boost/include -I/usr/local/include -I/usr/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/gdal -I/usr/pgsql-9.1/include -I/usr/include/python2.6 .sconf_temp/conftest_32.c
  427. .sconf_temp/conftest_32.c:2:20: error: Python.h: No such file or directory
  428. scons: Configure: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement