if you search through /usr/lib/gforge/db/sf-2.6-complete.sql you'll find
a line that contains:

CREATE CONSTRAINT TRIGGER "forum_group_forum_id_fk" AFTER UPDATE ON
"forum_group_list" NOT DEFERRABLE INITIALLY IMMEDIATE FOR EACH ROW
EXECUTE PROCEDURE "RI_FKey_noaction_upd" ('forum_group_forum_id_fk',
'forum', 'forum_group_list', 'FULL', 'group_forum_id',
'group_forum_id');

the line it errored on... if you look up a bit there is another line
that has "AFTER INSERT OR UPDATE ON" for the same fk, this double
command needs to be removed... (seeing as the same reaction for INSERT
or UPDATE is above I just commented it out in mine)

This leads to other problems with the install later on, but I'm still
working on it ;)

Hope this is a help to somebody...
   TJ Hooka

-- 
package gforge-db-postgresql 4.6.99+svn6347-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/222488
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to