Hi Bernard

First thanks for your help
We just want (on the Fedora 12) to do rpmbuild -ba using systemimager-4.0.2,src The rpmbuild command fail as indicated when it try to mklib the LVM boel_binaries directory. Fail ==> With LVM2.2.02.56 or LVM2.2.02.57 (/SOURCES/systemimager-4.0.2/src/LVM2.2.02.57.tgz OK ==> With LVM2.2.02.53.tgz (/SOURCES/systemimager-4.0.2/src/LVM2.2.02.53.tgz I use the same lvm.rul for LVM2.2.02.53.tgz and LVM2.2.02.57 (see here under)


============================================================================
LVM_VERSION     := 2.2.02.57
LVM_DIR         := LVM$(LVM_VERSION)
LVM_TARBALL     := LVM$(LVM_VERSION).tgz
#LVM_URL        := ftp://sources.redhat.com/pub/lvm2/old/$(LVM_TARBALL)
LVM_URL         := http://download.systemimager.org/pub/lvm/$(LVM_TARBALL)
LVM_BINARY      := $(SRC_DIR)/$(LVM_DIR)/tools/lvm
LVM_PATCHES     := $(shell ls $(PATCH_DIR)/lvm.*.patch 2>/dev/null | sort)

PHONY += lvm
lvm:    $(LVM_BINARY) $(DEVMAPPER_BINARY)
$(LVM_BINARY):  $(SRC_DIR)/$(LVM_TARBALL) $(DEVMAPPER_BINARY)
       rm -rf $(SRC_DIR)/$(LVM_DIR)
       cd $(SRC_DIR) && tar -xvzf $(LVM_TARBALL)
       cd $(SRC_DIR)/$(LVM_DIR) && \
./configure --prefix=/usr --disable-readline --disable-selinux --disable-nls --with-optimisation=-Os \
#                       --with-dmdir=$(SRC_DIR)/$(DEVMAPPER_DIR)
       cd $(SRC_DIR)/$(LVM_DIR) && \
               cat $(LVM_PATCHES) < /dev/null | patch -p1
       $(MAKE) -j $(NCPUS) -C $(SRC_DIR)/$(LVM_DIR)
====================================================================================


Bernard Li a écrit :
Hi Thierry:

On Fri, Jan 15, 2010 at 2:05 AM, Thierry Iceta <[email protected]> wrote:

My problem is when I try to include new LVM2.2.02.56 in
systemimager-4.0.2 production environment  and compile (make ) under
Fedora12
I got an error when mklibs try to link sbin/* directory where lvm
binaries are located.
No probleme with LVM22.02.53 and under
probleme  with LVM22.02.56 and >  This LVM is requested for FEDORA12
Here under you will find most of informations

Is there a reason why you need that version specifically?  Are you
saying that if you image a client using LVM 22.02.53 it is not
recognizable by Fedora 12?

Cheers,

Bernard

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users



--
__________________________________________________________________ Bull, Architect of an Open World TM
                         Open Software R&D

       Email   :[email protected]
       Bull SA                Bullcom :229 76 29
       1, rue de Provence     Phone   :+33 04 76 29 76 29
B.P. 208 http://www.bull.com 38432 Echirolles-CEDEX Office :FREC B1-361 __________________________________________________________________
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to