Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113587 - ERROR: dev-db/mysql-super-smack-1.2 failed.
Summary: ERROR: dev-db/mysql-super-smack-1.2 failed.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-25 13:49 UTC by M. Edward Borasky
Modified: 2005-12-11 20:23 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 M. Edward Borasky 2005-11-25 13:49:39 UTC
It looks like the PostgreSQL client of "mysql-super-smack" is broken


pg-client.cc:73: error: default argument given for parameter 2 of `int 
   Pg_client::safe_query(const char*, int)'
pg-client.h:35: error: after previous specification in `virtual int 
   Pg_client::safe_query(const char*, int)'
pg-client.cc:110: error: default argument given for parameter 2 of `int 
   Pg_client::compare_result(const char*, int)'
pg-client.h:39: error: after previous specification in `virtual int 
   Pg_client::compare_result(const char*, int)'
pg-client.cc:116: error: default argument given for parameter 2 of `int 
   Pg_client::dump_result(const char*, int)'
pg-client.h:40: error: after previous specification in `virtual int 
   Pg_client::dump_result(const char*, int)'
pg-client.cc: In member function `virtual int Pg_client::dump_result(const 
   char*, int)':
pg-client.cc:121: error: `attach' undeclared (first use this function)
pg-client.cc:121: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)

Turning off the "postgres" USE flag makes it compile, but I want to use this
with PostgreSQL, so that's an undesirable workaround.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-12-01 00:13:49 UTC
what versions of postgres did you try it against?
what versions of postgres did those functions change in?
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-12-11 20:23:54 UTC
1.3 is in the tree now.
It builds properly against new versions of postgres.