Advertisement
Guest User

Untitled

a guest
Mar 19th, 2010
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 215.91 KB | None | 0 0
  1. checking build system type... i686-pc-linux-gnu                                                                
  2. checking host system type... i686-pc-linux-gnu                                                                  
  3. checking which template to use... linux                                                                        
  4. checking whether to build with 64-bit integer date/time support... yes                                          
  5. checking whether NLS is wanted... no                                                                            
  6. checking for default port number... 5432                                                                        
  7. checking for block size... 8kB                                                                                  
  8. checking for segment size... 1GB                                                                                
  9. checking for WAL block size... 8kB                                                                              
  10. checking for WAL segment size... 16MB                                                                          
  11. checking for gcc... gcc                                                                                        
  12. checking for C compiler default output file name... a.out                                                      
  13. checking whether the C compiler works... yes                                                                    
  14. checking whether we are cross compiling... no                                                                  
  15. checking for suffix of executables...                                                                          
  16. checking for suffix of object files... o                                                                        
  17. checking whether we are using the GNU C compiler... yes                                                        
  18. checking whether gcc accepts -g... yes                                                                          
  19. checking for gcc option to accept ISO C89... none needed                                                        
  20. checking if gcc supports -Wdeclaration-after-statement... yes                                                  
  21. checking if gcc supports -Wendif-labels... yes                                                                  
  22. checking if gcc supports -fno-strict-aliasing... yes                                                            
  23. checking if gcc supports -fwrapv... yes                                                                        
  24. checking whether the C compiler still works... yes                                                              
  25. checking how to run the C preprocessor... gcc -E                                                                
  26. checking allow thread-safe client libraries... yes                                                              
  27. checking whether to build with Tcl... no                                                                        
  28. checking whether to build Perl modules... no                                                                    
  29. checking whether to build Python modules... no                                                                  
  30. checking whether to build with GSSAPI support... no                                                            
  31. checking whether to build with Kerberos 5 support... no                                                        
  32. checking whether to build with PAM support... yes                                                              
  33. checking whether to build with LDAP support... no                                                              
  34. checking whether to build with Bonjour support... no                                                            
  35. checking whether to build with OpenSSL support... yes                                                          
  36. checking for xml2-config... xml2-config                                                                        
  37. checking for grep that handles long lines and -e... /bin/grep                                                  
  38. checking for egrep... /bin/grep -E                                                                              
  39. checking for ld used by GCC... /usr/bin/ld                                                                      
  40. checking if the linker (/usr/bin/ld) is GNU ld... yes                                                          
  41. checking for ranlib... ranlib                                                                                  
  42. checking for strip... strip                                                                                    
  43. checking whether it is possible to strip libraries... yes                                                      
  44. checking for ar... ar                                                                                          
  45. checking for tar... /bin/tar                                                                                    
  46. checking whether ln -s works... yes                                                                            
  47. checking for gawk... gawk                                                                                      
  48. checking for a thread-safe mkdir -p... /bin/mkdir -p                                                            
  49. checking for bison... /usr/bin/bison                                                                            
  50. configure: using bison (GNU Bison) 2.4.1                                                                        
  51. checking for flex... /usr/bin/flex                                                                              
  52. configure: using flex 2.5.35                                                                                    
  53. checking for perl... /usr/bin/perl                                                                              
  54. configure: using perl 5.10.0                                                                                    
  55. checking for main in -lm... yes                                                                                
  56. checking for library containing setproctitle... no                                                              
  57. checking for library containing dlopen... -ldl                                                                  
  58. checking for library containing socket... none required                                                        
  59. checking for library containing shl_load... no                                                                  
  60. checking for library containing getopt_long... none required                                                    
  61. checking for library containing crypt... -lcrypt                                                                
  62. checking for library containing fdatasync... none required                                                      
  63. checking for library containing gethostbyname_r... none required                                                
  64. checking for library containing shmget... none required                                                        
  65. checking for -lreadline... yes (-lreadline)                                                                    
  66. checking for inflate in -lz... yes                                                                              
  67. checking for CRYPTO_new_ex_data in -lcrypto... yes                                                              
  68. checking for SSL_library_init in -lssl... yes                                                                  
  69. checking for pam_start in -lpam... yes                                                                          
  70. checking for xmlSaveToBuffer in -lxml2... yes                                                                  
  71. checking for xsltCleanupGlobals in -lxslt... yes                                                                
  72. checking for ANSI C header files... yes                                                                        
  73. checking for sys/types.h... yes                                                                                
  74. checking for sys/stat.h... yes                                                                                  
  75. checking for stdlib.h... yes                                                                                    
  76. checking for string.h... yes                                                                                    
  77. checking for memory.h... yes                                                                                    
  78. checking for strings.h... yes                                                                                  
  79. checking for inttypes.h... yes                                                                                  
  80. checking for stdint.h... yes                                                                                    
  81. checking for unistd.h... yes                                                                                    
  82. checking crypt.h usability... yes                                                                              
  83. checking crypt.h presence... yes                                                                                
  84. checking for crypt.h... yes                                                                                    
  85. checking dld.h usability... no                                                                                  
  86. checking dld.h presence... no                                                                                  
  87. checking for dld.h... no                                                                                        
  88. checking fp_class.h usability... no                                                                            
  89. checking fp_class.h presence... no                                                                              
  90. checking for fp_class.h... no                                                                                  
  91. checking getopt.h usability... yes                                                                              
  92. checking getopt.h presence... yes                                                                              
  93. checking for getopt.h... yes                                                                                    
  94. checking ieeefp.h usability... no                                                                              
  95. checking ieeefp.h presence... no                                                                                
  96. checking for ieeefp.h... no                                                                                    
  97. checking ifaddrs.h usability... yes                                                                            
  98. checking ifaddrs.h presence... yes                                                                              
  99. checking for ifaddrs.h... yes                                                                                  
  100. checking langinfo.h usability... yes                                                                            
  101. checking langinfo.h presence... yes                                                                            
  102. checking for langinfo.h... yes                                                                                  
  103. checking poll.h usability... yes                                                                                
  104. checking poll.h presence... yes                                                                                
  105. checking for poll.h... yes                                                                                      
  106. checking pwd.h usability... yes                                                                                
  107. checking pwd.h presence... yes                                                                                  
  108. checking for pwd.h... yes                                                                                      
  109. checking sys/ioctl.h usability... yes                                                                          
  110. checking sys/ioctl.h presence... yes                                                                            
  111. checking for sys/ioctl.h... yes                                                                                
  112. checking sys/ipc.h usability... yes                                                                            
  113. checking sys/ipc.h presence... yes                                                                              
  114. checking for sys/ipc.h... yes                                                                                  
  115. checking sys/poll.h usability... yes                                                                            
  116. checking sys/poll.h presence... yes                                                                            
  117. checking for sys/poll.h... yes                                                                                  
  118. checking sys/pstat.h usability... no                                                                            
  119. checking sys/pstat.h presence... no                                                                            
  120. checking for sys/pstat.h... no                                                                                  
  121. checking sys/resource.h usability... yes                                                                        
  122. checking sys/resource.h presence... yes                                                                        
  123. checking for sys/resource.h... yes                                                                              
  124. checking sys/select.h usability... yes                                                                          
  125. checking sys/select.h presence... yes                                                                          
  126. checking for sys/select.h... yes                                                                                
  127. checking sys/sem.h usability... yes                                                                            
  128. checking sys/sem.h presence... yes                                                                              
  129. checking for sys/sem.h... yes                                                                                  
  130. checking sys/shm.h usability... yes                                                                            
  131. checking sys/shm.h presence... yes                                                                              
  132. checking for sys/shm.h... yes                                                                                  
  133. checking sys/socket.h usability... yes                                                                          
  134. checking sys/socket.h presence... yes                                                                          
  135. checking for sys/socket.h... yes                                                                                
  136. checking sys/sockio.h usability... no                                                                          
  137. checking sys/sockio.h presence... no                                                                            
  138. checking for sys/sockio.h... no                                                                                
  139. checking sys/tas.h usability... no                                                                              
  140. checking sys/tas.h presence... no                                                                              
  141. checking for sys/tas.h... no                                                                                    
  142. checking sys/time.h usability... yes                                                                            
  143. checking sys/time.h presence... yes                                                                            
  144. checking for sys/time.h... yes                                                                                  
  145. checking sys/un.h usability... yes                                                                              
  146. checking sys/un.h presence... yes                                                                              
  147. checking for sys/un.h... yes                                                                                    
  148. checking termios.h usability... yes                                                                            
  149. checking termios.h presence... yes                                                                              
  150. checking for termios.h... yes                                                                                  
  151. checking ucred.h usability... no                                                                                
  152. checking ucred.h presence... no                                                                                
  153. checking for ucred.h... no                                                                                      
  154. checking utime.h usability... yes                                                                              
  155. checking utime.h presence... yes                                                                                
  156. checking for utime.h... yes                                                                                    
  157. checking wchar.h usability... yes                                                                              
  158. checking wchar.h presence... yes                                                                                
  159. checking for wchar.h... yes                                                                                    
  160. checking wctype.h usability... yes                                                                              
  161. checking wctype.h presence... yes                                                                              
  162. checking for wctype.h... yes                                                                                    
  163. checking kernel/OS.h usability... no                                                                            
  164. checking kernel/OS.h presence... no                                                                            
  165. checking for kernel/OS.h... no                                                                                  
  166. checking kernel/image.h usability... no                                                                        
  167. checking kernel/image.h presence... no                                                                          
  168. checking for kernel/image.h... no                                                                              
  169. checking SupportDefs.h usability... no                                                                          
  170. checking SupportDefs.h presence... no                                                                          
  171. checking for SupportDefs.h... no                                                                                
  172. checking for net/if.h... yes                                                                                    
  173. checking netinet/in.h usability... yes                                                                          
  174. checking netinet/in.h presence... yes                                                                          
  175. checking for netinet/in.h... yes                                                                                
  176. checking for netinet/tcp.h... yes                                                                              
  177. checking readline/readline.h usability... yes                                                                  
  178. checking readline/readline.h presence... yes                                                                    
  179. checking for readline/readline.h... yes                                                                        
  180. checking readline/history.h usability... yes                                                                    
  181. checking readline/history.h presence... yes                                                                    
  182. checking for readline/history.h... yes                                                                          
  183. checking zlib.h usability... yes                                                                                
  184. checking zlib.h presence... yes                                                                                
  185. checking for zlib.h... yes                                                                                      
  186. checking openssl/ssl.h usability... yes                                                                        
  187. checking openssl/ssl.h presence... yes                                                                          
  188. checking for openssl/ssl.h... yes                                                                              
  189. checking openssl/err.h usability... yes                                                                        
  190. checking openssl/err.h presence... yes                                                                          
  191. checking for openssl/err.h... yes                                                                              
  192. checking for ERR_set_mark... yes                                                                                
  193. checking security/pam_appl.h usability... yes                                                                  
  194. checking security/pam_appl.h presence... yes                                                                    
  195. checking for security/pam_appl.h... yes                                                                        
  196. checking libxml/parser.h usability... yes                                                                      
  197. checking libxml/parser.h presence... yes                                                                        
  198. checking for libxml/parser.h... yes                                                                            
  199. checking libxslt/xslt.h usability... yes                                                                        
  200. checking libxslt/xslt.h presence... yes                                                                        
  201. checking for libxslt/xslt.h... yes                                                                              
  202. checking whether byte ordering is bigendian... no                                                              
  203. checking for an ANSI C-conforming const... yes                                                                  
  204. checking for inline... inline                                                                                  
  205. checking for quiet inline (no complaint if unreferenced)... yes                                                
  206. checking for preprocessor stringizing operator... yes                                                          
  207. checking for signed types... yes                                                                                
  208. checking for working volatile... yes                                                                            
  209. checking for __func__... yes                                                                                    
  210. checking whether struct tm is in sys/time.h or time.h... time.h                                                
  211. checking for struct tm.tm_zone... yes                                                                          
  212. checking for tzname... yes                                                                                      
  213. checking for union semun... no                                                                                  
  214. checking for struct sockaddr_un... yes                                                                          
  215. checking for struct sockaddr_storage... yes                                                                    
  216. checking for struct sockaddr_storage.ss_family... yes                                                          
  217. checking for struct sockaddr_storage.__ss_family... no                                                          
  218. checking for struct sockaddr_storage.ss_len... no                                                              
  219. checking for struct sockaddr_storage.__ss_len... no                                                            
  220. checking for struct sockaddr.sa_len... no                                                                      
  221. checking for struct addrinfo... yes                                                                            
  222. checking for intptr_t... yes                                                                                    
  223. checking for uintptr_t... yes                                                                                  
  224. checking for struct cmsgcred... no                                                                              
  225. checking for struct fcred... no                                                                                
  226. checking for struct sockcred... no                                                                              
  227. checking for struct option... yes                                                                              
  228. checking for z_streamp... yes                                                                                  
  229. checking for special C compiler options needed for large files... no                                            
  230. checking for _FILE_OFFSET_BITS value needed for large files... 64                                              
  231. checking size of off_t... 8                                                                                    
  232. checking for int timezone... yes                                                                                
  233. checking types of arguments for accept()... int, int, struct sockaddr *, size_t *                              
  234. checking whether gettimeofday takes only one argument... no                                                    
  235. checking for cbrt... yes                                                                                        
  236. checking for dlopen... yes                                                                                      
  237. checking for fcvt... yes                                                                                        
  238. checking for fdatasync... yes                                                                                  
  239. checking for getifaddrs... yes                                                                                  
  240. checking for getpeereid... no                                                                                  
  241. checking for getpeerucred... no                                                                                
  242. checking for getrlimit... yes                                                                                  
  243. checking for memmove... yes                                                                                    
  244. checking for poll... yes                                                                                        
  245. checking for pstat... no                                                                                        
  246. checking for readlink... yes                                                                                    
  247. checking for setproctitle... no                                                                                
  248. checking for setsid... yes                                                                                      
  249. checking for sigprocmask... yes                                                                                
  250. checking for symlink... yes                                                                                    
  251. checking for sysconf... yes                                                                                    
  252. checking for towlower... yes                                                                                    
  253. checking for utime... yes                                                                                      
  254. checking for utimes... yes                                                                                      
  255. checking for waitpid... yes                                                                                    
  256. checking for wcstombs... yes                                                                                    
  257. checking for fseeko... yes                                                                                      
  258. checking for _LARGEFILE_SOURCE value needed for large files... no                                              
  259. checking for posix_fadvise... yes                                                                              
  260. checking whether posix_fadvise is declared... yes                                                              
  261. checking whether fdatasync is declared... yes                                                                  
  262. checking whether strlcat is declared... no                                                                      
  263. checking whether strlcpy is declared... no                                                                      
  264. checking whether F_FULLFSYNC is declared... no                                                                  
  265. checking for struct sockaddr_in6... yes                                                                        
  266. checking for PS_STRINGS... no                                                                                  
  267. checking for snprintf... yes                                                                                    
  268. checking for vsnprintf... yes                                                                                  
  269. checking whether snprintf is declared... yes                                                                    
  270. checking whether vsnprintf is declared... yes                                                                  
  271. checking for isinf... yes                                                                                      
  272. checking for crypt... yes                                                                                      
  273. checking for erand48... yes                                                                                    
  274. checking for getopt... yes                                                                                      
  275. checking for getrusage... yes                                                                                  
  276. checking for inet_aton... yes                                                                                  
  277. checking for random... yes                                                                                      
  278. checking for rint... yes                                                                                        
  279. checking for srandom... yes                                                                                    
  280. checking for strdup... yes                                                                                      
  281. checking for strerror... yes                                                                                    
  282. checking for strlcat... no                                                                                      
  283. checking for strlcpy... no                                                                                      
  284. checking for strtol... yes                                                                                      
  285. checking for strtoul... yes                                                                                    
  286. checking for unsetenv... yes                                                                                    
  287. checking for getaddrinfo... yes                                                                                
  288. checking for getopt_long... yes                                                                                
  289. checking for rl_completion_append_character... yes                                                              
  290. checking for rl_completion_matches... yes                                                                      
  291. checking for rl_filename_completion_function... yes                                                            
  292. checking for append_history... yes                                                                              
  293. checking for history_truncate_file... yes                                                                      
  294. checking for sigsetjmp... yes                                                                                  
  295. checking whether sys_siglist is declared... yes                                                                
  296. checking for syslog... yes                                                                                      
  297. checking syslog.h usability... yes                                                                              
  298. checking syslog.h presence... yes                                                                              
  299. checking for syslog.h... yes                                                                                    
  300. checking for opterr... yes                                                                                      
  301. checking for optreset... no                                                                                    
  302. checking for strtoll... yes                                                                                    
  303. checking for strtoull... yes                                                                                    
  304. checking for atexit... yes                                                                                      
  305. checking for the pthreads library -lpthreads... no                                                              
  306. checking whether pthreads work without any flags... no                                                          
  307. checking whether pthreads work with -Kthread... no                                                              
  308. checking whether pthreads work with -kthread... no                                                              
  309. checking for the pthreads library -llthread... no                                                              
  310. checking whether pthreads work with -pthread... yes                                                            
  311. checking whether pthreads work with -pthreads... no                                                            
  312. checking whether pthreads work with -mthreads... no                                                            
  313. checking for the pthreads library -lpthread... yes                                                              
  314. checking whether pthreads work with --thread-safe... no                                                        
  315. checking whether pthreads work with -mt... no                                                                  
  316. checking for the pthreads library -lpthreadGC2... no                                                            
  317. checking pthread.h usability... yes                                                                            
  318. checking pthread.h presence... yes                                                                              
  319. checking for pthread.h... yes                                                                                  
  320. checking for strerror_r... yes                                                                                  
  321. checking for getpwuid_r... yes                                                                                  
  322. checking for gethostbyname_r... yes                                                                            
  323. checking whether getpwuid_r takes a fifth argument... yes                                                      
  324. checking whether strerror_r returns int... no                                                                  
  325. checking test program... ok                                                                                    
  326. checking whether long int is 64 bits... no                                                                      
  327. checking whether long long int is 64 bits... yes                                                                
  328. checking snprintf format for long long int... %lld                                                              
  329. checking size of void *... 4                                                                                    
  330. checking size of size_t... 4                                                                                    
  331. checking size of long... 4                                                                                      
  332. checking whether to build with float4 passed by value... yes                                                    
  333. checking whether to build with float8 passed by value... no                                                    
  334. checking alignment of short... 2                                                                                
  335. checking alignment of int... 4                                                                                  
  336. checking alignment of long... 4                                                                                
  337. checking alignment of long long int... 4                                                                        
  338. checking alignment of double... 4                                                                              
  339. checking for int8... no                                                                                        
  340. checking for uint8... no                                                                                        
  341. checking for int64... no                                                                                        
  342. checking for uint64... no                                                                                      
  343. checking for sig_atomic_t... yes                                                                                
  344. checking for POSIX signal interface... yes                                                                      
  345. checking for working memcmp... yes                                                                              
  346. checking for onsgmls... no                                                                                      
  347. checking for nsgmls... no                                                                                      
  348. checking for openjade... no                                                                                    
  349. checking for jade... no                                                                                        
  350. checking for DocBook V4.2... no                                                                                
  351. checking for DocBook stylesheets... no                                                                          
  352. checking for collateindex.pl... no                                                                              
  353. checking for xsltproc... xsltproc                                                                              
  354. checking for osx... no                                                                                          
  355. checking for sgml2xml... no                                                                                    
  356. checking for sx... no                                                                                          
  357. checking thread safety of required library functions... yes                                                    
  358. checking if gcc supports -Wl,--as-needed... yes                                                                
  359. configure: using CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv                                                                                                                  
  360. configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2                                                                  
  361. configure: using LDFLAGS=  -Wl,--as-needed                                                                                      
  362. configure: creating ./config.status                                                                                              
  363. config.status: creating GNUmakefile                                                                                              
  364. config.status: creating src/Makefile.global                                                                                      
  365. config.status: creating src/include/pg_config.h                                                                                  
  366. config.status: src/include/pg_config.h is unchanged                                                                              
  367. config.status: creating src/interfaces/ecpg/include/ecpg_config.h                                                                
  368. config.status: src/interfaces/ecpg/include/ecpg_config.h is unchanged                                                            
  369. config.status: linking src/backend/port/tas/dummy.s to src/backend/port/tas.s                                                    
  370. config.status: linking src/backend/port/dynloader/linux.c to src/backend/port/dynloader.c                                        
  371. config.status: linking src/backend/port/sysv_sema.c to src/backend/port/pg_sema.c                                                
  372. config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c                                              
  373. config.status: linking src/backend/port/dynloader/linux.h to src/include/dynloader.h                                            
  374. config.status: linking src/include/port/linux.h to src/include/pg_config_os.h                                                    
  375. config.status: linking src/makefiles/Makefile.linux to src/Makefile.port                                                        
  376. make -C doc all                                                                                                                  
  377. make[1]: Entering directory `/home/user/Repository/postgres/pgsql/doc'                                                          
  378. make -C src all                                                                                                                  
  379. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/doc/src'                                                      
  380. make -C sgml all                                                                                                                
  381. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/doc/src/sgml'                                                  
  382. make[3]: Nothing to be done for `all'.                                                                                          
  383. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/doc/src/sgml'                                                  
  384. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/doc/src'                                                        
  385. make[1]: Leaving directory `/home/user/Repository/postgres/pgsql/doc'                                                            
  386. make -C src all                                                                                                                  
  387. make[1]: Entering directory `/home/user/Repository/postgres/pgsql/src'                                                          
  388. make -C port all                                                                                                                
  389. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  390. echo "#define PGBINDIR \"/home/user/Software/PostgreSQL-9/bin\"" >pg_config_paths.h                                              
  391. echo "#define PGSHAREDIR \"/home/user/Software/PostgreSQL-9/share/postgresql\"" >>pg_config_paths.h                              
  392. echo "#define SYSCONFDIR \"/home/user/Software/PostgreSQL-9/etc/postgresql\"" >>pg_config_paths.h                                
  393. echo "#define INCLUDEDIR \"/home/user/Software/PostgreSQL-9/include\"" >>pg_config_paths.h                                      
  394. echo "#define PKGINCLUDEDIR \"/home/user/Software/PostgreSQL-9/include/postgresql\"" >>pg_config_paths.h                        
  395. echo "#define INCLUDEDIRSERVER \"/home/user/Software/PostgreSQL-9/include/postgresql/server\"" >>pg_config_paths.h              
  396. echo "#define LIBDIR \"/home/user/Software/PostgreSQL-9/lib\"" >>pg_config_paths.h                                              
  397. echo "#define PKGLIBDIR \"/home/user/Software/PostgreSQL-9/lib/postgresql\"" >>pg_config_paths.h                                
  398. echo "#define LOCALEDIR \"/home/user/Software/PostgreSQL-9/share/locale\"" >>pg_config_paths.h                                  
  399. echo "#define DOCDIR \"/home/user/Software/PostgreSQL-9/share/doc//postgresql\"" >>pg_config_paths.h                            
  400. echo "#define HTMLDIR \"/home/user/Software/PostgreSQL-9/share/doc//postgresql\"" >>pg_config_paths.h                            
  401. echo "#define MANDIR \"/home/user/Software/PostgreSQL-9/share/man\"" >>pg_config_paths.h                                        
  402. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2   -c -o path.o path.c                          
  403. ar crs libpgport.a strlcat.o strlcpy.o chklocale.o copydir.o dirmod.o exec.o noblock.o path.o pgsleep.o pgstrcasecmp.o qsort.o qsort_arg.o sprompt.o thread.o                                                                                                    
  404. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv  -I../../src/port  -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2  -c path.c -o path_srv.o                                
  405. ar crs libpgport_srv.a strlcat_srv.o strlcpy_srv.o chklocale_srv.o copydir_srv.o dirmod_srv.o exec_srv.o noblock_srv.o path_srv.o pgsleep_srv.o pgstrcasecmp_srv.o qsort_srv.o qsort_arg_srv.o sprompt_srv.o thread_srv.o                                        
  406. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  407. make -C timezone all                                                                                                            
  408. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/timezone'                                                  
  409. make -C ../../src/port all                                                                                                      
  410. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  411. make[3]: Nothing to be done for `all'.                                                                                          
  412. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  413. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/timezone'                                                  
  414. make -C backend all                                                                                                              
  415. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend'                                                  
  416. make -C ../../src/port all                                                                                                      
  417. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  418. make[3]: Nothing to be done for `all'.                                                                                          
  419. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  420. make -C catalog schemapg.h                                                                                                      
  421. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/catalog'                                          
  422. make[3]: `schemapg.h' is up to date.                                                                                            
  423. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/catalog'                                            
  424. make -C access all                                                                                                              
  425. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access'                                            
  426. make -C common all                                                                                                              
  427. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/common'                                    
  428. make[4]: Nothing to be done for `all'.                                                                                          
  429. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/common'                                      
  430. make -C gist all                                                                                                                
  431. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/gist'                                      
  432. make[4]: Nothing to be done for `all'.                                                                                          
  433. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/gist'                                        
  434. make -C hash all                                                                                                                
  435. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/hash'                                      
  436. make[4]: Nothing to be done for `all'.                                                                                          
  437. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/hash'                                        
  438. make -C heap all                                                                                                                
  439. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/heap'                                      
  440. make[4]: Nothing to be done for `all'.                                                                                          
  441. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/heap'                                        
  442. make -C index all                                                                                                                
  443. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/index'                                      
  444. make[4]: Nothing to be done for `all'.                                                                                          
  445. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/index'                                      
  446. make -C nbtree all                                                                                                              
  447. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/nbtree'                                    
  448. make[4]: Nothing to be done for `all'.                                                                                          
  449. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/nbtree'                                      
  450. make -C transam all                                                                                                              
  451. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/transam'                                    
  452. make[4]: Nothing to be done for `all'.                                                                                          
  453. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/transam'                                    
  454. make -C gin all                                                                                                                  
  455. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/gin'                                        
  456. make[4]: Nothing to be done for `all'.                                                                                          
  457. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/gin'                                        
  458. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access'                                            
  459. make -C bootstrap all                                                                                                            
  460. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/bootstrap'                                        
  461. make[3]: Nothing to be done for `all'.                                                                                          
  462. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/bootstrap'                                          
  463. make -C catalog all                                                                                                              
  464. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/catalog'                                          
  465. make[3]: Nothing to be done for `all'.                                                                                          
  466. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/catalog'                                            
  467. make -C parser all                                                                                                              
  468. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/parser'                                            
  469. make[3]: Nothing to be done for `all'.                                                                                          
  470. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/parser'                                            
  471. make -C commands all                                                                                                            
  472. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/commands'                                          
  473. make[3]: Nothing to be done for `all'.                                                                                          
  474. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/commands'                                          
  475. make -C executor all                                                                                                            
  476. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/executor'                                          
  477. make[3]: Nothing to be done for `all'.                                                                                          
  478. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/executor'                                          
  479. make -C foreign all                                                                                                              
  480. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/foreign'                                          
  481. make[3]: Nothing to be done for `all'.                                                                                          
  482. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/foreign'                                            
  483. make -C lib all                                                                                                                  
  484. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/lib'                                              
  485. make[3]: Nothing to be done for `all'.                                                                                          
  486. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/lib'                                                
  487. make -C libpq all                                                                                                                
  488. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/libpq'                                            
  489. make[3]: Nothing to be done for `all'.                                                                                          
  490. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/libpq'                                              
  491. make -C main all                                                                                                                
  492. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/main'                                              
  493. make[3]: Nothing to be done for `all'.                                                                                          
  494. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/main'                                              
  495. make -C nodes all                                                                                                                
  496. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/nodes'                                            
  497. make[3]: Nothing to be done for `all'.                                                                                          
  498. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/nodes'                                              
  499. make -C optimizer all                                                                                                            
  500. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer'                                        
  501. make -C geqo all                                                                                                                
  502. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/geqo'                                    
  503. make[4]: Nothing to be done for `all'.                                                                                          
  504. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/geqo'                                    
  505. make -C path all                                                                                                                
  506. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/path'                                    
  507. make[4]: Nothing to be done for `all'.                                                                                          
  508. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/path'                                    
  509. make -C plan all                                                                                                                
  510. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/plan'                                    
  511. make[4]: Nothing to be done for `all'.                                                                                          
  512. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/plan'                                    
  513. make -C prep all                                                                                                                
  514. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/prep'                                    
  515. make[4]: Nothing to be done for `all'.                                                                                          
  516. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/prep'                                    
  517. make -C util all                                                                                                                
  518. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/util'                                    
  519. make[4]: Nothing to be done for `all'.                                                                                          
  520. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/util'                                    
  521. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer'                                          
  522. make -C port all                                                                                                                
  523. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/port'                                              
  524. make[3]: Nothing to be done for `all'.                                                                                          
  525. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/port'                                              
  526. make -C postmaster all                                                                                                          
  527. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/postmaster'                                        
  528. make[3]: Nothing to be done for `all'.                                                                                          
  529. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/postmaster'                                        
  530. make -C regex all                                                                                                                
  531. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/regex'                                            
  532. make[3]: Nothing to be done for `all'.                                                                                          
  533. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/regex'                                              
  534. make -C replication all                                                                                                          
  535. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/replication'                                      
  536. make[3]: Nothing to be done for `all'.                                                                                          
  537. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/replication'                                        
  538. make -C rewrite all                                                                                                              
  539. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/rewrite'                                          
  540. make[3]: Nothing to be done for `all'.                                                                                          
  541. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/rewrite'                                            
  542. make -C storage all                                                                                                              
  543. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage'                                          
  544. make -C buffer all                                                                                                              
  545. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/buffer'                                    
  546. make[4]: Nothing to be done for `all'.                                                                                          
  547. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/buffer'                                    
  548. make -C file all                                                                                                                
  549. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/file'                                      
  550. make[4]: Nothing to be done for `all'.                                                                                          
  551. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/file'                                      
  552. make -C freespace all                                                                                                            
  553. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/freespace'                                
  554. make[4]: Nothing to be done for `all'.                                                                                          
  555. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/freespace'                                  
  556. make -C ipc all                                                                                                                  
  557. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/ipc'                                      
  558. make[4]: Nothing to be done for `all'.                                                                                          
  559. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/ipc'                                        
  560. make -C large_object all                                                                                                        
  561. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/large_object'                              
  562. make[4]: Nothing to be done for `all'.                                                                                          
  563. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/large_object'                              
  564. make -C lmgr all                                                                                                                
  565. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/lmgr'                                      
  566. make[4]: Nothing to be done for `all'.                                                                                          
  567. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/lmgr'                                      
  568. make -C page all                                                                                                                
  569. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/page'                                      
  570. make[4]: Nothing to be done for `all'.                                                                                          
  571. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/page'                                      
  572. make -C smgr all                                                                                                                
  573. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/smgr'                                      
  574. make[4]: Nothing to be done for `all'.                                                                                          
  575. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/smgr'                                      
  576. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage'                                            
  577. make -C tcop all                                                                                                                
  578. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/tcop'                                              
  579. make[3]: Nothing to be done for `all'.                                                                                          
  580. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/tcop'                                              
  581. make -C tsearch all                                                                                                              
  582. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/tsearch'                                          
  583. make[3]: Nothing to be done for `all'.                                                                                          
  584. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/tsearch'                                            
  585. make -C utils all                                                                                                                
  586. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils'                                            
  587. make -C adt all                                                                                                                  
  588. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/adt'                                        
  589. make[4]: Nothing to be done for `all'.                                                                                          
  590. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/adt'                                          
  591. make -C cache all                                                                                                                
  592. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/cache'                                      
  593. make[4]: Nothing to be done for `all'.                                                                                          
  594. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/cache'                                        
  595. make -C error all                                                                                                                
  596. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/error'                                      
  597. make[4]: Nothing to be done for `all'.                                                                                          
  598. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/error'                                        
  599. make -C fmgr all                                                                                                                
  600. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/fmgr'                                        
  601. make[4]: Nothing to be done for `all'.                                                                                          
  602. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/fmgr'                                        
  603. make -C hash all                                                                                                                
  604. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/hash'                                        
  605. make[4]: Nothing to be done for `all'.                                                                                          
  606. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/hash'                                        
  607. make -C init all                                                                                                                
  608. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/init'                                        
  609. make[4]: Nothing to be done for `all'.                                                                                          
  610. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/init'                                        
  611. make -C mb all                                                                                                                  
  612. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb'                                          
  613. make[4]: Nothing to be done for `all'.                                                                                          
  614. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb'                                          
  615. make -C misc all                                                                                                                
  616. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/misc'                                        
  617. make[4]: Nothing to be done for `all'.                                                                                          
  618. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/misc'                                        
  619. make -C mmgr all                                                                                                                
  620. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mmgr'                                        
  621. make[4]: Nothing to be done for `all'.                                                                                          
  622. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mmgr'                                        
  623. make -C resowner all                                                                                                            
  624. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/resowner'                                    
  625. make[4]: Nothing to be done for `all'.                                                                                          
  626. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/resowner'                                    
  627. make -C sort all                                                                                                                
  628. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/sort'                                        
  629. make[4]: Nothing to be done for `all'.                                                                                          
  630. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/sort'                                        
  631. make -C time all                                                                                                                
  632. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/time'                                        
  633. make[4]: Nothing to be done for `all'.                                                                                          
  634. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/time'                                        
  635. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils'                                              
  636. make -C ../../src/timezone all                                                                                                  
  637. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/timezone'                                                  
  638. make -C ../../src/port all                                                                                                      
  639. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  640. make[4]: Nothing to be done for `all'.                                                                                          
  641. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  642. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/timezone'                                                  
  643. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -L../../src/port -Wl,--as-needed -Wl,-rpath,'/home/user/Software/PostgreSQL-9/lib' -Wl,-E access/common/heaptuple.o access/common/indextuple.o access/common/printtup.o access/common/reloptions.o access/common/scankey.o access/common/tupconvert.o access/common/tupdesc.o access/gist/gist.o access/gist/gistutil.o access/gist/gistxlog.o access/gist/gistvacuum.o access/gist/gistget.o access/gist/gistscan.o access/gist/gistproc.o access/gist/gistsplit.o access/hash/hash.o access/hash/hashfunc.o access/hash/hashinsert.o access/hash/hashovfl.o access/hash/hashpage.o access/hash/hashscan.o access/hash/hashsearch.o access/hash/hashsort.o access/hash/hashutil.o access/heap/heapam.o access/heap/hio.o access/heap/pruneheap.o access/heap/rewriteheap.o access/heap/syncscan.o access/heap/tuptoaster.o access/heap/visibilitymap.o access/index/genam.o access/index/indexam.o access/nbtree/nbtcompare.o access/nbtree/nbtinsert.o access/nbtree/nbtpage.o access/nbtree/nbtree.o access/nbtree/nbtsearch.o access/nbtree/nbtutils.o access/nbtree/nbtsort.o access/nbtree/nbtxlog.o access/transam/clog.o access/transam/transam.o access/transam/varsup.o access/transam/xact.o access/transam/xlog.o access/transam/xlogutils.o access/transam/rmgr.o access/transam/slru.o access/transam/subtrans.o access/transam/multixact.o access/transam/twophase.o access/transam/twophase_rmgr.o access/gin/ginutil.o access/gin/gininsert.o access/gin/ginxlog.o access/gin/ginentrypage.o access/gin/gindatapage.o access/gin/ginbtree.o access/gin/ginscan.o access/gin/ginget.o access/gin/ginvacuum.o access/gin/ginarrayproc.o access/gin/ginbulk.o access/gin/ginfast.o bootstrap/bootparse.o bootstrap/bootstrap.o catalog/catalog.o catalog/dependency.o catalog/heap.o catalog/index.o catalog/indexing.o catalog/namespace.o catalog/aclchk.o catalog/pg_aggregate.o catalog/pg_constraint.o catalog/pg_conversion.o catalog/pg_depend.o catalog/pg_enum.o catalog/pg_inherits.o catalog/pg_largeobject.o catalog/pg_namespace.o catalog/pg_operator.o catalog/pg_proc.o catalog/pg_db_role_setting.o catalog/pg_shdepend.o catalog/pg_type.o catalog/storage.o catalog/toasting.o parser/analyze.o parser/gram.o parser/keywords.o parser/kwlookup.o parser/parser.o parser/parse_agg.o parser/parse_clause.o parser/parse_coerce.o parser/parse_cte.o parser/parse_expr.o parser/parse_func.o parser/parse_node.o parser/parse_oper.o parser/parse_param.o parser/parse_relation.o parser/parse_target.o parser/parse_type.o parser/parse_utilcmd.o parser/scansup.o commands/aggregatecmds.o commands/alter.o commands/analyze.o commands/async.o commands/cluster.o commands/comment.o commands/constraint.o commands/conversioncmds.o commands/copy.o commands/dbcommands.o commands/define.o commands/discard.o commands/explain.o commands/foreigncmds.o commands/functioncmds.o commands/indexcmds.o commands/lockcmds.o commands/operatorcmds.o commands/opclasscmds.o commands/portalcmds.o commands/prepare.o commands/proclang.o commands/schemacmds.o commands/sequence.o commands/tablecmds.o commands/tablespace.o commands/trigger.o commands/tsearchcmds.o commands/typecmds.o commands/user.o commands/vacuum.o commands/vacuumlazy.o commands/variable.o commands/view.o executor/execAmi.o executor/execCurrent.o executor/execGrouping.o executor/execJunk.o executor/execMain.o executor/execProcnode.o executor/execQual.o executor/execScan.o executor/execTuples.o executor/execUtils.o executor/functions.o executor/instrument.o executor/nodeAppend.o executor/nodeAgg.o executor/nodeBitmapAnd.o executor/nodeBitmapOr.o executor/nodeBitmapHeapscan.o executor/nodeBitmapIndexscan.o executor/nodeHash.o executor/nodeHashjoin.o executor/nodeIndexscan.o executor/nodeLimit.o executor/nodeLockRows.o executor/nodeMaterial.o executor/nodeMergejoin.o executor/nodeModifyTable.o executor/nodeNestloop.o executor/nodeFunctionscan.o executor/nodeRecursiveunion.o executor/nodeResult.o executor/nodeSeqscan.o executor/nodeSetOp.o executor/nodeSort.o executor/nodeUnique.o executor/nodeValuesscan.o executor/nodeCtescan.o executor/nodeWorktablescan.o executor/nodeGroup.o executor/nodeSubplan.o executor/nodeSubqueryscan.o executor/nodeTidscan.o executor/nodeWindowAgg.o executor/tstoreReceiver.o executor/spi.o foreign/foreign.o lib/dllist.o lib/stringinfo.o libpq/be-fsstubs.o libpq/be-secure.o libpq/auth.o libpq/crypt.o libpq/hba.o libpq/ip.o libpq/md5.o libpq/pqcomm.o libpq/pqformat.o libpq/pqsignal.o main/main.o nodes/nodeFuncs.o nodes/nodes.o nodes/list.o nodes/bitmapset.o nodes/tidbitmap.o nodes/copyfuncs.o nodes/equalfuncs.o nodes/makefuncs.o nodes/outfuncs.o nodes/readfuncs.o nodes/print.o nodes/read.o nodes/params.o nodes/value.o optimizer/geqo/geqo_copy.o optimizer/geqo/geqo_eval.o optimizer/geqo/geqo_main.o optimizer/geqo/geqo_misc.o optimizer/geqo/geqo_mutation.o optimizer/geqo/geqo_pool.o optimizer/geqo/geqo_random.o optimizer/geqo/geqo_recombination.o optimizer/geqo/geqo_selection.o optimizer/geqo/geqo_erx.o optimizer/geqo/geqo_pmx.o optimizer/geqo/geqo_cx.o optimizer/geqo/geqo_px.o optimizer/geqo/geqo_ox1.o optimizer/geqo/geqo_ox2.o optimizer/path/allpaths.o optimizer/path/clausesel.o optimizer/path/costsize.o optimizer/path/equivclass.o optimizer/path/indxpath.o optimizer/path/joinpath.o optimizer/path/joinrels.o optimizer/path/orindxpath.o optimizer/path/pathkeys.o optimizer/path/tidpath.o optimizer/plan/createplan.o optimizer/plan/initsplan.o optimizer/plan/planagg.o optimizer/plan/planmain.o optimizer/plan/planner.o optimizer/plan/setrefs.o optimizer/plan/subselect.o optimizer/prep/prepjointree.o optimizer/prep/prepqual.o optimizer/prep/preptlist.o optimizer/prep/prepunion.o optimizer/util/clauses.o optimizer/util/joininfo.o optimizer/util/pathnode.o optimizer/util/placeholder.o optimizer/util/plancat.o optimizer/util/predtest.o optimizer/util/relnode.o optimizer/util/restrictinfo.o optimizer/util/tlist.o optimizer/util/var.o port/dynloader.o port/pg_sema.o port/pg_shmem.o postmaster/autovacuum.o postmaster/bgwriter.o postmaster/fork_process.o postmaster/pgarch.o postmaster/pgstat.o postmaster/postmaster.o postmaster/syslogger.o postmaster/walwriter.o regex/regcomp.o regex/regerror.o regex/regexec.o regex/regfree.o replication/walsender.o replication/walreceiverfuncs.o replication/walreceiver.o rewrite/rewriteRemove.o rewrite/rewriteDefine.o rewrite/rewriteHandler.o rewrite/rewriteManip.o rewrite/rewriteSupport.o storage/buffer/buf_table.o storage/buffer/buf_init.o storage/buffer/bufmgr.o storage/buffer/freelist.o storage/buffer/localbuf.o storage/file/fd.o storage/file/buffile.o storage/freespace/freespace.o storage/freespace/fsmpage.o storage/freespace/indexfsm.o storage/ipc/ipc.o storage/ipc/ipci.o storage/ipc/pmsignal.o storage/ipc/procarray.o storage/ipc/procsignal.o storage/ipc/shmem.o storage/ipc/shmqueue.o storage/ipc/sinval.o storage/ipc/sinvaladt.o storage/ipc/standby.o storage/large_object/inv_api.o storage/lmgr/lmgr.o storage/lmgr/lock.o storage/lmgr/proc.o storage/lmgr/deadlock.o storage/lmgr/lwlock.o storage/lmgr/spin.o storage/lmgr/s_lock.o storage/page/bufpage.o storage/page/itemptr.o storage/smgr/md.o storage/smgr/smgr.o storage/smgr/smgrtype.o tcop/dest.o tcop/fastpath.o tcop/postgres.o tcop/pquery.o tcop/utility.o tsearch/ts_locale.o tsearch/ts_parse.o tsearch/wparser.o tsearch/wparser_def.o tsearch/dict.o tsearch/dict_simple.o tsearch/dict_synonym.o tsearch/dict_thesaurus.o tsearch/dict_ispell.o tsearch/regis.o tsearch/spell.o tsearch/to_tsany.o tsearch/ts_selfuncs.o tsearch/ts_typanalyze.o tsearch/ts_utils.o utils/adt/acl.o utils/adt/arrayfuncs.o utils/adt/array_userfuncs.o utils/adt/arrayutils.o utils/adt/bool.o utils/adt/cash.o utils/adt/char.o utils/adt/date.o utils/adt/datetime.o utils/adt/datum.o utils/adt/domains.o utils/adt/enum.o utils/adt/float.o utils/adt/format_type.o utils/adt/geo_ops.o utils/adt/geo_selfuncs.o utils/adt/int.o utils/adt/int8.o utils/adt/like.o utils/adt/lockfuncs.o utils/adt/misc.o utils/adt/nabstime.o utils/adt/name.o utils/adt/numeric.o utils/adt/numutils.o utils/adt/oid.o utils/adt/oracle_compat.o utils/adt/pseudotypes.o utils/adt/rowtypes.o utils/adt/regexp.o utils/adt/regproc.o utils/adt/ruleutils.o utils/adt/selfuncs.o utils/adt/tid.o utils/adt/timestamp.o utils/adt/varbit.o utils/adt/varchar.o utils/adt/varlena.o utils/adt/version.o utils/adt/xid.o utils/adt/network.o utils/adt/mac.o utils/adt/inet_net_ntop.o utils/adt/inet_net_pton.o utils/adt/ri_triggers.o utils/adt/pg_lzcompress.o utils/adt/pg_locale.o utils/adt/formatting.o utils/adt/ascii.o utils/adt/quote.o utils/adt/pgstatfuncs.o utils/adt/encode.o utils/adt/dbsize.o utils/adt/genfile.o utils/adt/trigfuncs.o utils/adt/tsginidx.o utils/adt/tsgistidx.o utils/adt/tsquery.o utils/adt/tsquery_cleanup.o utils/adt/tsquery_gist.o utils/adt/tsquery_op.o utils/adt/tsquery_rewrite.o utils/adt/tsquery_util.o utils/adt/tsrank.o utils/adt/tsvector.o utils/adt/tsvector_op.o utils/adt/tsvector_parser.o utils/adt/txid.o utils/adt/uuid.o utils/adt/windowfuncs.o utils/adt/xml.o utils/cache/attoptcache.o utils/cache/catcache.o utils/cache/inval.o utils/cache/plancache.o utils/cache/relcache.o utils/cache/relmapper.o utils/cache/spccache.o utils/cache/syscache.o utils/cache/lsyscache.o utils/cache/typcache.o utils/cache/ts_cache.o utils/error/assert.o utils/error/elog.o utils/fmgr/dfmgr.o utils/fmgr/fmgr.o utils/fmgr/funcapi.o utils/hash/dynahash.o utils/hash/hashfn.o utils/hash/pg_crc.o utils/init/globals.o utils/init/miscinit.o utils/init/postinit.o utils/mb/encnames.o utils/mb/conv.o utils/mb/mbutils.o utils/mb/wchar.o utils/mb/wstrcmp.o utils/mb/wstrncmp.o utils/misc/guc.o utils/misc/help_config.o utils/misc/pg_rusage.o utils/misc/ps_status.o utils/misc/superuser.o utils/misc/tzparser.o utils/misc/rbtree.o utils/mmgr/aset.o utils/mmgr/mcxt.o utils/mmgr/portalmem.o utils/resowner/resowner.o utils/sort/logtape.o utils/sort/tuplesort.o utils/sort/tuplestore.o utils/time/combocid.o utils/time/tqual.o utils/time/snapmgr.o utils/fmgrtab.o ../../src/timezone/localtime.o ../../src/timezone/strftime.o ../../src/timezone/pgtz.o ../../src/port/libpgport_srv.a -lxslt -lxml2 -lpam -lssl -lcrypto -lcrypt -ldl -lm -o postgres                                              
  644. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend'                                                    
  645. make -C backend/utils/mb/conversion_procs all                                                                                    
  646. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs'                        
  647. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/ascii_and_mic'          
  648. make[3]: Nothing to be done for `all'.                                                                                          
  649. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/ascii_and_mic'            
  650. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/cyrillic_and_mic'        
  651. make[3]: Nothing to be done for `all'.                                                                                          
  652. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/cyrillic_and_mic'        
  653. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_cn_and_mic'          
  654. make[3]: Nothing to be done for `all'.                                                                                          
  655. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_cn_and_mic'          
  656. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis'        
  657. make[3]: Nothing to be done for `all'.                                                                                          
  658. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis'          
  659. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_kr_and_mic'          
  660. make[3]: Nothing to be done for `all'.                                                                                          
  661. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_kr_and_mic'          
  662. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_tw_and_big5'        
  663. make[3]: Nothing to be done for `all'.                                                                                          
  664. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_tw_and_big5'          
  665. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/latin2_and_win1250'      
  666. make[3]: Nothing to be done for `all'.                                                                                          
  667. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/latin2_and_win1250'      
  668. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/latin_and_mic'          
  669. make[3]: Nothing to be done for `all'.                                                                                          
  670. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/latin_and_mic'            
  671. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_ascii'          
  672. make[3]: Nothing to be done for `all'.                                                                                          
  673. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_ascii'          
  674. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_big5'          
  675. make[3]: Nothing to be done for `all'.                                                                                          
  676. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_big5'            
  677. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic'      
  678. make[3]: Nothing to be done for `all'.                                                                                          
  679. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic'        
  680. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn'        
  681. make[3]: Nothing to be done for `all'.                                                                                          
  682. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn'          
  683. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp'        
  684. make[3]: Nothing to be done for `all'.                                                                                          
  685. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp'          
  686. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr'        
  687. make[3]: Nothing to be done for `all'.                                                                                          
  688. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr'          
  689. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw'        
  690. make[3]: Nothing to be done for `all'.                                                                                          
  691. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw'          
  692. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gb18030'        
  693. make[3]: Nothing to be done for `all'.                                                                                          
  694. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gb18030'        
  695. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gbk'            
  696. make[3]: Nothing to be done for `all'.                                                                                          
  697. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gbk'            
  698. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859'        
  699. make[3]: Nothing to be done for `all'.                                                                                          
  700. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859'        
  701. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1'      
  702. make[3]: Nothing to be done for `all'.                                                                                          
  703. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1'      
  704. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_johab'          
  705. make[3]: Nothing to be done for `all'.                                                                                          
  706. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_johab'          
  707. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_sjis'          
  708. make[3]: Nothing to be done for `all'.                                                                                          
  709. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_sjis'            
  710. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win'            
  711. make[3]: Nothing to be done for `all'.                                                                                          
  712. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win'            
  713. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_uhc'            
  714. make[3]: Nothing to be done for `all'.                                                                                          
  715. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_uhc'            
  716. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc2004'        
  717. make[3]: Nothing to be done for `all'.                                                                                          
  718. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc2004'        
  719. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004'      
  720. make[3]: Nothing to be done for `all'.                                                                                          
  721. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004'        
  722. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc2004_sjis2004'        
  723. make[3]: Nothing to be done for `all'.                                                                                          
  724. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc2004_sjis2004'        
  725. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs'                          
  726. make -C backend/snowball all                                                                                                    
  727. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/snowball'                                          
  728. make[2]: Nothing to be done for `all'.                                                                                          
  729. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/snowball'                                          
  730. make -C include all                                                                                                              
  731. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/include'                                                  
  732. make[2]: Nothing to be done for `all'.                                                                                          
  733. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/include'                                                    
  734. make -C interfaces all                                                                                                          
  735. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces'                                                
  736. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  737. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2  -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-connect.o fe-connect.c    
  738. fe-connect.c: In function ‘PasswordFromFile’:                                                                                    
  739. fe-connect.c:4403: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result                        
  740. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -shared -Wl,-soname,libpq.so.5 -Wl,--version-script=exports.list  fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o fe-protocol2.o fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o libpq-events.o md5.o ip.o wchar.o encnames.o noblock.o pgstrcasecmp.o thread.o strlcpy.o  -L../../../src/port -lssl -lcrypto -lcrypt -lpthread -Wl,-rpath,'/home/user/Software/PostgreSQL-9/lib' -o libpq.so.5.3                                            
  741. rm -f libpq.so.5                                                                                                                
  742. ln -s libpq.so.5.3 libpq.so.5                                                                                                    
  743. rm -f libpq.so                                                                                                                  
  744. ln -s libpq.so.5.3 libpq.so                                                                                                      
  745. ar crs libpq.a fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o fe-protocol2.o fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o libpq-events.o md5.o ip.o wchar.o encnames.o noblock.o pgstrcasecmp.o thread.o strlcpy.o                        
  746. ranlib libpq.a                                                                                                                  
  747. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  748. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg'                                          
  749. make -C include all                                                                                                              
  750. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/include'                                  
  751. make[4]: Nothing to be done for `all'.                                                                                          
  752. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/include'                                    
  753. make -C pgtypeslib all                                                                                                          
  754. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/pgtypeslib'                                
  755. make[4]: Nothing to be done for `all'.                                                                                          
  756. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/pgtypeslib'                                
  757. make -C ecpglib all                                                                                                              
  758. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/ecpglib'                                  
  759. make -C ../../../../src/interfaces/libpq all                                                                                    
  760. make[5]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  761. make[5]: Nothing to be done for `all'.                                                                                          
  762. make[5]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  763. make -C ../../../../src/interfaces/ecpg/pgtypeslib all                                                                          
  764. make[5]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/pgtypeslib'                                
  765. make[5]: Nothing to be done for `all'.                                                                                          
  766. make[5]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/pgtypeslib'                                
  767. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2  -DSO_MAJOR_VERSION=6  -c -o misc.o misc.c                                                                                                      
  768. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2  -DSO_MAJOR_VERSION=6  -c -o path.o path.c                                                                                                      
  769. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -shared -Wl,-soname,libecpg.so.6 -Wl,--version-script=exports.list  execute.o typename.o descriptor.o sqlda.o data.o error.o prepare.o memory.o connect.o misc.o path.o pgstrcasecmp.o strlcpy.o thread.o -L../pgtypeslib -L../../../../src/interfaces/libpq -L../../../../src/port -lpgtypes -lpq -lm -lpthread -Wl,-rpath,'/home/user/Software/PostgreSQL-9/lib' -o libecpg.so.6.2                                                                            
  770. rm -f libecpg.so.6                                                                                                              
  771. ln -s libecpg.so.6.2 libecpg.so.6                                                                                                
  772. rm -f libecpg.so                                                                                                                
  773. ln -s libecpg.so.6.2 libecpg.so                                                                                                  
  774. ar crs libecpg.a execute.o typename.o descriptor.o sqlda.o data.o error.o prepare.o memory.o connect.o misc.o path.o pgstrcasecmp.o strlcpy.o thread.o                                                                                                            
  775. ranlib libecpg.a                                                                                                                
  776. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/ecpglib'                                    
  777. make -C compatlib all                                                                                                            
  778. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/compatlib'                                
  779. make[4]: Nothing to be done for `all'.                                                                                          
  780. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/compatlib'                                  
  781. make -C preproc all                                                                                                              
  782. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/preproc'                                  
  783. make -C ../../../../src/port all                                                                                                
  784. make[5]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  785. make[5]: Nothing to be done for `all'.                                                                                          
  786. make[5]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  787. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/preproc'                                    
  788. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg'                                            
  789. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces'                                                
  790. make -C backend/replication/libpqwalreceiver all                                                                                
  791. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/replication/libpqwalreceiver'                      
  792. make -C ../../../../src/interfaces/libpq all                                                                                    
  793. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  794. make[3]: Nothing to be done for `all'.                                                                                          
  795. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  796. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/replication/libpqwalreceiver'                      
  797. make -C bin all                                                                                                                  
  798. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin'                                                      
  799. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/initdb'                                                
  800. make -C ../../../src/port all                                                                                                    
  801. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  802. make[4]: Nothing to be done for `all'.                                                                                          
  803. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  804. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2   -c -o initdb.o initdb.c    
  805. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv initdb.o encnames.o pqsignal.o  -L../../../src/port -Wl,--as-needed -Wl,-rpath,'/home/user/Software/PostgreSQL-9/lib' -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm  -o initdb                                                          
  806. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/initdb'                                                
  807. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/pg_ctl'                                                
  808. make -C ../../../src/interfaces/libpq all                                                                                        
  809. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  810. make[4]: Nothing to be done for `all'.                                                                                          
  811. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  812. make -C ../../../src/port all                                                                                                    
  813. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  814. make[4]: Nothing to be done for `all'.                                                                                          
  815. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  816. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -DDEF_PGPORT=5432 -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2   -c -o pg_ctl.o pg_ctl.c                                                                                                                              
  817. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv pg_ctl.o  -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,--as-needed -Wl,-rpath,'/home/user/Software/PostgreSQL-9/lib' -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm  -o pg_ctl              
  818. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/pg_ctl'                                                
  819. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/pg_dump'                                              
  820. make -C ../../../src/interfaces/libpq all                                                                                        
  821. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  822. make[4]: Nothing to be done for `all'.                                                                                          
  823. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  824. make -C ../../../src/port all                                                                                                    
  825. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  826. make[4]: Nothing to be done for `all'.                                                                                          
  827. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  828. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv pg_dump.o common.o pg_dump_sort.o keywords.o kwlookup.o pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_files.o pg_backup_null.o pg_backup_tar.o dumputils.o  -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,--as-needed -Wl,-rpath,'/home/user/Software/PostgreSQL-9/lib' -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm  -o pg_dump                                                                                                          
  829. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv pg_restore.o keywords.o kwlookup.o pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_files.o pg_backup_null.o pg_backup_tar.o dumputils.o  -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,--as-needed -Wl,-rpath,'/home/user/Software/PostgreSQL-9/lib' -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm  -o pg_restore                                                                                                                            
  830. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv pg_dumpall.o dumputils.o keywords.o kwlookup.o  -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,--as-needed -Wl,-rpath,'/home/user/Software/PostgreSQL-9/lib' -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm  -o pg_dumpall                                                                                                    
  831. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/pg_dump'                                                
  832. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/psql'                                                  
  833. make -C ../../../src/interfaces/libpq all                                                                                        
  834. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  835. make[4]: Nothing to be done for `all'.                                                                                          
  836. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  837. make -C ../../../src/port all                                                                                                    
  838. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  839. make[4]: Nothing to be done for `all'.                                                                                          
  840. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  841. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv command.o common.o help.o input.o stringutils.o mainloop.o copy.o startup.o prompt.o variables.o large_obj.o print.o describe.o tab-complete.o mbprint.o dumputils.o keywords.o kwlookup.o sql_help.o  -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,--as-needed -Wl,-rpath,'/home/user/Software/PostgreSQL-9/lib' -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm  -o psql                                                                                    
  842. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/psql'                                                  
  843. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/scripts'                                              
  844. make -C ../../../src/interfaces/libpq all                                                                                        
  845. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  846. make[4]: Nothing to be done for `all'.                                                                                          
  847. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  848. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/scripts'                                                
  849. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/pg_config'                                            
  850. make -C ../../../src/port all                                                                                                    
  851. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  852. make[4]: Nothing to be done for `all'.                                                                                          
  853. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  854. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/pg_config'                                              
  855. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/pg_controldata'                                        
  856. make -C ../../../src/port all                                                                                                    
  857. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  858. make[4]: Nothing to be done for `all'.                                                                                          
  859. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  860. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/pg_controldata'                                        
  861. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/pg_resetxlog'                                          
  862. make -C ../../../src/port all                                                                                                    
  863. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  864. make[4]: Nothing to be done for `all'.                                                                                          
  865. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  866. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/pg_resetxlog'                                          
  867. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin'                                                        
  868. make -C pl all                                                                                                                  
  869. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/pl'                                                        
  870. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/pl/plpgsql'                                                
  871. make -C src all                                                                                                                  
  872. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/pl/plpgsql/src'                                            
  873. make[4]: Nothing to be done for `all'.                                                                                          
  874. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/pl/plpgsql/src'                                            
  875. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/pl/plpgsql'                                                
  876. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/pl'                                                        
  877. make -C makefiles all                                                                                                            
  878. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/makefiles'                                                
  879. make[2]: Nothing to be done for `all'.                                                                                          
  880. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/makefiles'                                                  
  881. make -C test/regress all                                                                                                        
  882. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/test/regress'                                              
  883. make -C ../../../src/port all                                                                                                    
  884. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  885. make[3]: Nothing to be done for `all'.                                                                                          
  886. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  887. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fpic -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2  -I../../../src/port '-DHOST_TUPLE="i686-pc-linux-gnu"' '-DMAKEPROG="make"' '-DSHELLPROG="/bin/sh"' '-DDLSUFFIX=".so"' -c -o pg_regress.o pg_regress.c                                              
  888. gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fpic pg_regress.o pg_regress_main.o -L../../../src/port -Wl,--as-needed -Wl,-rpath,'/home/user/Software/PostgreSQL-9/lib' -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm  -o pg_regress                                                
  889. rm -rf ./testtablespace                                                                                                          
  890. mkdir ./testtablespace                                                                                                          
  891. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/test/regress'                                              
  892. make[1]: Leaving directory `/home/user/Repository/postgres/pgsql/src'                                                            
  893. make -C config all                                                                                                              
  894. make[1]: Entering directory `/home/user/Repository/postgres/pgsql/config'                                                        
  895. make[1]: Nothing to be done for `all'.                                                                                          
  896. make[1]: Leaving directory `/home/user/Repository/postgres/pgsql/config'                                                        
  897. All of PostgreSQL successfully made. Ready to install.                                                                          
  898. make -C doc install                                                                                                              
  899. make[1]: Entering directory `/home/user/Repository/postgres/pgsql/doc'                                                          
  900. make -C src install                                                                                                              
  901. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/doc/src'                                                      
  902. make -C sgml install                                                                                                            
  903. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/doc/src/sgml'                                                  
  904. make[3]: Nothing to be done for `install'.                                                                                      
  905. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/doc/src/sgml'                                                  
  906. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/doc/src'                                                        
  907. make[1]: Leaving directory `/home/user/Repository/postgres/pgsql/doc'                                                            
  908. make -C src install                                                                                                              
  909. make[1]: Entering directory `/home/user/Repository/postgres/pgsql/src'                                                          
  910. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql/pgxs/src'                                                        
  911. /bin/sh ../config/install-sh -c -m 644 Makefile.global '/home/user/Software/PostgreSQL-9/lib/postgresql/pgxs/src/Makefile.global'
  912. /bin/sh ../config/install-sh -c -m 644 Makefile.port '/home/user/Software/PostgreSQL-9/lib/postgresql/pgxs/src/Makefile.port'    
  913. /bin/sh ../config/install-sh -c -m 644 ./Makefile.shlib '/home/user/Software/PostgreSQL-9/lib/postgresql/pgxs/src/Makefile.shlib'
  914. /bin/sh ../config/install-sh -c -m 644 ./nls-global.mk '/home/user/Software/PostgreSQL-9/lib/postgresql/pgxs/src/nls-global.mk'  
  915. make -C port install                                                                                                            
  916. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  917. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib'                                                                            
  918. /bin/sh ../../config/install-sh -c -m 644  libpgport.a '/home/user/Software/PostgreSQL-9/lib/libpgport.a'                        
  919. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  920. make -C timezone install                                                                                                        
  921. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/timezone'                                                  
  922. make -C ../../src/port all                                                                                                      
  923. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  924. make[3]: Nothing to be done for `all'.                                                                                          
  925. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  926. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/share/postgresql'                                                                
  927. ./zic -d '/home/user/Software/PostgreSQL-9/share/postgresql/timezone' -p 'US/Eastern' ./data/africa ./data/antarctica ./data/asia ./data/australasia ./data/europe ./data/northamerica ./data/southamerica ./data/pacificnew ./data/etcetera ./data/factory ./data/backward ./data/systemv ./data/solar87 ./data/solar88 ./data/solar89                                                            
  928. make -C tznames install                                                                                                          
  929. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/timezone/tznames'                                          
  930. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/share/postgresql/timezonesets'                                                  
  931. /bin/sh ../../../config/install-sh -c -m 644 ./Africa.txt ./America.txt ./Antarctica.txt ./Asia.txt ./Atlantic.txt ./Australia.txt ./Etc.txt ./Europe.txt ./Indian.txt ./Pacific.txt '/home/user/Software/PostgreSQL-9/share/postgresql/timezonesets'            
  932. /bin/sh ../../../config/install-sh -c -m 644 ./Default ./Australia ./India '/home/user/Software/PostgreSQL-9/share/postgresql/timezonesets'                                                                                                                      
  933. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/timezone/tznames'                                          
  934. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/timezone'                                                  
  935. make -C backend install                                                                                                          
  936. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend'                                                  
  937. make -C ../../src/port all                                                                                                      
  938. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  939. make[3]: Nothing to be done for `all'.                                                                                          
  940. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  941. make -C catalog schemapg.h                                                                                                      
  942. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/catalog'                                          
  943. make[3]: `schemapg.h' is up to date.                                                                                            
  944. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/catalog'                                            
  945. make -C access all                                                                                                              
  946. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access'                                            
  947. make -C common all                                                                                                              
  948. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/common'                                    
  949. make[4]: Nothing to be done for `all'.                                                                                          
  950. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/common'                                      
  951. make -C gist all                                                                                                                
  952. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/gist'                                      
  953. make[4]: Nothing to be done for `all'.                                                                                          
  954. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/gist'                                        
  955. make -C hash all                                                                                                                
  956. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/hash'                                      
  957. make[4]: Nothing to be done for `all'.                                                                                          
  958. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/hash'                                        
  959. make -C heap all                                                                                                                
  960. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/heap'                                      
  961. make[4]: Nothing to be done for `all'.                                                                                          
  962. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/heap'                                        
  963. make -C index all                                                                                                                
  964. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/index'                                      
  965. make[4]: Nothing to be done for `all'.                                                                                          
  966. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/index'                                      
  967. make -C nbtree all                                                                                                              
  968. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/nbtree'                                    
  969. make[4]: Nothing to be done for `all'.                                                                                          
  970. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/nbtree'                                      
  971. make -C transam all                                                                                                              
  972. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/transam'                                    
  973. make[4]: Nothing to be done for `all'.                                                                                          
  974. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/transam'                                    
  975. make -C gin all                                                                                                                  
  976. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/access/gin'                                        
  977. make[4]: Nothing to be done for `all'.                                                                                          
  978. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access/gin'                                        
  979. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/access'                                            
  980. make -C bootstrap all                                                                                                            
  981. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/bootstrap'                                        
  982. make[3]: Nothing to be done for `all'.                                                                                          
  983. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/bootstrap'                                          
  984. make -C catalog all                                                                                                              
  985. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/catalog'                                          
  986. make[3]: Nothing to be done for `all'.                                                                                          
  987. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/catalog'                                            
  988. make -C parser all                                                                                                              
  989. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/parser'                                            
  990. make[3]: Nothing to be done for `all'.                                                                                          
  991. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/parser'                                            
  992. make -C commands all                                                                                                            
  993. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/commands'                                          
  994. make[3]: Nothing to be done for `all'.                                                                                          
  995. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/commands'                                          
  996. make -C executor all                                                                                                            
  997. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/executor'                                          
  998. make[3]: Nothing to be done for `all'.                                                                                          
  999. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/executor'                                          
  1000. make -C foreign all                                                                                                              
  1001. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/foreign'                                          
  1002. make[3]: Nothing to be done for `all'.                                                                                          
  1003. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/foreign'                                            
  1004. make -C lib all                                                                                                                  
  1005. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/lib'                                              
  1006. make[3]: Nothing to be done for `all'.                                                                                          
  1007. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/lib'                                                
  1008. make -C libpq all                                                                                                                
  1009. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/libpq'                                            
  1010. make[3]: Nothing to be done for `all'.                                                                                          
  1011. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/libpq'                                              
  1012. make -C main all                                                                                                                
  1013. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/main'                                              
  1014. make[3]: Nothing to be done for `all'.                                                                                          
  1015. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/main'                                              
  1016. make -C nodes all                                                                                                                
  1017. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/nodes'                                            
  1018. make[3]: Nothing to be done for `all'.                                                                                          
  1019. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/nodes'                                              
  1020. make -C optimizer all                                                                                                            
  1021. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer'                                        
  1022. make -C geqo all                                                                                                                
  1023. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/geqo'                                    
  1024. make[4]: Nothing to be done for `all'.                                                                                          
  1025. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/geqo'                                    
  1026. make -C path all                                                                                                                
  1027. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/path'                                    
  1028. make[4]: Nothing to be done for `all'.                                                                                          
  1029. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/path'                                    
  1030. make -C plan all                                                                                                                
  1031. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/plan'                                    
  1032. make[4]: Nothing to be done for `all'.                                                                                          
  1033. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/plan'                                    
  1034. make -C prep all                                                                                                                
  1035. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/prep'                                    
  1036. make[4]: Nothing to be done for `all'.                                                                                          
  1037. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/prep'                                    
  1038. make -C util all                                                                                                                
  1039. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/util'                                    
  1040. make[4]: Nothing to be done for `all'.                                                                                          
  1041. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer/util'                                    
  1042. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/optimizer'                                          
  1043. make -C port all                                                                                                                
  1044. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/port'                                              
  1045. make[3]: Nothing to be done for `all'.                                                                                          
  1046. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/port'                                              
  1047. make -C postmaster all                                                                                                          
  1048. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/postmaster'                                        
  1049. make[3]: Nothing to be done for `all'.                                                                                          
  1050. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/postmaster'                                        
  1051. make -C regex all                                                                                                                
  1052. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/regex'                                            
  1053. make[3]: Nothing to be done for `all'.                                                                                          
  1054. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/regex'                                              
  1055. make -C replication all                                                                                                          
  1056. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/replication'                                      
  1057. make[3]: Nothing to be done for `all'.                                                                                          
  1058. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/replication'                                        
  1059. make -C rewrite all                                                                                                              
  1060. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/rewrite'                                          
  1061. make[3]: Nothing to be done for `all'.                                                                                          
  1062. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/rewrite'                                            
  1063. make -C storage all                                                                                                              
  1064. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage'                                          
  1065. make -C buffer all                                                                                                              
  1066. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/buffer'                                    
  1067. make[4]: Nothing to be done for `all'.                                                                                          
  1068. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/buffer'                                    
  1069. make -C file all                                                                                                                
  1070. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/file'                                      
  1071. make[4]: Nothing to be done for `all'.                                                                                          
  1072. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/file'                                      
  1073. make -C freespace all                                                                                                            
  1074. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/freespace'                                
  1075. make[4]: Nothing to be done for `all'.                                                                                          
  1076. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/freespace'                                  
  1077. make -C ipc all                                                                                                                  
  1078. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/ipc'                                      
  1079. make[4]: Nothing to be done for `all'.                                                                                          
  1080. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/ipc'                                        
  1081. make -C large_object all                                                                                                        
  1082. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/large_object'                              
  1083. make[4]: Nothing to be done for `all'.                                                                                          
  1084. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/large_object'                              
  1085. make -C lmgr all                                                                                                                
  1086. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/lmgr'                                      
  1087. make[4]: Nothing to be done for `all'.                                                                                          
  1088. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/lmgr'                                      
  1089. make -C page all                                                                                                                
  1090. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/page'                                      
  1091. make[4]: Nothing to be done for `all'.                                                                                          
  1092. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/page'                                      
  1093. make -C smgr all                                                                                                                
  1094. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/storage/smgr'                                      
  1095. make[4]: Nothing to be done for `all'.                                                                                          
  1096. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage/smgr'                                      
  1097. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/storage'                                            
  1098. make -C tcop all                                                                                                                
  1099. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/tcop'                                              
  1100. make[3]: Nothing to be done for `all'.                                                                                          
  1101. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/tcop'                                              
  1102. make -C tsearch all                                                                                                              
  1103. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/tsearch'                                          
  1104. make[3]: Nothing to be done for `all'.                                                                                          
  1105. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/tsearch'                                            
  1106. make -C utils all                                                                                                                
  1107. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils'                                            
  1108. make -C adt all                                                                                                                  
  1109. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/adt'                                        
  1110. make[4]: Nothing to be done for `all'.                                                                                          
  1111. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/adt'                                          
  1112. make -C cache all                                                                                                                
  1113. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/cache'                                      
  1114. make[4]: Nothing to be done for `all'.                                                                                          
  1115. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/cache'                                        
  1116. make -C error all                                                                                                                
  1117. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/error'                                      
  1118. make[4]: Nothing to be done for `all'.                                                                                          
  1119. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/error'                                        
  1120. make -C fmgr all                                                                                                                
  1121. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/fmgr'                                        
  1122. make[4]: Nothing to be done for `all'.                                                                                          
  1123. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/fmgr'                                        
  1124. make -C hash all                                                                                                                
  1125. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/hash'                                        
  1126. make[4]: Nothing to be done for `all'.                                                                                          
  1127. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/hash'                                        
  1128. make -C init all                                                                                                                
  1129. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/init'                                        
  1130. make[4]: Nothing to be done for `all'.                                                                                          
  1131. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/init'                                        
  1132. make -C mb all                                                                                                                  
  1133. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb'                                          
  1134. make[4]: Nothing to be done for `all'.                                                                                          
  1135. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb'                                          
  1136. make -C misc all                                                                                                                
  1137. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/misc'                                        
  1138. make[4]: Nothing to be done for `all'.                                                                                          
  1139. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/misc'                                        
  1140. make -C mmgr all                                                                                                                
  1141. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mmgr'                                        
  1142. make[4]: Nothing to be done for `all'.                                                                                          
  1143. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mmgr'                                        
  1144. make -C resowner all                                                                                                            
  1145. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/resowner'                                    
  1146. make[4]: Nothing to be done for `all'.                                                                                          
  1147. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/resowner'                                    
  1148. make -C sort all                                                                                                                
  1149. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/sort'                                        
  1150. make[4]: Nothing to be done for `all'.                                                                                          
  1151. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/sort'                                        
  1152. make -C time all                                                                                                                
  1153. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/time'                                        
  1154. make[4]: Nothing to be done for `all'.                                                                                          
  1155. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/time'                                        
  1156. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils'                                              
  1157. make -C ../../src/timezone all                                                                                                  
  1158. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/timezone'                                                  
  1159. make -C ../../src/port all                                                                                                      
  1160. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1161. make[4]: Nothing to be done for `all'.                                                                                          
  1162. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1163. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/timezone'                                                  
  1164. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/bin' '/home/user/Software/PostgreSQL-9/share/postgresql'                        
  1165. /bin/sh ../../config/install-sh -c  postgres '/home/user/Software/PostgreSQL-9/bin/postgres'                                    
  1166. ln -s postgres '/home/user/Software/PostgreSQL-9/bin/postmaster'                                                                
  1167. make -C catalog install-data                                                                                                    
  1168. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/catalog'                                          
  1169. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/share/postgresql'                                                                
  1170. /bin/sh ../../../config/install-sh -c -m 644 postgres.bki         '/home/user/Software/PostgreSQL-9/share/postgresql/postgres.bki'                                                                                                                                
  1171. /bin/sh ../../../config/install-sh -c -m 644 postgres.description '/home/user/Software/PostgreSQL-9/share/postgresql/postgres.description'                                                                                                                        
  1172. /bin/sh ../../../config/install-sh -c -m 644 postgres.shdescription '/home/user/Software/PostgreSQL-9/share/postgresql/postgres.shdescription'                                                                                                                    
  1173. /bin/sh ../../../config/install-sh -c -m 644 ./system_views.sql '/home/user/Software/PostgreSQL-9/share/postgresql/system_views.sql'                                                                                                                              
  1174. /bin/sh ../../../config/install-sh -c -m 644 ./information_schema.sql '/home/user/Software/PostgreSQL-9/share/postgresql/information_schema.sql'                                                                                                                  
  1175. /bin/sh ../../../config/install-sh -c -m 644 ./sql_features.txt '/home/user/Software/PostgreSQL-9/share/postgresql/sql_features.txt'                                                                                                                              
  1176. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/catalog'                                            
  1177. make -C tsearch install-data                                                                                                    
  1178. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/tsearch'                                          
  1179. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/share/postgresql' '/home/user/Software/PostgreSQL-9/share/postgresql/tsearch_data'                                                                                                                                
  1180. /bin/sh ../../../config/install-sh -c -m 644 ./synonym_sample.syn ./thesaurus_sample.ths ./hunspell_sample.affix ./ispell_sample.affix ./ispell_sample.dict '/home/user/Software/PostgreSQL-9/share/postgresql/tsearch_data/'                                    
  1181. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/tsearch'                                            
  1182. /bin/sh ../../config/install-sh -c -m 644 ./libpq/pg_hba.conf.sample '/home/user/Software/PostgreSQL-9/share/postgresql/pg_hba.conf.sample'                                                                                                                      
  1183. /bin/sh ../../config/install-sh -c -m 644 ./libpq/pg_ident.conf.sample '/home/user/Software/PostgreSQL-9/share/postgresql/pg_ident.conf.sample'                                                                                                                  
  1184. /bin/sh ../../config/install-sh -c -m 644 ./utils/misc/postgresql.conf.sample '/home/user/Software/PostgreSQL-9/share/postgresql/postgresql.conf.sample'                                                                                                          
  1185. /bin/sh ../../config/install-sh -c -m 644 ./access/transam/recovery.conf.sample '/home/user/Software/PostgreSQL-9/share/postgresql/recovery.conf.sample'                                                                                                          
  1186. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend'                                                    
  1187. make -C backend/utils/mb/conversion_procs install                                                                                
  1188. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs'                        
  1189. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/share/postgresql' '/home/user/Software/PostgreSQL-9/lib/postgresql'              
  1190. /bin/sh ../../../../../config/install-sh -c -m 644 conversion_create.sql '/home/user/Software/PostgreSQL-9/share/postgresql'    
  1191. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/ascii_and_mic'          
  1192. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1193. /bin/sh ../../../../../../config/install-sh -c -m 755  ascii_and_mic.so '/home/user/Software/PostgreSQL-9/lib/postgresql/ascii_and_mic.so'                                                                                                                        
  1194. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/ascii_and_mic'            
  1195. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/cyrillic_and_mic'        
  1196. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1197. /bin/sh ../../../../../../config/install-sh -c -m 755  cyrillic_and_mic.so '/home/user/Software/PostgreSQL-9/lib/postgresql/cyrillic_and_mic.so'                                                                                                                  
  1198. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/cyrillic_and_mic'        
  1199. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_cn_and_mic'          
  1200. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1201. /bin/sh ../../../../../../config/install-sh -c -m 755  euc_cn_and_mic.so '/home/user/Software/PostgreSQL-9/lib/postgresql/euc_cn_and_mic.so'                                                                                                                      
  1202. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_cn_and_mic'          
  1203. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis'        
  1204. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1205. /bin/sh ../../../../../../config/install-sh -c -m 755  euc_jp_and_sjis.so '/home/user/Software/PostgreSQL-9/lib/postgresql/euc_jp_and_sjis.so'                                                                                                                    
  1206. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis'          
  1207. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_kr_and_mic'          
  1208. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1209. /bin/sh ../../../../../../config/install-sh -c -m 755  euc_kr_and_mic.so '/home/user/Software/PostgreSQL-9/lib/postgresql/euc_kr_and_mic.so'                                                                                                                      
  1210. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_kr_and_mic'          
  1211. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_tw_and_big5'        
  1212. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1213. /bin/sh ../../../../../../config/install-sh -c -m 755  euc_tw_and_big5.so '/home/user/Software/PostgreSQL-9/lib/postgresql/euc_tw_and_big5.so'                                                                                                                    
  1214. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc_tw_and_big5'          
  1215. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/latin2_and_win1250'      
  1216. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1217. /bin/sh ../../../../../../config/install-sh -c -m 755  latin2_and_win1250.so '/home/user/Software/PostgreSQL-9/lib/postgresql/latin2_and_win1250.so'                                                                                                              
  1218. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/latin2_and_win1250'      
  1219. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/latin_and_mic'          
  1220. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1221. /bin/sh ../../../../../../config/install-sh -c -m 755  latin_and_mic.so '/home/user/Software/PostgreSQL-9/lib/postgresql/latin_and_mic.so'                                                                                                                        
  1222. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/latin_and_mic'            
  1223. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_ascii'          
  1224. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1225. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_ascii.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_ascii.so'                                                                                                                      
  1226. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_ascii'          
  1227. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_big5'          
  1228. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1229. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_big5.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_big5.so'                                                                                                                        
  1230. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_big5'            
  1231. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic'      
  1232. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1233. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_cyrillic.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_cyrillic.so'                                                                                                                
  1234. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic'        
  1235. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn'        
  1236. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1237. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_euc_cn.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_euc_cn.so'                                                                                                                    
  1238. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn'          
  1239. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp'        
  1240. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1241. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_euc_jp.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_euc_jp.so'                                                                                                                    
  1242. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp'          
  1243. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr'        
  1244. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1245. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_euc_kr.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_euc_kr.so'                                                                                                                    
  1246. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr'          
  1247. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw'        
  1248. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1249. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_euc_tw.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_euc_tw.so'                                                                                                                    
  1250. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw'          
  1251. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gb18030'        
  1252. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1253. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_gb18030.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_gb18030.so'                                                                                                                  
  1254. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gb18030'        
  1255. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gbk'            
  1256. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1257. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_gbk.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_gbk.so'                                                                                                                          
  1258. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gbk'            
  1259. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859'        
  1260. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1261. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_iso8859.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_iso8859.so'                                                                                                                  
  1262. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859'        
  1263. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1'      
  1264. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1265. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_iso8859_1.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_iso8859_1.so'                                                                                                              
  1266. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1'      
  1267. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_johab'          
  1268. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1269. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_johab.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_johab.so'                                                                                                                      
  1270. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_johab'          
  1271. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_sjis'          
  1272. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1273. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_sjis.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_sjis.so'                                                                                                                        
  1274. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_sjis'            
  1275. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win'            
  1276. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1277. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_win.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_win.so'                                                                                                                          
  1278. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win'            
  1279. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_uhc'            
  1280. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1281. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_uhc.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_uhc.so'                                                                                                                          
  1282. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_uhc'            
  1283. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc2004'        
  1284. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1285. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_euc2004.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_euc2004.so'                                                                                                                  
  1286. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc2004'        
  1287. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004'      
  1288. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1289. /bin/sh ../../../../../../config/install-sh -c -m 755  utf8_and_sjis2004.so '/home/user/Software/PostgreSQL-9/lib/postgresql/utf8_and_sjis2004.so'                                                                                                                
  1290. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004'        
  1291. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc2004_sjis2004'        
  1292. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1293. /bin/sh ../../../../../../config/install-sh -c -m 755  euc2004_sjis2004.so '/home/user/Software/PostgreSQL-9/lib/postgresql/euc2004_sjis2004.so'                                                                                                                  
  1294. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs/euc2004_sjis2004'        
  1295. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/utils/mb/conversion_procs'                          
  1296. make -C backend/snowball install                                                                                                
  1297. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/snowball'                                          
  1298. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1299. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/share/postgresql' '/home/user/Software/PostgreSQL-9/share/postgresql/tsearch_data'                                                                                                                                
  1300. /bin/sh ../../../config/install-sh -c -m 755  dict_snowball.so '/home/user/Software/PostgreSQL-9/lib/postgresql/dict_snowball.so'
  1301. /bin/sh ../../../config/install-sh -c -m 644 snowball_create.sql '/home/user/Software/PostgreSQL-9/share/postgresql'            
  1302. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/snowball'                                          
  1303. make -C include install                                                                                                          
  1304. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/include'                                                  
  1305. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/include/libpq' '/home/user/Software/PostgreSQL-9/include/postgresql/internal/libpq'                                                                                                                              
  1306. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/include/postgresql/server'/access '/home/user/Software/PostgreSQL-9/include/postgresql/server'/bootstrap '/home/user/Software/PostgreSQL-9/include/postgresql/server'/catalog '/home/user/Software/PostgreSQL-9/include/postgresql/server'/commands '/home/user/Software/PostgreSQL-9/include/postgresql/server'/executor '/home/user/Software/PostgreSQL-9/include/postgresql/server'/foreign '/home/user/Software/PostgreSQL-9/include/postgresql/server'/lib '/home/user/Software/PostgreSQL-9/include/postgresql/server'/libpq '/home/user/Software/PostgreSQL-9/include/postgresql/server'/mb '/home/user/Software/PostgreSQL-9/include/postgresql/server'/nodes '/home/user/Software/PostgreSQL-9/include/postgresql/server'/optimizer '/home/user/Software/PostgreSQL-9/include/postgresql/server'/parser '/home/user/Software/PostgreSQL-9/include/postgresql/server'/postmaster '/home/user/Software/PostgreSQL-9/include/postgresql/server'/regex '/home/user/Software/PostgreSQL-9/include/postgresql/server'/replication '/home/user/Software/PostgreSQL-9/include/postgresql/server'/rewrite '/home/user/Software/PostgreSQL-9/include/postgresql/server'/storage '/home/user/Software/PostgreSQL-9/include/postgresql/server'/tcop '/home/user/Software/PostgreSQL-9/include/postgresql/server'/snowball '/home/user/Software/PostgreSQL-9/include/postgresql/server'/snowball/libstemmer '/home/user/Software/PostgreSQL-9/include/postgresql/server'/tsearch '/home/user/Software/PostgreSQL-9/include/postgresql/server'/tsearch/dicts '/home/user/Software/PostgreSQL-9/include/postgresql/server'/utils '/home/user/Software/PostgreSQL-9/include/postgresql/server'/port '/home/user/Software/PostgreSQL-9/include/postgresql/server'/port/win32 '/home/user/Software/PostgreSQL-9/include/postgresql/server'/port/win32_msvc '/home/user/Software/PostgreSQL-9/include/postgresql/server'/port/win32_msvc/sys '/home/user/Software/PostgreSQL-9/include/postgresql/server'/port/win32/arpa '/home/user/Software/PostgreSQL-9/include/postgresql/server'/port/win32/netinet '/home/user/Software/PostgreSQL-9/include/postgresql/server'/port/win32/sys '/home/user/Software/PostgreSQL-9/include/postgresql/server'/portability                                                                                                              
  1307. /bin/sh ../../config/install-sh -c -m 644 ./postgres_ext.h   '/home/user/Software/PostgreSQL-9/include'                          
  1308. /bin/sh ../../config/install-sh -c -m 644 ./libpq/libpq-fs.h '/home/user/Software/PostgreSQL-9/include/libpq'                    
  1309. /bin/sh ../../config/install-sh -c -m 644 pg_config.h    '/home/user/Software/PostgreSQL-9/include'                              
  1310. /bin/sh ../../config/install-sh -c -m 644 pg_config_os.h '/home/user/Software/PostgreSQL-9/include'                              
  1311. /bin/sh ../../config/install-sh -c -m 644 ./pg_config_manual.h '/home/user/Software/PostgreSQL-9/include'                        
  1312. /bin/sh ../../config/install-sh -c -m 644 ./c.h            '/home/user/Software/PostgreSQL-9/include/postgresql/internal'        
  1313. /bin/sh ../../config/install-sh -c -m 644 ./port.h         '/home/user/Software/PostgreSQL-9/include/postgresql/internal'        
  1314. /bin/sh ../../config/install-sh -c -m 644 ./postgres_fe.h  '/home/user/Software/PostgreSQL-9/include/postgresql/internal'        
  1315. /bin/sh ../../config/install-sh -c -m 644 ./libpq/pqcomm.h '/home/user/Software/PostgreSQL-9/include/postgresql/internal/libpq'  
  1316. /bin/sh ../../config/install-sh -c -m 644 pg_config.h    '/home/user/Software/PostgreSQL-9/include/postgresql/server'            
  1317. /bin/sh ../../config/install-sh -c -m 644 pg_config_os.h '/home/user/Software/PostgreSQL-9/include/postgresql/server'            
  1318. /bin/sh ../../config/install-sh -c -m 644 utils/fmgroids.h '/home/user/Software/PostgreSQL-9/include/postgresql/server/utils'    
  1319. cp ./*.h '/home/user/Software/PostgreSQL-9/include/postgresql/server'/ || exit; \                                                
  1320.         chmod 644 '/home/user/Software/PostgreSQL-9/include/postgresql/server'/*.h  || exit; \                                  
  1321.         for dir in access bootstrap catalog commands executor foreign lib libpq mb nodes optimizer parser postmaster regex replication rewrite storage tcop snowball snowball/libstemmer tsearch tsearch/dicts utils port port/win32 port/win32_msvc port/win32_msvc/sys port/win32/arpa port/win32/netinet port/win32/sys portability; do \                                                      
  1322.           cp ./$dir/*.h '/home/user/Software/PostgreSQL-9/include/postgresql/server'/$dir/ || exit; \                            
  1323.           chmod 644 '/home/user/Software/PostgreSQL-9/include/postgresql/server'/$dir/*.h  || exit; \                            
  1324.         done                                                                                                                    
  1325. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/include'                                                    
  1326. make -C interfaces install                                                                                                      
  1327. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces'                                                
  1328. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1329. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib'                                                                            
  1330. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/include' '/home/user/Software/PostgreSQL-9/include/postgresql/internal'          
  1331. /bin/sh ../../../config/install-sh -c -m 755  libpq.so.5.3 '/home/user/Software/PostgreSQL-9/lib/libpq.so.5.3'                  
  1332. cd '/home/user/Software/PostgreSQL-9/lib' && \                                                                                  
  1333.        rm -f libpq.so.5 && \                                                                                                    
  1334.        ln -s libpq.so.5.3 libpq.so.5                                                                                            
  1335. cd '/home/user/Software/PostgreSQL-9/lib' && \                                                                                  
  1336.        rm -f libpq.so && \                                                                                                      
  1337.        ln -s libpq.so.5.3 libpq.so                                                                                              
  1338. /bin/sh ../../../config/install-sh -c -m 644  libpq.a '/home/user/Software/PostgreSQL-9/lib/libpq.a'                            
  1339. /bin/sh ../../../config/install-sh -c -m 644 ./libpq-fe.h '/home/user/Software/PostgreSQL-9/include'                            
  1340. /bin/sh ../../../config/install-sh -c -m 644 ./libpq-events.h '/home/user/Software/PostgreSQL-9/include'                        
  1341. /bin/sh ../../../config/install-sh -c -m 644 ./libpq-int.h '/home/user/Software/PostgreSQL-9/include/postgresql/internal'        
  1342. /bin/sh ../../../config/install-sh -c -m 644 ./pqexpbuffer.h '/home/user/Software/PostgreSQL-9/include/postgresql/internal'      
  1343. /bin/sh ../../../config/install-sh -c -m 644 ./pg_service.conf.sample '/home/user/Software/PostgreSQL-9/share/postgresql/pg_service.conf.sample'                                                                                                                  
  1344. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1345. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg'                                          
  1346. make -C include install                                                                                                          
  1347. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/include'                                  
  1348. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/include' '/home/user/Software/PostgreSQL-9/include/postgresql/informix/esql'    
  1349. /bin/sh ../../../../config/install-sh -c -m 644 ./ecpgerrno.h ./ecpglib.h ./ecpgtype.h ./sqlca.h ./sql3types.h ./ecpg_informix.h ./pgtypes_error.h ./pgtypes_numeric.h ./pgtypes_timestamp.h ./pgtypes_date.h ./pgtypes_interval.h ./sqlda.h ./sqlda-compat.h ./sqlda-native.h '/home/user/Software/PostgreSQL-9/include/'                                                                        
  1350. /bin/sh ../../../../config/install-sh -c -m 644 ./datetime.h ./decimal.h ./sqltypes.h '/home/user/Software/PostgreSQL-9/include/postgresql/informix/esql/'                                                                                                        
  1351. /bin/sh ../../../../config/install-sh -c -m 644 ../../../../src/interfaces/ecpg/include/ecpg_config.h '/home/user/Software/PostgreSQL-9/include'                                                                                                                  
  1352. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/include'                                    
  1353. make -C pgtypeslib install                                                                                                      
  1354. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/pgtypeslib'                                
  1355. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib'                                                                            
  1356. /bin/sh ../../../../config/install-sh -c -m 755  libpgtypes.so.3.1 '/home/user/Software/PostgreSQL-9/lib/libpgtypes.so.3.1'      
  1357. cd '/home/user/Software/PostgreSQL-9/lib' && \                                                                                  
  1358.         rm -f libpgtypes.so.3 && \                                                                                              
  1359.         ln -s libpgtypes.so.3.1 libpgtypes.so.3                                                                                  
  1360. cd '/home/user/Software/PostgreSQL-9/lib' && \                                                                                  
  1361.         rm -f libpgtypes.so && \                                                                                                
  1362.         ln -s libpgtypes.so.3.1 libpgtypes.so                                                                                    
  1363. /bin/sh ../../../../config/install-sh -c -m 644  libpgtypes.a '/home/user/Software/PostgreSQL-9/lib/libpgtypes.a'                
  1364. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/pgtypeslib'                                
  1365. make -C ecpglib install                                                                                                          
  1366. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/ecpglib'                                  
  1367. make -C ../../../../src/interfaces/libpq all                                                                                    
  1368. make[5]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1369. make[5]: Nothing to be done for `all'.                                                                                          
  1370. make[5]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1371. make -C ../../../../src/interfaces/ecpg/pgtypeslib all                                                                          
  1372. make[5]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/pgtypeslib'                                
  1373. make[5]: Nothing to be done for `all'.                                                                                          
  1374. make[5]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/pgtypeslib'                                
  1375. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib'                                                                            
  1376. /bin/sh ../../../../config/install-sh -c -m 755  libecpg.so.6.2 '/home/user/Software/PostgreSQL-9/lib/libecpg.so.6.2'            
  1377. cd '/home/user/Software/PostgreSQL-9/lib' && \                                                                                  
  1378.         rm -f libecpg.so.6 && \                                                                                                  
  1379.         ln -s libecpg.so.6.2 libecpg.so.6                                                                                        
  1380. cd '/home/user/Software/PostgreSQL-9/lib' && \                                                                                  
  1381.         rm -f libecpg.so && \                                                                                                    
  1382.         ln -s libecpg.so.6.2 libecpg.so                                                                                          
  1383. /bin/sh ../../../../config/install-sh -c -m 644  libecpg.a '/home/user/Software/PostgreSQL-9/lib/libecpg.a'                      
  1384. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/ecpglib'                                    
  1385. make -C compatlib install                                                                                                        
  1386. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/compatlib'                                
  1387. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib'                                                                            
  1388. /bin/sh ../../../../config/install-sh -c -m 755  libecpg_compat.so.3.2 '/home/user/Software/PostgreSQL-9/lib/libecpg_compat.so.3.2'                                                                                                                              
  1389. cd '/home/user/Software/PostgreSQL-9/lib' && \                                                                                  
  1390.         rm -f libecpg_compat.so.3 && \                                                                                          
  1391.         ln -s libecpg_compat.so.3.2 libecpg_compat.so.3                                                                          
  1392. cd '/home/user/Software/PostgreSQL-9/lib' && \                                                                                  
  1393.         rm -f libecpg_compat.so && \                                                                                            
  1394.         ln -s libecpg_compat.so.3.2 libecpg_compat.so                                                                            
  1395. /bin/sh ../../../../config/install-sh -c -m 644  libecpg_compat.a '/home/user/Software/PostgreSQL-9/lib/libecpg_compat.a'        
  1396. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/compatlib'                                  
  1397. make -C preproc install                                                                                                          
  1398. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/preproc'                                  
  1399. make -C ../../../../src/port all                                                                                                
  1400. make[5]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1401. make[5]: Nothing to be done for `all'.                                                                                          
  1402. make[5]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1403. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/bin'                                                                            
  1404. /bin/sh ../../../../config/install-sh -c  ecpg '/home/user/Software/PostgreSQL-9/bin'                                            
  1405. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg/preproc'                                    
  1406. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/ecpg'                                            
  1407. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces'                                                
  1408. make -C backend/replication/libpqwalreceiver install                                                                            
  1409. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/backend/replication/libpqwalreceiver'                      
  1410. make -C ../../../../src/interfaces/libpq all                                                                                    
  1411. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1412. make[3]: Nothing to be done for `all'.                                                                                          
  1413. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1414. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1415. /bin/sh ../../../../config/install-sh -c -m 755  libpqwalreceiver.so '/home/user/Software/PostgreSQL-9/lib/postgresql/libpqwalreceiver.so'                                                                                                                        
  1416. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/backend/replication/libpqwalreceiver'                      
  1417. make -C bin install                                                                                                              
  1418. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin'                                                      
  1419. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/initdb'                                                
  1420. make -C ../../../src/port all                                                                                                    
  1421. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1422. make[4]: Nothing to be done for `all'.                                                                                          
  1423. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1424. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/bin'                                                                            
  1425. /bin/sh ../../../config/install-sh -c  initdb '/home/user/Software/PostgreSQL-9/bin/initdb'                                      
  1426. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/initdb'                                                
  1427. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/pg_ctl'                                                
  1428. make -C ../../../src/interfaces/libpq all                                                                                        
  1429. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1430. make[4]: Nothing to be done for `all'.                                                                                          
  1431. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1432. make -C ../../../src/port all                                                                                                    
  1433. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1434. make[4]: Nothing to be done for `all'.                                                                                          
  1435. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1436. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/bin'                                                                            
  1437. /bin/sh ../../../config/install-sh -c  pg_ctl '/home/user/Software/PostgreSQL-9/bin/pg_ctl'                                      
  1438. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/pg_ctl'                                                
  1439. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/pg_dump'                                              
  1440. make -C ../../../src/interfaces/libpq all                                                                                        
  1441. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1442. make[4]: Nothing to be done for `all'.                                                                                          
  1443. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1444. make -C ../../../src/port all                                                                                                    
  1445. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1446. make[4]: Nothing to be done for `all'.                                                                                          
  1447. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1448. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/bin'                                                                            
  1449. /bin/sh ../../../config/install-sh -c  pg_dump '/home/user/Software/PostgreSQL-9/bin'/pg_dump                                    
  1450. /bin/sh ../../../config/install-sh -c  pg_restore '/home/user/Software/PostgreSQL-9/bin'/pg_restore                              
  1451. /bin/sh ../../../config/install-sh -c  pg_dumpall '/home/user/Software/PostgreSQL-9/bin'/pg_dumpall                              
  1452. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/pg_dump'                                                
  1453. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/psql'                                                  
  1454. make -C ../../../src/interfaces/libpq all                                                                                        
  1455. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1456. make[4]: Nothing to be done for `all'.                                                                                          
  1457. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1458. make -C ../../../src/port all                                                                                                    
  1459. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1460. make[4]: Nothing to be done for `all'.                                                                                          
  1461. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1462. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/bin'                                                                            
  1463. /bin/sh ../../../config/install-sh -c  psql '/home/user/Software/PostgreSQL-9/bin/psql'                                          
  1464. /bin/sh ../../../config/install-sh -c -m 644 ./psqlrc.sample '/home/user/Software/PostgreSQL-9/share/postgresql/psqlrc.sample'  
  1465. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/psql'                                                  
  1466. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/scripts'                                              
  1467. make -C ../../../src/interfaces/libpq all                                                                                        
  1468. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1469. make[4]: Nothing to be done for `all'.                                                                                          
  1470. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/interfaces/libpq'                                          
  1471. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/bin'                                                                            
  1472. /bin/sh ../../../config/install-sh -c  createdb   '/home/user/Software/PostgreSQL-9/bin'/createdb                                
  1473. /bin/sh ../../../config/install-sh -c  dropdb     '/home/user/Software/PostgreSQL-9/bin'/dropdb                                  
  1474. /bin/sh ../../../config/install-sh -c  createlang '/home/user/Software/PostgreSQL-9/bin'/createlang                              
  1475. /bin/sh ../../../config/install-sh -c  droplang   '/home/user/Software/PostgreSQL-9/bin'/droplang                                
  1476. /bin/sh ../../../config/install-sh -c  createuser '/home/user/Software/PostgreSQL-9/bin'/createuser                              
  1477. /bin/sh ../../../config/install-sh -c  dropuser   '/home/user/Software/PostgreSQL-9/bin'/dropuser                                
  1478. /bin/sh ../../../config/install-sh -c  clusterdb  '/home/user/Software/PostgreSQL-9/bin'/clusterdb                              
  1479. /bin/sh ../../../config/install-sh -c  vacuumdb   '/home/user/Software/PostgreSQL-9/bin'/vacuumdb                                
  1480. /bin/sh ../../../config/install-sh -c  reindexdb  '/home/user/Software/PostgreSQL-9/bin'/reindexdb                              
  1481. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/scripts'                                                
  1482. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/pg_config'                                            
  1483. make -C ../../../src/port all                                                                                                    
  1484. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1485. make[4]: Nothing to be done for `all'.                                                                                          
  1486. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1487. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/bin'                                                                            
  1488. /bin/sh ../../../config/install-sh -c -m 755 pg_config '/home/user/Software/PostgreSQL-9/bin/pg_config'                          
  1489. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/pg_config'                                              
  1490. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/pg_controldata'                                        
  1491. make -C ../../../src/port all                                                                                                    
  1492. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1493. make[4]: Nothing to be done for `all'.                                                                                          
  1494. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1495. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/bin'                                                                            
  1496. /bin/sh ../../../config/install-sh -c  pg_controldata '/home/user/Software/PostgreSQL-9/bin/pg_controldata'                      
  1497. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/pg_controldata'                                        
  1498. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/bin/pg_resetxlog'                                          
  1499. make -C ../../../src/port all                                                                                                    
  1500. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1501. make[4]: Nothing to be done for `all'.                                                                                          
  1502. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1503. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/bin'                                                                            
  1504. /bin/sh ../../../config/install-sh -c  pg_resetxlog '/home/user/Software/PostgreSQL-9/bin/pg_resetxlog'                          
  1505. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin/pg_resetxlog'                                          
  1506. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/bin'                                                        
  1507. make -C pl install                                                                                                              
  1508. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/pl'                                                        
  1509. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/pl/plpgsql'                                                
  1510. make -C src install                                                                                                              
  1511. make[4]: Entering directory `/home/user/Repository/postgres/pgsql/src/pl/plpgsql/src'                                            
  1512. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql'                                                                  
  1513. /bin/sh ../../../../config/install-sh -c -m 755  plpgsql.so '/home/user/Software/PostgreSQL-9/lib/postgresql/plpgsql.so'        
  1514. make[4]: Leaving directory `/home/user/Repository/postgres/pgsql/src/pl/plpgsql/src'                                            
  1515. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/pl/plpgsql'                                                
  1516. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/pl'                                                        
  1517. make -C makefiles install                                                                                                        
  1518. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/makefiles'                                                
  1519. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql/pgxs/src/makefiles'                                              
  1520. /bin/sh ../../config/install-sh -c -m 644 ./pgxs.mk '/home/user/Software/PostgreSQL-9/lib/postgresql/pgxs/src/makefiles/'        
  1521. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/makefiles'                                                  
  1522. make -C test/regress install                                                                                                    
  1523. make[2]: Entering directory `/home/user/Repository/postgres/pgsql/src/test/regress'                                              
  1524. make -C ../../../src/port all                                                                                                    
  1525. make[3]: Entering directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1526. make[3]: Nothing to be done for `all'.                                                                                          
  1527. make[3]: Leaving directory `/home/user/Repository/postgres/pgsql/src/port'                                                      
  1528. rm -rf ./testtablespace                                                                                                          
  1529. mkdir ./testtablespace                                                                                                          
  1530. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql/pgxs/src/test/regress'                                            
  1531. /bin/sh ../../../config/install-sh -c  pg_regress '/home/user/Software/PostgreSQL-9/lib/postgresql/pgxs/src/test/regress/pg_regress'                                                                                                                              
  1532. make[2]: Leaving directory `/home/user/Repository/postgres/pgsql/src/test/regress'                                              
  1533. make[1]: Leaving directory `/home/user/Repository/postgres/pgsql/src'
  1534. make -C config install
  1535. make[1]: Entering directory `/home/user/Repository/postgres/pgsql/config'
  1536. /bin/mkdir -p '/home/user/Software/PostgreSQL-9/lib/postgresql/pgxs/config'
  1537. /bin/sh ../config/install-sh -c -m 755 ./install-sh '/home/user/Software/PostgreSQL-9/lib/postgresql/pgxs/config/install-sh'
  1538. make[1]: Leaving directory `/home/user/Repository/postgres/pgsql/config'
  1539. PostgreSQL installation complete.
  1540. The files belonging to this database system will be owned by user "postgres".
  1541. This user must also own the server process.
  1542.  
  1543. The database cluster will be initialized with locale en_US.UTF-8.
  1544. The default database encoding has accordingly been set to UTF8.
  1545. The default text search configuration will be set to "english".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement