[cdesktopenv-devel] [PATCH] Fix BSD and Sun problems after coverity fixes

2018-05-31 Thread Ulrich Wilkens
Hello, here's the first of 4 patches to fix some errors and warnings which appeared recently. This one fixes problems for BSD and sun systems. Thanks for not changing git master during the last week. It was very helpful. Best Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de >From 4

Re: [cdesktopenv-devel] [PATCH] Fix BSD and Sun problems after coverity fixes

2018-05-31 Thread Matthew R. Trower
‎Thanks for your work. Should Sun systems build and run now, or are more fixes coming? -- Matthew R. Trower   Original Message   From: Ulrich Wilkens Sent: Thursday, May 31, 2018 16:13 To: CDE development Subject: [cdesktopenv-devel] [PATCH] Fix BSD and Sun problems after coverity fixes Hello,

Re: [cdesktopenv-devel] [PATCH] Fix BSD and Sun problems after coverity fixes

2018-05-31 Thread Ulrich Wilkens
On 05/31/18 23:15, Matthew R. Trower wrote: ‎Thanks for your work. Should Sun systems build and run now, or are more fixes coming? In sum I've 4 patches. The others might only fix warnings for sun. But I'm not sure. To be on the safe side I would wait for all of them. -- Matthew R. Trower

[cdesktopenv-devel] [PATCH] Fix Linux rpc problems with new glibc

2018-05-31 Thread Ulrich Wilkens
The second patch mainly cares about removed sunrpc support in glibc. This is a problem on newest Linux releases. It also fixes some new warnings. I've also removed the shortly added license header in cde/programs/dtinfo/dtinfo/src/Registration.hh This file is included in a message file and genca

Re: [cdesktopenv-devel] [PATCH] Fix BSD and Sun problems after coverity fixes

2018-05-31 Thread Christopher Turkel
Will OpenBSD build now? On Thu, May 31, 2018 at 5:43 PM Ulrich Wilkens wrote: > On 05/31/18 23:15, Matthew R. Trower wrote: > > ‎Thanks for your work. Should Sun systems build and run now, or are more > fixes coming? > > In sum I've 4 patches. The others might only fix warnings for sun. But > I'

Re: [cdesktopenv-devel] [PATCH] Fix BSD and Sun problems after coverity fixes

2018-05-31 Thread Ulrich Wilkens
On 06/01/18 00:00, Christopher Turkel wrote: Will OpenBSD build now? No, its the third patch. On Thu, May 31, 2018 at 5:43 PM Ulrich Wilkens > wrote: On 05/31/18 23:15, Matthew R. Trower wrote: > ‎Thanks for your work. Should Sun systems build and run now,

Re: [cdesktopenv-devel] [PATCH] Fix BSD and Sun problems after coverity fixes

2018-05-31 Thread Jon Trulson
On 05/31/2018 03:13 PM, Ulrich Wilkens wrote: Hello, here's the first of 4 patches to fix some errors and warnings which appeared recently. This one fixes problems for BSD and sun systems. Applied to master, thanks! Thanks for not changing git master during the last week. It was very help

Re: [cdesktopenv-devel] [PATCH] Fix Linux rpc problems with new glibc

2018-05-31 Thread Jon Trulson
On 05/31/2018 03:49 PM, Ulrich Wilkens wrote: The second patch mainly cares about removed sunrpc support in glibc. This is a problem on newest Linux releases. It also fixes some new warnings. Applied to master. I've also removed the shortly added license header in cde/programs/dtinfo/dti

Re: [cdesktopenv-devel] [PATCH] Fix Linux rpc problems with new glibc

2018-05-31 Thread Christopher Turkel
How long until these are merged into master? Are we waiting for the BSD patches? On Thu, May 31, 2018 at 8:20 PM Jon Trulson wrote: > > > On 05/31/2018 03:49 PM, Ulrich Wilkens wrote: > > > > The second patch mainly cares about removed sunrpc support in glibc. > > This is a problem on newest Lin

Re: [cdesktopenv-devel] [PATCH] Fix Linux rpc problems with new glibc

2018-05-31 Thread Jon Trulson
Uhm... 15 minutes or so ago? ;) -jon On 05/31/2018 06:31 PM, Christopher Turkel wrote: How long until these are merged into master? Are we waiting for the BSD patches? On Thu, May 31, 2018 at 8:20 PM Jon Trulson > wrote: On 05/31/2018 03:49 PM, Ulrich Wilkens

Re: [cdesktopenv-devel] [PATCH] Fix Linux rpc problems with new glibc

2018-05-31 Thread Ulrich Wilkens
On 06/01/18 02:18, Jon Trulson wrote: On 05/31/2018 03:49 PM, Ulrich Wilkens wrote: The second patch mainly cares about removed sunrpc support in glibc. This is a problem on newest Linux releases. It also fixes some new warnings. Applied to master. I've also removed the shortly added lic

Re: [cdesktopenv-devel] [PATCH] Fix Linux rpc problems with new glibc

2018-05-31 Thread Matthew R. Trower
If there must be two otherwise identical files, perhaps they should be auto-generated from a master source? Perhaps using m4 or the like (or even a simple script using cat + sed to pre-pend the appropriate header --- I'm happy to write this up and submit it). This would incur some (hopefully mar

[cdesktopenv-devel] [PATCH] Fixes for OpenBSD

2018-05-31 Thread Ulrich Wilkens
This is my third patch. It fixes some problems so that OpenBSD builds again. It should also solve the tickets 62, 63, 70 and 72. Best Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de >From c111beb3fa8c39790175e6069fbb17c555d2f34d Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: F

Re: [cdesktopenv-devel] [PATCH] Fixes for OpenBSD

2018-05-31 Thread Christopher Turkel
I cannot wait for this to be merged! I have switched to OpenBSD (mostly) I just need CDE now. On Thu, May 31, 2018 at 9:48 PM Ulrich Wilkens wrote: > > This is my third patch. It fixes some problems so that OpenBSD > builds again. > It should also solve the tickets 62, 63, 70 and 72. > > Best Re

[cdesktopenv-devel] [PATCH] Fix warnings on FreeBSD

2018-05-31 Thread Ulrich Wilkens
This in my last patch of the series. It fixes many new warnings, especially on FreeBSD. Now master can be synced with everything what's needed. :-) Best Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de >From 781fc73761458ad8ea10ad3b39d3497bd3e0d91f Mon Sep 17 00:00:00 2001 From: Ulri

Re: [cdesktopenv-devel] [PATCH] Fix Linux rpc problems with new glibc

2018-05-31 Thread Ulrich Wilkens
On 06/01/18 03:32, Matthew R. Trower wrote: If there must be two otherwise identical files, perhaps they should be auto-generated from a master source? Perhaps using m4 or the like (or even a simple script using cat + sed to pre-pend the appropriate header --- I'm happy to write this up and su

Re: [cdesktopenv-devel] [PATCH] Fixes for OpenBSD

2018-05-31 Thread Jon Trulson
On 05/31/2018 07:47 PM, Ulrich Wilkens wrote: This is my third patch. It fixes some problems so that OpenBSD builds again. It should also solve the tickets 62, 63, 70 and 72. Merged to master. Thanks! I'll close the tickets. -jon [...] -- Jon Trulson "But when I'm in command, every mi

Re: [cdesktopenv-devel] [PATCH] Fix warnings on FreeBSD

2018-05-31 Thread Jon Trulson
On 05/31/2018 08:11 PM, Ulrich Wilkens wrote: This in my last patch of the series. It fixes many new warnings, especially on FreeBSD. Now master can be synced with everything what's needed. :-) Merged to master, thanks! I'll rebase cde-next-4 and merge to master probably tomorrow. -jon B

Re: [cdesktopenv-devel] [PATCH] Fix warnings on FreeBSD

2018-05-31 Thread Jon Trulson
On 05/31/2018 10:21 PM, Jon Trulson wrote: On 05/31/2018 08:11 PM, Ulrich Wilkens wrote: This in my last patch of the series. It fixes many new warnings, especially on FreeBSD. Now master can be synced with everything what's needed. :-) Merged to master, thanks! I'll rebase cde-next-4 and m