- From: Irene Vatton <Irene.Vatton@inrialpes.fr>
- Date: Wed, 22 Nov 2006 11:55:33 +0200
- To: Leon Stringer <leon.stringer@ntlworld.com>
- Cc: www-amaya-dev@w3.org
On Tuesday 21 November 2006 21:51, Leon Stringer wrote:
> Irene Vatton wrote:
> > Hum, rpmbuild doesn't seem to really accept several source files
> > A solution is to move in the subdirectory /usr/src/redhat/BUILD
> > and untar amaya-lib-src-9.3.tgz there
> > "tar xvzf ../SOURCES/amaya-lib-src-9.3.tgz"
> > then you can go back in the SPECS directory and launch
> > "rpmbuild -ba amaya_wx.spec"
>
> That fixed the problem for Mesa. The build then failed as
> libwww/config/depcomp was missing. Shouldn't this be in
> amaya-lib-src-9.3.tgz? I copied the one from 9.52 and this allowed the
> rpmbuild to complete successfully.
Yes there was a missing space in the script which generated
amaya-lib-src-9.3.tgz ("libwww/config/depcomp\" instead of
"libwww/config/depcomp \").
This problem is now fixed.
> However, the crash still occurs (workaround still works):
>
> GTK Accessibility Module initialized
> 07:55:26 PM: Deleted stale lock file '/home/leons/.amaya-leons'.
> The program 'amaya' received an X Window System error.
> This probably reflects a bug in the program.
> The error was 'BadMatch (invalid parameter attributes)'.
> (Details: serial 908 error_code 8 request_code 145 minor_code 3)
> (Note to programmers: normally, X errors are reported asynchronously;
> that is, you will receive the error a while after causing it.
> To debug your program, run it with the --sync command line
> option to change this behavior. You can then get a meaningful
> backtrace from your debugger if you break on the gdk_x_error()
> function.)
A solution was suggested to launch amaya this way:
"export XLIB_SKIP_ARGB_VISUALS=1 && XLIB_SKIP_ARGB_VISUALS=1 amaya"
I don't know if we can force these options in the Amaya code.
Irène.
-----
Irène Vatton INRIA Rhône-Alpes
INRIA ZIRST
e-mail: Irene.Vatton@inria.fr 655 avenue de l'Europe
Tel.: +33 4 76 61 53 61 Montbonnot
Fax: +33 4 76 61 52 07 38334 Saint Ismier Cedex - France
Received on Wednesday, 22 November 2006 10:01:22 UTC