On Fri, 2008-02-22 at 23:23 -0500, Chris Frey wrote: > On Sat, Feb 16, 2008 at 07:49:45AM -0700, Brian Edginton wrote: > > I just noticed that in doing a clean install on a F8 X86_64 system the > > barry-sync libs are not put into /usr/lib64/opensync/plugins, only in > > /usr/lib/opensync/plugins, thus preventing msynctool from seeing them. I > > must of hacked around this before and not made a note of it. > > Hi Brian, > > I don't have a Fedora 8 x86_64 system, but I did some testing on a SuSE > x86_64 box today and I haven't been able to reproduce the bug with the > opensync plugins that some folks have reported. (being in /usr/lib > instead of /usr/lib64) > > There was a bug with the --with-boost ./configure option, but that stopped > the compile fairly early on. > > Could you send me the output from a fresh rpmbuild on your system? > Use the -vv switch for full verbosity, please. > > (In fact, anyone having /usr/lib vs. /usr/lib64 problems, please send this > output to me if you have the time.) > > Thanks, > - Chris > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Barry-devel mailing list > Barry-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/barry-devel >
I don't know if it is a problem with pkg-config under FC8 x86_64 or something else but to address the problem did the following: 1. Installed the scr.rpm 2. extracted SOURCES\barry-0.11.tar.bz2 to a temp directory 3. Changed line 9 of the file barry-0.11/opensync-plugin/configure.ac to the following: (All one line - my email client is wrapping lines) export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/usr/lib64/pkgconfig: $prefix/lib64/pkgconfig:/usr/local/lib64/pkgconfig Then to compile I run: # QA_RPATHS=$[ 0x0001 ] rpmbuild -bb -vv barry.spec --with opensync Then end result were RPM files that I could install. However I get a segfault when running msynctool. Everything else seems to work but the sync. The Output would make the message to large for the mailing list so it is here: http://mailsvr01.pds2k.com/~chris/rpmbuild-out.txt ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel