Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120034 - Compile error on pgadmin3
Summary: Compile error on pgadmin3
Status: RESOLVED DUPLICATE of bug 105189
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-23 03:29 UTC by Piotr Brzozowski
Modified: 2006-01-23 03:31 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 Piotr Brzozowski 2006-01-23 03:29:26 UTC
I use stable gentoo on amd64.
emerge =dev-db/pgadmin3-1.2.2
crashes with: 


x86_64-pc-linux-gnu-g++ -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include
 -I../src/agent/include -O2 -march=k8 -pipe   -L/usr/lib/postgresql -L/usr/local/pgsq
l/lib -L/usr/lib -o pgadmin3  pgAdmin3.o pgConn.o pgSet.o keywords.o pgAggregate.o pg
Cast.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 pgLa
nguage.o pgObject.o pgOperator.o pgOperatorClass.o pgRule.o pgSchema.o pgSequence.o p
gServer.o pgTable.o pgTablespace.o pgTrigger.o pgType.o pgUser.o pgView.o pgDatatype.
o pgaAgent.o pgaJob.o pgaStep.o pgaSchedule.o dlgJob.o dlgSchedule.o dlgStep.o xh_sql
box.o xh_calb.o xh_timespin.o xh_ctlcombo.o ctlSecurityPanel.o dlgClasses.o ctlComboB
ox.o calbox.o timespin.o ctlListView.o ctlSQLBox.o ctlSQLResult.o frmExport.o dlgEdit
GridOptions.o events.o frmAbout.o frmIndexcheck.o dlgConnect.o frmMain.o frmOptions.o
 frmPassword.o frmQuery.o frmHelp.o frmSplash.o frmMaintenance.o frmBackup.o frmResto
re.o frmGrantWizard.o frmEditGrid.o dlgProperty.o dlgUser.o dlgServer.o dlgGroup.o dl
gDatabase.o dlgLanguage.o dlgSchema.o dlgDomain.o dlgTable.o dlgTablespace.o dlgColum
n.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 dl
gType.o dlgCheck.o frmStatus.o misc.o sysLogger.o sysSettings.o utffile.o xrcDialogs.
o  -lssl -lcrypto -lpq -L/usr/lib64 -pthread   -lwx_gtk2u_xrc-2.6 -lwx_gtk2u_html-2.6
 -lwx_gtk2u_adv-2.6 -lwx_gtk2u_core-2.6 -lwx_baseu_xml-2.6 -lwx_baseu_net-2.6 -lwx_ba
seu-2.6  -L/usr/lib64 -pthread   -lwx_gtk2u_stc-2.6 -lwx_gtk2u_ogl-2.6 -lwx_baseu-2.6
 
/usr/lib/libwx_gtk2u_core-2.6.so: undefined reference to `pango_x_get_context'
collect2: ld returned 1 exit status
make[2]: *** [pgadmin3] Bd 1
make[2]: Leaving directory `/tmp/compile/portage_tmp/portage/pgadmin3-1.2.2/work/pgad
min3-1.2.2/src'
make[1]: *** [all-recursive] Bd 1
make[1]: Leaving directory `/tmp/compile/portage_tmp/portage/pgadmin3-1.2.2/work/pgad
min3-1.2.2'
make: *** [all] Bd 2

!!! ERROR: dev-db/pgadmin3-1.2.2 failed.


========================================================
my make.conf
CHOST="x86_64-pc-linux-gnu"

CFLAGS="-O2 -march=k8 -mtune=k8 -pipe -fomit-frame-pointer"
CXXFLAGS="-O2 -march=k8 -mtune=k8 -pipe -fno-exceptions -fexceptions"


CXXFLAGS="${CFLAGS}"

MAKEOPTS="-j2"
ACCEPT_KEYWORDS="amd64"
USE="3dnow X -doc -symlink acl acpi alsa arts avi cdr crypt divx4linux dvd dvdr ftp gif jpeg kde oggvorbis opengl png qt -gnome sdl ssl tiff truetype 
usb videos xine zlib amd64 -informix -ipv6 -lcms -matrox pda pdflib -threads -voodoo3 xml postgres tcltk scanner flac nvidia memlimit pic iconv sessio
n shared sqlite dba apache2 spl gimpprint svg ithreads unicode -libedit extraicons extramodules mail win32codecs v4l nptl nptlonly 3dnowext cdparanoia
 dvdread v4l2 rtc musepack userlocales gd cli ieee1394 ffmpeg"
LINGUAS="en pl"
CLEAN_DELAY="3"
PORTAGE_TMPDIR="/tmp/compile/portage_tmp"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORT_LOGDIR="/var/log/portage"

PORTAGE_NICENESS=20
AUTOCLEAN="yes"

#FEATURES="sandbox ccache"
FEATURES="sandbox"

CCACHE_SIZE="1024M"
CCACHE_DIR="/tmp/compile/ccache"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-23 03:31:47 UTC

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