On Sun, May 03, 2009 at 03:22:45PM -0500, Christopher Stover wrote: > I'm back to trying to build the latest git, but I'm not seeing the > snapshot.sh anywhere. I ran 'git clone git://repo.or.cz/barry.git > scripts' and looked in the scripts directory. You'll have to forgive me, > I'm not very experienced with git so I could easily be missing something.
That clone gives you the default master branch, with 'scripts' as the target directory. You want to look at all the branches: git branch -a You should see an origin/scripts in there. You can checkout that branch with: git checkout origin/scripts This will give you an entirely different tree. :-) I have barry cloned twice on my system, with the scripts branch checked out in one directory so they are available fr use, and the Barry tree in the other. By putting scripts into a branch, it keeps everything related to Barry inside the Barry source repo. > Generating logs.html > Warning: Tag `USE_WINDOWS_ENCODING' at line 64 of file Doxyfile has become > obsolete. > To avoid this warning please update your configuration file using "doxygen -u" > Warning: Tag `DETAILS_AT_TOP' at line 156 of file Doxyfile has become > obsolete. > To avoid this warning please update your configuration file using "doxygen -u" > Warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 1189 of file Doxyfile has become > obsolete. > To avoid this warning please update your configuration file using "doxygen -u" > Warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 1197 of file Doxyfile has become > obsolete. > To avoid this warning please update your configuration file using "doxygen -u" This must be due to your using Rawhide? My version of doxygen is 1.5.6. > libtoolize: You should add the contents of the following files to > `aclocal.m4': > > libtoolize: `/usr/share/aclocal/libtool.m4' > > libtoolize: `/usr/share/aclocal/ltoptions.m4' > > libtoolize: `/usr/share/aclocal/ltversion.m4' > > libtoolize: `/usr/share/aclocal/ltsugar.m4' > > libtoolize: `/usr/share/aclocal/lt~obsolete.m4' That's odd. I thought running aclocal was supposed to take care of things like this automatically. > libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and > > libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. I added this to the latest git tree. You may need to do a 'git pull' to make sure you have the latest. My latest commit to Barry was on May 1, 23:08. If you don't see that in your 'git log' output, you're not working with the latest. > Finally, when I try to build with opensync, I get the following: > > checking how to hardcode library paths into programs... immediate > ./configure: line 17077: syntax error near unexpected token > `-fvisibility=hidden,' > ./configure: line 17077: `AX_C_CHECK_FLAG(-fvisibility=hidden, , ,' > make: *** [config.status] Error 2 > error: Bad exit status from /var/tmp/rpm-tmp.T6bGeY (%build) This is a configure error, so I hope if you get the above AC_CONFIG_MACRO_DIR() error fixed, this error should disappear with it. Let me know if it doesn't. > If I build excluding opensync, I have no problems. Any thoughts? > I know this problem has been brought up before, but I'm not sure if any > of the previous fixes apply. Barry's opensync-plugin/ should work with 0.22. The opensync-plugin-0.4x/ only works with the latest SVN... so if you want to use that, you may need to find opensync packages for Rawhide, or create them yourself. I don't think anyone is making binary packages for opensync SVN yet. - Chris ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel