From: John Taylor <pi00100100@gmail.com>
To: Alasdair G Kergon <agk@redhat.com>
Cc: linux-lvm@redhat.com
Subject: Re: [linux-lvm] Problems at cross-compiling LVM2-2.02.52
Date: Tue, 22 Sep 2009 15:23:02 +0200 [thread overview]
Message-ID: <4AB8CFB6.5090000@gmail.com> (raw)
In-Reply-To: <20090922131100.GN1210@agk-dp.fab.redhat.com>
Alasdair G Kergon wrote:
> So can you describe the problem more precisely e.g. quoting the
> actual command lines/settings that aren't working and you think
> ought to do?
I'm building packages for my own GNU/Linux system via some bash scripts.
The one that builds lvm2 is this:
cd ${clfs_sources}
tar --extract --verbose --file=${tarball[lvm2]}
cd ${sources[lvm2]}
./configure --prefix=/usr --build=${clfs_host} --host=${clfs_target}
--target=${clfs_target} --disable-nls ac_cv_func_malloc_0_nonnull=yes
make
make install DESTDIR=${clfs}
cd ${clfs_sources}
rm --recursive --force --verbose ${sources[lvm2]}
Here the value of the variables:
clfs_sources=/mnt/clfs/sources
tarball[lvm2]=LVM2-2.02.52.tar.xz
sources[lvm2]=LVM2-2.02.52
clfs_host=i486-unknown-linux-gnu
clfs_target=x86_64-unknown-linux-gnu
clfs=/mnt/clfs
I hope it is clear now.
next prev parent reply other threads:[~2009-09-22 13:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-22 12:16 [linux-lvm] Problems at cross-compiling LVM2-2.02.52 John Taylor
2009-09-22 12:33 ` Alasdair G Kergon
2009-09-22 12:40 ` John Taylor
2009-09-22 12:47 ` Alasdair G Kergon
2009-09-22 13:04 ` John Taylor
2009-09-22 13:11 ` Alasdair G Kergon
2009-09-22 13:23 ` John Taylor [this message]
2009-09-22 13:40 ` Alasdair G Kergon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AB8CFB6.5090000@gmail.com \
--to=pi00100100@gmail.com \
--cc=agk@redhat.com \
--cc=linux-lvm@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.