Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692762 - dev-libs/libofx does not place dtd files in the proper location
Summary: dev-libs/libofx does not place dtd files in the proper location
Status: RESOLVED DUPLICATE of bug 692658
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks:
 
Reported: 2019-08-23 15:12 UTC by Matthew Schultz
Modified: 2019-08-24 01:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Schultz 2019-08-23 15:12:55 UTC
ofxdump will not work if the dtd files that come with libofx are not placed in the right location.  The ebuild needs to execute the Makefile.am file in libofx-0.9.14/dtd/ so those files are placed in the correct directory (uncompressed).

Here's what the error looks like since the ebuild places those files in the wrong location:

ofxdump kmymoney.zUVsTg 
LibOFX INFO: libofx_proc_file(): File format not specified, autodetecting...
LibOFX INFO: libofx_proc_file(): Detected file format: OFX (Open Financial eXchange (OFX or QFX))
LibOFX ERROR: find_dtd():Unable to find the DTD named opensp.dcl
LibOFX ERROR: find_dtd():Unable to find the DTD named ofx160.dtd
LibOFX ERROR: ofx_proc_file(): FATAL: Missing DTD, aborting
Comment 1 Jonas Stein gentoo-dev 2019-08-23 23:31:52 UTC
The package is set to maintainer needed.
Could you please explain, where the files are installed now, and where they should go to and why you think so?

This would increase the hope that someone will find quickly his way in the code and fix it for you.

Is it correct, that nobody can use this ebuild at the moment?
Comment 2 Arfrever Frehtes Taifersar Arahesis 2019-08-24 01:00:57 UTC

*** This bug has been marked as a duplicate of bug 692658 ***