From owner-freebsd-ports@FreeBSD.ORG Wed Nov 24 20:50:54 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B86D106566C for ; Wed, 24 Nov 2010 20:50:54 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2787E8FC08 for ; Wed, 24 Nov 2010 20:50:53 +0000 (UTC) Received: by qwb8 with SMTP id 8so159901qwb.13 for ; Wed, 24 Nov 2010 12:50:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=RFLYYWnlA2UibExYce72UOnAxU61Gciz13n3NnS7gO8=; b=kGdwLQEAvCdSWteLbdoLYEXWNLsaFlbqAFjIenXoTARS1ByFl6RWDo3ZGWrJi6jKId 4NOhOeLgNC/we7Rhh5evxi0XRJnnVpjhHzwUgRV8EcI6+Mol6Gb4vLcprUusa3us6Wap Oga5pDCiyjRIPeuNfkNoA4PCiDw1U2VqEu9CM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ga1DwU9dNqzYkMLYRAeSv5yyPSKmOe/xluwfP1eWTJbX7+xw0eosz9D2k7Oi7NJUby V45exWS5SymQe3RH8PVeBKe+9CbAvYA2f7mwxoXHRlcjXzx6kqALmfhKq8bXSYF1XNie UQjBV+oaI2KSydr5LDkZO7C8+m7WigXmYX47A= MIME-Version: 1.0 Received: by 10.229.95.11 with SMTP id b11mr8040236qcn.174.1290631853028; Wed, 24 Nov 2010 12:50:53 -0800 (PST) Received: by 10.229.231.81 with HTTP; Wed, 24 Nov 2010 12:50:52 -0800 (PST) In-Reply-To: References: Date: Wed, 24 Nov 2010 21:50:52 +0100 Message-ID: From: Christer Solskogen To: David DEMELIER Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports Subject: Re: mercurial broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2010 20:50:54 -0000 On Wed, Nov 24, 2010 at 9:30 PM, David DEMELIER wrote: > Hello > > after an upgrade to 1.7.1, I can't use mercurial anymore : > > markand@Melon ~/devel/dotfiles $ hg pull > abort: No module named thread! > Exception AttributeError: "'httpsrepository' object has no attribute > 'urlopener'" in > ignored > > what is happening ? > Dont know about you, but it works fine here: $ hg --version Mercurial Distributed SCM (version 1.7.1) (see http://mercurial.selenic.com for more information) Copyright (C) 2005-2010 Matt Mackall and others This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ uname -a FreeBSD shine 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0: Sat Nov 13 13:09:55 CET 2010 root@shine:/usr/obj/usr/src/sys/SHINE amd64 I also tried cloning from https (and pulling) - No error. -- chs,