1. * Package: dev-db/slony1-2.1.1
  2. * Repository: gentoo
  3. * Maintainer: pgsql-bugs@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux 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] reference *
  12. >>> Unpacking source...
  13. >>> Unpacking slony1-2.1.1.tar.bz2 to /tmp/portage/dev-db/slony1-2.1.1/work
  14. >>> Unpacking slony1-2.1.1-docs.tar.bz2 to /tmp/portage/dev-db/slony1-2.1.1/work
  15. >>> Source unpacked in /tmp/portage/dev-db/slony1-2.1.1/work
  16. >>> Preparing source in /tmp/portage/dev-db/slony1-2.1.1/work/slony1-2.1.1 ...
  17. * Applying slony1-2.1.1-ldflags.patch ...
  18. [ ok ]
  19. >>> Source prepared.
  20. >>> Configuring source in /tmp/portage/dev-db/slony1-2.1.1/work/slony1-2.1.1 ...
  21. * econf: updating slony1-2.1.1/config/config.sub with /usr/share/gnuconfig/config.sub
  22. * econf: updating slony1-2.1.1/config/config.guess with /usr/share/gnuconfig/config.guess
  23. ./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
  24. checking build system type... x86_64-pc-linux-gnu
  25. checking host system type... x86_64-pc-linux-gnu
  26. checking which template to use... linux
  27. configure: using CFLAGS=-O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches
  28. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  29. checking whether the C compiler works... yes
  30. checking for C compiler default output file name... a.out
  31. checking for suffix of executables...
  32. checking whether we are cross compiling... no
  33. checking for suffix of object files... o
  34. checking whether we are using the GNU C compiler... yes
  35. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  36. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  37. checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld
  38. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  39. checking for perl... /usr/bin/perl
  40. checking for tar... /bin/tar
  41. checking for bison... bison -y
  42. checking for sed... sed
  43. checking for the pthreads library -lpthreads... no
  44. checking whether pthreads work without any flags... no
  45. checking whether pthreads work with -Kthread... no
  46. checking whether pthreads work with -kthread... no
  47. checking for the pthreads library -llthread... no
  48. checking whether pthreads work with -pthread... yes
  49. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  50. checking if more special flags are required for pthreads... no
  51. checking for cc_r... x86_64-pc-linux-gnu-gcc
  52. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  53. checking for grep that handles long lines and -e... /bin/grep
  54. checking for egrep... /bin/grep -E
  55. checking for ANSI C header files... yes
  56. checking for sys/types.h... yes
  57. checking for sys/stat.h... yes
  58. checking for stdlib.h... yes
  59. checking for string.h... yes
  60. checking for memory.h... yes
  61. checking for strings.h... yes
  62. checking for inttypes.h... yes
  63. checking for stdint.h... yes
  64. checking for unistd.h... yes
  65. checking fcntl.h usability... yes
  66. checking fcntl.h presence... yes
  67. checking for fcntl.h... yes
  68. checking limits.h usability... yes
  69. checking limits.h presence... yes
  70. checking for limits.h... yes
  71. checking stddef.h usability... yes
  72. checking stddef.h presence... yes
  73. checking for stddef.h... yes
  74. checking sys/socket.h usability... yes
  75. checking sys/socket.h presence... yes
  76. checking for sys/socket.h... yes
  77. checking sys/time.h usability... yes
  78. checking sys/time.h presence... yes
  79. checking for sys/time.h... yes
  80. checking for inttypes.h... (cached) yes
  81. checking for gettimeofday... yes
  82. checking for dup2... yes
  83. checking for alarm... yes
  84. checking for memset... yes
  85. checking for select... yes
  86. checking for strdup... yes
  87. checking for strerror... yes
  88. checking for strtol... yes
  89. checking for strtoul... yes
  90. checking for int32_t... yes
  91. checking for uint32_t... yes
  92. checking for u_int32_t... yes
  93. checking for int64_t... yes
  94. checking for uint64_t... yes
  95. checking for u_int64_t... yes
  96. checking for size_t... yes
  97. checking for ssize_t... yes
  98. checking for POSIX signal interface... yes
  99. checking for flex... /usr/bin/flex
  100. configure: using
  101. checking if you have requested slony1-engine building... yes
  102. checking for pg_config... /usr/bin/pg_config
  103. pg_config says pg_bindir is /usr/lib64/postgresql-9.2/bin/
  104. pg_config says pg_libdir is /usr/lib64/postgresql-9.2/lib64/
  105. pg_config says pg_includedir is /usr/include/postgresql-9.2/
  106. pg_config says pg_pkglibdir is /usr/lib64/postgresql-9.2/lib64/
  107. pg_config says pg_includeserverdir is /usr/include/postgresql-9.2/server/
  108. checking for correct version of PostgreSQL... pg_config says pg_sharedir is /usr/share/postgresql-9.2/
  109. checking for PQunescapeBytea in -lpq... yes
  110. checking libpq-fe.h usability... yes
  111. checking libpq-fe.h presence... yes
  112. checking for libpq-fe.h... yes
  113. checking postgres.h usability... yes
  114. checking postgres.h presence... yes
  115. checking for postgres.h... yes
  116. checking for utils/typcache.h... yes
  117. checking for plpgsql.so... no
  118. configure: error: /usr/lib64/postgresql-9.2/lib64//plpgsql.so|sl|dll is not found in the pkglibdir.
  119. Please specify the pkglibdir with --with-pgpkglibdir=<dir>
  120. !!! Please attach the following file when seeking support:
  121. !!! /tmp/portage/dev-db/slony1-2.1.1/work/slony1-2.1.1/config.log
  122. * ERROR: dev-db/slony1-2.1.1 failed (configure phase):
  123. * econf failed
  124. *
  125. * Call stack:
  126. * ebuild.sh, line 93: Called src_configure
  127. * environment, line 2213: Called econf
  128. * phase-helpers.sh, line 511: Called die
  129. * The specific snippet of code:
  130. * die "econf failed"
  131. *
  132. * If you need support, post the output of `emerge --info '=dev-db/slony1-2.1.1'`,
  133. * the complete build log and the output of `emerge -pqv '=dev-db/slony1-2.1.1'`.
  134. sed: couldn't open temporary file /etc/portage/package.mask/sedLEJcgE: Permission denied