Re: Rpm's for Fedora Core 4

2005-10-04 Thread Dieter Komendera
Yesterday I built rpm's of 20050930 for Fedora Core 4. http://komi.bluezones.org/wine/fc4/20050930/ Please review them! I don't know if they are 'good' enough for offical rpms. But if you think they are, you can upload them to sourceforge. They (and all the othery I built) are based on them from

Segfault on fedora core 4

2005-10-04 Thread Juan Lang
Sorry if this sounds like a user question. Running wine on my P4 with Fedora core 4 segfaults immediately, but doesn't drop into the debugger. Trying to run, say, winecfg in a debugger gives me: WineDbg starting on pid 0xa Process of pid=0x000a has terminated This never returns; a ps list

Re: Segfault on fedora core 4

2005-10-04 Thread Juan Lang
Oops, solved my own problem: updating my system did it. Next question: do we have a set of release notes going? This seems like a release-note item to me. --Juan __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com

Re: Segfault on fedora core 4

2005-10-04 Thread Dimi Paun
From: Juan Lang [EMAIL PROTECTED] Next question: do we have a set of release notes going? This seems like a release-note item to me. Yeah, we have this page on the Wiki: http://wiki.winehq.org/ReleaseNotes Out of date, but we can reuse it. -- Dimi Paun [EMAIL PROTECTED] Lattica, Inc.

WWN: Rpm's for Fedora Core 4

2005-09-30 Thread Dieter Komendera
Hi people, I read in the today's Wine Weekly News something about rpms for Fedora Core 4. In august I begann building some for FC 4. I built rpm's for the july and the august version. The rpm's were based on Vincent Beron's. They were downloaded about 700 times from my server. There is also

Re: Rpm's for Fedora Core 4

2005-09-30 Thread Dimi Paun
From: Dieter Komendera [EMAIL PROTECTED] Any comments, improvements, suggestions are very welcome! FC4 is a popular distro, we _need_ an official binary build for it for the upcoming beta. If Vincent is not going to do it, we need to get these official build uploaded to SF together with all the

fedora core 4 load error

2005-04-13 Thread James Hawkins
Hi, Fedora Core 4 test2 Wine cvs compiled with gcc4 Running notepad or regedit with wine works fine, but if I try to run any other program or the regression tests, I get this error: [EMAIL PROTECTED] tests]$ wine advapi32_test.exe.so registry wine: could not load LZ:\\home\\truiken\\workspace

Re: fedora core 4 load error

2005-04-13 Thread MediaHost (TM)
Is SEL enabled? James Hawkins wrote: Hi, Fedora Core 4 test2 Wine cvs compiled with gcc4 Running notepad or regedit with wine works fine, but if I try to run any other program or the regression tests, I get this error: [EMAIL PROTECTED] tests]$ wine advapi32_test.exe.so registry wine

Re: fedora core 4 load error

2005-04-13 Thread James Hawkins
On 4/13/05, MediaHost (TM) [EMAIL PROTECTED] wrote: Is SEL enabled? Yes it is. I just disabled it and will reboot as soon as a download finishes to see if that fixes the problem. -- James Hawkins

Re: fedora core 4 load error

2005-04-13 Thread James Hawkins
On 4/13/05, James Hawkins [EMAIL PROTECTED] wrote: On 4/13/05, MediaHost (TM) [EMAIL PROTECTED] wrote: Is SEL enabled? Yes it is. I just disabled it and will reboot as soon as a download finishes to see if that fixes the problem. Disabling SEL did the trick. Thanks for the fast tip.

Re: fedora core 4 load error

2005-04-13 Thread Mike Hearn
On Wed, 13 Apr 2005 13:53:48 -0500, James Hawkins wrote: Yes it is. I just disabled it and will reboot as soon as a download finishes to see if that fixes the problem. It will do. Run restorecon to fix it. I think the problem is some of our ELF libraries have text relocations, and on SELinux

Build on Fedora core 3 on AMD64

2005-02-25 Thread Adrian Harvey
I am having trouble getting wine (latest CVS) to build on my AMD64 box runngin Fedora core3, and I was hoping some autoconf wizard might be able to help. To begin at the beginning, the issue that occurs during build is: gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include

WINE on x86-64 Fedora Core 4 Prerelease Kernels (2.6.10) [Workaround]

2005-02-18 Thread Erich Hoover
Haven't been able to use WINE for quite a while and have been getting the error: err:seh:EXC_DefaultHandling Unhandled exception code c13a flags 0 addr 0xe403 So I finally found a workaround, hopefully it can help someone else: LD_ASSUME_KERNEL=2.4 setarch i386 -X wine program

Fedora Core

2004-05-20 Thread gslink
I notice that a problem has been detected with Fedora Core 2 but has anyone checked Core 3? That is the one in directory 1.92.

Re: Wine totally broken on Fedora Core because of security patch in kernel

2004-01-30 Thread Abdul-Haseeb Ahmad
Ivan Leo Murray-Smith wrote: FC has some security patch in the kernel, so wine fails with this error: err:virtual:map_image Standard load address for a Win32 program (0x0040) not available - security-patched kernel ? wine: could not load LC:\\Program Files\\Common

Wine totally broken on Fedora Core because of security patch in kernel

2004-01-29 Thread Ivan Leo Murray-Smith
FC has some security patch in the kernel, so wine fails with this error: err:virtual:map_image Standard load address for a Win32 program (0x0040) not available - security-patched kernel ? wine: could not load LC:\\Program Files\\Common Files\\InstallShield\\Engine\\6\\Intel 32\\IKernel.exe as

Re: Wine totally broken on Fedora Core because of security patch in kernel

2004-01-29 Thread Mike Hearn
On Thu, 29 Jan 2004 18:05:44 +0100, Ivan Leo Murray-Smith wrote: FC has some security patch in the kernel, so wine fails with this error: err:virtual:map_image Standard load address for a Win32 program (0x0040) not available - security-patched kernel ? wine: could not load LC:\\Program

Re: Wine totally broken on Fedora Core because of security patch in kernel

2004-01-29 Thread Kevin DeKorte
I've found that setting my /etc/sysconfig/prelink file options to this PRELINK_OPTS=-m --no-exec-shield And then prelink -au to undo the existing links and then prelink -a to do the prelinking with the new options Kevin On Thursday 29 January 2004 10:05 am, Ivan Leo Murray-Smith wrote:

Re: Wine totally broken on Fedora Core because of security patch in kernel

2004-01-29 Thread Abdul-Haseeb Ahmad
i made myself a script that runs LD_ASSUME_KERNEL=2.2.5 setarch i386 wine $* it should work if you run wine in a similar format to this in bash Ivan Leo Murray-Smith wrote: FC has some security patch in the kernel, so wine fails with this error: err:virtual:map_image Standard load address for a