Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348915 - edb-debugger should be included with postgresql
Summary: edb-debugger should be included with postgresql
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement with 1 vote (vote)
Assignee: PgSQL Bugs
URL: http://pgfoundry.org/projects/edb-deb...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-17 04:15 UTC by David Butler
Modified: 2017-12-21 17:27 UTC (History)
0 users

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


Attachments
postgresql-server-9.0.3.ebuild (postgresql-server-9.0.3.ebuild,10.98 KB, text/plain)
2011-06-22 04:04 UTC, David Butler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Butler 2010-12-17 04:15:46 UTC
Should have a use flag for it or separate ebuild...

Reproducible: Always




To obtain (the release doesn't work with recent postgres:

cvs -d :pserver:anonymous@cvs.pgfoundry.org:/cvsroot/edb-debugger login
cvs -d :pserver:anonymous@cvs.pgfoundry.org:/cvsroot/edb-debugger checkout server

To install:

sudo ebuild /usr/portage/dev-db/postgresql-server/postgresql-server-8.4.5.ebuild prepare
sudo mkdir /var/tmp/portage/dev-db/postgresql-server-8.4.5/work/postgresql-8.4.5/contrib/pldebugger/
sudo mv server/* /var/tmp/portage/dev-db/postgresql-server-8.4.5/work/postgresql-8.4.5/contrib/pldebugger/
sudo ebuild /usr/portage/dev-db/postgresql-server/postgresql-server-8.4.5.ebuild compile
sudo make -C /var/tmp/portage/dev-db/postgresql-server-8.4.5/work/postgresql-8.4.5/contrib/pldebugger
sudo make install -C /var/tmp/portage/dev-db/postgresql-server-8.4.5/work/postgresql-8.4.5/contrib/pldebugger
sudo ebuild /usr/portage/dev-db/postgresql-server/postgresql-server-8.4.5.ebuild merge
Comment 1 Aaron W. Swenson gentoo-dev 2010-12-28 12:37:49 UTC
edb-debugger should certainly be its own ebuild. I'd be willing to add a debug USE flag to the dev-db/postgresql-server ebuilds, though.
Comment 2 David Butler 2011-06-22 04:04:36 UTC
Created attachment 277731 [details]
postgresql-server-9.0.3.ebuild

Attached an ebuild that implements an edb-debugger USE flag
Comment 3 Aaron W. Swenson gentoo-dev 2011-06-23 11:27:03 UTC
I am not a fan of the implementation.

Can it be done in a separate ebuild at all?
Comment 4 David Butler 2011-06-24 22:25:04 UTC
It uses the postgres sources to build the plugin. so, it may even be conceivable that one would have to re-emerge the plugin every time postgres is updated...
Comment 5 Aaron W. Swenson gentoo-dev 2017-12-21 17:27:46 UTC
Upstream dead.