Which X library is causing the problem?
"Ward, Martin" <[email protected]> Fri, 26 Oct 2007 15:41:09 +0100
| Newsgroups | gmane.comp.lang.perl.tk |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
------=_NextPartTM-000-4fef0ba9-8dee-40b1-89f7-ad34c0f3c471
Content-Type: multipart/alternative;
boundary="----_=_NextPart_001_01C817DE.3F5A8FC3"
------_=_NextPart_001_01C817DE.3F5A8FC3
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hi all,
I have downloaded the Perl sources for Tk-804.027 and am trying to get
them to compile/test cleanly on my Sun Ultra/60 running Solaris 10.
The sources compile file but when I run "make test" using the server's
own X libraries and display it inevitably comes back with the following
(abbreviated):
=3D=3D=3D=3D
t/button.....................ok
t/create.....................ok 485/528X Error of failed request:
BadPixmap (invalid Pixmap parameter)
Major opcode of failed request: 55 (X_CreateGC)
Resource id in failed request: 0x20c801ef
Serial number of failed request: 5657
Current serial number in output stream: 5669
t/create.....................dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 490-528
Failed 39/528 tests, 92.61% okay t/cursor.....................ok
t/dash.......................ok
...
Failed Test Stat Wstat Total Fail List of Failed
------------------------------------------------------------------------
-------
t/create.t 1 256 528 78 490-528
t/entry.t 1 256 336 114 280-336
t/iso8859-1.t 1 256 96 0 ??
t/listbox.t 1 256 437 24 426-437
t/photo.t 1 256 100 28 87-100
t/zzTixGrid.t 1 256 33 44 12-33
(3 subtests UNEXPECTEDLY SUCCEEDED), 2 tests and 15 subtests skipped.
Failed 6/47 test scripts. 144/2054 subtests failed. Files=3D47,
Tests=3D2054, 105 wallclock secs (49.92 cusr + 5.10 csys =3D 55.02 CPU)
Failed 6/47 test programs. 144/2054 subtests failed.
make: *** [test_dynamic] Error 1
=3D=3D=3D=3D
If I ssh in from my PC and export the display back the "make test"
returns with a lot fewer errors:
=3D=3D=3D=3D
Failed Test Stat Wstat Total Fail List of Failed
------------------------------------------------------------------------
-------
t/create.t 1 256 528 1054 2-528
t/dash.t 1 256 ?? ?? ??
(3 subtests UNEXPECTEDLY SUCCEEDED), 2 tests and 23 subtests skipped.
Failed 2/47 test scripts. 527/2046 subtests failed. Files=3D47,
Tests=3D2046, 146 wallclock secs (46.34 cusr + 4.88 csys =3D 51.22 CPU)
Failed 2/47 test programs. 527/2046 subtests failed.
make: *** [test_dynamic] Error 29
=3D=3D=3D=3D
From this it looks like there are issues with the X libraries on my Sun
server. Can anyone give me a clue as to how to start finding out where
the problem with this BadDrawable error might be?
I hasten to point out that I don't believe that the problem I am having
is with the Tk software itself, but that I simply don't know where to
start looking for the problem itself.
Thanks,
|\/|artin
----
NetOps TAC
T:+44 20 7863 5218
Group: +49 69 56607 0412
F: +44 20 7863 5210
***************************************************************************=
**********
The message is intended for the named addressee only and may not be disclos=
ed to or used by anyone else, nor may it be copied in any way.=20
The contents of this message and its attachments are confidential and may a=
lso be subject to legal privilege. If you are not the named addressee and/=
or have received this message in error, please advise us by e-mailing secur=
[email protected] and delete the message and any attachments without retaining a=
ny copies.=20
Internet communications are not secure and COLT does not accept responsibil=
ity for this message, its contents nor responsibility for any viruses.=20
No contracts can be created or varied on behalf of COLT Telecommunications,=
its subsidiaries or affiliates ("COLT") and any other party by email Commu=
nications unless expressly agreed in writing with such other party. =20
Please note that incoming emails will be automatically scanned to eliminate=
potential viruses and unsolicited promotional emails. For more information=
refer to www.colt.net or contact us on +44(0)20 7390 3900.
------_=_NextPart_001_01C817DE.3F5A8FC3
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version 6.5.7226.0">
<TITLE>Which X library is causing the problem?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P><FONT SIZE=3D2 FACE=3D"Courier New">Hi all,</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">I have downloaded the Perl sources f=
or Tk-804.027 and am trying to get them to compile/test cleanly on my Sun U=
ltra/60 running Solaris 10.</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">The sources compile file but when I =
run "make test" using the server's own X libraries and display it=
inevitably comes back with the following (abbreviated):</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">=3D=3D=3D=3D</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">t/button.....................ok</FO=
NT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">t/create.....................ok 485=
/528X Error of failed request: BadPixmap (invalid Pixmap parameter)</=
FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New"> Major opcode of failed reque=
st: 55 (X_CreateGC)</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New"> Resource id in failed reques=
t: 0x20c801ef</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New"> Serial number of failed requ=
est: 5657</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New"> Current serial number in out=
put stream: 5669 t/create.....................dubious</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">  =
; Test returned status 1 (wstat 256, 0x100)</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">DIED. FAILED tests 490-528</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">  =
; Failed 39/528 tests, 92.61% okay t/cursor.....................ok t/=
dash.......................ok</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">...</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">Failed Test Stat Wstat T=
otal Fail List of Failed</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">-----------------------------------=
--------------------------------------------</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">t/create.t &=
nbsp; 1 256 528 78 490-528<=
/FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">t/entry.t &n=
bsp; 1 256 336 114 280-336<=
/FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">t/iso8859-1.t 1&n=
bsp; 256 96 0 ??</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">t/listbox.t =
1 256 437 24 426-437</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">t/photo.t &n=
bsp; 1 256 100 28 87-=
100</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">t/zzTixGrid.t 1&n=
bsp; 256 33 44 12-33</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New"> (3 subtests UNEXPECTEDLY SUCC=
EEDED), 2 tests and 15 subtests skipped. Failed 6/47 test scripts. 144/2054=
subtests failed. Files=3D47, Tests=3D2054, 105 wallclock secs (49.92 cusr =
+ 5.10 csys =3D 55.02 CPU) Failed 6/47 test programs. 144/2054 subtes=
ts failed.</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">make: *** [test_dynamic] Error 1</FO=
NT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">=3D=3D=3D=3D</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">If I ssh in from my PC and export th=
e display back the "make test" returns with a lot fewer errors:</=
FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">=3D=3D=3D=3D</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">Failed Test Stat Wstat Total Fail&n=
bsp; List of Failed</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">-----------------------------------=
--------------------------------------------</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">t/create.t =
1 256 528 1054 2-528</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">t/dash.t &nb=
sp; 1 256 ?? ?? ??</F=
ONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New"> (3 subtests UNEXPECTEDLY SUCC=
EEDED), 2 tests and 23 subtests skipped. Failed 2/47 test scripts. 527/2046=
subtests failed. Files=3D47, Tests=3D2046, 146 wallclock secs (46.34 cusr =
+ 4.88 csys =3D 51.22 CPU) Failed 2/47 test programs. 527/2046 subtes=
ts failed.</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">make: *** [test_dynamic] Error 29</F=
ONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">=3D=3D=3D=3D</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">From this it looks like there are is=
sues with the X libraries on my Sun server. Can anyone give me a clue as to=
how to start finding out where the problem with this BadDrawable error mig=
ht be?</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">I hasten to point out that I don't b=
elieve that the problem I am having is with the Tk software itself, but tha=
t I simply don't know where to start looking for the problem itself.</FONT>=
</P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">Thanks,</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">|\/|artin</FONT>
</P>
<BR>
<BR>
<BR>
<P><FONT SIZE=3D2 FACE=3D"Arial">----</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">NetOps TAC</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">T:+44 20 7863 5218</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Group:</FONT> <FONT SIZE=3D2 FACE=3D"Aria=
l">+49 69 56607 0412</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">F: +44 20 7863 5210</FONT>
</P>
<BR>
<FONT SIZE=3D3><BR>
<BR>
***************************************************************************=
**********<BR>
The message is intended for the named addressee only and may not be disclos=
ed to or used by anyone else, nor may it be copied in any way. <BR>
<BR>
The contents of this message and its attachments are confidential and may a=
lso be subject to legal privilege. If you are not the named addressee and/=
or have received this message in error, please advise us by e-mailing secur=
[email protected] and delete the message and any attachments without retaining a=
ny copies. <BR>
<BR>
Internet communications are not secure and COLT does not accept responsibil=
ity for this message, its contents nor responsibility for any viruses. <BR>
<BR>
No contracts can be created or varied on behalf of COLT Telecommunications,=
its subsidiaries or affiliates ("COLT") and any other party by email Commu=
nications unless expressly agreed in writing with such other party. <BR>
<BR>
Please note that incoming emails will be automatically scanned to eliminate=
potential viruses and unsolicited promotional emails. For more information=
refer to www.colt.net or contact us on +44(0)20 7390 3900.<BR>
</FONT>
</BODY>
</HTML>
------_=_NextPart_001_01C817DE.3F5A8FC3--
------=_NextPartTM-000-4fef0ba9-8dee-40b1-89f7-ad34c0f3c471
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--++**==--++**==--++**==--++**==--++**==--++**==--++**==
ptk mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/ptk
------=_NextPartTM-000-4fef0ba9-8dee-40b1-89f7-ad34c0f3c471--