ksh-community / ksh

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

Another FreeBSD build failure #21

Closed cschuber closed 1 month ago

cschuber commented 1 month ago

The following failure occurs under FreeBSD:

src/lib/libast/Mamfile: 574-4925: make libast.a

Adding AR=ar to make environment resolves the issue.

cschuber commented 1 month ago

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

hlangeveld commented 1 month ago

This repository is not maintained. Most recent work can be found at:

https://github.com/ksh93/ksh

McDutchie commented 1 month ago

However, e8b45cc8 is a commit there, so this was reported to the wrong repo.

Unfortunately, I cannot reproduce this failure either, so I'm going to need more precise steps to reproduce it.

cschuber commented 1 month ago

Sorry. I'll close this and open with the correct project.

McDutchie commented 1 month ago

Thanks. You should probably close #20 here as well.