Re: [Amsn-devel] SF Logo...

2006-02-19 Thread Karol Krizka
On Saturday 18 February 2006 21:01, Youness Alaoui wrote: > Thanks Phil for noticing this... > I think Karol fixed it in www/ module of cvs > Karol, please give feedback when it's on the website. It's now. > On Fri, Feb 17, 2006 at 10:48:47PM +0100, Le Philousophe - Phil wrote: > > Hi, > > I view

[Amsn-devel] TkCxImage & static linking & SELinux

2006-02-19 Thread Le Philousophe - Phil
Hi, On FC4 we have the ability to enable SELinux patches from NSA... But if we do that, aMsn from current RPM won't want to run because TkCxImage has text relocations and SELinux forbid that by default... To avoid text relocations, we have to link it with libstdc++ dynamically like it was done if

Re: [Amsn-devel] TkCxImage & static linking & SELinux

2006-02-19 Thread Sander Hoentjen
I don't understand the reason why we can't have just 1 fedora core 4 package, can you explain again? On Sun, 2006-02-19 at 11:17 +0100, Le Philousophe - Phil wrote: > Hi, > On FC4 we have the ability to enable SELinux patches from NSA... > But if we do that, aMsn from current RPM won't want to run

Re: [Amsn-devel] Fwd: [Amsn-commits] msn chatwindow.tcl,1.215,1.216

2006-02-19 Thread Arieh Schneier
Ok, I think I fixed it. I believe it was a race condition, all that was required was an [update idletasks]. Could people please test and check that the problem indeed is fixed (I have only tested on windows on 8.4.11). Lio. - Original Message - From: "Youness Alaoui" <[EMAIL PROTECTED]

[Amsn-devel] [Task #124066] paned window is not good with tcl 8.4.10+

2006-02-19 Thread SourceForge.net
Task #124066 has been updated. Project: aMSN Subproject: Chatwindows Summary: paned window is not good with tcl 8.4.10+ Complete: 100% Status: Closed Authority : kakaroto Assigned to: lio_lion Description: The algorithm to resize the lowest part of the paned window instead of the top part see

[Amsn-devel] [Task #124067] tcl/tk 8.5 freezes with new chat windows

2006-02-19 Thread SourceForge.net
Task #124067 has been updated. Project: aMSN Subproject: Chatwindows Summary: tcl/tk 8.5 freezes with new chat windows Complete: 0% Status: Open Authority : kakaroto Assigned to: lio_lion Description: no idea on the problem but resizing the sash fixes the freeze. Follow-Ups: -

Re: [Amsn-devel] Fwd: [Amsn-commits] msn chatwindow.tcl,1.215,1.216

2006-02-19 Thread Sander Hoentjen
I see no hang, but the bottom pane is the one resized when i make the chatwindow larger/smaller On Sun, 2006-02-19 at 21:59 +1100, Arieh Schneier wrote: > Ok, I think I fixed it. > > I believe it was a race condition, all that was required was an [update > idletasks]. > > Could people please tes

Re: [Amsn-devel] TkCxImage & static linking & SELinux

2006-02-19 Thread Alberto Diaz
Hi Phil! If SELinux is not the default there, I suppose the ones who choose it know what they are doing and so they know how to fetch a tgz and compile it, so for me the 'proper fix' is just add a note in the wiki or even a simple check in aMSN which warns the user: 'You are using a SELinux enab

Re: [Amsn-devel] TkCxImage & static linking & SELinux

2006-02-19 Thread Sander Hoentjen
SELinux is on by default. Anyway text relocation are a bad idea security wise if I understand correctly. That is why SELinux won't allow them. So in my opinion we should only have libs without them. My 2 cents ;) Sander On Sun, 2006-02-19 at 05:13 +, Alberto Diaz wrote: > Hi Phil! > If SELin

Re: [Amsn-devel] TkCxImage & static linking & SELinux

2006-02-19 Thread Le Philousophe - Phil
But it's because libstdc++ has Text Relocs. The only way to avoid that is compile without static libs... And if we do that, people will need my version of libstdc++ i.e. the last one from FC repos... But people doesn't like to be up to date... Phil P.S. I am not sure the context (which allow TkC

Re: [Amsn-devel] TkCxImage & static linking & SELinux

2006-02-19 Thread Sander Hoentjen
My libstdc++ doesn't have TEXTREL $ readelf -d /usr/lib/libstdc++* |grep TEXTREL it returns nothing.. if it had textrel i would have a result. (but I have newer versions of the libs, maybe the FC4 ones do have it?) On Sun, 2006-02-19 at 15:12 +0100, Le Philousophe - Phil wrote: > But it's becaus

Re: [Amsn-devel] TkCxImage & static linking & SELinux

2006-02-19 Thread Youness Alaoui
If I remember correctly, the problem with SELinux is that the users needs tcltls 1.5 instead of 1.4... about text rel. in libstdc++ you could either find a non text relocatable libstdc++ and compile against that one OR as suggested earlier, have a simple note in the wiki or download page "if yo

Re: [Amsn-devel] TkCxImage & static linking & SELinux

2006-02-19 Thread Sander Hoentjen
On Sun, 2006-02-19 at 11:57 -0500, Youness Alaoui wrote: > If I remember correctly, the problem with SELinux is that the users needs > tcltls 1.5 instead of 1.4... about text rel. in libstdc++ you could either > find a non > text relocatable libstdc++ and compile against that one OR as suggested

Re: [Amsn-devel] TkCxImage & static linking & SELinux

2006-02-19 Thread Karol Krizka
On Sunday 19 February 2006 08:57, Youness Alaoui wrote: > If I remember correctly, the problem with SELinux is that the users needs > tcltls 1.5 instead of 1.4... about text rel. in libstdc++ you could either > find a non text relocatable libstdc++ and compile against that one OR as > suggested ear