From owner-freebsd-python@FreeBSD.ORG Mon May 31 22:59:04 2010 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A48F91065670; Mon, 31 May 2010 22:59:04 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 41F5A8FC0C; Mon, 31 May 2010 22:59:03 +0000 (UTC) Received: by vws10 with SMTP id 10so2170122vws.13 for ; Mon, 31 May 2010 15:59:03 -0700 (PDT) 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=iVn4BPSqJeKV1msTK/Msi0Eqmc7Vb0BtYdGHtuqiEyo=; b=pBsMt1frC3IbFIyiXTYRuDs6NFb0t4xSWoZ9GOJA8EtFi//ErCzCaXsYxQUKch61xd eK/HZrrkUpqAarUu86XzbeqXS2GtyECFcdFxbDLbYAATfmEuyWyQzWjYYN6FwYBLI9Gg joXERbwJ5NaXJdW+v0sDFxaRwWolUpZ+M8IrM= 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=Q/I/P3cmpzt0UnaHmqeLgPbNhq4/d/oHOu5ZhPfpq6XJb8PmET/+AP1L1FAcV5IfXU YirWeXiXKrziMZ2cUXzNXuLKreoTuVyxz+Lmhzx53xYb1RkymoOqT75v+got0iaV3tD1 NK6+keEkFvk8/yPk7/QvW5Lr2khYdT7+amCq8= MIME-Version: 1.0 Received: by 10.224.35.216 with SMTP id q24mr1993617qad.79.1275346743017; Mon, 31 May 2010 15:59:03 -0700 (PDT) Received: by 10.229.190.83 with HTTP; Mon, 31 May 2010 15:59:02 -0700 (PDT) In-Reply-To: References: Date: Mon, 31 May 2010 15:59:02 -0700 Message-ID: From: Garrett Cooper To: Bernardo Maciel Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, python@freebsd.org Subject: Re: FreeBSD Port: python26-2.6.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2010 22:59:04 -0000 On Mon, May 31, 2010 at 9:49 AM, Bernardo Maciel wrote: > Hello, > > > > I recently ran into a problem when compiling python 2.6.5 under > FreeBSD 8.0-p2 . I searched around, asked in FreeBSD forums ( > http://forums.freebsd.org/showthread.php?t=14268 ) and then e-mailed > the python-help mailing list. The problem isn't yet solved. > > My problem is that when I compile python 2.6.5, I get a "sem_init: No > space left on device" message when the script is building the _ssl > extension: ... Increase the value of the kern.ipc.shmall sysctl because you have other applications eating up POSIX shmem in the background. HTH, -Garrett