From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: Charles Forsyth Date: Mon, 19 Nov 2007 18:18:31 +0000 To: 9fans@cse.psu.edu Subject: Re: [9fans] 8c "out of fixed registers" In-Reply-To: <01d0e13bc88b63d5c9e1f47b15f41a9b@yourdomain.dom> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-skbinizcpvxbqasqkdmnpbezgh" Topicbox-Message-UUID: 017a966c-ead3-11e9-9d60-3106f5b1d025 This is a multi-part message in MIME format. --upas-skbinizcpvxbqasqkdmnpbezgh Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit i'm intending to maintain python ports based on APE, so i'll merge in your changes and see what can be done to have as much of that as possible included in the basic python distribution. --upas-skbinizcpvxbqasqkdmnpbezgh Content-Type: message/rfc822 Content-Disposition: inline Received: from mail.cse.psu.edu ([130.203.4.6]) by lavoro; Mon Nov 19 16:53:02 GMT 2007 Received: from psuvax1.cse.psu.edu (localhost [127.0.0.1]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id E1C3510ED3 for ; Mon, 19 Nov 2007 11:46:59 -0500 (EST) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: from localhost (localhost [127.0.0.1]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 1191EF03D for <9fans@cse.psu.edu>; Sun, 18 Nov 2007 23:15:05 -0500 (EST) Received: from mail.cse.psu.edu ([127.0.0.1]) by localhost (psuvax1 [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29379-01-56 for <9fans@cse.psu.edu>; Sun, 18 Nov 2007 23:15:01 -0500 (EST) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 1889BF984 for <9fans@cse.psu.edu>; Sun, 18 Nov 2007 23:15:01 -0500 (EST) Received: by py-out-1112.google.com with SMTP id u77so5535665pyb for <9fans@cse.psu.edu>; Sun, 18 Nov 2007 20:15:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:to:subject:from:date:mime-version:content-type:content-transfer-encoding; bh=1x+XZa/Qp9mO+NH+gS/Ikii1FFbP0Lgkjb+VjgOy4QE=; b=fuTiqBw1wL9uGJBi7fE7tCx/r1T96a3Ty2e7tK4R9VVuQjBiq3pE3IJtMkbzUvAF4BZV6SXrWT8y0hJ1MLUardAD0WHXJq2q9D7kWZjYC0uyd3YcnIYAD/MXs0zQnmO3rFfFOx+rjW4Y8kT9uKC7rZmNB5hcUZwU40H349uj74k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:to:subject:from:date:mime-version:content-type:content-transfer-encoding; b=VT6FySWBmG6UY8LwR/cxfVwvosD0MtSo7v6BnydsrdERlNrXBO9bZSNNEH/ewrpjtdtfiiAL1HfJFkqpQX0ftbpHhsEYKvKf5P42I6NDXebWnUNeFP4szSVJrFLB61lBXhvTuCFEbLuClCHt1xURurZRqSn//djmu3KzgE1GMcY= Received: by 10.65.124.8 with SMTP id b8mr10415672qbn.1195445700562; Sun, 18 Nov 2007 20:15:00 -0800 (PST) Received: from plan9.localdomain ( [190.19.102.62]) by mx.google.com with ESMTPS id f16sm3673645qba.2007.11.18.20.14.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 18 Nov 2007 20:14:59 -0800 (PST) Message-ID: <01d0e13bc88b63d5c9e1f47b15f41a9b@yourdomain.dom> To: 9fans@cse.psu.edu From: "Federico G. Benavento" Date: Mon, 19 Nov 2007 01:12:55 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at cse.psu.edu Subject: [9fans] 8c "out of fixed registers" X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: 9fans-bounces+forsyth=terzarima.net@cse.psu.edu Errors-To: 9fans-bounces+forsyth=terzarima.net@cse.psu.edu hola, I just did yet another python port, this one using APE, because I wanted to see if I could get HG working and for that I needed openssl (which I had just reported, /n/sources/contrib/fgb/openssl.tgz) It worked, but I had to hack /sys/lib/python/hashlib.py to not try to import the sha512 module. I can't build that module because 8c abort()s in /sys/src/cmd/8c/txt.c:309 this is the file: http://tinyurl.com/2zsjp9 Anyways, hg seems to work fine. Federico G. Benavento --- /bin/fortune: After the paunch comes the dance. --upas-skbinizcpvxbqasqkdmnpbezgh--