On Tue, May 22, 2012 at 12:42 PM, Matt Weil <mweil@xxxxxxxxxxxxxxxx> wrote: > >> build/obj/util.do: Compiling dynamic object >> src/simplexml.c:27:27: error: libxml/parser.h: No such file or directory >> src/simplexml.c:48: error: expected '=', ',', ';', 'asm' or >> '__attribute__' before 'saxGetEntity' >> cc1: warnings being treated as errors >> src/simplexml.c:56: error: type defaults to 'int' in declaration of >> 'xmlChar' >> src/simplexml.c:56: error: expected ';', ',' or ')' before '*' token >> src/simplexml.c:88: error: type defaults to 'int' in declaration of >> 'xmlChar' >> src/simplexml.c:88: error: expected ';', ',' or ')' before '*' token >> src/simplexml.c:111: error: type defaults to 'int' in declaration of >> 'xmlChar' >> src/simplexml.c:111: error: expected ';', ',' or ')' before '*' token >> src/simplexml.c:138: error: variable 'saxHandlerG' has initializer but >> incomplete type > > > sorry I did trim it. > > > On 5/22/12 11:06 AM, Yehuda Sadeh wrote: >> >> The log is trimmed, but I guess it's complaining about missing >> libxml2. In any case, you shouldn't be compiling libs3 (unless you >> compile rest-bench) so cherry-picking commit >> 4e3807bc587c232318b0a2023ac7e9d39fef67a3 should solve this issue. >> >> On Tue, May 22, 2012 at 7:32 AM, Matt Weil<mweil@xxxxxxxxxxxxxxxx> wrote: >>>> >>>> make[3]: *** [build/obj/simplexml.do] Error 1 >>>> make[3]: *** Waiting for unfinished jobs.... >>>> make[3]: Leaving directory `/root/rpmbuild/BUILD/ceph-0.47/src/libs3' >>>> make[2]: *** [all-recursive] Error 1 >>>> make[2]: Leaving directory `/root/rpmbuild/BUILD/ceph-0.47/src' >>>> make[1]: *** [all] Error 2 >>>> make[1]: Leaving directory `/root/rpmbuild/BUILD/ceph-0.47/src' >>>> make: *** [all-recursive] Error 1 >>>> error: Bad exit status from /var/tmp/rpm-tmp.9tq56B (%build) >>>> >>>> >>>> RPM build errors: >>>> Bad exit status from /var/tmp/rpm-tmp.9tq56B (%build) >>> >>> >>> -- >>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in >>> the body of a message to majordomo@xxxxxxxxxxxxxxx >>> More majordomo info at http://vger.kernel.org/majordomo-info.html > > Yeah, as I said, it's missing libxml2 so it fails to compile libs3. However, it shouldn't even try to compile that, so commit 4e3807bc587c232318b0a2023ac7e9d39fef67a3 should fix that for you. Yehuda -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html