Re: [Tigervnc-devel] patch rejects in 1.1 trunk?

2011-05-20 Thread Adam Tkac
Hello,

which version of xserver*patch and xorg server do you use?

Regards, Adam

On 05/20/2011 12:59 PM, Antoine Martin wrote:
 Hi,

 Just trying to build from the 1.1 branch and there seems to be a problem
 with the updated patches in ./unix/xserver*.patch:

 (...)
 patching file configure.ac
 Hunk #1 succeeded at 31 with fuzz 2 (offset 2 lines).
 Hunk #2 succeeded at 53 (offset 2 lines).
 Hunk #3 succeeded at 1010 (offset 15 lines).
 Hunk #4 succeeded at 1220 (offset 21 lines).
 Hunk #5 FAILED at 1241.
 Hunk #6 succeeded at 1528 (offset 100 lines).
 Hunk #7 FAILED at 1881.
 2 out of 7 hunks FAILED -- saving rejects to file configure.ac.rej
 patching file hw/Makefile.am
 Hunk #1 FAILED at 33.
 1 out of 1 hunk FAILED -- saving rejects to file hw/Makefile.am.rej
 patching file mi/miinitext.c
 Hunk #1 FAILED at 272.
 Hunk #2 FAILED at 438.
 2 out of 2 hunks FAILED -- saving rejects to file mi/miinitext.c.rej

 Cheers
 Antoine

 --
 What Every C/C++ and Fortran developer Should Know!
 Read this article and learn how Intel has extended the reach of its 
 next-generation tools to help Windows* and Linux* C/C++ and Fortran 
 developers boost performance applications - including clusters. 
 http://p.sf.net/sfu/intel-dev2devmay
 ___
 Tigervnc-devel mailing list
 Tigervnc-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] patch rejects in 1.1 trunk?

2011-05-20 Thread Antoine Martin
On 05/20/2011 06:13 PM, Antoine Martin wrote:
 Hi Adam,
 
 AFAIK this 1.1 trunk:
 # svn up tigervnc-1.1
 At revision 4433.
Then built as before with:
./build-xorg -version 7.4 build

Antoine

 
 Cheers
 Antoine
 
 On 05/20/2011 06:10 PM, Adam Tkac wrote:
 Hello,

 which version of xserver*patch and xorg server do you use?

 Regards, Adam

 On 05/20/2011 12:59 PM, Antoine Martin wrote:
 Hi,

 Just trying to build from the 1.1 branch and there seems to be a problem
 with the updated patches in ./unix/xserver*.patch:

 (...)
 patching file configure.ac
 Hunk #1 succeeded at 31 with fuzz 2 (offset 2 lines).
 Hunk #2 succeeded at 53 (offset 2 lines).
 Hunk #3 succeeded at 1010 (offset 15 lines).
 Hunk #4 succeeded at 1220 (offset 21 lines).
 Hunk #5 FAILED at 1241.
 Hunk #6 succeeded at 1528 (offset 100 lines).
 Hunk #7 FAILED at 1881.
 2 out of 7 hunks FAILED -- saving rejects to file configure.ac.rej
 patching file hw/Makefile.am
 Hunk #1 FAILED at 33.
 1 out of 1 hunk FAILED -- saving rejects to file hw/Makefile.am.rej
 patching file mi/miinitext.c
 Hunk #1 FAILED at 272.
 Hunk #2 FAILED at 438.
 2 out of 2 hunks FAILED -- saving rejects to file mi/miinitext.c.rej

 Cheers
 Antoine

 --
 What Every C/C++ and Fortran developer Should Know!
 Read this article and learn how Intel has extended the reach of its 
 next-generation tools to help Windows* and Linux* C/C++ and Fortran 
 developers boost performance applications - including clusters. 
 http://p.sf.net/sfu/intel-dev2devmay
 ___
 Tigervnc-devel mailing list
 Tigervnc-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

 


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] patch rejects in 1.1 trunk?

2011-05-20 Thread Antoine Martin
On 05/20/2011 06:20 PM, Adam Tkac wrote:
 It is possible that your tarballs, stored in ~/.tigervnc-xorg-7.4, are
 outdated, especially after r4396.
 
 Can you please try following?
 
 rm -f ~/.tigervnc-xorg-7.4/inputproto.tar.bz2
 rm -f ~/.tigervnc-xorg-7.4/randrproto.tar.bz2
 rm -f ~/.tigervnc-xorg-7.4/pixman.tar.bz2
 rm -f ~/.tigervnc-xorg-7.4/xorg-server.tar.bz2
 
 Then reexecute ./unix/download-xorg-7.4 and try to build Xvnc again.
That's more than likely.
I didn't realize they were archived without version numbers in them!

Cheers
Antoine



 
 Regards, Adam
 
 On 05/20/2011 01:14 PM, Antoine Martin wrote:
 On 05/20/2011 06:13 PM, Antoine Martin wrote:
 Hi Adam,

 AFAIK this 1.1 trunk:
 # svn up tigervnc-1.1
 At revision 4433.
 Then built as before with:
 ./build-xorg -version 7.4 build

 Antoine

 Cheers
 Antoine

 On 05/20/2011 06:10 PM, Adam Tkac wrote:
 Hello,

 which version of xserver*patch and xorg server do you use?

 Regards, Adam

 On 05/20/2011 12:59 PM, Antoine Martin wrote:
 Hi,

 Just trying to build from the 1.1 branch and there seems to be a problem
 with the updated patches in ./unix/xserver*.patch:

 (...)
 patching file configure.ac
 Hunk #1 succeeded at 31 with fuzz 2 (offset 2 lines).
 Hunk #2 succeeded at 53 (offset 2 lines).
 Hunk #3 succeeded at 1010 (offset 15 lines).
 Hunk #4 succeeded at 1220 (offset 21 lines).
 Hunk #5 FAILED at 1241.
 Hunk #6 succeeded at 1528 (offset 100 lines).
 Hunk #7 FAILED at 1881.
 2 out of 7 hunks FAILED -- saving rejects to file configure.ac.rej
 patching file hw/Makefile.am
 Hunk #1 FAILED at 33.
 1 out of 1 hunk FAILED -- saving rejects to file hw/Makefile.am.rej
 patching file mi/miinitext.c
 Hunk #1 FAILED at 272.
 Hunk #2 FAILED at 438.
 2 out of 2 hunks FAILED -- saving rejects to file mi/miinitext.c.rej

 Cheers
 Antoine

 --
 What Every C/C++ and Fortran developer Should Know!
 Read this article and learn how Intel has extended the reach of its 
 next-generation tools to help Windows* and Linux* C/C++ and Fortran 
 developers boost performance applications - including clusters. 
 http://p.sf.net/sfu/intel-dev2devmay
 ___
 Tigervnc-devel mailing list
 Tigervnc-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/tigervnc-devel
 


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] patch rejects in 1.1 trunk?

2011-05-20 Thread DRC
On 5/20/11 6:23 AM, Antoine Martin wrote:
 That's more than likely.
 I didn't realize they were archived without version numbers in them!

It would be really nice if download-xorg-7.4 had some way of checking
the file sizes so that it could update the older modules if they are cached.

It's going to be a rare problem, though, because we don't intend to
upgrade the X server used by build-xorg very often.

--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


[Tigervnc-devel] [ tigervnc-Bug Tracker-3305207 ] common/rfb/SConnection.cxx: SecurityServer never deleted

2011-05-20 Thread SourceForge.net
Bug Tracker item #3305207, was opened at 2011-05-20 15:42
Message generated for change (Tracker Item Submitted) made by jtuc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126848aid=3305207group_id=254363

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jochen Tucht (jtuc)
Assigned to: Nobody/Anonymous (nobody)
Summary: common/rfb/SConnection.cxx: SecurityServer never deleted

Initial Comment:
The constructor allocates a SecurityServer which is never deleted.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126848aid=3305207group_id=254363

--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


[Tigervnc-devel] [ tigervnc-Bug Tracker-3305357 ] Enabling custom compression level on client crashes server

2011-05-20 Thread SourceForge.net
Bug Tracker item #3305357, was opened at 2011-05-20 19:00
Message generated for change (Tracker Item Submitted) made by bphinz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126848aid=3305357group_id=254363

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: UN*X version
Group: 1.1.X
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Brian Hinz (bphinz)
Assigned to: Adam Tkac (atkac)
Summary: Enabling custom compression level on client crashes server

Initial Comment:
Enabling custom compression causes the server to crash with the following log 
message:

Fri May 20 18:39:07 2011
 VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian rgb888

Fri May 20 18:40:11 2011
 Connections: closed: 10.1.1.20::42053 (ZlibOutStream: deflate failed)
 SMsgWriter:  framebuffer updates 148
 SMsgWriter:copyRect rects 43, bytes 688
 SMsgWriter:Tight rects 592, bytes 311570
 SMsgWriter:raw bytes equivalent 18822164, compression ratio 60.410707
Segmentation fault

Tried from both java and Windows exe.  Tried DRC's latest nightly build as well 
as r4428 (1_1 branch) built on RHEL4.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126848aid=3305357group_id=254363

--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel