Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148018 - dev-python/pyorbit can't seem to find python headers
Summary: dev-python/pyorbit can't seem to find python headers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: High normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on: 159967
Blocks: 158019
  Show dependency tree
 
Reported: 2006-09-17 22:29 UTC by Steev Klimaszewski (RETIRED)
Modified: 2007-05-07 10:53 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log from the failed emerge (config.log,43.81 KB, text/plain)
2006-09-17 22:30 UTC, Steev Klimaszewski (RETIRED)
Details
Link to -pthread (pyorbit-2.14.1-pthread-fbsd.patch,926 bytes, patch)
2006-12-13 05:17 UTC, Roy Marples (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steev Klimaszewski (RETIRED) gentoo-dev 2006-09-17 22:29:03 UTC
At least, that is what the error claims, the config.log is a tad more interesting.

checking for python platform... freebsd6
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
checking for headers required to compile python extensions... found
checking for libraries required to compile python extensions... not found
configure: error: could not find Python headers

Portage 2.1.2_pre1 (default-bsd/fbsd/6.1/x86, gcc-4.1.1, freebsd-lib-6.1-r0, 6.1-RELEASE i386)
=================================================================
System uname: 6.1-RELEASE i386 i386
Gentoo Base System version 20060624
Last Sync: Sun, 17 Sep 2006 20:30:07 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.3-r3
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  6.1
ACCEPT_KEYWORDS="x86-fbsd ~x86-fbsd"
AUTOCLEAN="yes"
CBUILD="i686-gentoo-freebsd6.1"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-gentoo-freebsd6.1"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig candy distlocks metadata-transfer sfperms strict userpriv"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LINGUAS="en en_US"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/portage-alt-overlay /usr/local/portage/gentopia /usr/local/portage/sigma6 /usr/local/portage/fbsd"
SYNC="rsync://192.168.1.200/gentoo-portage/"
USE="x86-fbsd X berkdb crypt dbus elibc_FreeBSD gnome gtk hal input_devices_keyboard input_devices_mouse kernel_FreeBSD linguas_en linguas_en_US ncurses oss pam perl python readline snmp ssl tcpd userland_BSD video_cards_savage xml xorg"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS

This is an ebuild in my own personal overlay, and all I have changed was to add the ~x86-fbsd KEYWORD.
Comment 1 Steev Klimaszewski (RETIRED) gentoo-dev 2006-09-17 22:30:04 UTC
Created attachment 97303 [details]
config.log from the failed emerge
Comment 2 Roy Marples (RETIRED) gentoo-dev 2006-12-13 05:16:31 UTC
Needs to link to pthread
Comment 3 Roy Marples (RETIRED) gentoo-dev 2006-12-13 05:17:33 UTC
Created attachment 103940 [details, diff]
Link to -pthread
Comment 4 Steev Klimaszewski (RETIRED) gentoo-dev 2007-04-17 23:01:11 UTC
Any word on this?  I seem to recall asking Uberlord about this and there was something else, but I can't remember currently.
Comment 5 Roy Marples (RETIRED) gentoo-dev 2007-04-18 07:07:19 UTC
Upstream now query pythons Makefile on how to link to python (good!) however, it's not correctly done on FreeBSD. See depending bug!
Comment 6 Roy Marples (RETIRED) gentoo-dev 2007-04-18 07:08:57 UTC
Upstream fix - http://bugzilla.gnome.org/show_bug.cgi?id=404943
Comment 7 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-04-18 15:16:27 UTC
That upstream fix is already in pyorbit 2.14.2, which is already in the tree.  Does that not fix the problem?
Comment 8 Roy Marples (RETIRED) gentoo-dev 2007-05-07 10:53:12 UTC
Fixed.