Re: jhbuild fails to build expat for my clutter module-set
Alejandro Leiva <[email protected]>
| Newsgroups | gmane.comp.gnome.love |
|---|---|
| Message-ID | <[email protected]> |
El 09/02/12 19:21, Brian Duffy escribió: > Hello, > > I'm trying to get jhbuild to work with the latest .jhbuildrc-clutter > config on F16. It is failing on installing expat module. I'm not sure > what the problem is. > > Thanks > > ... > > /home/brian/.local/bin/install-check -m 644 ./lib/expat.h > ./lib/expat_external.h /home/brian/clutter/install/include > /bin/sh ./conftools/mkinstalldirs /home/brian/clutter/install/bin > /home/brian/clutter/install/man/man1 > mkdir /home/brian/clutter/install/man > mkdir /home/brian/clutter/install/man/man1 > /bin/sh ./libtool --mode=install /home/brian/.local/bin/install-check > xmlwf/xmlwf /home/brian/clutter/install/bin/xmlwf > /home/brian/.local/bin/install-check xmlwf/.libs/xmlwf > /home/brian/clutter/install/bin/xmlwf > /home/brian/.local/bin/install-check -m 644 ./doc/xmlwf.1 > /home/brian/clutter/install/man/man1 > *** Error during phase install of expat: Module failed to install into > DESTDIR u'/home/brian/clutter/install/_jhbuild/root-expat-broken' *** [3/21] Hi Duff, It seems that you're trying to compile with jhbuild after launch ./autogen outside of the jhbuild environment. I recommend you that launch a global bootstrap, "jhbuild bootstrap --ignore-system" and try to compile again expat with "jhbuild buildone -a expat" Cheers, -- Alejandro Leiva