From owner-freebsd-ports@FreeBSD.ORG Wed May 7 11:29:53 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3C3E1065672 for ; Wed, 7 May 2008 11:29:53 +0000 (UTC) (envelope-from andrew.w.nosenko@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.226]) by mx1.freebsd.org (Postfix) with ESMTP id A2D418FC0C for ; Wed, 7 May 2008 11:29:53 +0000 (UTC) (envelope-from andrew.w.nosenko@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so422043rvf.43 for ; Wed, 07 May 2008 04:29:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=iYSsaPP5TUda+zO2lOoTJnyfYYBMuH3iyRqGCGuRL54=; b=uH/G+nXERTNzrWUeF/XPh7XqBht/aB2oxRQpXXZP6WTiUUbLCdhvcDZWyzLpdltjtN9gaVDC4zUASgvyQ7di58cy0quNq5WxpHy3F+HdID7ZhMHjoZZAWExWLWSK+LO9MLHO683G/KfZUK6kue5+4cc4ZmxK8ySgulTLYFZwzzs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ifQaG5O69lXWY4hGtuR0boSCaxhFQ/GErB7w9MvbIFCUPAhmJiVUIjknpYdKE/zFAFp7afVcKmvxC0DwIkB4h9XfMjjlTu8OFK1+PE5gOEu7uvOFxbKBQ/U/ZE6sIXSFOn1mRvljIQQvEi9guNWBU3XC2FPog6wSNou/dktu80o= Received: by 10.141.198.9 with SMTP id a9mr895923rvq.123.1210158284370; Wed, 07 May 2008 04:04:44 -0700 (PDT) Received: by 10.140.141.11 with HTTP; Wed, 7 May 2008 04:04:44 -0700 (PDT) Message-ID: <6161f3180805070404m95db9dk6f1a6774623ba2a6@mail.gmail.com> Date: Wed, 7 May 2008 14:04:44 +0300 From: "Andrew W. Nosenko" To: "=?ISO-8859-1?Q?G=E9_Weijers?=" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: ports@freebsd.org Subject: Re: Little valgrind issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2008 11:29:53 -0000 On Tue, May 6, 2008 at 6:05 PM, G=E9 Weijers wrote: > Hello, > > I tried to build 'valgrind' in a jail environment. The Makefile tries to > make sure that /proc is mounted before it build valgrind, which is fine, = but > the way it does it won't work in a jail because /sbin/mount does not show > anything useful. > > A quick workaround: define the environment variable 'PACKAGE_BUILDING=3D= yes' > and then run 'make' and 'make install' > > It would be better if the Makefile would just look for, say, the existen= ce > of '/proc/curproc' in stead of relying on /sbin/mount. > I'm very surprised. Just because unable to build valgring at all since FreeBSD-7.0... :-( (New threading implementation related issue?) --=20 Andrew W. Nosenko