OFX Direct Connect?

Don Levey gnucash at the-leveys.us
Wed Feb 15 12:15:30 EST 2006


gnucash-user-bounces at gnucash.org wrote:
> Quoting Don Levey <gnucash at the-leveys.us>:
>
>> I did try what you suggested.  The rpmbuild did fail - requiring
>> opensp-devel.  None of the yum repositories I have (Fedora, Dag,
>> Livna, and XCYB) seem to have that package, so I thought I'd try the
>> exact same procesure on opensp (rpmbuild --rebuild followed by rpm
>> -Uvh) and opensp-devel.  Running rpmbuild on opensp seems to give me
>> both packages; opensp is needed first.  Trying to install THAT gives
>> me the error below. If you've got a suggestion for an alternate
>> repository, I'd be happy to try that.
>
> This is what I meant by "Modify the libofx.spec"..  Instead of using
> rpmbuild --rebuild, install the src.rpm:
>
>   rpm -ivh libofx...src.rpm
>
> Then modify /usr/src/redhat/SPECS/libofx.spec and change the
> BuildRequires from opensp-devel to openjade-devel, then build it:
>
>   rpmbuild -ba /usr/src/redhat/SPECS/libofx.spec
>
> -derek

I've done this, and now libofx seems to be installed.  I am trying for
aqbanking.
Running the rpmbuild tells me that I need gwenhywfar-devel:

	error: Failed build dependencies:
        gwenhywfar-devel >= 1.99.2 is needed by aqbanking-1.8.1beta-3.1.i386

I can't find a .src rpm for this.  I *did* find the main package at
SourceForge, downloaded/built/installed 1.99.2, but there doesn't appear to
be a companion -devel bundle (I've seen this before, where the main source
bundle will contain what would be in the two packages).  Even after
installing this, I get the above error.

I can install the aqbanking source and modify the spec file as with libofx;
in this case, should I simply change the BuildRequires from gwenhywfar-devel
to gwenhywfar?

 -Don


More information about the gnucash-user mailing list