Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2007 14:55:17 -0500 (EST)
From:      Jonathan Lennox <lennox@cs.columbia.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107531: net-p2p/py-bittorrent doesn't build unless WITHOUT_PSYCO is set
Message-ID:  <200701041955.l04JtHwo077474@cnr.cs.columbia.edu>
Resent-Message-ID: <200701042010.l04KAYSF063920@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107531
>Category:       ports
>Synopsis:       net-p2p/py-bittorrent doesn't build unless WITHOUT_PSYCO is set
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 04 20:10:33 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Lennox
>Release:        FreeBSD 5.5-RELEASE-p9 i386
>Organization:
Columbia University Computer Science
>Environment:
System: FreeBSD cnr.cs.columbia.edu 5.5-RELEASE-p9 FreeBSD 5.5-RELEASE-p9 #18: Wed Dec 13 21:22:19 EST 2006 lennox@cnr.cs.columbia.edu:/usr/obj/usr/src/sys/CNR i386


	
>Description:

The port net-p2p/py-bittorrent fails at patch time unless the flag WITHOUT_PSYCO is set:

Script started on Thu Jan  4 14:41:07 2007

[root@cnr /usr/ports/net-p2p/py-bittorrent]# make
===> Define WITHOUT_GUI to disable GUI installation
===> Define WITHOUT_PSYCO to disable devel/py-psyco optimization
===>  Vulnerability check disabled, database not found
===>  Extracting for py24-BitTorrent-4.26.0,1
=> MD5 Checksum OK for BitTorrent-4.26.0.tar.gz.
=> SHA256 Checksum OK for BitTorrent-4.26.0.tar.gz.
===>  Patching for py24-BitTorrent-4.26.0,1
===>  Applying extra patch /usr/ports/net-p2p/py-bittorrent/files/extra-psyco-patch-bittorrent-console.py
1 out of 1 hunks failed--saving rejects to bittorrent-console.py.rej
*** Error code 1

Stop in /usr/ports/net-p2p/py-bittorrent.
Script done on Thu Jan  4 14:41:23 2007

Script started on Thu Jan  4 14:43:16 2007
[root@cnr /usr/ports/net-p2p/py-bittorrent]# make WITHOUT_PSYCO=yes
===> Define WITHOUT_GUI to disable GUI installation
===>  Vulnerability check disabled, database not found
===>  Extracting for py24-BitTorrent-4.26.0,1
=> MD5 Checksum OK for BitTorrent-4.26.0.tar.gz.
=> SHA256 Checksum OK for BitTorrent-4.26.0.tar.gz.
===>  Patching for py24-BitTorrent-4.26.0,1
===>  Applying FreeBSD patches for py24-BitTorrent-4.26.0,1
===>   py24-BitTorrent-4.26.0,1 depends on file: /usr/local/bin/python - found
===>   py24-BitTorrent-4.26.0,1 depends on shared library: intl - found
===>  Configuring for py24-BitTorrent-4.26.0,1
running config
===>  Building for py24-BitTorrent-4.26.0,1

[build completes normally]
Script done on Thu Jan  4 14:43:32 2007

>How-To-Repeat:
(make sure WITHOUT_PSYCO is not set anywhere)
cd /usr/ports/net-p2p/py-bittorrent
make

>Fix:

The fix is presumably to update the Psyco patch files for Bittorrent 4.26.0.

A workaround is to set WITHOUT_PSYCO.


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701041955.l04JtHwo077474>