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

sdcc: declare indirect deps with linkage

Open chenrui333 opened this issue 1 year ago • 2 comments

  • [x] Have you followed the guidelines for contributing?
  • [x] Have you ensured that your commits follow the commit style guide?
  • [x] Have you checked that there aren't other open pull requests for the same formula update/change?
  • [x] Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • [x] Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • [x] Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

https://github.com/Homebrew/homebrew-core/actions/runs/10259102515/job/28383273733?pr=180172#step:3:1391

chenrui333 avatar Aug 06 '24 13:08 chenrui333

  make[4]: Leaving directory '/tmp/sdcc-20240806-10716-om8gax/sdcc-4.4.0/device/lib'
  /usr/bin/make clean_intermediate
  make[4]: Entering directory '/tmp/sdcc-20240806-10716-om8gax/sdcc-4.4.0/device/lib'
  rm -f build/ds400/*.lst build/ds400/*.sym
  make[4]: Leaving directory '/tmp/sdcc-20240806-10716-om8gax/sdcc-4.4.0/device/lib'
  make[3]: Leaving directory '/tmp/sdcc-20240806-10716-om8gax/sdcc-4.4.0/device/lib'
  make[2]: Leaving directory '/tmp/sdcc-20240806-10716-om8gax/sdcc-4.4.0/device/lib'
  make[1]: *** [Makefile:294: all] Error 2
  make[1]: Leaving directory '/tmp/sdcc-20240806-10716-om8gax/sdcc-4.4.0/device/lib'
  make: *** [Makefile:175: sdcc-device-lib] Error 2

chenrui333 avatar Aug 07 '24 12:08 chenrui333

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.

github-actions[bot] avatar Aug 28 '24 17:08 github-actions[bot]