Bug 1515 - cdtparser needs pkginfo
Summary: cdtparser needs pkginfo
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Igor Foox
URL:
Keywords:
Depends on:
Blocks: 1465
  Show dependency treegraph
 
Reported: 2005-10-21 21:38 UTC by Jeff Johnston
Modified: 2005-10-29 16:34 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Johnston 2005-10-21 21:38:54 UTC
Currently, the cdtparser does not have pkginfo files.  Because of this, the
frysk-gui configure.ac has hard-coded directories for finding cdtparser.jar and
libcdtparser.jar.so

This causes problems when we switch to x86_64 where the installation will use
lib64 instead of lib for libcdtparser.jar.so.  In my case, I was forced to hack
around this problem in the configure.ac file.
Comment 1 Igor Foox 2005-10-26 20:02:53 UTC
I'm trying to get the rpm to build on amd64 right now so I'll fix this.
Comment 2 Igor Foox 2005-10-27 16:56:17 UTC
I've changed the cdtparser rpm and uploaded the new one to the yum repo (-8).
Spec file is also now in CVS.