This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix build on x86-64


On Saturday 14 January 2006 10:58, Andrew Cagney wrote:

> There's some strange behavior with the frysk rpm at present; for some
> reason a re-install forgets to add files to /etc; it could be tat.
> Un-install/install flushes it.  From memory, the file it tries to open
> is actually /etc/frysk/pango/i686-redhat-linux-gnu/pango.modules (in
> your case x86-64...), an strace will give a definitive answer as to what
> wasn't found.
>
Ah, yes.  The problem is that make install created pango.modules 
in /etc/frysk/pango/i686.../ instead of /etc/frysk/pango/x86_64-...

Manually fixing that took me to

$ frysk
Exception in thread "main" java.lang.NullPointerException
   at java.lang.Object.getClass() (/usr/lib64/libgcj.so.6.0.0)


Progress, of sorts.  Will try the new compiler and fix the installation 
bits for pango.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]