From owner-svn-ports-head@FreeBSD.ORG Sun Mar 31 15:43:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5B8C3C7F for ; Sun, 31 Mar 2013 15:43:28 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3487812C for ; Sun, 31 Mar 2013 15:43:27 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id up7so184828pbc.29 for ; Sun, 31 Mar 2013 08:43:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=Cht4HNubqHxf3KsrNm5eFHPzliPGK5zpSKbKWd4zp4M=; b=EJMHR/5NDhkIE32noiqyjAN88B0b92RhSQmIf2fXpC70i/XD2HlBafdObAHV4dXcFf aZoYs+ouaI5/BfJ2T8YEgqpxWVLd+SmawWwTkF0Px+mdcwQhYy8xm82SL5K6dZH9YXZh AVY70s+MHn4SIhHQ7RnJrW3Bz5hM7Me0Qix2w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=Cht4HNubqHxf3KsrNm5eFHPzliPGK5zpSKbKWd4zp4M=; b=BTdnZiJz1froI/6m9lnlKuywsaUIgRuLyuyPmZ8bDNq5ecpU53oGQOJhZAdZ4vTFew oszQa3t812yflLHVgcs9wsnfcvn/hAqFO1OdeKrcLqN3dRmqQRWVnNzigE5dG4GMb+DD kJuInxA69Gp2y+9BaeSeDLLBYW4DbNKkvAvgMRLErxdZGYdV8bko0q3vvHK7bmwhE0Zt HLPRsW+F7CK/Hw7Xo7cIo0Q9ILGaR9kKjL7LU3X4fY3MGNJCnRaDuG+/99572gBzkhtm 3TVUqiKMBUgsnT+Z6FzeMwV5DEjDO3pygyiyKlxmdbzvdEPAMa3K/FFmhbHcwgrLkwCV 7qDw== X-Received: by 10.68.196.1 with SMTP id ii1mr13895002pbc.93.1364744601186; Sun, 31 Mar 2013 08:43:21 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.66.246.201 with HTTP; Sun, 31 Mar 2013 08:42:50 -0700 (PDT) In-Reply-To: <87DE97D5-0019-4667-BA78-5A485F3ADA06@freebsd.org> References: <201303310808.r2V88xPC061608@svn.freebsd.org> <3306521.EebOH7VTQr@dragon.dg> <87DE97D5-0019-4667-BA78-5A485F3ADA06@freebsd.org> From: Eitan Adler Date: Sun, 31 Mar 2013 11:42:50 -0400 X-Google-Sender-Auth: ffdEAnsjkxMzdlefGRyMwFhaHeE Message-ID: Subject: Re: svn commit: r315629 - head/lang/pypy To: Martin Wilke , Ruslan Mahmatkhanov Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQn9lYoOz6veE9HOl9XiU29zBWqHfrMa0XkTCSy6wMSfyMpePUlItU2ZbRRx8DfZU2m29440 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, bdrewery@freebsd.org, David Naylor , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Mar 2013 15:43:28 -0000 On 31 March 2013 05:04, Martin Wilke wrote: > To answer your question pointyhat ends up in a never ending run process whish i have to kill manual. Out of curiosity, how long did you let it run? > Considering you did not respond I have it mark broken. pypy is special and may take an enormous amount of ram to build. I can confirm that the port is *not* broken and does build on certain hardware in correct configurations. The correct thing to do here is set MANUAL_PACKAGE_BUILD. Another option is NO_PACKAGE but I think it would be useful to offer prebuilt packages. Index: Makefile =================================================================== --- Makefile (revision 315626) +++ Makefile (working copy) @@ -29,6 +29,8 @@ LOCALBASE?= /usr/local OPTIONS_DEFINE+= PYPY .endif +MANUAL_PACKAGE_BUILD= Takes enormous amounts of ram + ALL_TARGET= ${PYPY_NAMES} BUILD_WRKSRC= ${WRKDIR} USE_BZIP2= yes -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams