Summary: | Stable request for dev-db/tora-2.1.1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Samuli Suominen (RETIRED) <ssuominen> |
Component: | New packages | Assignee: | Tobias Scherbaum (RETIRED) <dertobi123> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | esigra, tomka |
Priority: | High | Keywords: | STABLEREQ |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 285475 | ||
Bug Blocks: | 302468 | ||
Attachments: | emerge --info for system with blockers |
Description
Samuli Suominen (RETIRED)
![]() Please mark as stable: =dev-db/tora-2.1.1 Uhrm, adding arches. Hi, On x86, when USE="postgres" is set, tora-2.1.1 cannot be built against an otherwise stable system, because of blockers. tora-2.1.0 does not show this, it pulls only dev-db/postgresql-base-8.1.11. $ USE="postgres" emerge -pvN tora 18:42:05 Mon,04.Jan These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] app-admin/eselect-postgresql-0.3 3 kB [ebuild N ] dev-db/libpq-8.1.11 USE="nls pam readline ssl threads zlib -kerberos -pg-intdatetime" 11,461 kB [ebuild N ] dev-python/egenix-mx-base-3.1.2 7,976 kB [ebuild N ] dev-db/postgresql-8.1.11 USE="nls pam perl python readline ssl xml zlib -doc -kerberos -pg-intdatetime (-selinux) -tcl -test" 0 kB [ebuild N ] dev-db/postgresql-base-8.1.11 USE="nls pam readline ssl threads zlib -doc -kerberos -pg-intdatetime" LINGUAS="de es fr it -af -cs -fa -hr -hu -ko -nb -pl -pt_BR -ro -ru -sk -sl -sv -tr -zh_CN -zh_TW" 0 kB [ebuild N ] virtual/postgresql-server-8.1 0 kB [ebuild N ] virtual/postgresql-base-8.1 0 kB [ebuild R ] x11-libs/qt-sql-4.5.3 USE="iconv mysql postgres* qt3support sqlite (-aqua) -debug -firebird -odbc -pch" 0 kB [ebuild N ] x11-libs/qscintilla-2.4 USE="python -doc" 0 kB [ebuild N ] dev-python/qscintilla-python-2.4 USE="-debug" 0 kB [ebuild N ] dev-db/tora-2.1.1 USE="mysql postgres -debug -oci8-instant-client -oracle" 0 kB [blocks B ] dev-db/libpq ("dev-db/libpq" is blocking dev-db/postgresql-base-8.1.11) [blocks B ] dev-db/postgresql ("dev-db/postgresql" is blocking dev-db/postgresql-base-8.1.11) [blocks B ] dev-db/postgresql-base ("dev-db/postgresql-base" is blocking dev-db/libpq-8.1.11) [blocks B ] dev-db/libpq ("dev-db/libpq" is blocking app-admin/eselect-postgresql-0.3) Total: 11 packages (10 new, 1 reinstall), Size of downloads: 19,438 kB Conflict: 4 blocks (4 unsatisfied) Created attachment 215187 [details]
emerge --info for system with blockers
This has to do with the new PostgreSQL virtuals...maybe you can uninstall anything PostgreSQL related and try again. (In reply to comment #5) > This has to do with the new PostgreSQL virtuals...maybe you can uninstall > anything PostgreSQL related and try again. There was nothing of that installed, and I can confirm the problem on my 'productive system' and a chroot. Another one for the slacking PostgreSQL team. (In reply to comment #7) > Another one for the slacking PostgreSQL team. > I can reproduce this too on my ~amd64 without any postgres installed. BTW, This is the last(!) non-masked package in entire gentoo-x86 that's using KDE3's eclasses, so it's holding up the clean up of those. So if postgres is broken, moreover, it doesn't get solved soon, I propose dropping the USE flag here # USE="gnutls postgres" emerge -pv tora [snip] [ebuild N ] dev-db/postgresql-server-8.4.2-r1 USE="nls perl python xml -doc (-selinux) -tcl -uuid" LINGUAS="-af -cs -de -es -fa -fr -hr -hu -it -ko -nb -pl -pt_BR -ro -ru -sk -sl -sv -tr -zh_CN -zh_TW" 0 kB [snip] [ebuild N ] dev-db/tora-2.1.1 USE="mysql postgres -debug -oci8-instant-client -oracle" 5,231 kB works here as expected Ok, this is a funny one - on stable systems the keywording is messed up a bit. Once the new postgresql-{base,server} ebuilds go stable the deps will be proper. Btw, RDEPEND="${DEPEND}" DEPEND=" That looks quite wrong to me, it leaves an empty rdepend. I doubt that this app will run without the support libs listed as depends. x86 stable amd64 stable emerge blocks solved by stabilization of postgresql. ppc stable Stable for HPPA. alpha stable, closing |