From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: Re: OfflineIMAP and Python Date: Thu, 23 Apr 2015 23:32:46 +0200 Message-ID: <87mw1y8r9d.fsf@denknerd.org> References: <87iocp21nd.fsf@denknerd.org> <87a8y1ijat.fsf@gnu.org> <87vbgn87ig.fsf@denknerd.org> <87tww6d5uj.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlOk5-0003du-Oq for guix-devel@gnu.org; Thu, 23 Apr 2015 17:33:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlOk2-0001Og-GY for guix-devel@gnu.org; Thu, 23 Apr 2015 17:33:05 -0400 In-reply-to: <87tww6d5uj.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel On 2015-04-23 at 21:04, quoth Ludovic Court=C3=A8s: > But I suspect that gives you /usr/bin/python instead of > /home/paul/.guix-profile/bin/python no? Changing the shebang to > explicitly use the latter would be safer. Ah i hadn't understood that. Okay, i've put the literal Guix python path there, but it still gives me the "assert" errors. This does not happen if i `guix package -r offlineimap`. Therefore, i don't think that was the problem. What do you mean about 'execve'? (Interestingly enough, running the strace command gives the old missing symbol error, just running `offlineimap` gives me the assert errors....)