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' \
+
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
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
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"'
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);
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
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.
Here is the transcript:
—
+ cc -O2 -fno-strict-aliasing '-DPROFILEPATH="/etc/dt/config/profile"'
'-DSUIDPROFILEPATH="/etc/dt/config/suid_pro