Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405227 - dev-python/kinterbasdb-3.2.2 fails to build
Summary: dev-python/kinterbasdb-3.2.2 fails to build
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 404063
  Show dependency tree
 
Reported: 2012-02-22 05:55 UTC by Patrick Lauer
Modified: 2014-11-21 15:07 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 Patrick Lauer gentoo-dev 2012-02-22 05:55:16 UTC
* Building of dev-python/kinterbasdb-3.2.2 with CPython 2.6...
python2.6 setup.py build -b build-2.6
compiling '_configtest.c':
int main (void) { }
running build
running build_py
creating build-2.6
creating build-2.6/lib.linux-x86_64-2.6
creating build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./__init__.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./k_exceptions.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./typeconv_naked.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./typeconv_backcompat.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./typeconv_23plus.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./typeconv_fixed_stdlib.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./typeconv_fixed_fixedpoint.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./typeconv_datetime_naked.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./typeconv_datetime_stdlib.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./typeconv_datetime_mx.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./typeconv_text_unicode.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./_array_descriptor.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./_connection_timeout.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./_request_buffer_builder.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./typeconv_23plus_lowmem.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./typeconv_24plus.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./typeconv_fixed_decimal.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
copying ./services.py -> build-2.6/lib.linux-x86_64-2.6/kinterbasdb
warning: build_py: byte-compiling is disabled, skipping.
running build_ext
running config
-------------------------------------------------------------------------------
WILL NOW PROBE DATABASE API FOR FEATURES.
COMPILER ERRORS THAT ARISE DURING THIS PHASE ARE NOT A PROBLEM.
-------------------------------------------------------------------------------
_configtest.c: In function ‘main’:
_configtest.c:7:3: error: ‘useconds_t’ undeclared (first use in this function)
_configtest.c:7:3: note: each undeclared identifier is reported only once for each function it appears in
_configtest.c:7:14: error: expected ‘;’ before ‘x’
-------------------------------------------------------------------------------
FINISHED PROBING DATABASE API FOR FEATURES.
-------------------------------------------------------------------------------
building 'kinterbasdb._kinterbasdb' extension
creating build-2.6/temp.linux-x86_64-2.6
x86_64-pc-linux-gnu-gcc -pthread -O2 -pipe -fPIC -I/usr/include/python2.6 -I/usr/include -I/usr/include/python2.6 -c _kinterbasdb.c -o build-2.6/temp.linux-x86_64-2.6/_kinterbasdb.o -pedantic -std=c99 -fno-strict-aliasing -pthread
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe build-2.6/temp.linux-x86_64-2.6/_kinterbasdb.o -L/usr/lib64 -lfbclient -lcrypt -lpython2.6 -o build-2.6/lib.linux-x86_64-2.6/kinterbasdb/_kinterbasdb.so
building 'kinterbasdb._kiservices' extension
x86_64-pc-linux-gnu-gcc -pthread -O2 -pipe -fPIC -I/usr/include/python2.6 -I/usr/include -I/usr/include/python2.6 -c _kiservices.c -o build-2.6/temp.linux-x86_64-2.6/_kiservices.o -pedantic -std=c99 -fno-strict-aliasing -pthread
_kiservices.c: In function ‘_init_kiservices_ibase_header_constants’:
_kiservices.c:809:3: error: ‘isc_info_db_impl_isc_a’ undeclared (first use in this function)
_kiservices.c:809:3: note: each undeclared identifier is reported only once for each function it appears in
_kiservices.c:811:3: error: ‘isc_info_db_impl_isc_u’ undeclared (first use in this function)
_kiservices.c:813:3: error: ‘isc_info_db_impl_isc_v’ undeclared (first use in this function)
_kiservices.c:815:3: error: ‘isc_info_db_impl_isc_s’ undeclared (first use in this function)
error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1
 * ERROR: dev-python/kinterbasdb-3.2.2 failed (compile phase):
 *   Building failed with CPython 2.6 in distutils_building() function

Fails with 2.5 2.6 2.7


Portage 2.2.0_alpha88 (default/linux/amd64/10.0, gcc-4.5.3, glibc-2.14.1-r2, 3.2.2-vs2.3.2.6 x86_64)
=================================================================
System uname: Linux-3.2.2-vs2.3.2.6-x86_64-AMD_Phenom-tm-_II_X4_965_Processor-with-gentoo-2.1
Timestamp of tree: Unknown
app-shells/bash:          4.2_p20
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.5.4-r4, 2.6.7-r2, 2.7.2-r3, 3.1.4-r3, 3.2.2
dev-util/cmake:           2.8.7-r3
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.1
sys-apps/openrc:          0.9.8.4
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.11.3
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.5.3-r2
sys-devel/gcc-config:     1.5-r2
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r3
sys-kernel/linux-headers: 3.2 (virtual/os-headers)
sys-libs/glibc:           2.14.1-r2
Repositories: gentoo
Installed sets: 
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_GB.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl amd64 berkdb bzip2 cairo cli compat cracklib crypt cups cxx dbus dri fontconfig fortran gdbm gpm gudev iconv ipv6 jpeg minizip mmx modules mssql mudflap multilib ncurses nls nptl nptlonly odbc opengl openmp pam pcre png pppd python qt3support readline script session sqlite sse sse2 ssl sysfs tcpd threads tiff tk truetype unicode webkit xml xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Pacho Ramos gentoo-dev 2014-11-21 15:07:19 UTC
dropped