homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

groonga 14.0.4

Open BrewTestBot opened this issue 1 year ago • 3 comments

Created by brew bump


Created with brew bump-formula-pr.

  • [ ] resource blocks have been checked for updates.

BrewTestBot avatar May 29 '24 06:05 BrewTestBot

 ../libtool: line 7577: cd: lib: No such file or directory
  libtool:   error: cannot determine absolute directory name of 'lib'

Weird. Wonder if it's a parallelisation error.

carlocab avatar May 29 '24 12:05 carlocab

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

github-actions[bot] avatar May 31 '24 20:05 github-actions[bot]

Took a look at this, still not sure what's happening.

  • ENV.deparallelize does not fix it
  • Running configure and make one directory up (i.e. not having a separate builddir) does not fix it
  • After running autoreconf -ivf, running configure seems to have a syntax error:
checking whether the compiler supports GNU C++... yes
checking whether clang++ accepts -g... yes
checking for clang++ option to enable C++11 features... -std=gnu++11
checking dependency style of clang++ -std=gnu++11... none
../configure: line 6680: syntax error near unexpected token `fi'
../configure: line 6680: `fi'

alebcay avatar Jun 19 '24 21:06 alebcay