1. * Package: dev-db/slony1-2.1.2
  2. * Repository: gentoo
  3. * Maintainer: pgsql-bugs@gentoo.org
  4. * USE: abi_x86_64 amd64 doc elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking slony1-2.1.2.tar.bz2 to /tmp/portage/dev-db/slony1-2.1.2/work
  15. >>> Unpacking slony1-2.1.2-docs.tar.bz2 to /tmp/portage/dev-db/slony1-2.1.2/work
  16. >>> Source unpacked in /tmp/portage/dev-db/slony1-2.1.2/work
  17. >>> Preparing source in /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2 ...
  18. * Applying slony1-2.1.2-ldflags.patch ...
  19. [ ok ]
  20. >>> Source prepared.
  21. >>> Configuring source in /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2 ...
  22. * econf: updating slony1-2.1.2/config/config.sub with /usr/share/gnuconfig/config.sub
  23. * econf: updating slony1-2.1.2/config/config.guess with /usr/share/gnuconfig/config.guess
  24. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
  25. configure: loading site script /usr/share/config.site
  26. checking build system type... x86_64-pc-linux-gnu
  27. checking host system type... x86_64-pc-linux-gnu
  28. checking which template to use... linux
  29. configure: using CFLAGS=-O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches
  30. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  31. checking whether the C compiler works... yes
  32. checking for C compiler default output file name... a.out
  33. checking for suffix of executables...
  34. checking whether we are cross compiling... no
  35. checking for suffix of object files... o
  36. checking whether we are using the GNU C compiler... yes
  37. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  38. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  39. checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld
  40. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  41. checking for perl... /usr/bin/perl
  42. checking for tar... /bin/tar
  43. checking for bison... bison -y
  44. checking for sed... sed
  45. checking for the pthreads library -lpthreads... no
  46. checking whether pthreads work without any flags... no
  47. checking whether pthreads work with -Kthread... no
  48. checking whether pthreads work with -kthread... no
  49. checking for the pthreads library -llthread... no
  50. checking whether pthreads work with -pthread... yes
  51. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  52. checking if more special flags are required for pthreads... no
  53. checking for cc_r... x86_64-pc-linux-gnu-gcc
  54. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  55. checking for grep that handles long lines and -e... /bin/grep
  56. checking for egrep... /bin/grep -E
  57. checking for ANSI C header files... yes
  58. checking for sys/types.h... yes
  59. checking for sys/stat.h... yes
  60. checking for stdlib.h... yes
  61. checking for string.h... yes
  62. checking for memory.h... yes
  63. checking for strings.h... yes
  64. checking for inttypes.h... yes
  65. checking for stdint.h... yes
  66. checking for unistd.h... yes
  67. checking fcntl.h usability... yes
  68. checking fcntl.h presence... yes
  69. checking for fcntl.h... yes
  70. checking limits.h usability... yes
  71. checking limits.h presence... yes
  72. checking for limits.h... yes
  73. checking stddef.h usability... yes
  74. checking stddef.h presence... yes
  75. checking for stddef.h... yes
  76. checking sys/socket.h usability... yes
  77. checking sys/socket.h presence... yes
  78. checking for sys/socket.h... yes
  79. checking sys/time.h usability... yes
  80. checking sys/time.h presence... yes
  81. checking for sys/time.h... yes
  82. checking for inttypes.h... (cached) yes
  83. checking for gettimeofday... yes
  84. checking for dup2... yes
  85. checking for alarm... yes
  86. checking for memset... yes
  87. checking for select... yes
  88. checking for strdup... yes
  89. checking for strerror... yes
  90. checking for strtol... yes
  91. checking for strtoul... yes
  92. checking for int32_t... yes
  93. checking for uint32_t... yes
  94. checking for u_int32_t... yes
  95. checking for int64_t... yes
  96. checking for uint64_t... yes
  97. checking for u_int64_t... yes
  98. checking for size_t... yes
  99. checking for ssize_t... yes
  100. checking for POSIX signal interface... yes
  101. checking for flex... /usr/bin/flex
  102. configure: using
  103. checking if you have requested slony1-engine building... yes
  104. checking for pg_config... /usr/bin/pg_config
  105. pg_config says pg_bindir is /usr/lib64/postgresql-9.2/bin/
  106. pg_config says pg_libdir is /usr/lib64/postgresql-9.2/lib64/
  107. pg_config says pg_includedir is /usr/include/postgresql-9.2/
  108. pg_config says pg_pkglibdir is /usr/lib64/postgresql-9.2/lib64/
  109. pg_config says pg_includeserverdir is /usr/include/postgresql-9.2/server/
  110. checking for correct version of PostgreSQL... pg_config says pg_sharedir is /usr/share/postgresql-9.2/
  111. checking for PQunescapeBytea in -lpq... yes
  112. checking libpq-fe.h usability... yes
  113. checking libpq-fe.h presence... yes
  114. checking for libpq-fe.h... yes
  115. checking postgres.h usability... yes
  116. checking postgres.h presence... yes
  117. checking for postgres.h... yes
  118. checking for utils/typcache.h... yes
  119. checking for plpgsql.so... yes
  120. checking for postgresql.conf.sample... skipped due to override
  121. checking for PQputCopyData in -lpq... yes
  122. checking for PQsetNoticeReceiver in -lpq... yes
  123. checking for PQfreemem in -lpq... yes
  124. checking PostgreSQL for thread-safety... PQisthreadsafe() true
  125. checking for ScanKeywordLookup... yes, and it takes 3 arguments
  126. checking for typenameTypeId... checking for typenameTypeId... yes, and it takes 2 arguments
  127. checking for GetActiveSnapshot... yes
  128. checking for ScanKeywordLookup... yes, and it takes 3 arguments
  129. checking for set_config_option... yes, and it takes arguments
  130. yes, and it takes 7 arguments
  131. checking for set_config_option... checking for standard_conforming_strings... no
  132. checking whether GetTopTransactionId is declared... yes
  133. checking if you have requested documentation building... no
  134. configure: creating ./config.status
  135. config.status: creating Makefile.global
  136. config.status: creating GNUmakefile
  137. config.status: creating slony1.spec
  138. config.status: creating Makefile.port
  139. config.status: creating config.h
  140. >>> Source configured.
  141. >>> Compiling source in /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2 ...
  142. make -j24
  143. make[1]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src'
  144. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/parsestatements'
  145. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o test-scanner.o test-scanner.c
  146. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o scanner.o scanner.c
  147. test-scanner.c: In function 'main':
  148. test-scanner.c:14:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  149. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -o test-scanner test-scanner.c scanner.o
  150. test-scanner.c: In function 'main':
  151. test-scanner.c:14:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  152. ./test-scanner < /dev/null > emptytestresult.log
  153. ./test-scanner < ./test_sql.sql > test_sql.log
  154. ./test-scanner < ./cstylecomments.sql > cstylecomments.log
  155. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/parsestatements'
  156. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/slon'
  157. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o slon.o slon.c
  158. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o runtime_config.o runtime_config.c
  159. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o local_listen.o local_listen.c
  160. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o remote_listen.o remote_listen.c
  161. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o remote_worker.o remote_worker.c
  162. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o sync_thread.o sync_thread.c
  163. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o monitor_thread.o monitor_thread.c
  164. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o cleanup_thread.o cleanup_thread.c
  165. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o scheduler.o scheduler.c
  166. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o dbutils.o dbutils.c
  167. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o conf-file.o conf-file.c
  168. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o confoptions.o confoptions.c
  169. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o misc.o misc.c
  170. monitor_thread.c:429:1: warning: 'stack_dump' defined but not used [-Wunused-function]
  171. conf-file.c:1216:16: warning: 'input' defined but not used [-Wunused-function]
  172. remote_worker.c: In function 'archive_close':
  173. remote_worker.c:5681:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  174. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -pthread -I../.. -I../../src/slon -o slon slon.o runtime_config.o local_listen.o remote_listen.o remote_worker.o sync_thread.o monitor_thread.o cleanup_thread.o scheduler.o dbutils.o conf-file.o confoptions.o misc.o ../parsestatements/scanner.o -pthread -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/
  175. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/slon'
  176. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/slonik'
  177. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -DPGSHARE="\"/usr/share/postgresql-9.2/\"" -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o slonik.o slonik.c
  178. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -DPGSHARE="\"/usr/share/postgresql-9.2/\"" -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o dbutil.o dbutil.c
  179. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -DPGSHARE="\"/usr/share/postgresql-9.2/\"" -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o parser.o parser.c
  180. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -DPGSHARE="\"/usr/share/postgresql-9.2/\"" -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o scan.o scan.c
  181. scan.c:2029:16: warning: 'input' defined but not used [-Wunused-function]
  182. In file included from /usr/include/string.h:638:0,
  183. from slonik.c:18:
  184. In function 'memset',
  185. inlined from 'slonik_wait_config_caughtup' at slonik.c:5644:8:
  186. /usr/include/bits/string3.h:84:3: warning: call to __builtin___memset_chk will always overflow destination buffer [enabled by default]
  187. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -DPGSHARE="\"/usr/share/postgresql-9.2/\"" slonik.o dbutil.o parser.o ../parsestatements/scanner.o scan.o -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -o slonik
  188. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/slonik'
  189. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/backend'
  190. cp ../misc/avl_tree.c avl_tree.c
  191. cp ../misc/avl_tree.h avl_tree.h
  192. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -fpic -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o slony1_funcs.o slony1_funcs.c
  193. slony1_funcs.c: In function '_Slony_I_createEvent':
  194. slony1_funcs.c:146:10: warning: variable 'buf_size' set but not used [-Wunused-but-set-variable]
  195. x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -shared -o slony1_funcs.so slony1_funcs.o
  196. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/backend'
  197. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/ducttape'
  198. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/ducttape'
  199. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/slony_logshipper'
  200. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -DPGSHARE="\"/usr/share/postgresql-9.2/\"" -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o slony_logshipper.o slony_logshipper.c
  201. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -DPGSHARE="\"/usr/share/postgresql-9.2/\"" -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o dbutil.o dbutil.c
  202. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -DPGSHARE="\"/usr/share/postgresql-9.2/\"" -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o ipcutil.o ipcutil.c
  203. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -DPGSHARE="\"/usr/share/postgresql-9.2/\"" -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o parser.o parser.c
  204. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -DPGSHARE="\"/usr/share/postgresql-9.2/\"" -I/usr/include/postgresql-9.2/ -I/usr/include/postgresql-9.2/server/ -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -c -o scan.o scan.c
  205. slony_logshipper.c: In function 'main':
  206. slony_logshipper.c:408:11: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  207. slony_logshipper.c:570:3: warning: 'destfname.data' may be used uninitialized in this function [-Wmaybe-uninitialized]
  208. slony_logshipper.c:478:14: note: 'destfname.data' was declared here
  209. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -DPGSHARE="\"/usr/share/postgresql-9.2/\"" slony_logshipper.o dbutil.o ipcutil.o parser.o ../parsestatements/scanner.o scan.o -Wl,-O1 -Wl,--as-needed -L/usr/lib64/postgresql-9.2/lib64/ -lpq -Wl,-rpath,/usr/lib64/postgresql-9.2/lib64/ -o slony_logshipper
  210. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/slony_logshipper'
  211. make[1]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src'
  212. make[1]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/tools'
  213. for subdir in altperl ; do \
  214. make -C $subdir all || exit; \
  215. done
  216. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/tools/altperl'
  217. make[2]: Nothing to be done for `all'.
  218. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/tools/altperl'
  219. make[1]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/tools'
  220. All of Slony-I is successfully made. Ready to install
  221. >>> Source compiled.
  222. >>> Install slony1-2.1.2 into /tmp/portage/dev-db/slony1-2.1.2/image/ category dev-db
  223. make -j24 DESTDIR=/tmp/portage/dev-db/slony1-2.1.2/image/ install
  224. make[1]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src'
  225. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/parsestatements'
  226. make[2]: Nothing to be done for `install'.
  227. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/parsestatements'
  228. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/slon'
  229. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/mkinstalldirs /tmp/portage/dev-db/slony1-2.1.2/image//usr/bin
  230. mkdir -p -- /tmp/portage/dev-db/slony1-2.1.2/image//usr/bin
  231. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/install-sh -c -m 755 slon /tmp/portage/dev-db/slony1-2.1.2/image//usr/bin
  232. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/slon'
  233. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/slonik'
  234. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/mkinstalldirs /tmp/portage/dev-db/slony1-2.1.2/image//usr/bin
  235. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/install-sh -c -m 755 slonik /tmp/portage/dev-db/slony1-2.1.2/image//usr/bin
  236. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/slonik'
  237. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/backend'
  238. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/mkinstalldirs /tmp/portage/dev-db/slony1-2.1.2/image//usr/lib64/postgresql-9.2/lib64/
  239. mkdir -p -- /tmp/portage/dev-db/slony1-2.1.2/image//usr/lib64/postgresql-9.2/lib64/
  240. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/mkinstalldirs /tmp/portage/dev-db/slony1-2.1.2/image//usr/share/postgresql-9.2/
  241. mkdir -p -- /tmp/portage/dev-db/slony1-2.1.2/image//usr/share/postgresql-9.2/
  242. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/install-sh -c -m 755 slony1_funcs.so /tmp/portage/dev-db/slony1-2.1.2/image//usr/lib64/postgresql-9.2/lib64/
  243. for file in slony1_base.sql slony1_funcs.sql slony1_base.v83.sql slony1_base.v84.sql slony1_funcs.v83.sql slony1_funcs.v84.sql; do \
  244. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/install-sh -c -m 644 $file /tmp/portage/dev-db/slony1-2.1.2/image//usr/share/postgresql-9.2/ || exit ; \
  245. done
  246. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/backend'
  247. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/ducttape'
  248. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/mkinstalldirs /tmp/portage/dev-db/slony1-2.1.2/image/
  249. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/ducttape'
  250. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/slony_logshipper'
  251. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/mkinstalldirs /tmp/portage/dev-db/slony1-2.1.2/image//usr/bin
  252. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/install-sh -c -m 755 slony_logshipper /tmp/portage/dev-db/slony1-2.1.2/image//usr/bin
  253. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src/slony_logshipper'
  254. make[1]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/src'
  255. make[1]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/tools'
  256. for subdir in altperl ; do \
  257. make -C $subdir install || exit; \
  258. done
  259. make[2]: Entering directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/tools/altperl'
  260. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/mkinstalldirs /tmp/portage/dev-db/slony1-2.1.2/image//etc
  261. mkdir -p -- /tmp/portage/dev-db/slony1-2.1.2/image//etc
  262. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/mkinstalldirs /tmp/portage/dev-db/slony1-2.1.2/image//usr/lib64/postgresql-9.2/lib64/
  263. /bin/sh /tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/config/mkinstalldirs /tmp/portage/dev-db/slony1-2.1.2/image/
  264. The altperl tools won't be installed unless --with-perltools is specified in configure
  265. make[2]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/tools/altperl'
  266. make[1]: Leaving directory `/tmp/portage/dev-db/slony1-2.1.2/work/slony1-2.1.2/tools'
  267. All of Slony-I is successfully installed
  268. >>> Completed installing slony1-2.1.2 into /tmp/portage/dev-db/slony1-2.1.2/image/
  269. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  270. usr/bin/slony_logshipper
  271. usr/lib64/postgresql-9.2/lib64/slony1_funcs.so
  272. usr/bin/slonik
  273. usr/bin/slon
  274. ecompressdir: bzip2 -9 /usr/share/man
  275. ecompressdir: bzip2 -9 /usr/share/doc
  276. * QA Notice: Package triggers severe warnings which indicate that it
  277. * may exhibit random runtime failures.
  278. * /usr/include/bits/string3.h:84:3: warning: call to __builtin___memset_chk will always overflow destination buffer [enabled by default]
  279. * Please do not file a Gentoo bug and instead report the above QA
  280. * issues directly to the upstream developers of this software.
  281. * Homepage: http://slony.info/