Whamcloud - gitweb
LU-8797 lbuild: Fail build if zfs or spl git checkout fails
[fs/lustre-release.git] / contrib / lbuild / lbuild
1 #!/bin/bash
2
3 # vim:expandtab:shiftwidth=4:softtabstop=4:tabstop=4:
4
5 # this is an alternative FD for stdout, to be used especially when we are
6 # taking stdout from a function as it's return value.  i.e. foo=$(bar)
7 # this is a workaround until a version of bash where we can put xtrace
8 # on a specific FD
9 exec 3>&1; STDOUT=3
10
11 #set -x
12 xtrace="+x"
13 if [[ $SHELLOPTS = *xtrace* ]]; then
14     xtrace="-x"
15 fi
16 shopt -s extdebug
17
18 # Assume that lbuild's support files can be found in the same
19 # canonicalized path as this very script.
20 LBUILD_SCRIPT=$(readlink -f ${0})
21 LBUILD_DIR=${LBUILD_DIR:-$(dirname ${LBUILD_SCRIPT})}
22
23 # include the exit_traps library
24 . ${LBUILD_DIR}/exit_traps.sh
25 . ${LBUILD_DIR}/funcs.sh
26
27 # our children should die when we do
28 push_exit_trap "kill -INT -$$ || true" kill_children
29
30 # increment this if you have made a change that should force a new kernel
31 # to build built
32 #BUILD_GEN=1
33 #BUILD_GEN=2    # bz19952: remove -lustre tag from kernel RPM names
34 #BUILD_GEN=3    # bz19975: enable the building of src.rpms by default
35 #BUILD_GEN=4    # bz22281: use the git hash in the kernel extra version
36 #BUILD_GEN=5    # TT-107: don't cache the BUILD dir
37 BUILD_GEN=6     # TT-1092: don't cache the BUILD dir, to rebuild external OFED
38
39 TOPDIR="$PWD"
40
41 KERNELDIR=
42 LINUX=
43 LUSTRE=
44 RELEASE=false
45 # XXX - some recent hacking has pretty much neutered this option.
46 #       search through this file for "-bb" and see how many places
47 #       simply don't account for this option
48 DO_SRC=true
49 DOWNLOAD=true
50 CANONICAL_TARGET=
51 TARGET=
52 TARGET_ARCH="$(uname -m)"
53 # change default behavior to only build for the current arch
54 TARGET_ARCHS="$TARGET_ARCH"
55 TARGET_ARCHS_ALL="$TARGET_ARCH"
56 [ "$TARGET_ARCH" = "i686" ] && TARGET_ARCHS_ALL="i686 i586 i386"
57 CONFIGURE_FLAGS=
58 EXTERNAL_PATCHES=
59 EXTRA_VERSION=
60 STAGEDIR=
61 TMPDIR=${TMPDIR:-"/var/tmp"}
62 TIMESTAMP=
63 # default OFED
64 OFED_TYPE="inkernel"
65 # this is the dir that should be used to store reuse products
66 REUSEBUILD=
67 # should cached products be used or force rebuilding?
68 USE_BUILD_CACHE=true
69 # what does this do exactly?  does it imply no kernel build?
70 IOKITRPM=true
71 OSDLDISKFSRPM=true
72 OSDZFSRPM=false
73 SMPTYPES="smp bigsmp default ''"
74 PATCHLESS=false
75 WITH_ZFS=""
76 XEN=false
77 LINUXOBJ=
78 DISTRO=
79 KERNELTREE=
80 # default to not adding -lustre- into the kernel RPM package names
81 KERNEL_LUSTRE_NAMING=false
82 # default not use kabi check.
83 USE_KABI=false
84
85 # patchless build
86 KERNELRPMSBASE=
87 RPMSMPTYPE=
88
89 # from target file
90 SERIES=
91 BASE_ARCHS=
92 BIGMEM_ARCHS=
93 BOOT_ARCHS=
94 JENSEN_ARCHS=
95 SMP_ARCHS=
96 BIGSMP_ARCHS=
97 PSERIES64_ARCHS=
98 UP_ARCHS=
99
100 # not in the target file any more
101 CONFIG=
102
103 # build the lustre-tests rpm?
104 LUSTRE_TESTS=true
105
106 DATE=$(date)
107
108 RPMBUILD=
109
110 export CC=${CC:-gcc}
111
112 # Readlink is not present on some older distributions: emulate it.
113 readlink() {
114     local path=$1 ll
115
116     if [ -L "$path" ]; then
117         ll="$(LC_ALL=C ls -l "$path" 2> /dev/null)" &&
118         echo "${ll/* -> }"
119     else
120         return 1
121     fi
122 }
123
124 usage() {
125     cat <<EOF
126 Usage: ${0##*/} [OPTION]... [-- <lustre configure options>]
127
128   --external-patches=EXTERNAL_PATCHES
129     Directory similar to lustre/lustre/kernel_patches/ that lbuild should
130     look for seres and config files in before looking in the lustre
131     tree.
132
133   --extraversion=EXTRAVERSION
134     Text to use for the rpm release and kernel extraversion.
135
136   --timestamp=TIMESTAMP
137     Date of building lustre in format YYYYMMDDhhmmss
138
139   --reusebuild=DIR
140     Try to reuse old kernel builds from DIR
141
142   --kernelrpm=DIR
143     Path to distro kernel RPM collection
144
145   --ccache
146     Use ccache
147
148   --norpm
149     Unused.
150
151   --patchless
152     Build lustre client only
153
154   --distro=DISTRO
155     Which distro using. Autodetect by default
156
157   --kerneldir=KERNELDIR
158     Directory containing Linux source tarballs referenced by target
159     files.
160
161   --kerneltree=KERNELTREE
162     Directory containing dirs with Linux source tarballs referenced by target
163     files. Dir names in format kernel version ('2.6.9', etc.)
164
165   --linux=LINUX --with-linux=LINUX
166     Directory of Linux kernel sources.  When this option is used, only
167     Lustre modules and userspace are built.
168
169   --lustre=LUSTRE
170     Path to an existing lustre source tarball to use.
171
172   --nodownload
173     Do not try to download a kernel from downloads.hpdd.intel.com
174
175   --nosrc
176     Do not build a .src.rpm, a full kernel patch, or a patched kernel
177     tarball.
178
179   --ofed-type
180     Type of OFED to build with lustre: inkernel, ofa, mlnx, ifs
181     ofa: OpenFabrics Alliance
182     mlnx: Mellanox
183     ifs: Intel True Scale Fabric
184
185   --ofed-version
186     Version of external OFED to build with lustre
187
188   --mlnx-version
189     Version of external Mellanox OFED to build with lustre
190
191   --ofed-src
192     Tarball for either OFED. Tarball must follow below format
193     OFED-<ofed-version>.tgz regardless of vendors
194     It's likely that you need to reconstruct the directory name
195     It must be placed under KERNELTREE directory
196
197   --ldiskfs
198     Build with ldiskfs support. (Deprecated, always true)
199
200   --noiokit
201     Do not build lustre-iokit RPM. Now true by default
202
203   --publish
204     Unused.
205
206   --release
207     Specifies that the files generated do not include timestamps, and
208     that this is an official release.
209
210   --disable-zfs
211     Build Lustre without ZFS.
212
213   --src
214     Build a .src.rpm, a full kernel patch, and a patched kernel tarball.
215
216   --stage=DIR
217     Directory used to stage packages for release.  RPMs will be placed
218     more or less in DIR/<target>-<arch>, and the tarball will be
219     placed in DIR.
220
221   --target=TARGET
222     The name of the target to build.  The available targets are listed
223     below.
224
225   --target-archs=TARGET_ARCHS
226     A (space delimited) list of architectures to build.  By default,
227     all of the archs supported by the TARGET will be built, in
228     addition to a .src.rpm.  This option can limit those, for machines
229     that can only build certain archs or if you only want a certain
230     arch built (for testing, or a one-off kernel).
231
232     Also note that by using a non-"base" arch (eg, i386) only kernels
233     will be built - there will be no lustre-lite-utils package.
234
235   --xen
236     Builds a Xen domX kernel.
237
238   --set-value
239     Sets a variable to a given value.
240
241 EOF
242
243 #   list_targets
244
245     fatal "$1" "$2"
246 }
247
248 # canonicalize a relative path to a file
249 canon_filepath() {
250     local PATH="$1"
251
252     if [ ! -f "$PATH" ]; then
253         return 1
254     fi
255
256     local FILE=${PATH##*/}
257     local DIR=${PATH%/*}
258
259     echo $(canon_path "$DIR")/$FILE
260     return 0
261 }
262
263 # canonicalize a relative path to a dir
264 canon_path() {
265     local PATH="$1"
266
267     if [ ! -d "$PATH" ]; then
268         return 1
269     fi
270
271     pushd "$PATH" >/dev/null || return 1
272     local CANONPATH=$PWD
273     popd >/dev/null
274
275     echo "$CANONPATH"
276     return 0
277 }
278
279 check_options() {
280
281     if [ -z "$LUSTRE" -o ! -r "$LUSTRE" ]; then
282         usage 1 "Could not find Lustre source tarball '$LUSTRE'."
283     fi
284
285         if [ -n "${OFED_SRC}" ]; then
286                 if [ -z "${OFED_VERSION}" ]; then
287                         usage 1 "Need to provide version for file ${OFED_SRC}."
288                 fi
289                 if [ "${OFED_TYPE}" = "inkernel" ]; then
290                         usage 1 "Need to provide ofed type for file ${OFED_SRC}."
291                 fi
292         else
293                 if [ "${OFED_TYPE}" != "inkernel" -a -z "${OFED_VERSION}" ]; then
294                         usage 1 "Need to provide version for $OFED_TYPE OFED"
295                 fi
296
297                 if [ "${OFED_TYPE}" = "inkernel" -a -n "${OFED_VERSION}" ]; then
298                         usage 1 "Can not specify version with inkernel OFED"
299                 fi
300         fi
301
302     if [ -z "$DISTRO" ] ; then
303         DISTRO=$(autodetect_distro)
304         # remove separator
305         DISTRO=${DISTRO/-/}
306     fi
307     DISTROMAJ=${DISTRO%%.*}
308
309     [ -z "$TARGET" ] && TARGET=$(autodetect_target "$DISTRO")
310
311     if [ -z "$LINUX" ]; then
312         [ "$KERNELDIR" -o "$KERNELTREE" ] || \
313             usage 1 "A kernel directory must be specified with --kerneldir or --kerneltree."
314
315         [ -d "$KERNELDIR" -o -d "$KERNELTREE" ] || \
316             usage 1 "$KERNELDIR and $KERNELTREE are not a directory."
317
318 #       TARGET_FILE="$TOPDIR/lustre/kernel_patches/targets/$TARGET.target"
319 #       [ -r "$TARGET_FILE" ] || \
320 #               usage 1 "Target '$TARGET' was not found."
321     fi
322
323     case $TARGET in
324         3.12-sles12 | 4.4-sles12)
325             CANONICAL_TARGET="sles12"
326             ;;
327         3.10-rhel7)
328             CANONICAL_TARGET="rhel7"
329             ;;
330         2.6-rhel6*)
331             CANONICAL_TARGET="rhel6"
332             ;;
333         2.6-rhel5)
334             CANONICAL_TARGET="rhel5"
335             ;;
336         2.6-rhel4)
337             CANONICAL_TARGET="rhel-2.6"
338             ;;
339         2.6-suse)
340             CANONICAL_TARGET="sles-2.6"
341             ;;
342         2.6-sles10)
343             CANONICAL_TARGET="sles10-2.6"
344             ;;
345         2.6-sles11 | 3.0-sles11)
346             CANONICAL_TARGET="sles11"
347             ;;
348         2.6-oel5)
349             CANONICAL_TARGET="oel5"
350             ;;
351         hp_pnnl-2.4)
352             CANONICAL_TARGET="hp-pnnl-2.4"
353             ;;
354         2.6-vanilla \
355             | suse-2.4.21-2 \
356             | rh-2.4 \
357             | rhel-2.4 \
358             | sles-2.4 \
359             | 2.6-patchless)
360                 CANONICAL_TARGET="$TARGET"
361                 ;;
362     esac
363
364     local timestampnodig=$(echo $TIMESTAMP | sed -e s/[0-9]*//g)
365     [ "$timestampnodig" = "" ] || TIMESTAMP=$(date -d "$DATE" "+%Y%m%d%H%M%S")
366     local timestamplength="${#TIMESTAMP}"
367     if [ $timestamplength -eq 12 ]; then
368         TIMESTAMP="${TIMESTAMP}00"
369     elif [ $timestamplength -ne 14 ]; then
370         TIMESTAMP=$(date -d "$DATE" "+%Y%m%d%H%M%S")
371     fi
372
373     RPMBUILD=$(which rpmbuild 2>/dev/null | head -n 1)
374     RPMBUILD=${RPMBUILD:-$(which rpm 2>/dev/null | head -n 1)}
375     if [ -z "$RPMBUILD" ]; then
376         usage 1 "Could not find binary for making rpms (tried rpmbuild and rpm)."
377     fi
378
379     local BINDIR="$TOPDIR/bin"
380     if [ -d $BINDIR ]; then
381         rm -rf $BINDIR >/dev/null 2>&1 || true
382     fi
383
384     mkdir -p $BINDIR || fatal 1 "error trying to create $BINDIR"
385     export PATH=$BINDIR:$PATH
386
387     cat >${BINDIR}/rpmbuild <<EOF
388 #!/bin/bash
389
390 ARGS="\${FIND_REQUIRES:+--define \"__find_requires \$FIND_REQUIRES\"}"
391 for arg; do
392     case \$arg in
393     *\'* ) ARGS="\$ARGS \"\$arg\"" ;;
394     * ) ARGS="\$ARGS '\$arg'" ;;
395     esac
396 done
397
398 eval $RPMBUILD \$ARGS
399 EOF
400     chmod 755 ${BINDIR}/rpmbuild
401
402     if [ -n "$CCACHE" ]; then
403         which "$DISTCC" &>/dev/null && export DISTCC RPM_BUILD_NCPUS
404
405         if which "$CCACHE" &>/dev/null; then
406             local ccache=$(which "$CCACHE" 2>/dev/null | head -n 1)
407
408             ln -s "$ccache" ${BINDIR}/ccache
409             ln -s "$ccache" ${BINDIR}/cc
410             ln -s "$ccache" ${BINDIR}/$CC
411
412             export CCACHE
413             export CC="ccache $CC"
414             # zero the cache so we can see how effective we are being with it
415             echo -n "ccache "
416             ccache -z
417
418             # get some ccache stats when we are done
419             push_exit_trap '[ -n "$CCACHE" ] && ccache -s' "ccache_summary"
420             # should remove the ccache trap if lbuild is interrupted
421             trap 'echo "Received an INT TERM or HUP signal, terminating."; delete_exit_trap "ccache_summary"; exit 1' INT TERM HUP
422         fi
423     fi
424
425     return 0
426 }
427
428 # compare two versions $1 and $2. if $1 < $2, return 0 otherwise return 1.
429 compare_version () {
430     [[ $1 == $2 ]] && return 1
431     local IFS=.
432     local i val1=($1) val2=($2)
433
434     # padding zero to val1 if it needs
435     for ((i=${#val1[@]}; i<${#val2[@]}; i++)); do
436         val1[i]=0
437     done
438     for ((i=0; i<${#val1[@]}; i++)); do
439         [[ -z ${val2[i]} ]] && return 1
440
441         if [[ ${val1[i]} < ${val2[i]} ]]; then
442             return 0
443         elif [[ ${val1[i]} > ${val2[i]} ]]; then
444             return 1
445         fi
446     done
447     return 1
448 }
449
450 uniqify() {
451
452     echo $(echo "$*" | xargs -n 1 | sort -u)
453
454 }
455
456 fetch_url() {
457     local url="$1"
458     local target="$2"
459
460     if [ -z "$target" ]; then
461         fatal 1 "fetch_url() called without a target to fetch to"
462     fi
463
464     if [ -d $target ]; then
465         target+="/${url##*/}"
466     fi
467
468     local rc=0
469     if which wget >/dev/null 2>&1; then
470         if ! wget -nv "$url" -O "$target"; then
471             rc=${PIPESTATUS[0]}
472         fi
473     elif which curl >/dev/null 2>&1; then
474         if ! curl -n -L -s -o "$target" "$url"; then
475             rc=${PIPESTATUS[0]}
476         fi
477     else
478         fatal 1 "Could not find either wget or curl to fetch URLs."
479     fi
480
481     return $rc
482
483 }
484
485 download_srpm() {
486         local target=$1
487         local srpm=$2
488         local force="${3:-false}"
489
490         # let the download_file handle the concurrency
491         if $DOWNLOAD; then
492                 local location= \
493                 "https://downloads.hpdd.intel.com/public/kernels/$target/old"
494                 # get the location from a distro specific method if it exists
495                 if type -p kernel_srpm_location; then
496                         location=$(kernel_srpm_location)
497                 fi
498                 echo "Downloading $location/$srpm..."
499                 if ! download_file \
500                         "$location/$srpm" "$KERNELDIR/$srpm" "$force" 2>&1 ||
501                         [ ! -s "$KERNELDIR/$srpm" ]; then
502                         rm -f $KERNELDIR/$srpm
503                         fatal 1 "Could not download target $target's kernel \
504 SRPM $srpm from $location."
505                 fi
506         fi
507 }
508
509 download_file() {
510     local from="$1"
511     local to="$2"
512     local force="$3"
513
514     local file=${from##*/}
515
516     if [ -d $to ]; then
517         to="$to/$file"
518     fi
519
520     local semaphore="$to-downloading"
521
522     is_downloading() {
523         if [ ! -f $semaphore ]; then
524             return 1
525         fi
526
527         # make sure the download has not been aborted
528         local now=$(date +%s)
529         local file_mtime=$(stat -c %Y "$to")
530         local staleness=$((now - file_mtime))
531         # let's assume an active download will write at least once a minute
532         if [ $staleness -gt 60 ]; then
533             return 1
534         fi
535
536         return 0
537     }
538
539     is_downloaded() {
540         # if the semaphore file exists, the file is either still downloading
541         # or a download was aborted and we cannot trust the target file
542         if [ -f $semaphore ]; then
543             return 1
544         fi
545
546         if ! is_downloading && [ -r "$to" ] && [ -s "$to" ]; then
547             return 0
548         fi
549
550         return 1
551     }
552
553     if $force || ! is_downloaded; then
554         if is_downloading; then
555             echo "Somebody else is downloading $from..."
556             while is_downloading; do
557                 echo "Waiting for $to to finish downloading"
558                 sleep 60
559             done
560             if is_downloaded; then
561                 return 0
562             else
563                 echo "The download we were waiting for seems to have been aborted"
564             fi
565
566         fi
567
568         if $DOWNLOAD; then
569             echo "Downloading $from..."
570             # flag others so they don't try to download also
571             push_exit_trap "rm -f $to $semaphore" "download"
572             touch $semaphore
573             if ! fetch_url "$from" "$to" || [ ! -s "$to" ]; then
574                 # the trap will remove the files via the fatal below
575                 fatal 1 "Could not download ${to##*/} from ${from%/*}/."
576             fi
577             rm -f $semaphore
578             delete_exit_trap "download"
579         else
580             fatal 1 "${to##*/} not found in directory ${to%/*}."
581         fi
582     fi
583
584     return 0
585
586 }
587
588 download_ofed() {
589         local ofed_type="$1"
590         local ofed_version="$2"
591         local force="${3:-false}"
592         local distro_name="${DISTRO}"
593         local arch="${TARGET_ARCH}"
594         local location
595         local file
596
597         #if a src tarball has been given in the command line, we use it
598         #The format of the tarball must be OFED-${OFED_VERSION}.tgz
599         [ -n "${OFED_SRC}" ] && return 0
600
601         case $ofed_type in
602                 ofa)
603                         location="https://www.openfabrics.org/downloads/OFED/ofed-${ofed_version}/"
604                         # version include RC
605                         if [[ $ofed_version = *-[rR][cC][0-9] ]]; then
606                                 ofed_version_loc=${ofed_version%%-[rR][cC][0-9]}
607                                 location="https://www.openfabrics.org/downloads/OFED/ofed-${ofed_version_loc}/"
608                         fi
609                         # daily build
610                         if [[ $ofed_version = *-daily ]]; then
611                                 ofed_version=${ofed_version/-daily/}
612                                 location="https://www.openfabrics.org/downloads/OFED/ofed-${ofed_version}-daily/"
613                                 # find the filename for latest version
614                                 ofed_version=$(curl -1 -s "$location" | sed -nre "s/.*href=\"OFED-(${ofed_version//./\\.}-[0-9]{8}-[0-9]{4}).tgz.*$/\1/p" | tail -1)
615                                 if [ -z "$ofed_version" ]; then
616                                         fatal 1 "Could not determine the filename of the OFED snapshot from daily "
617                                 fi
618                         fi
619
620                         file="OFED-${ofed_version}.tgz"
621                         download_file "$location/$file" "$KERNELTREE" "$force"
622                         ;;
623                 mlnx)
624                         location="http://www.mellanox.com/downloads/ofed/MLNX_OFED-${ofed_version}"
625                         # this is a work around for suse distro (sles11.3). what we need is
626                         # sles11sp3. We really need to redesign how we use target and distro
627                         [[ $distro_name =~ sles ]] && distro_name=${DISTRO/./sp}
628                         file="MLNX_OFED_LINUX-${ofed_version}-${distro_name}-${arch}.tgz"
629                         download_file "$location/$file" "$KERNELTREE" "$force"
630                         ;;
631                 ifs)
632                         location="http://downloadmirror.intel.com/24625/eng/"
633                         file="IntelIB-Basic.$(echo ${distro_name%%.*} | tr '[:lower:]' '[:upper:]')-${arch}.${ofed_version}.tgz"
634                         download_file "$location/$file" "$KERNELTREE" "$force"
635                         ;;
636                 *)
637                         fatal 1 "Error: unknown OFED type: $ofed_type"
638
639         esac
640         # version might change due to detect daily version
641         OFED_VERSION=${ofed_version}
642
643 }
644
645 load_target() {
646
647     EXTRA_VERSION_save="$EXTRA_VERSION"
648     for patchesdir in "$EXTERNAL_PATCHES" \
649                       "$TOPDIR/lustre/lustre/kernel_patches"; do
650         TARGET_FILE="$patchesdir/targets/$TARGET.target"
651         [ -r "$TARGET_FILE" ] && break
652     done
653     [ -r "$TARGET_FILE" ] || fatal 1 "Target $TARGET was not found."
654
655     echo "Loading target config file $TARGET.target..."
656
657     # if the caller specified an OFED_VERSION it should override whatever
658     # the target file specifies
659     local env_OFED_VERSION="$OFED_VERSION"
660
661     . "$TARGET_FILE"
662
663     if [ -n "$env_OFED_VERSION" ]; then
664         OFED_VERSION="$env_OFED_VERSION"
665     fi
666
667     # doesn't make any sense to build OFED for xen domX's
668     if $XEN; then
669         OFED_VERSION=""
670     fi
671
672     # XXX - set_rpm_smp_type is an ugly undeterministic hack.  it needs to
673     #       go away and the target just specify the $RPMSMPTYPE
674     [ -z "$RPMSMPTYPE" ] && set_rpm_smp_type
675
676     # CC might have been overwritten in TARGET_FILE
677     if [[ $CC != ccache\ * ]] && which "$CCACHE" &>/dev/null; then
678         export CCACHE && export CC="ccache $CC"
679     fi
680
681     if [ ! "$KERNELTREE" = "" ] && [ -d "$KERNELTREE" ]; then
682         KERNELDIR="$KERNELTREE/${lnxmaj}"
683         [ -d "$KERNELDIR" ] || mkdir "$KERNELDIR"
684     fi
685
686     # verify the series is available
687     if [ "$SERIES" ]; then
688         for series in $SERIES; do
689             for patchesdir in "$EXTERNAL_PATCHES" "$TOPDIR/lustre/lustre/kernel_patches"; do
690                 [ -r "$patchesdir/series/$series" ] && continue 2
691             done
692             fatal 1 "Target $TARGET's series $SERIES could not be found.\nSearched:\n\t$EXTERNAL_PATCHES/series\n\t$TOPDIR/lustre/lustre/kernel_patches/series."
693         done
694     fi
695
696     # set the location of the .config file
697     local XENPOSTFIX=""
698     if $XEN; then
699         XENPOSTFIX="-xen"
700     fi
701
702     if [ -f $TOPDIR/lustre/lustre/kernel_patches/kernel_configs/kernel-$lnxmaj-$TARGET-$TARGET_ARCH.config ]; then
703         CONFIG_FILE="$TOPDIR/lustre/lustre/kernel_patches/kernel_configs/kernel-$lnxmaj-$TARGET$XENPOSTFIX-$TARGET_ARCH.config"
704     fi
705
706     local lnxrelnew=${lnxrel//-/_}
707
708     # remember the EXTRA_VERSION before we diddle it here
709     # XXX - we really should not diddle with any values read in from the
710     #       target file.  if we want to modify a value, we should create
711     #       a new variable.
712     PRISTINE_EXTRA_VERSION=$EXTRA_VERSION
713
714     if ! $PATCHLESS && [ ! -f "$CONFIG_FILE" ]; then
715         fatal 1 "Config file for target $TARGET missing from $TOPDIR/lustre/lustre/kernel_patches/kernel_configs/."
716     fi
717
718     if [ "$EXTRA_VERSION_save" ]; then
719         EXTRA_VERSION="$EXTRA_VERSION_save"
720     elif ! $RELEASE; then
721         # if there is no patch series, then this is not a lustre specific
722         # kernel.  don't make it look like one
723         if $PATCHLESS || [ -n "$SERIES" ]; then
724             EXTRA_VERSION=$(echo $EXTRA_VERSION | sed -e "s/\(.*_lustre\)\..*/\1/")
725         fi
726     fi
727     # EXTRA_VERSION=${EXTRA_VERSION//-/_}
728
729     ALL_ARCHS="$BASE_ARCHS $BIGMEM_ARCHS $BOOT_ARCHS $JENSEN_ARCHS $SMP_ARCHS $BIGSMP_ARCHS $PSERIES64_ARCHS $UP_ARCHS"
730
731     BUILD_ARCHS=
732     for arch in $(uniqify "$ALL_ARCHS"); do
733         if [ -z "$TARGET_ARCHS" ] ||
734            [[ \ $TARGET_ARCHS\  = *\ $arch\ * ]]; then
735             BUILD_ARCHS="$BUILD_ARCHS $arch"
736         fi
737     done
738     [ "$BUILD_ARCHS" ] || usage 1 "No available target archs to build."
739     echo "Building for: $BUILD_ARCHS"
740 }
741
742 tarflags() {
743     local file="$1"
744
745     echo -n '--wildcards '
746     case "$file" in
747         '')
748             fatal 1 "tarflags(): File name argument missing."
749             ;;
750         *.tar.gz | *.tgz)
751             echo '-zxf'
752             ;;
753         *.tar.bz2)
754             echo '-jxf'
755             ;;
756         *.tar)
757             echo '-xf'
758             ;;
759         *)
760             fatal 1 "tarflags(): Unrecognized tar extension in file: $1"
761             ;;
762     esac
763
764 }
765
766 untar() {
767     local tarfile="$1"
768     shift
769     local extractfile="$@"
770
771     echo "Untarring ${tarfile##*/}..."
772     tar $(tarflags "$tarfile") "$tarfile" $extractfile
773
774 }
775
776 unpack_ofed() {
777         local ofed_type="$1"
778         local ofed_version="$2"
779         local distro_name="${DISTRO}"
780         local arch="${TARGET_ARCH}"
781         local file
782
783         #if a src tarball has been given in the command line, we use it
784         #The format of the directory after untar MUST be in OFED-${version}
785         #even if it's from MLNX or IFS...or whatever
786         if [ -n "${OFED_SRC}" ]; then
787                 if ! untar "$KERNELTREE/${OFED_SRC}"; then
788                         return 1
789                 else
790                         [ -d OFED ] || ln -sf OFED-[0-9].[0-9]* OFED
791                 fi
792         fi
793         case $ofed_type in
794                 ofa)
795                         file="OFED-${ofed_version}"
796                         if ! untar "$KERNELTREE/${file}.tgz"; then
797                                 return 1
798                         fi
799                         [ -d OFED ] || ln -sf OFED-[0-9].[0-9]* OFED
800                         ;;
801                 mlnx)
802                         # this is a work around for suse distro (sles11.3). what we need is
803                         # sles11sp3. We really need to redesign how we use target and distro
804                         [[ $distro_name =~ sles ]] && distro_name=${DISTRO/./sp}
805                         file="MLNX_OFED_LINUX-${ofed_version}-${distro_name}-${arch}"
806
807                         # it's not important what distro we get the tarball since we only
808                         # interest in the src
809                         if ! untar "$KERNELTREE/${file}.tgz"; then
810                                 return 1
811                         fi
812                         # we need to untar again to get the src since it's being
813                         # wrapped inside the tarball
814                         # There are cases where the source version is different
815                         # than the tarball.
816                         # (ie. MLNX_OFED_LINUX-2.3-1.0.1 but MLNX_OFED_SRC-2.3-1.0.0)
817                         local src=$(ls ${file}/src/MLNX_OFED_SRC-${ofed_version%.*}*.tgz)
818                         if ! untar "$src"; then
819                                 return 1
820                         fi
821                         [ -d OFED ] || ln -sf MLNX_OFED_SRC-[0-9].[0-9]* OFED
822                         ;;
823                 ifs)
824                         file="IntelIB-Basic.$(echo ${distro_name%%.*} | tr '[:lower:]' '[:upper:]')-${arch}.${ofed_version}"
825                         if ! untar "$KERNELTREE/${file}.tgz"; then
826                                 return 1
827                         fi
828                         [ -d OFED ] || ln -sf $file/IntelIB-OFED.$(echo ${distro_name%%.*} | tr '[:lower:]' '[:upper:]')-${arch}.* OFED
829                         ofed_version="$(cat OFED/Version)"
830                         ;;
831         esac
832         # version might change due to detect daily version
833         OFED_VERSION=${ofed_version}
834 }
835
836 unpack_lustre() {
837
838     untar "$LUSTRE" || fatal 1 "Error unpacking Lustre tarball"
839     [ -d lustre ] || ln -sf lustre-[0-9].[0-9]* lustre
840
841 }
842
843 do_patch_linux() {
844
845     local do_patch=${1:-true}
846
847     FULL_PATCH="$PWD/lustre-kernel-${TARGET}-${EXTRA_VERSION}.patch"
848     [ -f "$FULL_PATCH" ] && rm -f "$FULL_PATCH"
849     $do_patch && pushd linux >/dev/null
850     for series in $SERIES; do
851         echo -n "Applying series $series:"
852         for patchesdir in "$EXTERNAL_PATCHES" "$TOPDIR/lustre/lustre/kernel_patches"; do
853             [ -r "$patchesdir/series/$series" ] || continue
854             SERIES_FILE="$patchesdir/series/$series"
855             for patch in $(<"$SERIES_FILE"); do
856                 echo -n " $patch"
857                 PATCH_FILE="$patchesdir/patches/$patch"
858                 [ -r "$PATCH_FILE" ] || \
859                     fatal 1 "Patch $patch does not exist in Lustre tree."
860                 cat "$PATCH_FILE" >> "$FULL_PATCH" || {
861                     rm -f $FULL_PATCH
862                     fatal 1 "Error adding patch $patch to full patch."
863                 }
864                 if $do_patch; then
865                     patch -s -p1 < "$PATCH_FILE" 2>&1 || {
866                         rm -f $FULL_PATCH
867                         fatal 1 "Error applying patch $patch."
868                     }
869                 fi
870             done
871             break
872         done
873         echo
874     done
875     $do_patch && popd >/dev/null
876     echo "Full patch has been saved in ${FULL_PATCH##*/}."
877
878 }
879
880 build_lustre() {
881     local linux="$1"
882     local linuxobj="$2"
883     local configure_args=""
884
885     cp "$LUSTRE" SOURCES
886
887     pushd lustre >/dev/null
888
889     if ! build_lustre_dkms; then
890         popd >/dev/null # pushd lustre
891         return 255
892     fi
893
894     echo "Building Lustre RPMs for: $BUILD_ARCHS..."
895
896     # If server we now build the spl and zfs modules against the lustre kernel.
897     # These are required prior to the building of lustre server. Client does
898     # not require spl/zfs. Use !PATCHLESS to indicate server which follows the
899     # line above so is at least consistant.
900     if [ $PATCHLESS == false ] && [ "x$WITH_ZFS" == "x" ]; then
901         if ! build_spl_zfs; then
902             popd >/dev/null # pushd lustre
903             return 255
904         fi
905     fi
906
907     if $PATCHLESS; then
908         configure_args="$configure_args --disable-server"
909     fi
910
911     # ditto for the lustre-tests boolean
912     if ! $LUSTRE_TESTS; then
913         configure_args="$configure_args --disable-tests"
914     fi
915
916     if ! $IOKITRPM; then
917         configure_args="$configure_args --disable-iokit"
918     fi
919
920     if ! $OSDZFSRPM; then
921         configure_args="$configure_args --without-zfs"
922     fi
923
924     if ! $OSDLDISKFSRPM; then
925         configure_args="$configure_args --disable-ldiskfs"
926     fi
927
928     configure_args="$configure_args --with-linux=$linux"
929     configure_args="$configure_args ${linuxobj:+--with-linux-obj=$linuxobj}"
930
931     # allow environment setting to override ldiskfs series selection
932     [ -n "$LDISKFS_SERIES" ] && export LDISKFS_SERIES
933
934     ./configure $configure_args $CONFIGURE_FLAGS 2>&1 ||
935         fatal 1 "Error in configure."
936     make rpms 2>&1 ||
937         fatal 1 "Error building rpms for $BUILD_ARCHS."
938
939     # move RPMs into place where they are expected to be
940     for arch in $BUILD_ARCHS; do
941         mv -f *lustre*.${arch}.rpm $TOPDIR/RPMS/${arch}/
942     done
943     mv -f lustre-*.src.rpm $TOPDIR/SRPMS/
944
945     popd >/dev/null
946         if type -p cleanup_rpmmacros; then
947                 cleanup_rpmmacros
948         fi
949
950     return 0
951 }
952
953 # Only zfs Lustre DKMS Server is supported
954 build_lustre_dkms() {
955     local build_args=""
956     local name_prefix="lustre"
957     local ver=$(sed -n -e 's/^LUSTRE_VERSION = //p' LUSTRE-VERSION-FILE)
958
959     echo "Building Lustre DKMS RPMs for: $BUILD_ARCHS..."
960     ./configure --enable-dist || fatal 1 "Error in DKMS configure."
961
962     if $PATCHLESS; then
963         build_args="--without servers"
964         name_prefix="lustre-client"
965     fi
966
967     rpmbuild --define "_topdir $TOPDIR" $build_args -bs lustre-dkms.spec ||
968         fatal 1 "Error building DKMS .src.rpm for $BUILD_ARCHS."
969     rpmbuild --define "_topdir $TOPDIR" $build_args \
970              --rebuild $TOPDIR/SRPMS/$name_prefix-dkms-$ver-*.src.rpm ||
971         fatal 1 "Error building DKMS .rpm for $BUILD_ARCHS."
972
973     return 0
974 }
975
976 ###
977 # build_spl_zfs
978 #
979 # Fetch spl/zfs from the git repo and prepare for lustre build
980 #
981 # Overrides:
982 #   SPLZFSGITREPO - URI of directory where spl.git and zfs.git are located
983 #   SPLZFSTAG     - Tag to checkout of clone repositories
984 #   SPLZFSVER     - Version to checkout of both (format zfs/spl-$SPLZFSVER)
985 #
986 # return 0 if successful, else 255
987 build_spl_zfs() {
988     # make sure the RPM build environment is set up
989     pushd $TOPDIR
990     create_rpmbuild_dirs
991     popd
992
993     # The spl/zfs spec files expect RPM_BUILD_ROOT to point to the root of the
994     # destination for the rpms
995     export RPM_BUILD_ROOT=$TOPDIR
996     SPLZFSVER=${SPLZFSVER:-0.6.5.9}
997     SPLZFSTAG=${SPLZFSTAG:-}
998
999     # The files expect a kver to be set to the kernel version .
1000     local kver=$(find_linux_release)
1001
1002     # build and install the spl and zfs (and -devel) RPMs for lustre to use
1003     local pkg
1004     for pkg in spl zfs; do
1005
1006         local rpmpkg
1007
1008         [ "$pkg" == "zfs" ] && spldir="$(ls -d $TOPDIR/usr/src/spl-*|tail -1)"
1009
1010         # need to fetch the repo in order to build it.
1011         # default to github but allow override
1012         git clone -n ${SPLZFSGITREPO:-"https://github.com/zfsonlinux"}/$pkg.git $pkg 2>&1
1013
1014         pushd $pkg || return 255
1015         local tag
1016         if [ -n "$SPLZFSTAG" ]; then
1017             tag=$SPLZFSTAG
1018         else
1019             tag=$pkg-$SPLZFSVER
1020         fi
1021         git checkout -b lbuild $tag || fatal 1 "Failed to checkout \"$tag\" for $pkg.git"
1022
1023         # This differentiates between older zfs versions
1024         if [ -f $pkg-modules.spec.in ]; then
1025             rpmpkg=$pkg-modules
1026             specdir=.
1027             speclist="$pkg.spec $rpmpkg.spec"
1028         else
1029             rpmpkg=kmod-$pkg-devel
1030             specdir=rpm/generic
1031             speclist="$pkg.spec $pkg-kmod.spec $pkg-dkms.spec"
1032         fi
1033
1034         sh autogen.sh || return 255
1035
1036         if  ! ./configure --with-linux=${LINUX} --with-linux-obj=${LINUXOBJ:-$LINUX} \
1037                           ${spldir:+--with-spl="${spldir}"} 2>&1 ||
1038             ! make dist 2>&1; then
1039             popd
1040             return 255
1041         fi
1042         popd
1043
1044         ln -f $pkg/$pkg-*.tar.gz $TOPDIR/SOURCES ||
1045            error "failed to link $pkg/$pkg-*.tar.gz into $TOPDIR/SOURCES"
1046         if [ -f $pkg/scripts/kmodtool ]; then
1047             ln -f $pkg/scripts/kmodtool $TOPDIR/SOURCES/
1048         fi
1049
1050         local rpmb
1051         if $DO_SRC; then
1052             rpmb=-ba
1053         else
1054             rpmb=-bb
1055         fi
1056
1057         # set search dir for our own kmodtool to find correct
1058         # directories
1059         export KERNELSOURCE=$(dirname ${LINUX})
1060         # Manually build rpms
1061         for spec in $speclist; do
1062             echo "Building RPMs from $pkg/$specdir/$spec"
1063             if ! rpmbuild $rpmb $pkg/$specdir/$spec \
1064                 --nodeps -v \
1065                 --define "_use_internal_dependency_generator 0" \
1066                 --define "require_kdir ${LINUX}" \
1067                 ${LINUXOBJ:+--define "require_kobj ${LINUXOBJ}"} \
1068                 ${spldir:+--define "require_spldir ${spldir}"} \
1069                 --define "kver $kver" \
1070                 --define "kernels $kver" \
1071                 --define "_tmppath /var/tmp" \
1072                 --define "kernelbuildroot $TOPDIR/reused" \
1073                 --define "_topdir $TOPDIR" 2>&1; then
1074                 return 255
1075             fi
1076         done
1077
1078         # We have built the rpms for the package. Now we need to extract the
1079         # contained files so we can build further things against them
1080         local rpms=$(ls -1 $TOPDIR/RPMS/*/$rpmpkg-*.rpm)
1081
1082         # cpio only extract to pwd so we need to go there.
1083         pushd $TOPDIR
1084         local rpm
1085         for rpm in $rpms; do
1086             rpm2cpio $rpm | cpio -id
1087         done
1088
1089         if [ "$pkg" == "zfs" ]; then
1090             # We also need to extract both the zfs and zfs-devel rpms
1091             # the zfs rpm is needed because it has the actual libraries in
1092             # it and the zfs-devel rpm only has unversioned symlinks to the
1093             # libraries in the zfs rpm
1094             # this will all change one day when we have a libzfs rpm per
1095             # https://github.com/zfsonlinux/zfs/issues/2329
1096             # and it looks like it could be one day soon:
1097             # https://github.com/zfsonlinux/zfs/pull/2341
1098             local devel_rpms=$(ls -1 $TOPDIR/RPMS/*/{$pkg-devel,$pkg-$SPLZFSVER,lib*}-*.rpm)
1099             for rpm in $devel_rpms; do
1100                 rpm2cpio $rpm | cpio -id
1101             done
1102             CONFIGURE_FLAGS="--with-$pkg-devel=$TOPDIR ${CONFIGURE_FLAGS}"
1103         fi
1104         popd
1105
1106         CONFIGURE_FLAGS="--with-$pkg=$(ls -d $TOPDIR/usr/src/$pkg-*|tail -1) ${CONFIGURE_FLAGS}"
1107         CONFIGURE_FLAGS="--with-$pkg-obj=$(ls -d $TOPDIR/usr/src/$pkg-*/$kver*|tail -1) ${CONFIGURE_FLAGS}"
1108     done
1109
1110     OSDZFSRPM=true
1111
1112     return 0
1113 }
1114
1115 stage() {
1116
1117     [ "$STAGEDIR" ] || return 0
1118
1119     for arch in $BUILD_ARCHS; do
1120         rpmdir="${STAGEDIR}/${CANONICAL_TARGET}-${arch}"
1121         echo "${0##*/}: Copying RPMs into ${rpmdir}"
1122         mkdir -p "${rpmdir}"
1123         for rpm in $(ls RPMS/${arch}/*.rpm RPMS/noarch/*.rpm); do
1124             cp -v $rpm "${rpmdir}"
1125         done
1126     done
1127
1128     cp -v "$LUSTRE" "$STAGEDIR"
1129
1130 }
1131
1132 set_rpm_smp_type() {
1133
1134     local infact_arch="${TARGET_ARCH}"
1135
1136     RPMSMPTYPE=""
1137     [ "$infact_arch" == "i586" ] && infact_arch="i686"
1138
1139     local smp_type
1140     for smp_type in $SMP_ARCHS; do
1141         [ $infact_arch == $smp_type ] && RPMSMPTYPE=smp && break
1142     done
1143
1144     for smp_type in $BIGSMP_ARCHS; do
1145         [ $infact_arch == $smp_type ] && RPMSMPTYPE=bigsmp && break
1146     done
1147
1148     for smp_type in $PPC64_ARCHS; do
1149         [ $infact_arch == $smp_type ] && RPMSMPTYPE=ppc64 && break
1150     done
1151
1152     for smp_type in $DEFAULT_ARCHS; do
1153         [ $infact_arch == $smp_type ] && RPMSMPTYPE=default && break
1154     done
1155
1156 }
1157
1158 # This function takes a linux include tree and digs out the linux release
1159 # from it. It is never called directly, only called from the distro
1160 # specific function find_linux_release() in lbuild-{rhel,sles}.
1161 _find_linux_release() {
1162     local SRC="$1"
1163     local LINUXRELEASEHEADER=""
1164
1165     LINUXRELEASEHEADER=$SRC/include/linux/version.h
1166     if [ -s $SRC/include/generated/utsrelease.h ]; then
1167         LINUXRELEASEHEADER=$SRC/include/generated/utsrelease.h
1168     elif [ -s $SRC/include/linux/utsrelease.h ]; then
1169         LINUXRELEASEHEADER=$SRC/include/linux/utsrelease.h
1170     fi
1171
1172     if [ ! -s $LINUXRELEASEHEADER ]; then
1173         fatal 1 "could not find UTS_RELEASE"
1174     fi
1175
1176     sed -ne 's/#define UTS_RELEASE "\(.*\)"$/\1/p' $LINUXRELEASEHEADER
1177 }
1178
1179 # unpack kernel(/source/devel) RPM
1180 #
1181 # This function and it's setting of $LINUX and $LINUXOBJ is a total hack that
1182 # needs to completely refactored.  It completely ingores that $BUILD_ARCHS may
1183 # contain a list of arches for which rpmbuild commands (including the one for
1184 # lustre itself)
1185 unpack_linux_devel_rpm() {
1186     local kernelrpm="${1}"
1187
1188     [ -f "$kernelrpm" ] || return 255
1189     [ -d $TOPDIR/reused ] || mkdir $TOPDIR/reused || return 255
1190
1191     pushd $TOPDIR/reused &>/dev/null || return 255
1192
1193     if ! rpm2cpio < "$kernelrpm" | cpio -id > /dev/null 2>&1; then
1194         return 255
1195     fi
1196
1197     # call a distro specific hook, if available
1198     if type -p unpack_linux_devel_rpm-$DISTROMAJ; then
1199         if ! unpack_linux_devel_rpm-$DISTROMAJ "$kernelrpm"; then
1200             return 255
1201         fi
1202     fi
1203
1204     popd &>/dev/null
1205
1206     find_linux_devel_paths $TOPDIR/reused
1207
1208     return 0
1209
1210 }
1211
1212 build_kernel_ib() {
1213     local linux="$1"
1214     local kib_prefix="$2"
1215     local kib_rpm="$3"
1216     local ofed_type="${4}"
1217     local ofed_version="${5}"
1218
1219     # build kernel-ib{,-devel}/compat-rdma{,-devel}
1220     local K_SRC="K_SRC"
1221
1222         local OFED_CORE="--with-core-mod --with-ipoib-mod --with-user_mad-mod \
1223         --with-user_access-mod --with-addr_trans-mod --with-madeye-mod"
1224         local OFED_HARDWARE="--with-mthca-mod --with-mlx4-mod \
1225         --with-mlx4_en-mod --with-cxgb3-mod --with-mlx4_en-mod \
1226         --with-cxgb3-mod --with-nes-mod --with-mlx5-mod --with-cxgb4-mod \
1227         --with-qib-mod"
1228
1229         # Removing the check for older version support
1230         #if compare_version $OFED_VERSION 3.0; then
1231         #OFED_CORE="$OFED_CORE --with-madeye-mod --with-rds-mod"
1232         #else
1233         #OFED_HARDWARE="$OFED_HARDWARE --with-mlx5-mod --with-cxgb4-mod --with-ocrdma-mod --with-qib-mod"
1234         #fi
1235
1236     # some I/B drivers are architecture dependent and kernel-ib's configure
1237     # does not figure it out for us ~sigh~
1238     case "$TARGET_ARCH" in
1239         ppc64)
1240             OFED_HARDWARE="$OFED_HARDWARE --with-ehca-mod"
1241             ;;
1242     esac
1243     # we're no longer shipping the OFED iSCSI target
1244     #OFED_ISCSI="--with-srp-mod --with-srp-target-mod"
1245     OFED_ISCSI="--with-srp-mod"
1246     ## ISER module has no backport support as of OFED 1.5 (i.e. only builds on
1247     ##kernels >= 2.6.30)
1248     #if [[ $OFED_VERSION = 1.[0-4]* ]]; then
1249     #   OFED_ISCSI="$OFED_ISCSI --with-iser-mod"
1250     #fi
1251
1252     # assume we are just rebuilding the SRPM
1253     local BUILD_TYPE=${BUILD_TYPE:-"--rebuild"}
1254     local SOURCE="${TOPDIR}/OFED/SRPMS/${kib_prefix}-*.src.rpm"
1255
1256     # but switch to building from the SPEC if we need to apply patches
1257     if ls ${TOPDIR}/lustre/contrib/patches/ofed/* >/dev/null; then
1258         BUILD_TYPE="-bb"
1259         rpm --define "_topdir ${TOPDIR}" -ivh $SOURCE
1260         SOURCE="${TOPDIR}/SPECS/${kib_prefix}.spec"
1261         local file ed_fragment1 ed_fragment2 n=1
1262         for file in $(ls ${TOPDIR}/lustre/contrib/patches/ofed/*.patch); do
1263             ed_fragment1="$ed_fragment1
1264 Patch$n: ${file%%*/}"
1265             ed_fragment2="$ed_fragment2
1266 %patch$n -p0"
1267             cp $file ${TOPDIR}/SOURCES
1268             let n=$n+1
1269         done
1270         for file in $(ls ${TOPDIR}/lustre/contrib/patches/ofed/*.ed); do
1271             # Only apply the ed-scripts that should be used for the canonical target
1272             # ed-files in ${TOPDIR}/lustre/contrib/patches/ofed/ have to follow the naming
1273             # convention
1274             # <two-digits>-<descriptive-name>:<canonical_target_1>: ...:<canonical_target_N>.ed
1275             # To apply the same change to multiple canonical target simply specify
1276             # a list of colon separated canoncial target names in the file name.
1277             echo "$file" | grep -q -e ":${CANONICAL_TARGET}:" \
1278                                    -e ":${CANONICAL_TARGET}.ed$"
1279             if [ $? -eq 0 ] ; then
1280                 ed_fragment3="$ed_fragment3
1281 $(cat $file)"
1282                 let n=$n+1
1283             fi
1284         done
1285
1286         if [ $n -gt 1 ]; then
1287             ed $SOURCE <<EOF
1288 /^Source: /a
1289 $ed_fragment1
1290 .
1291 /^%setup /a
1292 $ed_fragment2
1293 .
1294 $ed_fragment3
1295 wq
1296 EOF
1297         fi
1298     fi
1299
1300     local linuxrelease=$(find_linux_release)
1301         # a place to change/add any unique config
1302         case $ofed_type in
1303                 ofa|ifs) local K_SRC_OBJ="K_SRC_OBJ"
1304                 if ! $RPMBUILD $BUILD_TYPE --define 'build_kernel_ib 1' \
1305                         --define 'build_kernel_ib_devel 1' \
1306                         ${FIND_REQUIRES:+--define "__find_requires $FIND_REQUIRES"} \
1307                         --define "_topdir ${TOPDIR}" --target ${TARGET_ARCH} \
1308                         --define "KVERSION ${linuxrelease}" \
1309                         --define "$K_SRC ${linux}" \
1310                         ${K_SRC_OBJ:+--define "$K_SRC_OBJ ${linux}"} \
1311                         ${OFA_KERNEL_RELEASE:+--define "_release $OFA_KERNEL_RELEASE"} \
1312                         --define "configure_options --without-quilt $OFED_CORE $OFED_HARDWARE $OFED_ISCSI" \
1313                         ${SOURCE} 2>&1; then
1314                         fatal 1 "Error building ${kib_rpm}"
1315                 fi
1316                 ;;
1317                 mlnx)
1318                 if ! $RPMBUILD $BUILD_TYPE \
1319                         ${FIND_REQUIRES:+--define "__find_requires $FIND_REQUIRES"} \
1320                         --define "_topdir ${TOPDIR}" --target ${TARGET_ARCH} \
1321                         --define "KVERSION ${linuxrelease}" \
1322                         --define "$K_SRC ${linux}" \
1323                         ${OFA_KERNEL_RELEASE:+--define "_release $OFA_KERNEL_RELEASE"} \
1324                         --define "configure_options --without-quilt $OFED_CORE $OFED_HARDWARE $OFED_ISCSI" \
1325                         ${SOURCE} 2>&1; then
1326                         fatal 1 "Error building ${kib_rpm}"
1327                 fi
1328                 ;;
1329         esac
1330
1331 }
1332
1333 store_for_reuse() {
1334     local articles="$1"
1335     local module="$2"
1336     local location="$3"
1337     local signature="$4"
1338     local use_links="$5"
1339
1340     local linkflag=""
1341     if $use_links; then
1342         linkflag="l"
1343     fi
1344
1345     local default_iface=$(/sbin/ip route get 192.1.1.1 | sed -ne 's/.* dev \(.*\)  * src .*/\1/p')
1346     if [ -z "$default_iface" ]; then
1347         fatal 1 "Failed to determine the default route interface"
1348     fi
1349     local unique_id=$(/sbin/ip addr show dev $default_iface | sed -ne '/ inet /s/ *inet \(.*\)\/.*/\1/p' | head -1)
1350     if [ -z "$unique_id" ]; then
1351         fatal 1 "Failed to determine a unique id from interface $default_interface"
1352     fi
1353
1354     local finallocation="$location"/"$signature"/"$module"
1355     location="$location"/"$signature-${unique_id}"/"$module"
1356     mkdir -p "$location"
1357     # the cleanup script removes any directory that doesn't have a
1358     # .lastused, so let's try to prevent that as soon as we can
1359     # this solution still slightly racy with the cleanup script
1360     # but the race is a lot tighter now
1361     touch -t 197001010000 "$location/.lastused"
1362     ## use eval/echo here to make sure shell expansions are performed
1363     #if ! cp -a${linkflag} $(eval echo $articles) "$location"; then
1364     local article
1365     for article in $(eval echo $articles); do
1366         if ! cp -a${linkflag} "$article" "$location"; then
1367             error "Failed to copy \"$article\" to \"$location\" in store_for_reuse()"
1368             # rename the cache location so that it's not cached
1369             # product, but is around for analysis
1370             mv "$location"{,-bad-$(date +%s)} ||
1371                 error "failed to clean up a failed cache attempt" \
1372                       "in \"$location\" -- manual cleanup will be" \
1373                       "necessary"
1374             return 1
1375         fi
1376     done
1377
1378     # flag the cache as complete (i.e. in case lbuild was previously
1379     # interrupted while caching)
1380     touch "$location/.lastused"
1381
1382     # put the temporary location into the final location
1383     # (last one wins)
1384     mkdir -p "${finallocation%/*}"
1385     mv "$location" "$finallocation"
1386     rmdir "${location%/*}"
1387     return 0
1388
1389 }
1390
1391 reuse() {
1392     local module="$1"
1393     local dest="$2"
1394     local use_links="${3:-false}"
1395     local signature="$4"
1396
1397     if [ -n "$REUSEBUILD" ] && [ -d "$REUSEBUILD/$signature/$module" ]; then
1398         if [ ! -f "$REUSEBUILD/$signature/$module/.lastused" ]; then
1399             # the .lastused flag is populated at the end of the caching to
1400             # signal that the caching was completed.  if that flag is not
1401             # there, then the cache is invalid (and should be removed in fact)
1402             mv "$REUSEBUILD/$signature/$module"{,-bad-$(date +%s)} ||
1403                 fatal 1 "failed to clean up a bad cache in location $REUSEBUILD/$signature/$module\" -- manual cleanup will be necessary"
1404             return 1
1405         fi
1406
1407         # so that we know how stale this entry is
1408         touch $REUSEBUILD/$signature/$module/.lastused
1409
1410         if $use_links; then
1411             if ls $REUSEBUILD/$signature/$module/* >/dev/null 2>&1; then
1412                 cp -al $REUSEBUILD/$signature/$module/* $dest/
1413             fi
1414         else
1415             # copying is pretty heavy
1416             # cp -a $REUSEBUILD/$signature/$module/* $dest/
1417             # do some creative symlinking instead
1418             local dir
1419             for dir in BUILD SRPMS SPECS; do
1420                 if ls $REUSEBUILD/$signature/$module/$dir/* >/dev/null 2>&1; then
1421                     ln -s $REUSEBUILD/$signature/$module/$dir/* $dest/$dir
1422                 fi
1423             done
1424             # sources have to be copied by file because we need SOURCES to
1425             # be a dir we can write into
1426 # could overrun ls's arg list here
1427             #ls $REUSEBUILD/$signature/$module/SOURCES/* |
1428             find $REUSEBUILD/$signature/$module/SOURCES/ -type f |
1429                 xargs ln -t $dest/SOURCES -s
1430
1431             # same for RPMS/* dirs
1432 # could overrun ls's arg list here
1433             #ls $REUSEBUILD/$signature/$module/RPMS/$TARGET_ARCH/* |
1434             local dir
1435             for dir in $REUSEBUILD/$signature/$module/RPMS/*; do
1436                 mkdir -p $dest/RPMS/${dir##*/}
1437                 find $dir -type f |
1438                   xargs ln -t $dest/RPMS/${dir##*/} -s
1439             done
1440         fi
1441         return 0
1442     else
1443         return 1
1444     fi
1445 }
1446
1447 basearch() {
1448     local arch="$1"
1449
1450     if [[ $arch = i[3456]86 ]]; then
1451         echo "i386"
1452     else
1453         echo "$arch"
1454     fi
1455
1456 }
1457
1458 build_kernel_with_srpm() {
1459     local outfd=$1
1460
1461     if [ -z "$outfd" ] || [ $outfd = 1 ]; then
1462         fatal 1 "You must supply a file descriptor to ${FUNCNAME[0]} and it cannot be 1"
1463     fi
1464
1465     # need to generate the patch for this target
1466     do_patch_linux false >&${outfd}    # sets global $FULL_PATCH (yeah, yuck)
1467
1468     # get an md5sum of the kernel patch + config for reuse check
1469     # XXX really, there needs to be a signature and a CONFIG_FILE per arch
1470     #     in BUILD_ARCHS
1471     local release_str
1472     if $RELEASE; then
1473         local release_str="RELEASE=$RELEASE\n"
1474     fi
1475
1476     if $USE_BUILD_CACHE && [ -n "$REUSEBUILD" ]; then
1477         local REUSE_SIGNATURE=$({ echo -en $release_str;
1478                                   echo $BUILD_GEN;
1479                                   cat "$CONFIG_FILE";
1480                                   cat "$TARGET_FILE" |
1481                                   sed -e '/_VERSION=/s/_[0-9]*_g.*$//g';
1482                                   cat "$FULL_PATCH";
1483                                   cat "$LBUILD_DIR/lbuild";
1484                                   cat "$LBUILD_DIR/lbuild-$DISTROMAJ"; } |
1485                                 md5sum | cut -d" " -f1)
1486         # see if we can link to the reuse pool
1487         # XXX - hrm.  i'm not convinced this doesn't belong in the reuse
1488         #       "library"
1489         local CAN_LINK_FOR_REUSE=false
1490         touch $REUSEBUILD/$$
1491         if cp -al $REUSEBUILD/$$ $TOPDIR/ 2>/dev/null; then
1492             CAN_LINK_FOR_REUSE=true
1493         fi
1494         rm $REUSEBUILD/$$
1495     fi
1496
1497     # the extra version string to use for the kernel (which might be a reused
1498     # kernel, remember)
1499     local kernel_extra_version=""
1500     if ! $USE_BUILD_CACHE || ! reuse kernel "$TOPDIR" "$CAN_LINK_FOR_REUSE" \
1501                                    "$REUSE_SIGNATURE"; then
1502         # nothing cached, build from scratch
1503         echo "Downloading kernel SRPM" >&${outfd}
1504         download_srpm "$CANONICAL_TARGET" "$KERNEL_SRPM" >&${outfd}
1505
1506         if ! rpm -ivh $KERNELDIR/$KERNEL_SRPM \
1507                   --define "_topdir $TOPDIR" >&${outfd} 2>&1; then
1508             # should we clean this up or leave it for analysis?
1509             #rm -rf $RPMTOPDIR
1510             fatal 1 "Error installing kernel SRPM."
1511         fi
1512
1513         # put the Lustre kernel patch into the RPM build tree
1514         cp $FULL_PATCH $TOPDIR/SOURCES/linux-${lnxmaj}-lustre.patch
1515         prepare_and_build_srpm >&${outfd} ||
1516             fatal 1 "failed to prepare_and_build_srpm"
1517
1518         if [ -z "$REUSE_SIGNATURE" ]; then
1519             echo "No reuse signature was caculated so not storing the built kernel" >&${outfd}
1520         else
1521             # store the resulting kernel RPM build tree for future use
1522             echo "Storing the built kernel for future reuse" >&${outfd}
1523             if ! store_for_reuse "$TOPDIR/{SPECS,SOURCES,SRPMS,RPMS}" \
1524                                  "kernel" "$REUSEBUILD" "$REUSE_SIGNATURE" \
1525                                  "$CAN_LINK_FOR_REUSE"; then
1526                 error "Failed to store kernel RPMS for reuse"
1527                 echo "unknown" >&${outfd}
1528                 return 1
1529             fi
1530         fi
1531     fi  # build reuse
1532
1533     # figure out the EXTRA_VERSION of the kernel we built or are re-using
1534     local KERNEL_RPM
1535     if ! KERNEL_RPM=$(find_rpm "$TOPDIR/RPMS/$TARGET_ARCH/" provides "^kernel(-default)? ="); then
1536         fatal 1 "Failed to find a kernel RPM in $TOPDIR/RPMS/$TARGET_ARCH/"
1537     fi
1538     kernel_extra_version=$(rpm -q --queryformat "%{RELEASE}" -p $TOPDIR/RPMS/$TARGET_ARCH/$KERNEL_RPM)
1539
1540     # should now have the following RPMs
1541     # $TOPDIR/RPMS/$arch/kernel-lustre-2.6.18-53.1.21.el5_lustre.1.6.5.1.$arch.rpm
1542     # $TOPDIR/RPMS/$arch/kernel-lustre-devel-2.6.18-53.1.21.el5_lustre.1.6.5.1.$arch.rpm
1543     # $TOPDIR/RPMS/$arch/kernel-lustre-headers-2.6.18-53.1.21.el5_lustre.1.6.5.1.$arch.rpm
1544     # $TOPDIR/RPMS/$arch/kernel-lustre-debuginfo-common-2.6.18-53.1.21.el5_lustre.1.6.5.1.$arch.rpm
1545     # $TOPDIR/RPMS/$arch/kernel-lustre-debuginfo-2.6.18-53.1.21.el5_lustre.1.6.5.1.$arch.rpm
1546
1547     echo $kernel_extra_version
1548     return 0
1549
1550 }
1551
1552 # build OFED
1553 # globals used:
1554 #    TOPDIR
1555 #    REUSEBUILD, USE_BUILD_CACHE
1556 #    CONFIGURE_FLAGS
1557
1558 build_ofed() {
1559         local linux="$1"
1560         local ofed_type="$2"
1561         local ofed_version="$3"
1562         local kib_prefix
1563         local kib_rpm
1564         local pre_prefix
1565         local o2ib_location
1566         local rpm
1567
1568     if [ "$ofed_version" = "inkernel" ]; then
1569         # see if there is a distro specific override for this and use
1570         # that if it exists
1571         # XXX we need to better integrate a distro specific override with
1572         #     the rest of this function so that all of the reuse cache
1573         #     stuff is leveraged given that 80% of this function is reuse
1574         if type -p build_ofed-$DISTROMAJ; then
1575             local ofed_location
1576             ofed_location=$(build_ofed-$DISTROMAJ ${STDOUT})
1577             local rc=${PIPESTATUS[0]}
1578             CONFIGURE_FLAGS="--with-o2ib=${ofed_location} ${CONFIGURE_FLAGS}"
1579             return $rc
1580         else
1581             return 0
1582         fi
1583         else
1584                 case $ofed_type in
1585                         mlnx) # no compat-rdma for mlnx as of 3.1
1586                                 kib_prefix="ofa_kernel"
1587                                 pre_prefix="mlnx-"
1588                                 kib_rpm="${pre_prefix}${kib_prefix}"
1589                                 ;;
1590                         ofa|ifs)
1591                                 if compare_version $ofed_version 3.0; then
1592                                         kib_prefix="ofa_kernel"
1593                                         kib_rpm="${pre_prefix}${kib_prefix}"
1594                                 else
1595                                         kib_prefix="compat-rdma"
1596                                         kib_rpm="compat-rdma"
1597                                 fi
1598                                 ;;
1599                 esac
1600         fi
1601
1602     # build kernel-ib/compat-rdma
1603     if $USE_BUILD_CACHE && [ -n "$REUSEBUILD" ]; then
1604         local REUSE_SIGNATURE=$({ echo "$ofed_version";
1605                                   echo "$(find_linux_release;
1606                                   echo "$BUILD_GEN")";
1607                                   cat "${linux}/include/linux/autoconf.h";
1608                                   cat "$LBUILD_DIR/lbuild";
1609                                   cat "$LBUILD_DIR/lbuild-$DISTROMAJ"; } |
1610                                 md5sum | cut -d" " -f1)
1611         # see if we can link to the reuse pool
1612         # XXX - hrm.  i'm not convinced this doesn't belong in the reuse
1613         #       "library"
1614         local CAN_LINK_FOR_REUSE=false
1615         touch $REUSEBUILD/$$
1616         if cp -al $REUSEBUILD/$$ $TOPDIR/; then
1617             CAN_LINK_FOR_REUSE=true
1618         fi
1619         rm $REUSEBUILD/$$
1620     fi
1621
1622     if ! $USE_BUILD_CACHE || ! reuse ofed "$TOPDIR" "$CAN_LINK_FOR_REUSE" \
1623                                    "$REUSE_SIGNATURE"; then
1624         if [ -n "$REUSE_SIGNATURE" ]; then
1625             # stash away the existing built articles for a moment
1626             mkdir bak
1627             mv {BUILD,{S,}RPMS,S{OURCE,PEC}S} bak
1628             function mv_back {
1629                 pushd bak
1630                 find . | cpio -pudlm ..
1631                 popd
1632                 rm -rf bak
1633             }
1634             create_rpmbuild_dirs
1635         fi
1636         # build it
1637         build_kernel_ib "${linux}" "${pre_prefix}${kib_prefix}" "${kib_rpm}" "${ofed_type}"
1638
1639         if [ -z "$REUSE_SIGNATURE" ]; then
1640             echo "No reuse signature was caculated so not storing the built ofed"
1641         else
1642             # store the resulting RPM build tree for future use
1643             echo "Storing the built ofed for future reuse"
1644             if ! store_for_reuse "$TOPDIR/{SPECS,SOURCES,BUILD,SRPMS,RPMS}" \
1645                                  "ofed" "$REUSEBUILD" "$REUSE_SIGNATURE" \
1646                                  "$CAN_LINK_FOR_REUSE"; then
1647                 error "Failed to store OFED RPMS for reuse"
1648                 mv_back
1649                 return 1
1650             fi
1651             # put the stuff we stashed away back
1652             mv_back
1653         fi
1654     fi
1655
1656     pushd "$TOPDIR" >/dev/null
1657     rm -rf ${kib_rpm}-devel
1658     mkdir ${kib_rpm}-devel
1659     cd ${kib_rpm}-devel
1660
1661         o2ib_location="$(pwd)/usr/src/${kib_prefix}"
1662         case $ofed_type in
1663                 mlnx) # Prior to MOFED 3.1, we had to use build_kernel_ib=1 to
1664                       # build devel rpm. not so after 3.1
1665                         if compare_version $ofed_version 3.0; then
1666                                 rpm=$(ls $TOPDIR/RPMS/*/kernel-ib-devel-${ofed_version%%-*}-*.rpm)
1667                         else
1668                                 rpm=$(ls $TOPDIR/RPMS/*/${kib_rpm}-devel-${ofed_version%%-*}-*.rpm)
1669                         fi
1670                         o2ib_location="${o2ib_location}/default"
1671                         ;;
1672                 ofa) # Prior to OFA 3.18, we had to use build_kernel_ib=1 during configure,
1673                      # not so after 3.18
1674                         if compare_version $ofed_version 3.18; then
1675                                 rpm=$(ls $TOPDIR/RPMS/*/kernel-ib-devel-${ofed_version%%-*}-*.rpm)
1676                         else
1677                                 rpm=$(ls $TOPDIR/RPMS/*/${kib_rpm}-devel-${ofed_version%%-*}-*.rpm)
1678                         fi
1679                         ;;
1680                 ifs) # ifs doesn't follow any convention (if any)
1681                         rpm=$(ls $TOPDIR/RPMS/*/${kib_rpm}-devel-*.rpm)
1682                         ;;
1683         esac
1684
1685         if ! rpm2cpio < $rpm | cpio -id; then
1686                 fatal 1 "could not unpack the $rpm."
1687         fi
1688         CONFIGURE_FLAGS="--with-o2ib=${o2ib_location} ${CONFIGURE_FLAGS}"
1689         popd >/dev/null
1690
1691 }
1692
1693 build_with_srpm() {
1694         local ofed_type="$1"
1695         local ofed_version="$2"
1696
1697     if ! $PATCHLESS; then
1698         local kernel_extra_version
1699         if ! kernel_extra_version=$(build_kernel_with_srpm ${STDOUT}); then
1700             fatal 1 "Failed to build the kernel from it's SRPM"
1701         fi
1702
1703         for arch in $BUILD_ARCHS; do
1704             local kernel_devel_rpm
1705             if ! kernel_devel_rpm=$(find_rpm "$TOPDIR/RPMS/$arch/" provides "^$(devel_kernel_name $KERNEL_LUSTRE_NAMING) ="); then
1706                 fatal 1 "Failed to find a kernel development RPM in $TOPDIR/RPMS/$arch/"
1707             fi
1708
1709             # install the -devel RPM in preparation for modules builds
1710             if ! lnxrel="$kernel_extra_version" unpack_linux_devel_rpm \
1711                            "$TOPDIR/RPMS/$arch/$kernel_devel_rpm"; then
1712                 fatal 1 "Could not find the Linux tree in $TOPDIR/RPMS/$arch/$kernel_devel_rpm"
1713             fi
1714         done
1715     else
1716         # need to find and unpack the vendor's own kernel-devel for patchless
1717         # client build
1718         local kernelrpm
1719         if ! kernelrpm=$(find_linux_rpm "-$DEVEL_KERNEL_TYPE"); then
1720             fatal 1 "Could not find the kernel-$DEVEL_KERNEL_TYPE RPM in $KERNELRPMSBASE/$lnxmaj/$DISTROMAJ"
1721         fi
1722         if ! lnxrel="$lnxrel" unpack_linux_devel_rpm "$kernelrpm" "-"; then
1723             fatal 1 "Could not find the Linux tree in $kernelrpm"
1724         fi
1725     fi
1726
1727     # ~sigh~  have to make copies of and modify some of the rpm
1728     # infrastructure files so that find-requires can find our unpacked
1729     # kernel-devel artifacts
1730     cp $RPM_HELPERS_DIR/{symset-table,find-requires{,.ksyms}} .
1731     export FIND_REQUIRES="$(pwd)/find-requires"
1732     chmod 755 {symset-table,find-requires{,.ksyms}}
1733     local tmp="$(pwd)"
1734     tmp="${tmp//\//\\/}"
1735     ed find-requires <<EOF
1736 1a
1737 set -x
1738 .
1739 /|.*find-requires.ksyms/s/|/| bash -x/
1740 g/ [^ ]*\/\(find-requires\.ksyms\)/s// $tmp\/\1/g
1741 wq
1742 EOF
1743     ed find-requires.ksyms <<EOF
1744 1a
1745 set -x
1746 .
1747 g/\/.*\/\(symset-table\)/s//$tmp\/\1/g
1748 g/\(\/usr\/src\/kernels\/\)/s//$tmp\/reused\1/g
1749 wq
1750 EOF
1751     ed symset-table <<EOF
1752 1a
1753 set -x
1754 .
1755 g/\(\/boot\/\)/s//$tmp\/reused\1/g
1756 g/\(\/usr\/src\/kernels\/\)/s//$tmp\/reused\1/g
1757 wq
1758 EOF
1759
1760         build_ofed "${LINUXOBJ:-$LINUX}" "$ofed_type" "$ofed_version" ||
1761         fatal 1 "error building OFED"
1762
1763     # now build Lustre
1764     if build_lustre "$LINUX" "$LINUXOBJ"; then
1765         # the build worked.  resolve any symlinked files (i.e. from reuse)
1766         # in RPMS/$arch to real files so that that that huge mess of
1767         # complication known as LTS can copy them yet somewhere else.
1768         # is it any wonder this whole process is so damn so?  anyone ever
1769         # heard of hardlinks?  it's this cool new thing that allows you save
1770         # tons of time and space by creating... well you can go read about
1771         # them if you have not heard about them yet.
1772         # can i say how much the implemenation of all of this really impedes
1773         # RPM reuse?
1774         local dir
1775         for dir in RPMS/*; do
1776             pushd $dir
1777             for file in $(ls); do
1778                 if [ -h $file ]; then
1779                     cp $file foo
1780                     mv foo $file
1781                 fi
1782             done
1783             popd
1784         done
1785         # also, for i?86, make sure all of the RPMs are in RPMS/$TARGET_ARCH
1786         # as that's where LTS expects to find them
1787         for dir in RPMS/*; do
1788             if [ $dir = RPMS/$TARGET_ARCH ]; then
1789                 continue
1790             fi
1791             pushd $dir
1792             local files=$(ls)
1793             if [ -n "$files" ]; then
1794                 cp -al $files ../$TARGET_ARCH
1795             fi
1796             popd
1797         done
1798     else
1799         return 1
1800     fi
1801
1802 }
1803
1804 create_rpmbuild_dirs() {
1805
1806     [ -d RPMS ] || mkdir RPMS
1807     for arch in $BUILD_ARCHS; do
1808         if [[ $arch = i?86 ]]; then
1809             # some stupidity in the sles11 kernel spec requires an RPMS/i386
1810             # even if the target arch is i686
1811             [ -d RPMS/i386 ] || mkdir RPMS/i386
1812         fi
1813         [ -d RPMS/$arch ] || mkdir RPMS/$arch
1814     done
1815     [ -d RPMS/noarch ] || mkdir RPMS/noarch
1816     [ -d BUILD ] || mkdir BUILD
1817     [ -d SOURCES ] || mkdir SOURCES
1818     [ -d SPECS ] || mkdir SPECS
1819     [ -d SRPMS ] || mkdir SRPMS
1820
1821 }
1822
1823 new_list() {
1824
1825     echo ""
1826
1827 }
1828
1829 add_list() {
1830     local list="$1"
1831     local item="$2"
1832
1833     echo "$list $item"
1834
1835 }
1836
1837 is_list_member() {
1838     local list="$1"
1839     local item="$2"
1840
1841     [[ $list\  == *\ $item\ * ]]
1842
1843 }
1844
1845 #########################################################################
1846 # Generate a backtrace through the call stack.
1847 #
1848 # Input: None
1849 # Output: None
1850 #########################################################################
1851 backtrace() {
1852     local strip=${1:-1}
1853
1854     local funcname="" sourcefile="" lineno="" n
1855
1856     echo "Call stack: (most recent first)"
1857     for (( n = $strip ; n < ${#FUNCNAME[@]} ; ++n )) ; do
1858         funcname=${FUNCNAME[$n - 1]}
1859         sourcefile=$(basename ${BASH_SOURCE[$n]})
1860         lineno=${BASH_LINENO[$n - 1]}
1861         if [ $n = 1 ]; then
1862             let lineno-=11
1863         fi
1864         # Display function arguments
1865         if [[ ! -z "${BASH_ARGV[@]}" ]]; then
1866             local args newarg j p=0
1867             for (( j = ${BASH_ARGC[$n - 1]}; j > 0; j-- )); do
1868                 newarg=${BASH_ARGV[$j + $p - 1]}
1869                 args="${args:+${args} }'${newarg}'"
1870             done
1871             let p+=${BASH_ARGC[$n - 1]}
1872         fi
1873         echo "  ${funcname} ${args:+${args} }at ${sourcefile}:${lineno}"
1874     done
1875
1876     echo
1877     echo "BEGIN BACKTRACE"
1878
1879     #echo ${BASH_LINENO[*]}
1880     #echo ${BASH_SOURCE[*]}
1881     #echo ${FUNCNAME[*]}
1882     local i=$((${#FUNCNAME[@]} - 1))
1883     while [ $i -ge 0 ]; do
1884         local lineno=${BASH_LINENO[$i]}
1885         if [ $i = 0 ]; then
1886             let lineno-=11
1887         fi
1888         local SOURCELINE="${BASH_SOURCE[$i + 1]}:${lineno}"
1889         # Can't figure out how to get function args from other frames...
1890         local FUNCTION="${FUNCNAME[$i]}()"
1891         echo "$SOURCELINE:$FUNCTION"
1892         i=$((i - 1))
1893     done
1894
1895     echo "END BACKTRACE"
1896
1897     echo $BACKTRACE
1898
1899 }
1900
1901 seen_list=$(new_list)
1902 trap 'set +x;
1903 echo "An unexpected error has occurred at ${BASH_SOURCE[0]##*/}:$((LINENO-1)).
1904 Unfortunately the above line number in the message may or may not be correct,
1905 but details have been send to the lbuild maintainer.  Attempting to continue."; (echo "Untrapped error"
1906 echo
1907 # have we seen this one
1908 echo "checking seen list for ${BASH_SOURCE[0]}:${BASH_LINENO[0]}"
1909
1910 if is_list_member "$seen_list" "${BASH_SOURCE[0]}:${BASH_LINENO[0]}"; then
1911   echo "seen this one already"
1912 else
1913   seen_list=$(add_list "$seen_list" "${BASH_SOURCE[0]}:${BASH_LINENO[0]}")
1914 fi
1915 backtrace
1916 ) ; set $xtrace' ERR
1917 set -E
1918
1919 [ -r ~/.lbuildrc ] && . ~/.lbuildrc
1920
1921 options=$(getopt -o D:h -l kerneltree:,distro:,kernelrpm:,reusebuild:,patchless,ccache,norpm,external-patches:,timestamp:,extraversion:,kerneldir:,linux:,lustre:,nodownload,nosrc,noiokit,ofed-type:,ofed-version:,mlnx-version:,ofed-src:,publish,disable-zfs,release,set-value:,src,stage:,target:,target-archs:,with-linux:,xen -- "$@")
1922
1923 if [ $? != 0 ]; then
1924     usage 1
1925 fi
1926
1927 eval set -- "$options"
1928
1929 while [ "$1" ]; do
1930     case "$1" in
1931         '')
1932             usage 1
1933             ;;
1934         --ccache)
1935             CCACHE='ccache'
1936             shift
1937             ;;
1938         -D)
1939             DATE=$2
1940             shift 2
1941             ;;
1942         --external-patches)
1943             EXTERNAL_PATCHES=$2
1944             shift 2
1945             ;;
1946         --extraversion)
1947             EXTRA_VERSION=$2
1948             shift 2
1949             ;;
1950         --help | -h)
1951             usage 0
1952             ;;
1953         --kerneldir)
1954             KERNELDIR=$2
1955             shift 2
1956             ;;
1957         --kerneltree)
1958             if ! KERNELTREE=$(canon_path "$2"); then
1959                 fatal 1 "Could not determine the canonical location of $2"
1960             fi
1961             shift 2
1962             ;;
1963         --linux | --with-linux)
1964             if ! LINUX=$(canon_path "$2"); then
1965                 fatal 1 "Could not determine the canonical location of $2"
1966             fi
1967             shift 2
1968             ;;
1969         --distro)
1970             DISTRO=$2
1971             shift 2
1972             ;;
1973         --reusebuild)
1974             if ! REUSEBUILD=$(canon_path "$2"); then
1975                 fatal 1 "Could not determine the canonical location of $2"
1976             fi
1977             shift 2
1978             ;;
1979         --norpm)
1980             shift
1981             ;;
1982         --noiokit)
1983             IOKITRPM=false
1984             shift
1985             ;;
1986         --patchless)
1987             PATCHLESS=true
1988             shift
1989             ;;
1990         --kernelrpm)
1991             if ! KERNELRPMSBASE=$(canon_path "$2"); then
1992                 fatal 1 "Could not determine the canonical location of $2"
1993             fi
1994             shift 2
1995             ;;
1996         --timestamp)
1997             TIMESTAMP=$2
1998             shift 2
1999             ;;
2000         --lustre)
2001             if ! LUSTRE=$(canon_filepath "$2"); then
2002                 fatal 1 "Could not determine the canonical location of $2"
2003             fi
2004             shift 2
2005             ;;
2006         --nodownload)
2007             DOWNLOAD=false
2008             shift 1
2009             ;;
2010         --nosrc)
2011             DO_SRC=false
2012             shift 1
2013             ;;
2014         --ofed-version)
2015             OFED_VERSION="$2"
2016             shift 2
2017             ;;
2018         --ofed-type)
2019                 OFED_TYPE="$2"
2020                 shift 2
2021                 ;;
2022         --ofed-src)
2023                 OFED_SRC="$2"
2024                 shift 2
2025                 ;;
2026         --publish)
2027             shift
2028             ;;
2029         --disable-zfs)
2030             WITH_ZFS="no"
2031             shift
2032             ;;
2033         --release)
2034             RELEASE=true
2035             shift
2036             ;;
2037         --src)
2038             DO_SRC=true
2039             shift 1
2040             ;;
2041         --stage)
2042             STAGEDIR=$2
2043             shift 2
2044             ;;
2045         --target)
2046             TARGET=$2
2047             shift 2
2048             ;;
2049         --target-archs)
2050             TARGET_ARCHS=$2
2051             shift 2
2052             ;;
2053         --xen)
2054             XEN=true
2055             shift
2056             ;;
2057         --set-value)
2058             eval $2
2059             shift 2
2060             ;;
2061         --)
2062             shift
2063             # there are actually some lustre configure flags that we need to
2064             # handle ourselves (but we still give them to configure)
2065             if [[ \ $@\  == *\ --disable-tests\ * ]]; then
2066                 LUSTRE_TESTS=false
2067             fi
2068             CONFIGURE_FLAGS=$@
2069             break
2070             ;;
2071         *)
2072             usage 1 "Unrecognized option: $1"
2073             ;;
2074     esac
2075 done
2076
2077 check_options
2078
2079 unpack_lustre
2080
2081 load_target
2082
2083         if [ -n "$OFED_TYPE" -a "$OFED_TYPE" != "inkernel" ]; then
2084                 download_ofed "$OFED_TYPE" "$OFED_VERSION"
2085                 unpack_ofed "$OFED_TYPE" "$OFED_VERSION" || fatal 1 "Error unpacking OFED tarball"
2086         fi
2087
2088 # make sure the RPM build environment is set up
2089 create_rpmbuild_dirs
2090
2091 # if an unpacked kernel source tree was given on the command line
2092 # just build lustre with it (nothing distro kernel specific here)
2093 if [ -n "$LINUX" ]; then
2094     find_linux_release() {
2095         _find_linux_release $LINUX
2096     }
2097         build_ofed "${LINUXOBJ:-$LINUX}" "$OFED_TYPE" "$OFED_VERSION" ||
2098         fatal 1 "error building OFED"
2099     build_lustre "$LINUX" "$LINUXOBJ"
2100 else
2101     if [ ! -f "${LBUILD_DIR}/lbuild-$DISTROMAJ" ]; then
2102         fatal 1 "${LBUILD_DIR}/lbuild-$DISTROMAJ not found"
2103     fi
2104     source ${LBUILD_DIR}/lbuild-$DISTROMAJ
2105         build_with_srpm "$OFED_TYPE" "$OFED_VERSION" || fatal 1 "Failed to build_with_srpm"
2106 fi
2107
2108 stage