>>> Unpacking source... >>> Unpacking pgadmin3-1.8.2.tar.gz to /var/tmp/portage/dev-db/pgadmin3-1.8.2/work * Applying 1.8.2-as_needed_ssl_detect_broken.patch ...  [ ok ] * Running eautoreconf in '/var/tmp/portage/dev-db/pgadmin3-1.8.2/work/pgadmin3-1.8.2' ... * Running aclocal ...  [ ok ] * Running autoconf ...  [ ok ] * Running autoheader ...  [ ok ] * Running automake --add-missing --copy --foreign ...  [ ok ] >>> Source unpacked. >>> Compiling source in /var/tmp/portage/dev-db/pgadmin3-1.8.2/work/pgadmin3-1.8.2 ... * econf: updating pgadmin3-1.8.2/config/config.guess with /usr/share/gnuconfig/config.guess * econf: updating pgadmin3-1.8.2/config/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-wx-version=2.8 --disable-debug --build=i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking dependency style of i686-pc-linux-gnu-g++... gcc3 checking whether to use precompiled headers... yes checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for working strtod... yes checking for gethostbyname... yes checking for inet_ntoa... yes checking for memmove... yes checking for memset... yes checking for strchr... yes checking for PQexec in -lpq... yes checking for SSL_connect in -lpq... yes checking for krb5_free_principal in -lpq... no checking libpq-fe.h usability... yes checking libpq-fe.h presence... yes checking for libpq-fe.h... yes checking PostgreSQL in /usr... ok checking for PQgetOutResult in -lpq... no checking wxWidgets version... ok checking wxWidgets in /usr... ok checking libxml2 in /usr... ok checking libxml2 version... ok checking libxslt in /usr... ok configure: creating ./config.status config.status: creating Makefile config.status: creating branding/Makefile config.status: creating i18n/Makefile config.status: creating pgadmin/Makefile config.status: creating pkg/Makefile config.status: creating pkg/debian/Makefile config.status: creating pkg/mac/Makefile config.status: creating pkg/mandrake/Makefile config.status: creating pkg/redhat/Makefile config.status: creating pkg/slackware/Makefile config.status: creating pkg/src/Makefile config.status: creating pkg/suse/Makefile config.status: creating pkg/win32/Makefile config.status: creating xtra/Makefile config.status: creating xtra/pgaevent/Makefile config.status: creating xtra/pgagent/Makefile config.status: creating xtra/wx-build/Makefile config.status: creating config.h config.status: executing depfiles commands PostgreSQL directory: /usr PostgreSQL pg_config binary: /usr/bin/pg_config PostgreSQL version: PostgreSQL 8.0.15 PostgreSQL SSL support: Present wxWidgets directory: /usr wxWidgets wx-config binary: /usr/bin/wx-config wxWidgets version: wxWidgets 2.8.7 libxml2 directory: /usr libxml2 xml2-config binary: /usr/bin/xml2-config libxml2 version: libxml2 2.6.31 libxslt directory: /usr libxslt xslt-config binary: /usr/bin/xslt-config libxslt version: libxslt 1.1.24 Building a debug version of pgAdmin: No Statically linking pgAdmin: No Building a Mac OS X appbundle: No pgAdmin configuration is now complete. You can now compile and install pgAdmin using 'make; make install'. make all-recursive make[1]: Entering directory `/var/tmp/portage/dev-db/pgadmin3-1.8.2/work/pgadmin3-1.8.2' Making all in branding make[2]: Entering directory `/var/tmp/portage/dev-db/pgadmin3-1.8.2/work/pgadmin3-1.8.2/branding' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/dev-db/pgadmin3-1.8.2/work/pgadmin3-1.8.2/branding' Making all in i18n make[2]: Entering directory `/var/tmp/portage/dev-db/pgadmin3-1.8.2/work/pgadmin3-1.8.2/i18n' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/dev-db/pgadmin3-1.8.2/work/pgadmin3-1.8.2/i18n' Making all in pgadmin make[2]: Entering directory `/var/tmp/portage/dev-db/pgadmin3-1.8.2/work/pgadmin3-1.8.2/pgadmin' test -f ./include/svnversion.cpp || touch ./include/svnversion.cpp test -d ./.svn && ( V=`svnversion ./..` && OV=`cat ./include/svnversion.h | cut -d' ' -f3|tr -d '"'` ; if [ "$V" != "$OV" ]; then echo "#define VERSION_SVN \"$V\"" > ./include/svnversion.h ; fi ) || true i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/postgresql/libpq-4 -DSSL -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -fno-strict-aliasing -I../pgadmin/include -MT pgAdmin3.o -MD -MP -MF .deps/pgAdmin3.Tpo -c -o pgAdmin3.o `test -f './pgAdmin3.cpp' || echo './'`./pgAdmin3.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/postgresql/libpq-4 -DSSL -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -fno-strict-aliasing -I../pgadmin/include -MT dlgJob.o -MD -MP -MF .deps/dlgJob.Tpo -c -o dlgJob.o `test -f './agent/dlgJob.cpp' || echo './'`./agent/dlgJob.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/postgresql/libpq-4 -DSSL -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -fno-strict-aliasing -I../pgadmin/include -MT dlgSchedule.o -MD -MP -MF .deps/dlgSchedule.Tpo -c -o dlgSchedule.o `test -f './agent/dlgSchedule.cpp' || echo './'`./agent/dlgSchedule.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/postgresql/libpq-4 -DSSL -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -fno-strict-aliasing -I../pgadmin/include -MT dlgStep.o -MD -MP -MF .deps/dlgStep.Tpo -c -o dlgStep.o `test -f './agent/dlgStep.cpp' || echo './'`./agent/dlgStep.cpp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/postgresql/libpq-4 -DSSL -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -Wno-non-virtual-dtor -fno-strict-aliasing -I../pgadmin/include -MT pgaJob.o -MD -MP -MF .deps/pgaJob.Tpo -c -o pgaJob.o `test -f './agent/pgaJob.cpp' || echo './'`./agent/pgaJob.cpp In file included from ../pgadmin/include/pgAdmin3.h:23In file included from ../pgadmin/include/pgAdmin3.h:23In file included from ../pgadmin/include/pgAdmin3.h:23, from ./pgAdmin3.cpp:13: ../pgadmin/include/ctl/ctlSQLBox.h:17:24: error: wx/stc/stc.h: No such file or directory , from ./agent/dlgSchedule.cpp:12: ../pgadmin/include/ctl/ctlSQLBox.h:17:24: error: wx/stc/stc.h: No such file or directory In file included from ../pgadmin/include/pgAdmin3.h:23In file included from ../pgadmin/include/pgAdmin3.h:23, from ./agent/dlgJob.cpp:14: ../pgadmin/include/ctl/ctlSQLBox.h:17:24: error: wx/stc/stc.h: No such file or directory , from ./agent/dlgStep.cpp:13: ../pgadmin/include/ctl/ctlSQLBox.h:17:24: error: , from ./agent/pgaJob.cpp:16wx/stc/stc.h: No such file or directory: ../pgadmin/include/ctl/ctlSQLBox.h:17:24: error: wx/stc/stc.h: No such file or directory distcc[32705] ERROR: compile ./agent/dlgSchedule.cpp on 192.168.1.5 failed make[2]: *** [dlgSchedule.o] Error 1 make[2]: *** Waiting for unfinished jobs.... distcc[32707] ERROR: compile ./agent/dlgStep.cpp on 192.168.1.1 failed make[2]: *** [dlgStep.o] Error 1 distcc[32703] ERROR: compile ./agent/dlgJob.cpp on 192.168.1.254 failed make[2]: *** [dlgJob.o] Error 1 distcc[32701] (dcc_writex) ERROR: failed to write: Connection timed out distcc[32701] (dcc_writex) ERROR: failed to write: Broken pipe distcc[32701] Warning: failed to distribute ./pgAdmin3.cpp to 192.168.1.9, running locally instead distcc[32713] (dcc_writex) ERROR: failed to write: Connection timed out distcc[32713] (dcc_writex) ERROR: failed to write: Broken pipe distcc[32713] Warning: failed to distribute ./agent/pgaJob.cpp to 192.168.1.9, running locally instead In file included from ../pgadmin/include/pgAdmin3.h:23, from ./pgAdmin3.cpp:13: ../pgadmin/include/ctl/ctlSQLBox.h:17:24: error: wx/stc/stc.h: No such file or directory In file included from ../pgadmin/include/pgAdmin3.h:23, from ./agent/pgaJob.cpp:16: ../pgadmin/include/ctl/ctlSQLBox.h:17:24: error: wx/stc/stc.h: No such file or directory ../pgadmin/include/ctl/ctlSQLBox.h:37: error: expected class-name before '{' token ../pgadmin/include/ctl/ctlSQLBox.h:67: error: 'wxStyledTextEvent' has not been declared ../pgadmin/include/ctl/ctlSQLBox.h:37: error: expected class-name before '{' token ../pgadmin/include/ctl/ctlSQLBox.h:67: error: 'wxStyledTextEvent' has not been declared ../pgadmin/include/frm/frmMain.h:149: error: 'wxStyledTextEvent' has not been declared ../pgadmin/include/frm/frmMain.h: In member function 'void frmMain::OnCopy(wxCommandEvent&)': ../pgadmin/include/frm/frmMain.h:145: error: 'class ctlSQLBox' has no member named 'Copy' distcc[32713] ERROR: compile ./agent/pgaJob.cpp on localhost failed make[2]: *** [pgaJob.o] Error 1 ../pgadmin/include/frm/frmMain.h:149: error: 'wxStyledTextEvent' has not been declared ../pgadmin/include/frm/frmMain.h: In member function 'void frmMain::OnCopy(wxCommandEvent&)': ../pgadmin/include/frm/frmMain.h:145: error: 'class ctlSQLBox' has no member named 'Copy' ../pgadmin/include/frm/frmQuery.h: At global scope: ../pgadmin/include/frm/frmQuery.h:81: error: 'wxStyledTextEvent' has not been declared ../pgadmin/include/frm/frmQuery.h:82: error: 'wxStyledTextEvent' has not been declared distcc[32701] ERROR: compile ./pgAdmin3.cpp on localhost failed make[2]: *** [pgAdmin3.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/dev-db/pgadmin3-1.8.2/work/pgadmin3-1.8.2/pgadmin' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-db/pgadmin3-1.8.2/work/pgadmin3-1.8.2' make: *** [all] Error 2 * * ERROR: dev-db/pgadmin3-1.8.2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2626: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-db/pgadmin3-1.8.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/pgadmin3-1.8.2/temp/environment'. *