Bug 882780

Summary: make fails with error 'cli-xml-output.c:3173:48: error: unknown type name ‘xmlTextWriterPtr’ make[2]: *** [cli-xml-output.o] Error 1 make[1]: *** [install-recursive] Error 1"
Product: [Community] GlusterFS Reporter: Rachana Patel <racpatel>
Component: buildAssignee: Kaushal <kaushal>
Status: CLOSED CURRENTRELEASE QA Contact: amainkar
Severity: urgent Docs Contact:
Priority: urgent    
Version: mainlineCC: amarts, gluster-bugs, kaushal
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-24 17:19:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rachana Patel 2012-12-03 05:45:56 UTC
Description of problem:
glusterfs build - make fails with below error

cli-xml-output.c:3173:48: error: unknown type name ‘xmlTextWriterPtr’
make[2]: *** [cli-xml-output.o] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1


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


How reproducible:
always

Steps to Reproduce:
1.git clone https://github.com/gluster/glusterfs glusterfs
2../autogen.sh && ./configure --enable-fusermount CFLAGS="-g -ggdb -O0" && make clean && make -j4

  
Actual results:
cli-xml-output.c:3173:48: error: unknown type name ‘xmlTextWriterPtr’
make[2]: *** [cli-xml-output.o] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1



Expected results:
make should not fail

Additional info:

git log
commit cb506f9b91fb20c46a1f7bdea940672cb8c0fdf7

Comment 1 Vijay Bellur 2012-12-03 09:01:26 UTC
CHANGE: http://review.gluster.org/4256 (cli: Fix build when libxml2 is absent) merged in master by Anand Avati (avati)