New laptop arrived a couple weeks ago and I've been getting things in line steadily. Got to barry last night and ran into a hitch. Slept on it but still got the issue.
I pulled barry-0.11-1.fc7.src.rpm from sourceforge and was able to get it to "rpmbuild --rebuild" with no trouble. Resulting packages installed and run fine with by T-Mobile 8320. Really want the OpenSync support so I reran the rpmbuild; this time with "--with opensync" but it appears the spec file or autotools configs aren't on the same page. > ... > Processing files: barry-debuginfo-0.11-1 > Provides: barry_sync.so.debug()(64bit) libbarry.so.0.0.11.debug()(64bit) > Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 > rpmlib(PayloadFilesHavePrefix) <= 4.0-1 > Requires: barry_sync.so()(64bit) libbarry.so.0()(64bit) > Checking for unpackaged file(s): /usr/lib/rpm/check-files > /var/tmp/barry-1-0.11-root > error: Installed (but unpackaged) file(s) found: > /usr/lib/opensync/plugins/barry_sync.la > /usr/lib/opensync/plugins/barry_sync.so > > > RPM build errors: > File not found by glob: > /var/tmp/barry-1-0.11-root/usr/lib64/opensync/plugins/* > Installed (but unpackaged) file(s) found: > /usr/lib/opensync/plugins/barry_sync.la > /usr/lib/opensync/plugins/barry_sync.so It's looking in lib64 for the plugins installed under lib. The libopensync-0.22 package created the lib64 directory and that's where the evo2_sync.so plugin is. The autoconf config under opensync-plugin is running $(pkg-config --variable=plugindir opensync-1.0) to define OPENSYNC_PLUGINDIR which results in /usr/lib64/opensync/plugins. The Makefile.am down in src/ appears to be using that properly. I'm confused. Any thoughts on how to get around this? pd -- Paul Dugas, Computer Engineer Dugas Enterprises, LLC [EMAIL PROTECTED] phone: 404-932-1355 522 Black Canyon Park http://dugas.cc fax: 866-751-6494 Canton, GA 30114 USA
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________ Barry-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/barry-devel
