* [Lustre-devel] How was lustre-1.8.4.tar.gz created?
@ 2010-10-09 1:16 Jay Lan
2010-10-13 18:39 ` Brian J. Murrell
0 siblings, 1 reply; 2+ messages in thread
From: Jay Lan @ 2010-10-09 1:16 UTC (permalink / raw)
To: lustre-devel
There is a lustre-1.8.4.tar.gz
<http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/VerifyItem-Start/lustre-1.8.4.tar.gz?BundledLineItemUUID=neSJ_hCyazAAAAErvoBKP45J&OrderID=z0qJ_hCyYf0AAAErAH9KP45J&ProductID=QUOJ_hCxLIwAAAEqfGgMmTUo&FileName=/lustre-1.8.4.tar.gz>
at the download site.
At the top dir, comparing to the tree you check out from
git, it does not have augogen.sh and misses the libcfs
directory completely, but it contains tree_status that
should be generated later in building.
So, how was lustre-1.8.4.tar.gz generated?
I used 'git archive v1_8_4' to populate a workarea,
and built lustre software with that. The resulting rpm
caused 2.6.18-194.3.1 kernel to crash when modprobe
lustre.ko at ib_core:rdma_node_get_transport+0x14/0x2.
However, if I built using the tar ball from the download area,
it worked great. So, what was the trick? How would I be able
to build a 1.8.4 for rhel5.5 from the git repository?
Thanks,
Jay
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Lustre-devel] How was lustre-1.8.4.tar.gz created?
2010-10-09 1:16 [Lustre-devel] How was lustre-1.8.4.tar.gz created? Jay Lan
@ 2010-10-13 18:39 ` Brian J. Murrell
0 siblings, 0 replies; 2+ messages in thread
From: Brian J. Murrell @ 2010-10-13 18:39 UTC (permalink / raw)
To: lustre-devel
On Fri, 2010-10-08 at 18:16 -0700, Jay Lan wrote:
> So, how was lustre-1.8.4.tar.gz generated?
[ assuming you have a git clone of prime ]
$ git checkout 1.8.4
$ autogen.sh
$ ./configure -disable-modules --disable-utils --disable-liblustre --disable-tests --disable-doc
$ make dist
That's it.
b.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.lustre.org/pipermail/lustre-devel-lustre.org/attachments/20101013/7f59dfc6/attachment.pgp>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-13 18:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-09 1:16 [Lustre-devel] How was lustre-1.8.4.tar.gz created? Jay Lan
2010-10-13 18:39 ` Brian J. Murrell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.