Re: [cdesktopenv-devel] Can't build CDE on FreeBSD 11.0-RELEASE-p1 (dtksh fails)

2016-11-26 Thread trevor robinson
Hi I had the same problem. I managed to get 2.2.4 to finish building by applying the sfio patches in the sfio and ksh93 ports by hand into programs/dtksh/ksh93/src/lib/libast/sfio ie. +.if ${OSVERSION} >= 1100093 +post-patch: +   ${REINPLACE_CMD} -e 's|SF_FLAGS|SFIO_FLAGS|g' \ +  

Re: [cdesktopenv-devel] Can't build CDE on FreeBSD 11.0-RELEASE-p1 (dtksh fails)

2016-10-13 Thread Swift Griggs
On Thu, 13 Oct 2016, Martin Etteldorf wrote: > Sorry, I still haven't found the time to upgrade to 11.0, and I most > likely won't have the time to do it before December. Kostya Berger > reported the very same issue some months ago for NetBSD on this list. > Maybe it's worth a try contacting him

Re: [cdesktopenv-devel] Can't build CDE on FreeBSD 11.0-RELEASE-p1 (dtksh fails)

2016-10-12 Thread Martin Etteldorf
Hello Douglas, Douglas Carmichael wrote: [...] error: unknown type name 'Sfio_t' > Any idea how I can fix that? > Sorry, I still haven't found the time to upgrade to 11.0, and I most likely won't have the time to do it before December. Kostya Berger reported the very same issue some months ago

Re: [cdesktopenv-devel] Can't build CDE on FreeBSD 11.0-RELEASE-p1 (dtksh fails)

2016-10-12 Thread Douglas Carmichael
Martin: When I try building dtksh, I’m now running into an “Unknown type” error for Sfio_t: —— + cc -O2 -fno-strict-aliasing '-DPROFILEPATH="/etc/dt/config/profile"' '-DSUIDPROFILEPATH="/etc/dt/config/suid_profile"' '-DSUIDEXECPATH="/usr/dt/bin/suid_exec"' '-DCDE_INSTALLATION_TOP="/usr/dt"'

Re: [cdesktopenv-devel] Can't build CDE on FreeBSD 11.0-RELEASE-p1 (dtksh fails)

2016-10-10 Thread Martin Etteldorf
Hi Douglas, When I try to build CDE on FreeBSD 11.0-RELEASE-p1, everything else builds > but there are significant errors when building dtksh. > > Here is the transcript: > [...] > sfio/sfclrlock.c:69:20: error: use of undeclared identifier 'SF_FLAGS' > return (f->flags&SF_FLAGS);

Re: [cdesktopenv-devel] Can't build CDE on FreeBSD 11.0-RELEASE-p1 (dtksh fails)

2016-10-10 Thread Marcin Cieslak
On Mon, 10 Oct 2016, Douglas Carmichael wrote: > To whom it may concern: > > When I try to build CDE on FreeBSD 11.0-RELEASE-p1, everything else > builds but there are significant errors when building dtksh. Haven't tried dtksh yet, but you might want to try some patches from Bob Krzaczek posted