Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tinysvm: add explicit --build flag for linux arm build #215720

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chenrui333
Copy link
Member

  config.guess timestamp = 2001-04-20
  
  uname -m = aarch64
  uname -r = 6.8.0-1021-azure
  uname -s = Linux
  uname -v = #25~22.04.1-Ubuntu SMP Thu Jan 16 21:09:47 UTC 2025
  
  /usr/bin/uname -p = aarch64
  /bin/uname -X     = 
  
  hostinfo               = 
  /bin/universe          = 
  /usr/bin/arch -k       = 
  /bin/arch              = aarch64
  /usr/bin/oslevel       = 
  /usr/convex/getsysinfo = 
  
  UNAME_MACHINE = aarch64
  UNAME_RELEASE = 6.8.0-1021-azure
  UNAME_SYSTEM  = Linux
  UNAME_VERSION = #25~22.04.1-Ubuntu SMP Thu Jan 16 21:09:47 UTC 2025
  configure: error: can not guess host type; you must specify one

#211761

@chenrui333 chenrui333 added CI-no-bottles Merge without publishing bottles linux-arm-bottling labels Mar 22, 2025
@chenrui333 chenrui333 marked this pull request as draft March 22, 2025 05:45
@chenrui333
Copy link
Member Author

still seeing some build issue

==> ./configure --mandir=/home/linuxbrew/.linuxbrew/Cellar/tinysvm/0.09/share/man --disable-shared --build=aarch64-unknown-linux-gnu --disable-debug --disable-dependency-tracking --prefix=/home/linuxbrew/.linuxbrew/Cellar/tinysvm/0.09 --libdir=/home/linuxbrew/.linuxbrew/Cellar/tinysvm/0.09/lib
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc-14
checking whether the C compiler (gcc-14  ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
/usr/bin/env /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/shared/curl --version
/usr/bin/env /usr/bin/ruby -e puts\ RUBY_VERSION

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-no-bottles Merge without publishing bottles linux-arm-bottling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant