Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 147534

Summary: [PATCH] emerge pgadmin3-1.4.1 failed
Product: Gentoo Linux Reporter: Li Jie <cpunion>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***