python build fails

Joe Marcus Clarke marcus at marcuscom.com
Fri Jul 22 03:04:39 EDT 2005


On Fri, 2005-07-22 at 10:14 +0400, Sergey Matveychuk wrote:
> 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?

It works for me on both i386 and amd64 with RELENG_6 built on 2005-07-15
04:04:44.  What version of FreeBSD is the Tinderbox server running?
What architecture?

Basically, the Python's configure tries to build:

int
main()
{
	;
	return 0;
}

With c++.  When it tries to run the result, it gets a core dump.
Perhaps there was a problem building your Jail.  You should be able to
test the above code using chroot, or touch .keep in lang/python, and
analyze the core file under the same chroot.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://www.marcuscom.com/pipermail/tinderbox-list/attachments/20050722/1e61a3c9/attachment.bin


More information about the tinderbox-list mailing list