Linuxbrew / brew

:beer::penguin: The Homebrew package manager for Linux
https://linuxbrew.sh
BSD 2-Clause "Simplified" License
2.66k stars 237 forks source link

./configure error #881

Closed RobertKoval closed 6 years ago

RobertKoval commented 6 years ago

.configure error for all formula

Updating Homebrew...
==> Downloading https://curl.haxx.se/download/curl-7.62.0.tar.bz2
######################################################################## 100.0%
==> ./configure --disable-silent-rules --prefix=/home/thethird/.linuxbrew/Cellar/curl/7.62.0 --with-ssl=/home/thethird/.linuxbrew/opt/openssl --with-ca-bundle=/home/thethird/.linuxbrew/etc/openssl/cert.pem --with-ca-path=/home/thethird/.linuxbrew/etc/openssl/certs --without-libssh2 --without-libmetalink --with
Last 15 lines from /home/thethird/.cache/Homebrew/Logs/curl/01.configure:
./configure
--disable-debug
--disable-dependency-tracking
--disable-silent-rules
--prefix=/home/thethird/.linuxbrew/Cellar/curl/7.62.0
--with-ssl=/home/thethird/.linuxbrew/opt/openssl
--with-ca-bundle=/home/thethird/.linuxbrew/etc/openssl/cert.pem
--with-ca-path=/home/thethird/.linuxbrew/etc/openssl/certs
--without-libssh2
--without-libmetalink
--without-gssapi
--without-librtmp
--disable-ares
--disable-ldap

READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core,
which support macOS only."

The same error on each formula.

brew config:

HOMEBREW_VERSION: >=1.7.1 (shallow or no git repository)
ORIGIN: https://github.com/Linuxbrew/brew
HEAD: 4c4ed05a7d5755ed8c7e9f974959276216c5cb26
Last commit: 3 hours ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: 478ca5c771399c80068690afd9cd2fe01584b090
Core tap last commit: 3 hours ago
HOMEBREW_PREFIX: /home/thethird/.linuxbrew
HOMEBREW_REPOSITORY: /home/thethird/.linuxbrew/Homebrew
HOMEBREW_CELLAR: /home/thethird/.linuxbrew/Cellar
HOMEBREW_CACHE: /home/thethird/.cache/Homebrew
HOMEBREW_BUILD_FROM_SOURCE: 1
HOMEBREW_SYSTEM_CURL_TOO_OLD: 1
CPU: 20-core 64-bit broadwell
Homebrew Ruby: 2.3.7 => /home/thethird/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby
Clang: N/A
Git: 1.7.1 => /usr/bin/git
Curl: 7.19.7 => /usr/bin/curl
Kernel: Linux 2.6.32-896.16.1.lve1.4.49.el6.x86_64 x86_64 GNU/Linux
OS: N/A
Host glibc: 2.12
/usr/bin/gcc: 4.4.7
glibc: 2.19
gcc: N/A
xorg: N/A
sjackman commented 6 years ago

Please report brew gist-logs curl

RobertKoval commented 6 years ago

@sjackman the same error for every formula, not only curl.

Gist for m4: https://gist.github.com/RobertKoval/cfe0081ac790c8468754b4461220d063

RobertKoval commented 6 years ago

[FIXED] My /tmp folder mounted with "noexec" flag, so I just change HOMEBREW_TEMP="" and it works.