From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 4 16:50:07 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3937F1065674 for ; Wed, 4 Aug 2010 16:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 144378FC24 for ; Wed, 4 Aug 2010 16:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o74Go69a069684 for ; Wed, 4 Aug 2010 16:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o74Go63h069683; Wed, 4 Aug 2010 16:50:06 GMT (envelope-from gnats) Resent-Date: Wed, 4 Aug 2010 16:50:06 GMT Resent-Message-Id: <201008041650.o74Go63h069683@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11D3E106567C for ; Wed, 4 Aug 2010 16:40:46 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 96DBD8FC14 for ; Wed, 4 Aug 2010 16:40:45 +0000 (UTC) Received: by fxm13 with SMTP id 13so2618675fxm.13 for ; Wed, 04 Aug 2010 09:40:44 -0700 (PDT) Received: by 10.223.112.10 with SMTP id u10mr9232749fap.50.1280940044247; Wed, 04 Aug 2010 09:40:44 -0700 (PDT) Received: from localhost (gpftor3.privacyfoundation.de [62.141.58.13]) by mx.google.com with ESMTPS id r8sm3068349faq.34.2010.08.04.09.40.41 (version=SSLv3 cipher=RC4-MD5); Wed, 04 Aug 2010 09:40:42 -0700 (PDT) Message-Id: <8639uul4al.fsf@gmail.com> Date: Wed, 04 Aug 2010 20:40:34 +0400 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/149286: [patch] emulators/virtualbox-ose: don't advise to use ldconifg(8) directly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2010 16:50:07 -0000 >Number: 149286 >Category: ports >Synopsis: [patch] emulators/virtualbox-ose: don't advise to use ldconifg(8) directly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 04 16:50:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: >Description: When using ldconfig(8) it's easy to forget to prepend -32 and accidentally add /usr/lib32 for 64bit library search path. ex. http://forums.freebsd.org/showthread.php?t=16658 >How-To-Repeat: >Fix: --- a.diff begins here --- Index: emulators/virtualbox-ose/Makefile =================================================================== RCS file: /a/.cvsup/ports/emulators/virtualbox-ose/Makefile,v retrieving revision 1.25 diff -u -p -r1.25 Makefile --- emulators/virtualbox-ose/Makefile 29 Jun 2010 19:01:08 -0000 1.25 +++ emulators/virtualbox-ose/Makefile 4 Aug 2010 16:31:57 -0000 @@ -177,7 +177,7 @@ pre-everything:: .if ${ARCH} == "amd64" .if !exists(/usr/lib32) @${ECHO} 'Requires 32-bit libraries installed under /usr/lib32.' - @${ECHO} 'Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32' + @${ECHO} 'Do: cd /usr/src; make build32 install32; /etc/rc.d/ldconfig restart' @${FALSE} .endif .endif --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: