ksh-community / ksh

ksh93 maintenance and development
Eclipse Public License 1.0
26 stars 11 forks source link

Build Failure on FreeBSD #20

Open cschuber opened 2 weeks ago

cschuber commented 2 weeks ago

On FreeBSD we get the following build failure:

src/cmd/INIT/Mamfile: 32-35: make probe

I've worked around the problem by add the environment variable STDCHMOD=chmod to the FreeBSD ports Makefile, but this is a hack until this can be better fixed.

cschuber commented 2 weeks ago

I discovered the problem. e8b45cc8 caused this regression the previous regression plus other regressions.

McDutchie commented 2 weeks ago

Thanks for the report but this is the wrong repo, please report at https://github.com/ksh93/ksh in future.

I cannot reproduce the build failure on FreeBSD, so I'm going to need more information.