ioccc-src / mkiocccentry

Form an IOCCC entry as a compressed tarball file
Other
28 stars 5 forks source link

Change entry/entries to submission/submissions #861

Closed xexyl closed 2 months ago

xexyl commented 2 months ago

Please address the issue in iocccsize when you can if you feel you need to.

lcn2 commented 2 months ago

Please address the issue in iocccsize when you can if you feel you need to.

We don't see an issue with iocccsize(1). Did we miss something?

lcn2 commented 2 months ago

Thank you @xexyl

xexyl commented 2 months ago

Please address the issue in iocccsize when you can if you feel you need to.

We don't see an issue with iocccsize(1). Did we miss something?

The term entry/entries I believe is what I was getting at. Do you not want to change it to submission/submissions?

xexyl commented 2 months ago

Thank you @xexyl

You are very welcome.

lcn2 commented 2 months ago

Odd things, @xexyl ... make prep passes but make release fails:

$ make release
make_action 10 clobber OK
make_action 11 all OK
make_action 12 depend OK
make_action 13 clean_mkchk_sem OK
make_action 14 all_sem_ref OK
make_action 15 mkchk_sem OK
make_action 16 all OK
make_action 17 parser-o ERROR exit code 2

make release: ERROR: ./test_ioccc/prep.sh exit code: 17

make release: see build.log for details
make: *** [release] Error 17
zsh: exit 2     make release

The ./bug_report.sh reports "All tests PASSED":

bug-report.20240308.110538.txt

Here is the build.log from the make release

build.log

UDPATE 0

We are trying to fix developer tools: stay tuned.

xexyl commented 2 months ago

Trying now .. though not sure if I can take care of it today.

xexyl commented 2 months ago

Oh I know why. Did you update our macOS (the most recent one) and not update xcode related things? I see that in the log ....

xexyl commented 2 months ago

Looks like you don't have bison and/or flex?

xexyl commented 2 months ago

Yes all good on my end. That's a relief.

lcn2 commented 2 months ago

We will have to work on this when we are back in town .. after train ride return

lcn2 commented 2 months ago

We had to:

brew reinstall m4
sudo ln -s -f -v /opt/homebrew/opt/m4/bin/m4 /usr/local/bin/m4

before make release worked after macOS 14.4 upgrade.

Now make release works. sigh

xexyl commented 2 months ago

We had to:


brew reinstall m4

sudo ln -s -f -v /opt/homebrew/opt/m4/bin/m4 /usr/local/bin/m4

before make release worked after macOS 14.4 upgrade.

Now make release works. sigh

I guess I lucked out. That's good because I have had so many problems with macOS 14 and iOS 17. Mostly iOS though.

Glad you got it sorted.