Bug 1043548 - Cannot compile glusterfs on OpenSuse 13.1
Summary: Cannot compile glusterfs on OpenSuse 13.1
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: build
Version: 3.4.1
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Niels de Vos
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-16 15:24 UTC by G K
Modified: 2014-08-29 09:41 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-29 09:41:07 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)

Description G K 2013-12-16 15:24:17 UTC
Description of problem: Compile GlusterFS on OpenSuse 13.1


Version-Release number of selected component (if applicable):
3.4.1

How reproducible:
./configure
make

Steps to Reproduce:
1.configure
2.make
3.

Actual results:
On make I get:
bd_map.c:26:21: fatal error: lvm2app.h: No such file or directory
 #include <lvm2app.h>
                     ^
compilation terminated.


Expected results:


Additional info:
I tried to find lvm2 dev for OpenSuse 13.1, but they are not available.

Comment 3 Niels de Vos 2014-08-29 09:41:07 UTC
http://review.gluster.org/6474 fixes it for 3.5.
http://review.gluster.org/6473 fixed this in the master branch.

You should be able to use any current 3.5 version, or newer. Please re-open this bug report if this is not sufficient for you.

Alternatively, you can run rpmbuild like this:

  $ rpmbuild -ta glusterfs-3.4.1.tar.gz --without bd


Note You need to log in before you can comment on or make changes to this bug.