Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147534 - [PATCH] emerge pgadmin3-1.4.1 failed
Summary: [PATCH] emerge pgadmin3-1.4.1 failed
Status: RESOLVED DUPLICATE of bug 133638
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-13 23:45 UTC by Li Jie
Modified: 2006-09-13 23:49 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 Li Jie 2006-09-13 23:45:58 UTC
ERROR 1:
--------------------------------
../src/include/pgSchema.h: At global scope:
../src/include/pgSchema.h:88: error: extra qualification 
Comment 1 Li Jie 2006-09-13 23:45:58 UTC
ERROR 1:
--------------------------------
../src/include/pgSchema.h: At global scope:
../src/include/pgSchema.h:88: error: extra qualification pgSchemaObject:: on member pgSchemaObject
make[2]: *** [pgAggregate.o] Error 1
make[2]: *** Waiting for unfinished jobs....
../src/include/pgSchema.h: At global scope:
../src/include/pgSchema.h:88: error: extra qualification pgSchemaObject:: on member pgSchemaObject
make[2]: *** [pgCheck.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/pgadmin3-1.4.1/work/pgadmin3-1.4.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/pgadmin3-1.4.1/work/pgadmin3-1.4.1'
make: *** [all] Error 2

!!! ERROR: dev-db/pgadmin3-1.4.1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  pgadmin3-1.4.1.ebuild, line 48:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.




PATCH 1:
--------------------------------
src/include/pgSchema.h:88
    pgSchemaObject::~pgSchemaObject()
->
    ~pgSchemaObject()


ERROR 2:
--------------------------------
./include/connection.h: At global scope:
./include/connection.h:44: error: extra qualification DBconn:: on member Connect
make[4]: *** [connection.o] Error 1
make[4]: Leaving directory `/pgadmin3-1.4.1/xtra/pgagent'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/pgadmin3-1.4.1/xtra/pgagent'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/pgadmin3-1.4.1/xtra'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/pgadmin3-1.4.1'
make: *** [all] Error 2


PATCH 2:
--------------------------------
xtra/pgagent/include/connection.h:44
    bool DBconn::Connect(const wxString &connectString);
->
    bool Connect(const wxString &connectString);



THEN, compile succeed.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-13 23:49:00 UTC

*** This bug has been marked as a duplicate of 133638 ***