This is still broken after your recent bsd.python.mk changes -------- Přeposlaná zpráva -------- > Od: User Ports-amd64 <[EMAIL PROTECTED]> > Komu: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] > Předmět: py25-rbtree-0.8.0 failed on amd64 5 > Datum: Fri, 26 Oct 2007 02:39:56 GMT > > building py25-rbtree-0.8.0 on hammer1.isc.gumbysoft.com > in directory /usr2/pkgbuild/5/chroot/1023 > building for: 5.5-STABLE amd64 > maintained by: [EMAIL PROTECTED] > port directory: /usr/ports/devel/py-rbtree > build started at Fri Oct 26 02:39:47 UTC 2007 > FETCH_DEPENDS= > PATCH_DEPENDS= > EXTRACT_DEPENDS= > BUILD_DEPENDS=py25-setuptools-0.6c7.tbz pyrex-0.9.6.2.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://freebsd.isc.org/pub/FreeBSD/ports/distfiles/python/. > rbtree-0.8.0.tar.gz 11 kB 111 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.2.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.2.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-5.5-STABLE-amd64/egg > running install_lib > running build_ext > pyrexing src/rbtree.pyx to src/rbtree.c > /work/a/ports/devel/py-rbtree/work/rbtree-0.8.0/src/rbtree.pyx:86:4: Warning: > __new__ method of extension type will change semantics in a future version of > Pyrex. Use __cinit__ instead. > /work/a/ports/devel/py-rbtree/work/rbtree-0.8.0/src/rbtree.pyx:196:4: > Warning: __new__ method of extension type will change semantics in a future > version of Pyrex. Use __cinit__ instead. > building 'rbtree' extension > 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-7.0-CURRENT-amd64/egg/setuptools/command/bdist_egg.py", > line 174, in run > File > "build/bdist.freebsd-7.0-CURRENT-amd64/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-7.0-CURRENT-amd64/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-7.0-CURRENT-amd64/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 82, in build_extensions > self.build_extension(ext) > File > "build/bdist.freebsd-7.0-CURRENT-amd64/egg/setuptools/command/build_ext.py", > line 175, in build_extension > File "/usr/local/lib/python2.5/distutils/command/build_ext.py", line 453, > in build_extension > sources = self.swig_sources(sources, ext) > File > "build/bdist.freebsd-7.0-CURRENT-amd64/egg/setuptools/command/build_ext.py", > line 77, in swig_sources > TypeError: swig_sources() takes exactly 3 arguments (2 given) > *** Error code 1 > > Stop in /a/ports/devel/py-rbtree. > ================================================================ > build of /usr/ports/devel/py-rbtree ended at Fri Oct 26 02:40:01 UTC 2007
-- Pav Lucistnik <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The answer to the all-encompassing question on life, the universe and everything: close windows and reboot.
signature.asc
Description: Toto je digitálně podepsaná část zprávy