Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477350 - =dev-db/pgbouncer-1.5.4 - ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: ignored. - src/objects.c:1126:7: предупреждение: variable «res» set but not used [-Wunused-but-set-variable]
Summary: =dev-db/pgbouncer-1.5.4 - ERROR: ld.so: object 'libsandbox.so' from LD_PRELOA...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: Johan Bergström
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-19 03:46 UTC by Alexey Badyaev
Modified: 2013-08-18 20:22 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
output of `emerge --info '=dev-db/pgbouncer-1.5.4'` (pgbouncer_emerge-info.txt,5.39 KB, text/plain)
2013-07-19 03:46 UTC, Alexey Badyaev
Details
output of `emerge -pqv '=dev-db/pgbouncer-1.5.4'` (pgbouncer_emerge-pretend.txt,88 bytes, text/plain)
2013-07-19 03:47 UTC, Alexey Badyaev
Details
The complete build log (build.log,10.26 KB, text/plain)
2013-07-19 03:48 UTC, Alexey Badyaev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Badyaev 2013-07-19 03:46:35 UTC
Created attachment 353620 [details]
output of `emerge --info '=dev-db/pgbouncer-1.5.4'`

When emerge dev-db/pgbouncer-1.5.4, get following error messages:
==
ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: ignored.
Нет справочной страницы для usage.xml
make[1]: *** [pgbouncer.1] Ошибка 16
make: *** [sub-all] Ошибка 2
make: *** Ожидание завершения заданий...
 * ERROR: dev-db/pgbouncer-1.5.4 failed (compile phase):
 *   emake failed
Comment 1 Alexey Badyaev 2013-07-19 03:47:40 UTC
Created attachment 353622 [details]
output of `emerge -pqv '=dev-db/pgbouncer-1.5.4'`
Comment 2 Alexey Badyaev 2013-07-19 03:48:27 UTC
Created attachment 353624 [details]
The complete build log
Comment 3 Aaron W. Swenson gentoo-dev 2013-07-19 12:10:12 UTC
I can't reproduce this.

There's a few hints that might resolve this. Run:
FEATURES="-sandbox -usersandbox" emerge --oneshot --nodeps sys-apps/sandbox

Or try enabling one of the DNS backends, libevent or udns.
Comment 4 Alexey Badyaev 2013-07-22 02:54:22 UTC
After exploration of problem and reading Makefile-s of pgbouncer, a found source of error.
In doc/Makefile exists dependency to app-text/xmlto package, but this packege is not in DEPS of pfbouncer package...
May be, add app-text/xmlto to DEPS, or sed-tweak Amkefile-s before build??
Comment 5 Aaron W. Swenson gentoo-dev 2013-08-18 20:22:54 UTC
*pgbouncer-1.5.4-r1 (18 Aug 2013)

  18 Aug 2013; Aaron W. Swenson <titanofold@gentoo.org>
  +pgbouncer-1.5.4-r1.ebuild, files/pgbouncer.initd:
  Fix bugs 478142, 478240, and 477350.