Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2007 18:48:28 +0800 (CST)
From:      CHAO Shin <quakelee@cn.freebsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112236: [PATCH] net/openmpi didn't ldconfig some libs
Message-ID:  <200704291048.l3TAmSeA004794@tarsier.delphij.net>
Resent-Message-ID: <200704291050.l3TAo5K1015821@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112236
>Category:       ports
>Synopsis:       [PATCH] net/openmpi didn't ldconfig some libs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 29 10:50:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     CHAO Shin
>Release:        FreeBSD 7.0-current i386
>Organization:
The FreeBSD Simplified Chinese Project
>Environment:
System: FreeBSD portyard.sysdept.sina.com.cn 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Feb 1 19:02:06 CST 2007 root@portyard.sysdept.sina.com.cn:/usr/obj/usr/src/sys/GX270 i386

>Description:
		I don't know why you didn't ldconfig the parent lib directory. But after I installed
		the openmpi I need that libs. If it doesn't matter, could you patch it? Thank you!
>How-To-Repeat:
>Fix:

--- patch-openmpi.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/openmpi/Makefile,v
retrieving revision 1.17
diff -u -p -u -r1.17 Makefile
--- Makefile	5 Feb 2007 18:03:57 -0000	1.17
+++ Makefile	29 Apr 2007 10:30:43 -0000
@@ -36,7 +36,8 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 
 CONFIGURE_ARGS+=	--prefix=${PREFIX}/${MPIDIR} ${CONFIGURE_TARGET}
 
-USE_LDCONFIG=	${PREFIX}/${MPIDIR}/lib/openmpi
+USE_LDCONFIG=	${PREFIX}/${MPIDIR}/lib \
+		${PREFIX}/${MPIDIR}/lib/openmpi
 
 MAN1=		mpiexec.1 mpirun.1 orterun.1
 MANPREFIX=	${TARGETDIR}/${MPIDIR}
--- patch-openmpi.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704291048.l3TAmSeA004794>