Gentoo Archives: gentoo-science

From: Bryan Green <bryan.d.green@××××.gov>
To: "gentoo-science@l.g.o" <gentoo-science@l.g.o>
Subject: Re: [gentoo-science] openib.eclass problem
Date: Thu, 08 Oct 2009 18:59:14
Message-Id: 20091008185912.AC44A239221@ece06.nas.nasa.gov
1 >
2 > On þÅÔ×ÅÒÇ 08 ÏËÔÑÂÒÑ 2009 21:25:42 you wrote:
3 > > Hi,
4 > >
5 > > The openib ebuilds are currently failing during the unpack phase, in the
6 > > openib_src_unpack() function in openib.eclass.
7 > >
8 > > The problem is that rpm_unpack is appending ${DISTDIR}, but the rpm is in
9 > > WORKDIR. The problem is easily fixed by prepending './':
10 > >
11 > > old:
12 > > rpm_unpack
13 > > "OFED-${OFED_VER}/SRPMS/${MY_PN}-${MY_PV}-${OFED_SUFFIX}.src.rpm" new:
14 > > rpm_unpack
15 > > "./OFED-${OFED_VER}/SRPMS/${MY_PN}-${MY_PV}-${OFED_SUFFIX}.src.rpm"
16 > >
17 > > -bryan
18 > >
19 > Ok =) Fixed. Thanks.
20 > BTW can you test this stuff?
21 >
22
23 I'm in the process of updating my nodes now, then I'll be testing it out.
24
25 The head node has already been updated to 1.4.1, with kernel 2.6.27 using kernel's infiniband drivers, and it is working so far. The IPoIB interfaces are operational, and can communicate with the IPoIB interfaces on the non-updated nodes.
26
27 -bryan