Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2010 15:40:28 +0900 (JST)
From:      Maho NAKATA <chat95@mac.com>
To:        mezz.freebsd@gmail.com
Cc:        gnome@freebsd.org, mezz@freebsd.org
Subject:   Re: ports/153506: ports/net-im/papyon (py26-papyon-0.5.4) gets Signal 11
Message-ID:  <20101230.154028.1568838937885827182.chat95@mac.com>
In-Reply-To: <AANLkTikiGWCTEbcAyj7LcrbA2-egZ=ioYwR6PwSGxUn1@mail.gmail.com>
References:  <201012282249.oBSMnGbi007675@freefall.freebsd.org> <20101229.094407.1568838937885805380.chat95@mac.com> <AANLkTikiGWCTEbcAyj7LcrbA2-egZ=ioYwR6PwSGxUn1@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Mezz,

From: Jeremy Messenger <mezz.freebsd@gmail.com>
Subject: Re: ports/153506: ports/net-im/papyon (py26-papyon-0.5.4) gets Signal 11
Date: Tue, 28 Dec 2010 23:02:11 -0600

> The only thing that I can see the difference between your and our are
> that you are using OpenSSL 1.x from ports rather than 0.x from base
> system. Since below shows that it was not complied with the debug.

I installed security/openssl port. It seems OpenSSL from ports
and base system conflict.
> Maybe try to test the hashlib? Something like this:
> 
> -------------------------
> % cat test.py
> import hashlib
> print hashlib.md5("hello").hexdigest()
> print hashlib.sha256("hello").hexdigest()
> print hashlib.sha512("hello").hexdigest()
> 
> % python test.py
> 5d41402abc4b2a76b9719d911017c592
> 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824
> 9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043

I could reproduce without errors.

thanks,
-- Nakata Maho http://accc.riken.jp/maho/ , JA OOO http://ja.openoffice.org/
http://blog.goo.ne.jp/nakatamaho/ ,GPG: http://accc.riken.jp/maho/maho.pgp.txt



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