[ports-i386@freebsd.org: py25-rbtree-0.8.0 failed on i386 6]
Erwin Lansing
erwin at FreeBSD.org
Sun Oct 14 07:39:03 PDT 2007
FYI; can you please investigate and/or report to the developers? If
you are already aware of this problem but do not yet have a fix,
please mark the port BROKEN in the appropriate case, so that users do
not unexpectedly encounter it.
See http://pointyhat.freebsd.org for the full log.
Thanks,
-erwin
PS: there are a number of other python ports that fail with a similar
error.
----- Forwarded message from User Ports-i386 <ports-i386 at freebsd.org> -----
Date: Thu, 11 Oct 2007 21:09:12 GMT
From: User Ports-i386 <ports-i386 at freebsd.org>
To: kris at FreeBSD.org, linimon at FreeBSD.org, erwin at FreeBSD.org
Subject: py25-rbtree-0.8.0 failed on i386 6
building py25-rbtree-0.8.0 on gohan54.freebsd.org
in directory /x/tmp/6/chroot/4
building for: 6.2-STABLE i386
maintained by: python at FreeBSD.org
port directory: /usr/ports/devel/py-rbtree
build started at Thu Oct 11 21:06:30 UTC 2007
FETCH_DEPENDS=
PATCH_DEPENDS=
EXTRACT_DEPENDS=
BUILD_DEPENDS=py25-setuptools-0.6c7.tbz pyrex-0.9.6.tbz python25-2.5.1.tbz
RUN_DEPENDS=py25-setuptools-0.6c7.tbz python25-2.5.1.tbz
prefixes: LOCALBASE=usr/local X11BASE=usr/local
add_pkg
================================================================
====================<phase 1: make checksum>====================
=> rbtree-0.8.0.tar.gz doesn't seem to exist in /tmp/distfiles/python.
=> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/python/.
rbtree-0.8.0.tar.gz 11 kB 1198 kBps
=> MD5 Checksum OK for python/rbtree-0.8.0.tar.gz.
=> SHA256 Checksum OK for python/rbtree-0.8.0.tar.gz.
================================================================
====================<phase 2: make extract>====================
add_pkg
===> Extracting for py25-rbtree-0.8.0
=> MD5 Checksum OK for python/rbtree-0.8.0.tar.gz.
=> SHA256 Checksum OK for python/rbtree-0.8.0.tar.gz.
================================================================
====================<phase 3: make patch>====================
add_pkg
===> Patching for py25-rbtree-0.8.0
===> Applying FreeBSD patches for py25-rbtree-0.8.0
================================================================
====================<phase 4: make build>====================
add_pkg py25-setuptools-0.6c7.tbz pyrex-0.9.6.tbz python25-2.5.1.tbz
adding dependencies
pkg_add py25-setuptools-0.6c7.tbz
====
Note that some of the standard modules are provided as separate
ports since they require extra dependencies:
bsddb databases/py-bsddb
gdbm databases/py-gdbm
sqlite3 databases/py-sqlite3
tkinter x11-toolkits/py-tkinter
Install them as needed.
====
pkg_add pyrex-0.9.6.tbz
pkg_add python25-2.5.1.tbz
skipping python25-2.5.1, already added
===> py25-rbtree-0.8.0 depends on executable: pyrexc - found
===> py25-rbtree-0.8.0 depends on file: /usr/local/bin/easy_install-2.5 - found
===> py25-rbtree-0.8.0 depends on file: /usr/local/bin/python2.5 - found
===> Configuring for py25-rbtree-0.8.0
running config
===> Building for py25-rbtree-0.8.0
running setopt
Writing setup.cfg
running setopt
Writing setup.cfg
running setopt
Writing setup.cfg
running setopt
Writing setup.cfg
running setopt
Writing setup.cfg
running setopt
Writing setup.cfg
running setopt
Writing setup.cfg
running setopt
Writing setup.cfg
running bdist_egg
running egg_info
writing src/rbtree.egg-info/PKG-INFO
writing top-level names to src/rbtree.egg-info/top_level.txt
writing dependency_links to src/rbtree.egg-info/dependency_links.txt
reading manifest file 'src/rbtree.egg-info/SOURCES.txt'
writing manifest file 'src/rbtree.egg-info/SOURCES.txt'
installing library code to build/bdist.freebsd-6.2-STABLE-i386/egg
running install_lib
running build_ext
Traceback (most recent call last):
File "setup.py", line 22, in <module>
keywords="rbtree red-black tree data-structure",
File "/usr/local/lib/python2.5/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/local/lib/python2.5/distutils/dist.py", line 974, in run_commands
self.run_command(cmd)
File "/usr/local/lib/python2.5/distutils/dist.py", line 994, in run_command
cmd_obj.run()
File "build/bdist.freebsd-6.2-STABLE-i386/egg/setuptools/command/bdist_egg.py", line 174, in run
File "build/bdist.freebsd-6.2-STABLE-i386/egg/setuptools/command/bdist_egg.py", line 161, in call_command
File "/usr/local/lib/python2.5/distutils/cmd.py", line 333, in run_command
self.distribution.run_command(command)
File "/usr/local/lib/python2.5/distutils/dist.py", line 994, in run_command
cmd_obj.run()
File "build/bdist.freebsd-6.2-STABLE-i386/egg/setuptools/command/install_lib.py", line 20, in run
File "/usr/local/lib/python2.5/distutils/command/install_lib.py", line 112, in build
self.run_command('build_ext')
File "/usr/local/lib/python2.5/distutils/cmd.py", line 333, in run_command
self.distribution.run_command(command)
File "/usr/local/lib/python2.5/distutils/dist.py", line 994, in run_command
cmd_obj.run()
File "build/bdist.freebsd-6.2-STABLE-i386/egg/setuptools/command/build_ext.py", line 46, in run
File "/usr/local/lib/python2.5/distutils/command/build_ext.py", line 290, in run
self.build_extensions()
File "/usr/local/lib/python2.5/site-packages/Pyrex/Distutils/build_ext.py", line 81, in build_extensions
ext.sources = self.pyrex_sources(ext.sources, ext)
File "/usr/local/lib/python2.5/site-packages/Pyrex/Distutils/build_ext.py", line 152, in pyrex_sources
if not self.inplace and (self.pyrex_c_in_temp or extension.pyrex_c_in_temp):
AttributeError: Extension instance has no attribute 'pyrex_c_in_temp'
*** Error code 1
Stop in /a/ports/devel/py-rbtree.
================================================================
build of /usr/ports/devel/py-rbtree ended at Thu Oct 11 21:09:19 UTC 2007
----- End forwarded message -----
--
Erwin Lansing http://droso.org
Security is like an onion. (o_ _o)
It's made up of several layers \\\_\ /_/// erwin at FreeBSD.org
And it makes you cry. <____) (____> erwin at aauug.dk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-python/attachments/20071014/7b4ec9b6/attachment.pgp
More information about the freebsd-python
mailing list