Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2007 09:13:29 +0200 (CEST)
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        roberto@FreeBSD.org
Subject:   ports/117264: devel/mercurial fails build 
Message-ID:  <20071017071329.C1A3AC1F6@merlin.emma.line.org>
Resent-Message-ID: <200710170720.l9H7K2oO051425@freefall.freebsd.org>

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

>Number:         117264
>Category:       ports
>Synopsis:       devel/mercurial fails build
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 17 07:20:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 6.2-STABLE FreeBSD 6.2-STABLE #10: Wed Oct 10 06:24:57 CEST 2007 toor@merlin.emma.line.org:/usr/obj/usr/src/sys/MERLIN i386


	
>Description:
I cannot build devel/mercurial-0.9.4_1, the following errors are shown
if I try (I have an up-to-date ports tree checked out with portsnap a few
minutes ago).

I'm also showing my Python configuration first.

I've replaced angle brackets by regular parentheses below so they aren't
removed:

[root@merlin /usr/ports/devel/mercurial]# cat /var/db/ports/python25/options
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for python25-2.5.1
_OPTIONS_READ=python25-2.5.1
WITHOUT_THREADS=true
WITHOUT_HUGE_STACK_SIZE=true
WITH_UCS4=true
WITH_PYMALLOC=true
WITH_IPV6=true
WITHOUT_FPECTL=true
[root@merlin /usr/ports/devel/mercurial]# make
===)   mercurial-0.9.4_1 depends on file: /usr/local/bin/python2.5 - found
===)  Configuring for mercurial-0.9.4_1
Traceback (most recent call last):
  File "setup.py", line 16, in (module)
    import mercurial.version
  File "/usr/ports/devel/mercurial/work/mercurial-0.9.4/mercurial/version.py", l
ine 16, in (module)
    import util
  File "/usr/ports/devel/mercurial/work/mercurial-0.9.4/mercurial/util.py", line
 17, in (module)
    import os, threading, time, calendar, ConfigParser, locale, glob
  File "/usr/local/lib/python2.5/threading.py", line 6, in (module)
    import thread
ImportError: No module named thread
*** Error code 1

Stop in /usr/ports/devel/mercurial.
	
>How-To-Repeat:
	
>Fix:

	


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



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