Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154320 - dbbalancer-0.4.4 failes to depend on libpq++.h provider
Summary: dbbalancer-0.4.4 failes to depend on libpq++.h provider
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 158341
  Show dependency tree
 
Reported: 2006-11-07 00:21 UTC by Daniel Black (RETIRED)
Modified: 2006-11-10 14:02 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Black (RETIRED) gentoo-dev 2006-11-07 00:21:02 UTC
checking for main in -lpq... yes
checking for main in -lpq++... no
libpq++.so wasn't found. If it's installed in your system please use --with-pq++ 
.......
.....
......

make[3]: Entering directory `/var/tmp/portage/dev-db/dbbalancer-0.4.4/work/DBBalancer/src/tests/postgres_cc'
g++ -g -Wall -I/usr/local/include  -o pgtest pgtest.cc -lpq++ -lcrypt
pgtest.cc:5:21: libpq++.h: No such file or directory
pgtest.cc: In function `int main(int, char**)':
pgtest.cc:12: error: `ExecStatusType' was not declared in this scope
pgtest.cc:12: error: expected `;' before "status"
pgtest.cc:57: error: `PgDatabase' was not declared in this scope
pgtest.cc:57: error: `db' was not declared in this scope
pgtest.cc:62: error: `PgDatabase' is not a type
pgtest.cc:74: error: `status' was not declared in this scope
pgtest.cc:76: error: `PGRES_TUPLES_OK' was not declared in this scope
pgtest.cc:95: error: `PGRES_COMMAND_OK' was not declared in this scope
pgtest.cc:76: warning: unused variable 'PGRES_TUPLES_OK'
pgtest.cc:95: warning: unused variable 'PGRES_COMMAND_OK'
pgtest.cc:107: error: type `<type error>' argument given to `delete', expected pointer
pgtest.cc:57: warning: unused variable 'PgDatabase'
pgtest.cc:12: warning: unused variable 'ExecStatusType'
make[3]: *** [pgtest] Error 1
make[3]: Leaving directory `/var/tmp/portage/dev-db/dbbalancer-0.4.4/work/DBBalancer/src/tests/postgres_cc'
make[3]: Entering directory `/var/tmp/portage/dev-db/dbbalancer-0.4.4/work/DBBalancer/src/tests/postgres'
gcc -g -Wall -I/usr/local/include -o pgtest pgtest.c  -lpq -lcrypt
pgtest.c: In function `main':
pgtest.c:34: warning: implicit declaration of function `strcpy'
...
...
...
make[1]: Leaving directory `/var/tmp/portage/dev-db/dbbalancer-0.4.4/work/DBBalancer/docs'
>>> Source compiled.
>>> Test phase [none]: dev-db/dbbalancer-0.4.4
$ emerge --info
Portage 2.1.2_rc1-r4 (default-linux/x86/2006.0, gcc-4.1.1/vanilla, glibc-2.4-r3, 2.6.17-gentoo-r8 i686)
=================================================================
System uname: 2.6.17-gentoo-r8 i686 AMD Athlon(tm)
Gentoo Base System version 1.12.6
Last Sync: Mon, 06 Nov 2006 18:20:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [disabled]
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/eselect/compiler /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon-xp -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig cvs distlocks metadata-transfer parallel-fetch sandbox sfperms sign strict userpriv usersandbox"
LINGUAS="en_GB en_AU en"
MAKEOPTS="-j3"


[ebuild   R   ] dev-db/postgresql-8.0.8  USE="kerberos libg++ pam perl python readline ssl xml zlib -doc -nls -pg-hier -pg-intdatetime (-selinux) -tcl -tk" 0 kB
[ebuild   R   ] dev-db/libpq-8.0.8  USE="kerberos pam readline ssl zlib -nls" 0 kB
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2006-11-09 09:42:55 UTC
It needs libpqpp, added that to the dependency list. But after that, more problems popped up. Will take some more time to fix it...
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2006-11-10 14:02:30 UTC
dbbalancer has been p.masked and will be removed in less than 30 days. We therefore won't fix this bug.