Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46467 - pgadmin3 isn't compiling since upgrading to gtk 2.4
Summary: pgadmin3 isn't compiling since upgrading to gtk 2.4
Status: RESOLVED DUPLICATE of bug 45161
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-01 03:40 UTC by Robin Ericsson
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

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 Robin Ericsson 2004-04-01 03:40:08 UTC
Emerge of pgadmin3 fails after emerging gtk+ 2.4

utils/misc.cpp: In function `wxString NumToStr(long unsigned int)':
utils/misc.cpp:141: warning: unsigned int format, long int arg (arg 3)
g++ -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include -I -march=pentium3 -O2 -pipe -fomit-frame-pointer  -L/usr/lib/postgresql -L/usr/local/pgsql/lib -L/usr/lib -o pgadmin3  pgAdmin3.o pgConn.o pgSet.o keywords.o pgAggregate.o pgCast.o pgCheck.o pgCollection.o pgColumn.o pgConstraints.o pgConversion.o pgDatabase.o pgDomain.o pgForeignKey.o pgFunction.o pgGroup.o pgIndex.o pgIndexConstraint.o pgLanguage.o pgObject.o pgOperator.o pgOperatorClass.o pgRule.o pgSchema.o pgSequence.o pgServer.o pgTable.o pgTrigger.o pgType.o pgUser.o pgView.o pgDatatype.o ctlSQLBox.o ctlSQLResult.o frmExport.o dlgAddTableView.o events.o frmAbout.o frmChildTableViewFrame.o frmConnect.o frmMain.o frmOptions.o frmPassword.o frmQuery.o frmQueryBuilder.o frmHelp.o frmQBJoin.o frmSplash.o frmMaintenance.o frmEditGrid.o dlgProperty.o dlgUser.o dlgGroup.o dlgDatabase.o dlgLanguage.o dlgSchema.o dlgDomain.o dlgTable.o dlgColumn.o dlgIndex.o dlgFunction.o dlgView.o dlgRule.o dlgOperator.o dlgAggregate.o dlgCast.o dlgConversion.o dlgIndexConstraint.o dlgForeignKey.o dlgSequence.o dlgTrigger.o dlgType.o dlgCheck.o frmStatus.o misc.o sysLogger.o sysSettings.o xrcDialogs.o  -lssl -lcrypto -lpq -lwx_gtk2-2.4       -lwx_gtk2_xrc-2.4 -lwx_gtk2_stc-2.4
/usr/lib/libwx_gtk2-2.4.so: undefined reference to `_gtk_accel_group_detach'
/usr/lib/libwx_gtk2-2.4.so: undefined reference to `_gtk_accel_group_attach'
/usr/lib/libwx_gtk2-2.4.so: undefined reference to `_gtk_rc_context_get_default_font_name'
collect2: ld returned 1 exit status
make[2]: *** [pgadmin3] Error 1
make[2]: Leaving directory `/var/tmp/portage/pgadmin3-1.0.2/work/pgadmin3-1.0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/pgadmin3-1.0.2/work/pgadmin3-1.0.2'
make: *** [all] Error 2
 
!!! ERROR: dev-db/pgadmin3-1.0.2 failed.
!!! Function src_compile, Line 37, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
emerge gtk 2.4
emerge wxGTK
emerge pgadmin3
Actual Results:  
pgadmin3 fails to compile

Expected Results:  
And compile and a clean merge
Comment 1 foser (RETIRED) gentoo-dev 2004-04-01 16:32:59 UTC

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