python build fails
Sergey Matveychuk
sem at FreeBSD.org
Fri Jul 22 02:14:52 EDT 2005
Hi.
I've set up tinderbox (the last one: 1.1.1) yesterday and created an
jail with RELENG_6 (it built this night). I've run build for my port
with this commands:
./tc addPort -b 6.0-build -d devel/omniORB
tinderbuild -b 6.0-build devel/omniORB
After it stoped I've found it failed on python build with log I've attached.
As I did not see any error log for python on pointyhat I guess it's some
local problem, but I have no idea what kind it is. Other ports had build
fine.
Any advises?
--
Sem.
-------------- next part --------------
building python-2.4.1_2 in directory /space/6.0-build
with arguments: python-2.4.1_2.tbz /usr/ports/lang/python
maintained by: perky at FreeBSD.org
build started at Fri Jul 22 05:40:05 UTC 2005
================================================================
====================<phase 1: make checksum>====================
=> Python-2.4.1.tgz doesn't seem to exist in /tmp/distfiles/python.
=> Attempting to fetch from http://www.python.org/ftp/python/2.4.1/.
Python-2.4.1.tgz 9003 kB 51 kBps
=> Checksum OK for python/Python-2.4.1.tgz.
====================<phase 2: make package>=====================
===> Extracting for python-2.4.1_2
=> Checksum OK for python/Python-2.4.1.tgz.
/usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.4,' /work/a/ports/lang/python/work/Python-2.4.1/Tools/scripts/pydoc > /work/a/ports/lang/python/work/pydoc2.4
/usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.4,' /work/a/ports/lang/python/work/Python-2.4.1/Tools/scripts/idle > /work/a/ports/lang/python/work/idle2.4
/usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.4,' /work/a/ports/lang/python/work/Python-2.4.1/Lib/smtpd.py > /work/a/ports/lang/python/work/smtpd2.4.py
===> Patching for python-2.4.1_2
/usr/bin/sed -i.bak -e 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' /work/a/ports/lang/python/work/Python-2.4.1/Lib/pydoc.py
/usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/X11R6"]|g' /work/a/ports/lang/python/work/Python-2.4.1/Lib/site.py
===> Applying FreeBSD patches for python-2.4.1_2
===> Configuring for python-2.4.1_2
checking MACHDEP... freebsd6
checking EXTRAPLATDIR...
checking for --without-gcc... no
checking for --with-cxx=<compiler>... no
checking for c++... c++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... Segmentation fault (core dumped)
configure: error: cannot run C++ compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
===> Script "configure" failed unexpectedly.
Please report the problem to perky at FreeBSD.org [maintainer] and attach the
"/work/a/ports/lang/python/work/Python-2.4.1/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1
Stop in /a/ports/lang/python.
================================================================
build ended at Fri Jul 22 05:43:12 UTC 2005
More information about the tinderbox-list
mailing list