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

Several upstream bottles cause segfault. related to old patchelf.rb bugs. #163826

Open
4 tasks done
redspot opened this issue Feb 22, 2024 · 46 comments
Open
4 tasks done

Several upstream bottles cause segfault. related to old patchelf.rb bugs. #163826

redspot opened this issue Feb 22, 2024 · 46 comments
Labels
bug Reproducible Homebrew/homebrew-core bug

Comments

@redspot
Copy link

redspot commented Feb 22, 2024

brew gist-logs <formula> link OR brew config AND brew doctor output

$ brew config
HOMEBREW_VERSION: 4.2.9-88-g94e987e
ORIGIN: https://github.com/Homebrew/brew
HEAD: 94e987ee65fa6ae564f86d37fe21b5ad81a258d4
Last commit: 26 minutes ago
Core tap HEAD: 3e47b3bac60e610ea8fcdfcf9693c25812ef1727
Core tap last commit: 3 months ago
Core tap JSON: 22 Feb 21:25 UTC
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: :0
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 8
HOMEBREW_SORBET_RUNTIME: set
SUDO_ASKPASS: /home/wmartin45/bin/askpass-kdewallet
Homebrew Ruby: 3.1.4 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby
CPU: octa-core 64-bit skylake
Clang: 17.0.6
Git: 2.39.3 => /bin/git
Curl: 7.61.1 => /bin/curl
Kernel: Linux 4.18.0-513.5.1.el8_9.x86_64 x86_64 GNU/Linux
OS: Red Hat Enterprise Linux release 8.9 (Ootpa)
Host glibc: 2.28
/usr/bin/gcc: 8.5.0
/usr/bin/ruby: N/A
glibc: 2.35_1
gcc@11: N/A
gcc: 13.2.0
xorg: N/A

$ brew doctor
Your system is ready to brew.
$ brew update --auto-update  # no output

Verification

  • My "brew doctor output" says Your system is ready to brew. and am still able to reproduce my issue.
  • I ran brew update and am still able to reproduce my issue.
  • I have resolved all warnings from brew doctor and that did not fix my problem.
  • I searched for recent similar issues at https://github.com/Homebrew/homebrew-core/issues?q=is%3Aissue and found no duplicates.

What were you trying to do (and why)?

I was attempting to use several formulae installed via brew.

  • ssdeep
  • go
  • pkg-config

There are several related issues:
#137991 related to old patchelf.rb bug
#132852 bottles crashing on Centos
#116841 bottles crashing on RHEL

What happened (include all command output)?

$ brew reinstall --force-bottle ssdeep
==> Downloading https://ghcr.io/v2/homebrew/core/ssdeep/manifests/2.14.1
Already downloaded: /home/wmartin45/.cache/Homebrew/downloads/5d5c962b71849c67a5e3e6c0df39b82fd0b823ac868d942f93e6a1bec0a6a03b--ssdeep-2.14.1.bottle_manifest.json
==> Fetching ssdeep
==> Downloading https://ghcr.io/v2/homebrew/core/ssdeep/blobs/sha256:debece05c49ee73f650afa080d3f0953ac64449c79169525001e871d0888edef
Already downloaded: /home/wmartin45/.cache/Homebrew/downloads/89333f5f972034d0bbcfbdab464d33f04ced2b2f6e86f532cf6e6c95484a2b7e--ssdeep--2.14.1.x86_64_linux.bottle.tar.gz
==> Reinstalling ssdeep
==> Pouring ssdeep--2.14.1.x86_64_linux.bottle.tar.gz
🍺  /home/linuxbrew/.linuxbrew/Cellar/ssdeep/2.14.1: 16 files, 194.9KB
==> Running `brew cleanup ssdeep`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
$ /home/linuxbrew/.linuxbrew/bin/ssdeep -V
Segmentation fault
$ dmesg | grep ssdeep
[4717362.289573] 3149001 (ssdeep): Uhuuh, elf segment at 0000000000401000 requested but the memory is mapped already

Note the segment that causes the problem, 0x0000000000401000

Now, take a look at the on-disk segments:

$ readelf -l /home/linuxbrew/.linuxbrew/bin/ssdeep
Elf file type is EXEC (Executable file)
Entry point 0x4028e0
There are 11 program headers, starting at offset 64

Program Headers:
  Type           Offset             VirtAddr           PhysAddr
                 FileSiz            MemSiz              Flags  Align
  PHDR           0x0000000000000040 0x00000000003ff040 0x00000000003ff040
                 0x0000000000000268 0x0000000000000268  R E    0x8
  GNU_STACK      0x0000000000000000 0x0000000000000000 0x0000000000000000
                 0x0000000000000000 0x0000000000000000  RW     0x10
  LOAD           0x0000000000000000 0x00000000003ff000 0x00000000003ff000
                 0x00000000000022ae 0x00000000000022ae  RW     0x1000
  INTERP         0x0000000000001308 0x0000000000400308 0x0000000000400308
                 0x0000000000000025 0x0000000000000025  R      0x1
      [Requesting program interpreter: /home/linuxbrew/.linuxbrew/lib/ld.so]
  NOTE           0x0000000000001330 0x0000000000400330 0x0000000000400330
                 0x0000000000000020 0x0000000000000020  R      0x4
  NOTE           0x0000000000001350 0x0000000000400350 0x0000000000400350
                 0x0000000000000024 0x0000000000000024  R      0x4
  LOAD           0x00000000000022ae 0x00000000004012ae 0x00000000004012ae
                 0x0000000000009917 0x0000000000009917  R E    0x1000
  GNU_EH_FRAME   0x000000000000a580 0x0000000000409580 0x0000000000409580
                 0x00000000000002cc 0x00000000000002cc  R      0x4
  LOAD           0x000000000000bda0 0x000000000060ada0 0x000000000060ada0
                 0x00000000000004f4 0x00000000000005a8  RW     0x1000
  GNU_RELRO      0x000000000000bda0 0x000000000060ada0 0x000000000060ada0
                 0x0000000000000260 0x0000000000000260  R      0x1
  DYNAMIC        0x000000000000bdf8 0x000000000060adf8 0x000000000060adf8
                 0x0000000000000200 0x0000000000000200  RW     0x8

$ readelf -l /home/linuxbrew/.linuxbrew/bin/ssdeep | grep '0x0000000000401... '
  LOAD           0x00000000000022ae 0x00000000004012ae 0x00000000004012ae

Note the segment 0x00000000004012ae

Also, of interest, when run using brew's interpreter, programs seem to work:

$ /home/linuxbrew/.linuxbrew/lib/ld.so /home/linuxbrew/.linuxbrew/bin/ssdeep -V
2.14.1

Here is the results when built from source:

$ brew install --build-from-source ssdeep
==> Fetching ssdeep
==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/11dc5d3906c536d30245ec1bace1b73338857c9b/Formula/s/ssdeep.rb
######################################################################################################################################### 100.0%
==> Downloading https://github.com/ssdeep-project/ssdeep/releases/download/release-2.14.1/ssdeep-2.14.1.tar.gz
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/93355216/ae5313b0-c3b0-11e7-88a8-251ebd913c9d?
######################################################################################################################################### 100.0%
==> ./configure
==> make install
🍺  /home/linuxbrew/.linuxbrew/Cellar/ssdeep/2.14.1: 16 files, 201.6KB, built in 9 seconds
==> Running `brew cleanup ssdeep`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
$ readelf -l /home/linuxbrew/.linuxbrew/bin/ssdeep | grep '0x0000000000401... '  # no matches
$ /home/linuxbrew/.linuxbrew/bin/ssdeep -V
2.14.1

What did you expect to happen?

I expect the upstream pre-built bottles to not have lingering issues with patchelf.rb.

Now, the issues with patchelf.rb have been fixed, and maybe those Centos/RHEL related issues as well.

It's that the bottles still have the problem.

Step-by-step reproduction instructions (by running brew commands)

As mentioned in this comment: #132852 (comment)

Some formulas work:

$ /home/linuxbrew/.linuxbrew/bin/xz --version
xz (XZ Utils) 5.4.5
liblzma 5.4.5

Some formulas fail:

$ /home/linuxbrew/.linuxbrew/opt/pkg-config/bin/pkg-config --version
Segmentation fault
$ dmesg | grep pkg-config
[4719592.428429] 3158801 (pkg-config): Uhuuh, elf segment at 0000000000401000 requested but the memory is mapped already
$ readelf -l /home/linuxbrew/.linuxbrew/opt/pkg-config/bin/pkg-config | grep '0x0000000000401... '
  LOAD           0x0000000000006dd2 0x0000000000401dd2 0x0000000000401dd2
$ /home/linuxbrew/.linuxbrew/lib/ld.so /home/linuxbrew/.linuxbrew/opt/pkg-config/bin/pkg-config --version
0.29.2
$ readlink -f /home/linuxbrew/.linuxbrew/lib/ld.so
/home/linuxbrew/.linuxbrew/Cellar/glibc/2.35_1/lib/ld-linux-x86-64.so.2

Note the kernel reporting the same segment, 0x0000000000401000, and readelf showing that segment. And, it strangely works when run with brew's interpreter.

when building from source:

$ brew reinstall --build-from-source pkg-config
Warning: building from source is not supported!
You're on your own. Failures are expected so don't create any issues, please!
==> Fetching pkg-config
==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/11dc5d3906c536d30245ec1bace1b73338857c9b/Formula/p/pkg-config.rb
######################################################################################################################################### 100.0%
==> Downloading https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz
######################################################################################################################################### 100.0%
==> Reinstalling pkg-config
==> ./configure --disable-host-tool --with-internal-glib --with-pc-path=/home/linuxbrew/.linuxbrew/lib/pkgconfig:/home/linuxbrew/.linuxbrew/shar
==> make
==> make install
🍺  /home/linuxbrew/.linuxbrew/Cellar/pkg-config/0.29.2_3: 11 files, 750.6KB, built in 40 seconds
==> Running `brew cleanup pkg-config`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
$ readelf -l /home/linuxbrew/.linuxbrew/opt/pkg-config/bin/pkg-config | grep '0x0000000000401... '  # no matches
$ /home/linuxbrew/.linuxbrew/opt/pkg-config/bin/pkg-config --version
0.29.2

It also seems reliable to detect the bad packages by looking for a segment that matches the regex 0x0000000000401....

@redspot redspot added the bug Reproducible Homebrew/homebrew-core bug label Feb 22, 2024
@redspot
Copy link
Author

redspot commented Feb 22, 2024

I don't know why all of the Markdown blocks got flipped around.

Here are the related issues and comment:
#137991 related to old patchelf.rb bug
#132852 bottles crashing on Centos
#116841 bottles crashing on RHEL

#132852 (comment)

@redspot
Copy link
Author

redspot commented Feb 25, 2024

This issue seems related: #136432

@redspot
Copy link
Author

redspot commented Feb 25, 2024

I think the root cause related to many homebrew Linux segmentation faults is the homebrew build bot.

The build bot making the bottles is still somehow using an older patchelf.rb which causes elf binaries to be generated with improper segments causing memory map collisions.

@iMichka
Copy link
Member

iMichka commented Feb 26, 2024

Latest patchelf updates in brew:
Homebrew/brew#16694
Homebrew/brew#14094

Most issues have been fixed with version 1.4.0 in Nov. 2022.

Why do you think it's still using an old patchelf.rb version?

In your config:

Core tap last commit: 3 months ago

This looks old. Can you update first?

@redspot
Copy link
Author

redspot commented Feb 26, 2024

Latest patchelf updates in brew: Homebrew/brew#16694 Homebrew/brew#14094

Most issues have been fixed with version 1.4.0 in Nov. 2022.

Why do you think it's still using an old patchelf.rb version?

It's not an issue with patchelf.rb. It's an issue with the pre built bottles.

See above the part with brew reinstall --force-bottle ssdeep which segfaults, but works fine when built from source.

In your config:

Core tap last commit: 3 months ago

This looks old. Can you update first?

How do I do that?

I ran brew update --auto-update with no output given.

@gromgit
Copy link
Member

gromgit commented Feb 27, 2024

How do I do that?

HOMEBREW_NO_INSTALL_FROM_API=1 brew update should do the necessary.

@iMichka
Copy link
Member

iMichka commented Feb 27, 2024

Don't worry about the 3 months old update message: you are now using the API to get the latest version, so I guess no need to update the git repo on your computer to get the latest version. I think that message is confusing, I'll have a look into it later.

I think I know what happened.

patchelf was updated in Nov 2022, but I did not realise patchelf was only updated 1 week ago in brew ...

We will have to rebuild these bottles.

I have triggered a ssdeep rebuild: https://github.com/Homebrew/homebrew-core/actions/runs/8060846410

Once this is done, you can brew update, and the brew reinstall ssdepp and try the new bottle.

@redspot
Copy link
Author

redspot commented Feb 27, 2024

Sounds great. There are several other bottles with crashes, such as golang.

@pdelre
Copy link

pdelre commented Feb 27, 2024

👋 Been quietly watching this and previous issues.

In WSL Ubuntu this is pretty wide spread from packages built with go and those that are built with gcc. I believe I saw less issues when I tested in a Ubuntu VM.

What could be an effective way forward for the project maintainers? I imagine as the underlying packages upgrade, they'll be rebuilt, so as users, should we just wait? Would the repo owners find a list of affected packages be helpful? I'd be happy to send along the packages I've had issues with and help UAT rebuilds.

@iMichka
Copy link
Member

iMichka commented Feb 27, 2024

@redspot a new ssdeep bottle has been added. Can you brew update && brew reinstall ssdeppto confirm that this fixes it for you.

I imagine as the underlying packages upgrade, they'll be rebuilt, so as users, should we just wait? Would the repo owners find a list of affected packages be helpful?

Yes, if you have a list, we can at least rebuild all of these. Most packages get updates / rebuilds at least once per year, but some others will take time to get update. Let's fix what is known to be broken.

@pdelre
Copy link

pdelre commented Feb 27, 2024

Here's a list from my bash/zsh history, though I think I had an issue with every package that uses go as a build dependency.

  • act
  • docker
  • docker-compose
  • findutils
  • fzf
  • gh
  • go
  • go-task
  • gron
  • k6
  • k9s
  • noti
  • pandoc
  • unzip
  • whalebrew
  • yq

@redspot
Copy link
Author

redspot commented Feb 28, 2024

see this comment for more potentially broken bottles #132852 (comment)

I definitely had issues with these formulas:

  • ssdeep
  • xz
  • pkg-config

but, there could have been others. It's not that I would like you to fix a specific formula. It's that you most likely have many broken bottles that need a rebuild.

I guess you could come up with a way to find bottles that are:

  • Linux x86_64
  • has an ELF64 file with:
  • a memory segment that matches '0x00000000004..... ', maybe check with readelf -l

@iMichka
Copy link
Member

iMichka commented Mar 1, 2024

Can just someone confirm that brew update && brew reinstall ssdepp fixes it before I start rebottling stuff?

Note: we probably won't rebottle everything, I'll go through the lists above, for anything else users will have to open an issue or post here.

@redspot
Copy link
Author

redspot commented Mar 1, 2024

Sure, I'll test out the new bottle on Monday.

I could always solve the problem building from source. This ticket was just to give the project and other users a heads up.

@pdelre
Copy link

pdelre commented Mar 5, 2024

@iMichka I installed ssdeep and it does not segfault as the OP describes with ssdeep -V.

Output
$ brew install ssdeep
...
==> Downloading https://ghcr.io/v2/homebrew/core/ssdeep/manifests/2.14.1-1
#################################################################################################################################################################################################################################### 100.0%
==> Fetching ssdeep
==> Downloading https://ghcr.io/v2/homebrew/core/ssdeep/blobs/sha256:d62ce2005fd901e4a363b3f6592dee0388e9114d323a058499d16e8dba9c4d38
#################################################################################################################################################################################################################################### 100.0%
==> Pouring ssdeep--2.14.1.x86_64_linux.bottle.1.tar.gz
�  /home/linuxbrew/.linuxbrew/Cellar/ssdeep/2.14.1: 16 files, 215.4KB
==> Running `brew cleanup ssdeep`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

$ /home/linuxbrew/.linuxbrew/bin/ssdeep -h
ssdeep version 2.14.1 by Jesse Kornblum and the ssdeep Project
For copyright information, see man page or README.TXT.

Usage: ssdeep [-m file] [-k file] [-dpgvrsblcxa] [-t val] [-h|-V] [FILES]
-m - Match FILES against known hashes in file
-k - Match signatures in FILES against signatures in file
-d - Directory mode, compare all files in a directory
-p - Pretty matching mode. Similar to -d but includes all matches
-g - Cluster matches together
-v - Verbose mode. Displays filename as its being processed
-r - Recursive mode
-s - Silent mode; all errors are suppressed
-b - Uses only the bare name of files; all path information omitted
-l - Uses relative paths for filenames
-c - Prints output in CSV format
-x - Compare FILES as signature files
-a - Display all matches, regardless of score
-t - Only displays matches above the given threshold
-h - Display this help message
-V - Display version number and exit

$ /home/linuxbrew/.linuxbrew/bin/ssdeep -V
2.14.1

@redspot
Copy link
Author

redspot commented Mar 5, 2024

==> Fetching ssdeep
==> Downloading https://ghcr.io/v2/homebrew/core/ssdeep/blobs/sha256:d62ce2005fd901e4a363b3f6592dee0388e9114d323a058499d16e8dba9c4d38
######################################################################################################################################### 100.0%
==> Reinstalling ssdeep 
==> Installing ssdeep
==> Pouring ssdeep--2.14.1.x86_64_linux.bottle.1.tar.gz
🍺  /home/linuxbrew/.linuxbrew/Cellar/ssdeep/2.14.1: 16 files, 217.2KB
==> Running `brew cleanup ssdeep`...

$ ssdeep -V
2.14.1

Yes, it works from the bottle.

@fxcoudert
Copy link
Member

fxcoudert commented Mar 5, 2024

I've launched a couple of rebottles for formulas that were listed above and where the rebottling won't erase any old bottle (for previous macOS versions). In those cases, there is no downside to rebottling. Then, we can confirm whether the issues are all fixed, and decide how to proceed next.

I've launched: act docker docker-compose fzf gawk gh go-task k6 k9s pandoc xz yq
Once this is all done (I'd say in a few hours, but you can check progress there: https://github.com/Homebrew/homebrew-core/actions/workflows/dispatch-rebottle.yml) please reinstall, test, and report success or failure (if you were seeing the bug before).

Copy link
Contributor

github-actions bot commented Mar 5, 2024

@fxcoudert bottle request for gh failed.

Copy link
Contributor

github-actions bot commented Mar 5, 2024

@fxcoudert bottle request for k9s failed.

@pdelre
Copy link

pdelre commented Mar 5, 2024

@fxcoudert I've tried a few of these (act, k6, gh, yq) and they still segfault. Looking at the GH Actions, it appears they depend on the Homebrew go package which is affected on my system. Could an order of operation be affecting the built bottles?

$ k6 --version # previously built from source
k6 v0.49.0 (go1.21.6, linux/amd64)

$ brew update && brew reinstall k6
Already up-to-date.
==> Downloading https://ghcr.io/v2/homebrew/core/k6/manifests/0.49.0
####################################################################################################################################################################################################################### 100.0%
==> Fetching k6
==> Downloading https://ghcr.io/v2/homebrew/core/k6/blobs/sha256:2e548198d61b1f5336646ff43bf7f2cd75ed69c288920c5d47d18f3219c40e65
####################################################################################################################################################################################################################### 100.0%
==> Reinstalling k6 
==> Pouring k6--0.49.0.x86_64_linux.bottle.tar.gz
==> Caveats
zsh completions have been installed to:
  /home/linuxbrew/.linuxbrew/share/zsh/site-functions
==> Summary
�  /home/linuxbrew/.linuxbrew/Cellar/k6/0.49.0: 8 files, 37.6MB
==> Running `brew cleanup k6`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

$ k6 --version
zsh: segmentation fault  k6 --version

$ brew update && brew reinstall -s k6
Already up-to-date.
Warning: building from source is not supported!
You're on your own. Failures are expected so don't create any issues, please!
==> Fetching k6
==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/726ba7780161a49c1d6b4b202f854e13fb5dca66/Formula/k/k6.rb
####################################################################################################################################################################################################################### 100.0%
==> Downloading https://github.com/grafana/k6/archive/refs/tags/v0.49.0.tar.gz
Already downloaded: /home/pdelre/.cache/Homebrew/downloads/cb0f5adcdfa30d830e9f759aeb1266ce066200d6e60a225a1a5fb2bf7d8ca74c--k6-0.49.0.tar.gz
==> Reinstalling k6 
==> go build -ldflags=-s -w
==> Caveats
zsh completions have been installed to:
  /home/linuxbrew/.linuxbrew/share/zsh/site-functions
==> Summary
�  /home/linuxbrew/.linuxbrew/Cellar/k6/0.49.0: 8 files, 38MB, built in 1 minute 8 seconds
==> Running `brew cleanup k6`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

$ k6 --version
k6 v0.49.0 (go1.22.0, linux/amd64)

@fxcoudert
Copy link
Member

fxcoudert commented Mar 5, 2024

I don't know enough about how go executables are built & linked to be able to answer that. go is being rebuilt as part of this PR #165116 so we'll know soon.

@redspot
Copy link
Author

redspot commented Mar 5, 2024

@pdelre perhaps you could brew install -s golang first.

@pdelre
Copy link

pdelre commented Mar 5, 2024

@redspot Yes, that's how I resolve the builds locally.

@chenrui333
Copy link
Member

chenrui333 commented Mar 5, 2024

the root cause is with the CGO_ENABLED for go build, we should turn it all for all affected formulae.

see https://github.com/grafana/k6/blob/master/release%20notes/v0.26.0.md?plain=1#L127 (for k6 for example)

This was referenced Mar 5, 2024
Copy link
Contributor

github-actions bot commented Mar 5, 2024

@fxcoudert bottle request for go-task failed.

@chenrui333 chenrui333 mentioned this issue Mar 5, 2024
6 tasks
@Bo98
Copy link
Member

Bo98 commented Mar 5, 2024

The problem is (or was) specific to the RHEL kernel which is why no maintainer was able to reproduce the issue. Ubuntu does work fine, as evidenced by it being the platform we use for CI. The issue also cannot be reproduced on our systems under Docker, even on a RHEL/CentOS image.

This bug isn't new - it's been around for years. The patchelf.rb update in 2022 wasn't anything to do with fixing RHEL. If anything, it probably made the problem worse for RHEL.

I'll look into this but it might take a few days to get back to you as I need to set up a special dev environment just to test this.

In WSL Ubuntu this is pretty wide spread from packages built with go

Is this WSL1 or WSL2? Note that we do not support WSL1 because of bugs on WSL's side that won't be fixed as it's not updated much anymore.
If's WSL2: that's useful information as that might be easier for me to test.

the root cause is with the CGO_ENABLED for go build

This disables glibc entirely FWIW. Upstreams often use it for Alpine support but we don't support Alpine.

@chenrui333
Copy link
Member

the root cause is with the CGO_ENABLED for go build

This disables glibc entirely FWIW. Upstreams often use it for Alpine support but we don't support Alpine.

that is true, I wonder if we should just disable for the linux build to ease the installation for the linux world.

@pdelre
Copy link

pdelre commented Mar 5, 2024

@Bo98

Is this WSL1 or WSL2?

WSL2 Ubuntu. I am able to reproduce under my default Ubuntu distro and a freshly created one. I was able able to reproduce in a Ubuntu docker image (running WSL2 docker distro).

the root cause is with the CGO_ENABLED for go build

I'm outside my area of expertise here but if it was CGO_ENABLED, wouldn't brew install -s also result in a failing binary? If so, that is not the case for me.

@Bo98
Copy link
Member

Bo98 commented Mar 5, 2024

WSL2 Ubuntu. I am able to reproduce under my default Ubuntu distro and a freshly created one. I was able able to reproduce in a Ubuntu docker image (running WSL2 docker distro).

Yeah Docker just uses the host kernel so if it's under WSL2 then that makes sense. I'll try WSL2 as that's an easier setup for me and will make this significantly easier to fix if I can reproduce the issue there.

@Bo98
Copy link
Member

Bo98 commented Mar 5, 2024

I can't reproduce the issue under this setup:

> wsl.exe --version
WSL version: 2.1.4.0
Kernel version: 5.15.146.1-2
WSLg version: 1.0.60
MSRDC version: 1.2.5105
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows version: 10.0.22631.3155
$ brew config
HOMEBREW_VERSION: 4.2.11
ORIGIN: https://github.com/Homebrew/brew
HEAD: d7d4c8266210c024b93a450a7d357cec0b46a1bb
Last commit: 2 days ago
Core tap JSON: 05 Mar 23:13 UTC
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: :0
HOMEBREW_MAKE_JOBS: 12
Homebrew Ruby: 3.1.4 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby
CPU: dodeca-core 64-bit unknown_0x6_0xa5
Clang: N/A
Git: 2.34.1 => /bin/git
Curl: 7.81.0 => /bin/curl
Kernel: Linux 5.15.146.1-microsoft-standard-WSL2 x86_64 GNU/Linux
OS: Ubuntu 22.04.4 LTS (jammy)
WSL: 2 (Microsoft Store)
Host glibc: 2.35
/usr/bin/gcc: 11.4.0
/usr/bin/ruby: N/A
glibc: N/A
gcc@11: N/A
gcc: N/A
xorg: N/A
$ act --version
act version 0.2.60

$ gh version
gh version 2.45.0 (2024-03-04)
https://github.com/cli/cli/releases/tag/v2.45.0

$ curl -o test.zip -sL https://github.com/Homebrew/install/archive/refs/heads/master.zip
$ unzip test.zip
Archive:  test.zip
aceed88a4a062e2b41dc40a7428c71309fce14c9
   creating: install-master/
   creating: install-master/.github/
  inflating: install-master/.github/ISSUE_TEMPLATE.md
   creating: install-master/.github/ISSUE_TEMPLATE/
  inflating: install-master/.github/ISSUE_TEMPLATE/bug.md
  inflating: install-master/.github/ISSUE_TEMPLATE/config.yml
  inflating: install-master/.github/dependabot.yml
   creating: install-master/.github/workflows/
  inflating: install-master/.github/workflows/tests.yml
  inflating: install-master/.github/workflows/triage-issues.yml
  inflating: install-master/LICENSE.txt
  inflating: install-master/README.md
  inflating: install-master/install.sh
  inflating: install-master/uninstall.sh

$ pkg-config --cflags --libs bzip2
-I/home/linuxbrew/.linuxbrew/opt/bzip2/include -L/home/linuxbrew/.linuxbrew/opt/bzip2/lib -lbz2

$ k6 --version
k6 v0.49.0 (go1.22.0, linux/amd64)

@pdelre
Copy link

pdelre commented Mar 6, 2024

Hmm...there is a major kernel (5.x vs 4.x) difference depending on how WSL2 is installed (more).

I will eventually try and upgrade to the latest kernel but want to first check if the maintainers would like me to test any fixes on the 4.x kernel as IDK if it's still generally available.

>wsl.exe --version
Invalid command line option: --version

>wsl.exe --status
Default Distribution: Ubuntu
Default Version: 2

Windows Subsystem for Linux was last updated on Mon, 6/8/2020
The Windows Subsystem for Linux kernel can be manually updated with 'wsl --update', but automatic updates cannot occur due to your system settings.
To receive automatic kernel updates, please enable the Windows Update setting: 'Receive updates for other Microsoft products when you update Windows'.
For more information please visit https://aka.ms/wsl2kernel.

Kernel version: 4.19.104
$ brew config
HOMEBREW_VERSION: 4.2.11
ORIGIN: https://github.com/Homebrew/brew
HEAD: d7d4c8266210c024b93a450a7d357cec0b46a1bb
Last commit: 2 days ago
Core tap JSON: 05 Mar 19:23 UTC
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_BAT_THEME: ansi
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 3.1.4 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby
CPU: octa-core 64-bit zen
Clang: N/A
Git: 2.43.0 => /home/linuxbrew/.linuxbrew/bin/git
Curl: 7.81.0 => /bin/curl
Kernel: Linux 4.19.104-microsoft-standard x86_64 GNU/Linux
OS: Ubuntu 22.04.4 LTS (jammy)
WSL: 2
Host glibc: 2.35
/usr/bin/gcc: 11.4.0
/usr/bin/ruby: N/A
glibc: 2.35_1
gcc@11: N/A
gcc: 13.2.0
xorg: N/A

@Bo98
Copy link
Member

Bo98 commented Mar 6, 2024

That'll indeed be the key difference then. Things work as expected on a modern kernel (we have CI on 6.5 currently, but we did test 5.15 before fine), so I guess we have some compatibility issues with 4.x that I can try look into.

RHEL historically has probably one of the slowest lifecycles (6 years between RHEL 7 and 8), which is probably why it's always been seen as a "RHEL-specific" issue as most other distros switched to 5.x years ago. WSL did too in October 2020 (well prior to our move to a newer glibc - we were still using Ubuntu 16.04 at this point), but it seems you're stuck on a June/August(?) 2020 version. I'm guessing RHEL 9 has similarly improved things.

I'll try set up a VM with an old kernel and see what I can do.

@redspot
Copy link
Author

redspot commented Mar 8, 2024

I found these additional packages that segfault:

  • gdbm
  • m4
  • mesa
  • pcre
  • source-highlight
[1275831.645595] 16586 (pcretest): Uhuuh, elf segment at 0000000000401000 requested but the memory is mapped already
[1275847.669209] 16642 (m4): Uhuuh, elf segment at 0000000000401000 requested but the memory is mapped already
[1275858.270300] 16692 (gdbmtool): Uhuuh, elf segment at 0000000000401000 requested but the memory is mapped already
[1275875.685829] 16749 (source-highligh): Uhuuh, elf segment at 0000000000402000 requested but the memory is mapped already
$ uname -rv
4.18.0-513.11.1.el8_9.x86_64 #1 SMP Thu Dec 7 03:06:13 EST 2023

$ cat /etc/os-release 
NAME="Red Hat Enterprise Linux"
VERSION="8.9 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.9"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.9 (Ootpa)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos"
HOME_URL="https://www.redhat.com/"
DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8"
BUG_REPORT_URL="https://bugzilla.redhat.com/"

REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_BUGZILLA_PRODUCT_VERSION=8.9
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.9"

My work requires RHEL.

@redspot
Copy link
Author

redspot commented Mar 11, 2024

@Bo98 @pdelre Any updates?

How can I help?

@fxcoudert
Copy link
Member

@redspot

Any updates?

if there was an update it would be posted here, that's how it works.

How can I help?

Take one failure, for example the m4 one, and debug it. It should fail with brew install m4 and work with brew install -s m4 (build from source). What is the difference in the ELF sections, and what is the section that is triggering this error message:

[1275847.669209] 16642 (m4): Uhuuh, elf segment at 0000000000401000 requested but the memory is mapped already

@redspot
Copy link
Author

redspot commented Mar 12, 2024

Glad that I could help.

By the way, I used the readelf / grep technique that I initially posted to this issue to find the additional packages.

@Shaloc
Copy link

Shaloc commented Mar 13, 2024

I can repro this issue on latest patchelf.rb (1.5.0) on my aarch64 centos 7.2 setup.

brew install --build-bottle xz # This will build from source, and no patchelf will be called
./bin/xz # works
brew bottle xz # this will call the patchelf
./bin/xz # segmentation fault

I manually patched Library/Homebrew/os/linux/elf.rb, and replace the patchelf library with system patchelf:

 def save_using_patchelf_rb(new_interpreter, new_rpath)
    patcher = patchelf_patcher
    # patcher.interpreter = new_interpreter if new_interpreter.present?
    patch_interpreter_cmd = "patchelf --set-interpreter #{new_interpreter} #{patcher.in_file}"
    puts patch_interpreter_cmd if new_interpreter.present?
    system patch_interpreter_cmd  if new_interpreter.present?

    # patcher.rpath = new_rpath if new_rpath.present?
    patch_rpath_cmd = "patchelf --set-rpath #{new_rpath} #{patcher.in_file}"
    puts patch_rpath_cmd if new_rpath.present?
    system patch_rpath_cmd  if new_rpath.present?

    # patcher.save(patchelf_compatible: true)
  end

The reinstall xz and bottle it, the xz still works.

@Bo98
Copy link
Member

Bo98 commented Mar 19, 2024

Hi, can you try the following patch:

diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/patchelf-1.5.0/lib/patchelf/alt_saver.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/patchelf-1.5.0/lib/patchelf/alt_saver.rb
index 7937d14e6e..d7caf39e54 100644
--- a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/patchelf-1.5.0/lib/patchelf/alt_saver.rb
+++ b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/patchelf-1.5.0/lib/patchelf/alt_saver.rb
@@ -561,11 +561,12 @@ module PatchELF
       if needed_space > start_offset
         needed_space += seg_num_bytes # new load segment is required
 
-        needed_pages = Helper.alignup(needed_space - start_offset, page_size) / page_size
+        extra_bytes = needed_space - start_offset
+        needed_pages = Helper.alignup(extra_bytes, page_size) / page_size
         Logger.debug "needed pages is #{needed_pages}"
         raise PatchError, 'virtual address space underrun' if needed_pages * page_size > first_page
 
-        shift_file(needed_pages, start_offset)
+        shift_file(needed_pages, start_offset, extra_bytes)
 
         first_page -= needed_pages * page_size
         start_offset += needed_pages * page_size
@@ -776,7 +777,7 @@ module PatchELF
     end
     # rubocop:enable Metrics/PerceivedComplexity
 
-    def shift_file(extra_pages, start_offset)
+    def shift_file(extra_pages, start_offset, extra_bytes)
       raise PatchError, "start_offset(#{start_offset}) < ehdr.num_bytes" if start_offset < ehdr.num_bytes
 
       oldsz = @buffer.size
@@ -799,8 +800,8 @@ module PatchELF
         p_offset: split_phdr.p_offset - split_shift - shift,
         p_vaddr: split_phdr.p_vaddr - split_shift - shift,
         p_paddr: split_phdr.p_paddr - split_shift - shift,
-        p_filesz: split_shift + shift,
-        p_memsz: split_shift + shift,
+        p_filesz: split_shift + extra_bytes,
+        p_memsz: split_shift + extra_bytes,
         p_flags: ELFTools::Constants::PF_R | ELFTools::Constants::PF_W,
         p_align: page_size
       )

It seems to fix things for me on a x86_64 CentOS 8 machine.

@pdelre
Copy link

pdelre commented Mar 19, 2024

@Bo98 That patch works on my WSL2 Ubuntu, Kernel 4.

Kernel: Linux 4.19.104-microsoft-standard x86_64 GNU/Linux
OS: Ubuntu 22.04.4 LTS (jammy)
WSL: 2

@Shaloc
Copy link

Shaloc commented Mar 19, 2024

Hi, can you try the following patch:

diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/patchelf-1.5.0/lib/patchelf/alt_saver.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/patchelf-1.5.0/lib/patchelf/alt_saver.rb
index 7937d14e6e..d7caf39e54 100644
--- a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/patchelf-1.5.0/lib/patchelf/alt_saver.rb
+++ b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/patchelf-1.5.0/lib/patchelf/alt_saver.rb
@@ -561,11 +561,12 @@ module PatchELF
       if needed_space > start_offset
         needed_space += seg_num_bytes # new load segment is required
 
-        needed_pages = Helper.alignup(needed_space - start_offset, page_size) / page_size
+        extra_bytes = needed_space - start_offset
+        needed_pages = Helper.alignup(extra_bytes, page_size) / page_size
         Logger.debug "needed pages is #{needed_pages}"
         raise PatchError, 'virtual address space underrun' if needed_pages * page_size > first_page
 
-        shift_file(needed_pages, start_offset)
+        shift_file(needed_pages, start_offset, extra_bytes)
 
         first_page -= needed_pages * page_size
         start_offset += needed_pages * page_size
@@ -776,7 +777,7 @@ module PatchELF
     end
     # rubocop:enable Metrics/PerceivedComplexity
 
-    def shift_file(extra_pages, start_offset)
+    def shift_file(extra_pages, start_offset, extra_bytes)
       raise PatchError, "start_offset(#{start_offset}) < ehdr.num_bytes" if start_offset < ehdr.num_bytes
 
       oldsz = @buffer.size
@@ -799,8 +800,8 @@ module PatchELF
         p_offset: split_phdr.p_offset - split_shift - shift,
         p_vaddr: split_phdr.p_vaddr - split_shift - shift,
         p_paddr: split_phdr.p_paddr - split_shift - shift,
-        p_filesz: split_shift + shift,
-        p_memsz: split_shift + shift,
+        p_filesz: split_shift + extra_bytes,
+        p_memsz: split_shift + extra_bytes,
         p_flags: ELFTools::Constants::PF_R | ELFTools::Constants::PF_W,
         p_align: page_size
       )

It seems to fix things for me on a x86_64 CentOS 8 machine.

This works on my aarch64, CentOS 7, linux 4.19.91.

@redspot
Copy link
Author

redspot commented Mar 25, 2024

@Bo98 Ok, I'll give that patch a try.

First, I'll make sure everything is up-to-date:

$ brew update
==> Updating Homebrew...
Already up-to-date.
$ brew upgrade
==> Auto-updating Homebrew...
Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

$ brew doctor
Your system is ready to brew.

$ brew config
HOMEBREW_VERSION: 4.2.15-4-g966f819
ORIGIN: https://github.com/Homebrew/brew
HEAD: 966f819deb81796a1b9ea91abc65ab433c70362b
Last commit: 2 hours ago
Core tap HEAD: f74275618b8a99822357df93e75e86934b2620df
Core tap last commit: 3 minutes ago
Core tap JSON: 25 Mar 13:39 UTC
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: :0
HOMEBREW_EDITOR: vim
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 8
HOMEBREW_SORBET_RUNTIME: set
SUDO_ASKPASS: /home/wmartin45/bin/askpass-kdewallet
Homebrew Ruby: 3.1.4 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby
CPU: octa-core 64-bit skylake
Clang: 17.0.6
Git: 2.44.0 => /home/linuxbrew/.linuxbrew/bin/git
Curl: 7.61.1 => /bin/curl
Kernel: Linux 4.18.0-513.18.1.el8_9.x86_64 x86_64 GNU/Linux
OS: Red Hat Enterprise Linux release 8.9 (Ootpa)
Host glibc: 2.28
/usr/bin/gcc: 8.5.0
/usr/bin/ruby: N/A
glibc: 2.35_1
gcc@11: N/A
gcc: 13.2.0
xorg: N/A

$ cd $(brew --repo) && pwd
/home/linuxbrew/.linuxbrew/Homebrew

$ git apply --check patchelf.patch && git apply --summary patchelf.patch
$ # no output

So, it seems like the patch is already applied upstream.

Next, I'll try the steps suggested by @Shaloc :

$ brew uninstall --ignore-dependencies xz
Uninstalling /home/linuxbrew/.linuxbrew/Cellar/xz/5.6.1... (167 files, 2.8MB)

$ brew install --build-bottle xz
==> Auto-updating Homebrew...
Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
==> Fetching xz
==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/14af31c6a3799ffe63a6cd74c6f738d48f549ef4/Formula/x/xz.rb
######################################################################################################################################### 100.0%
==> Downloading https://github.com/tukaani-project/xz/releases/download/v5.6.1/xz-5.6.1.tar.gz
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/553665726/20b30ac5-c91c-4dc7-85a1-2b41dd49d6cb
######################################################################################################################################### 100.0%
==> ./configure --disable-silent-rules --disable-nls
==> make check
==> make install
==> Not running 'post_install' as we're building a bottle
You can run it manually using:
  brew postinstall xz
🍺  /home/linuxbrew/.linuxbrew/Cellar/xz/5.6.1: 167 files, 2.7MB, built in 29 seconds
==> Running `brew cleanup xz`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

$ brew postinstall xz
==> Postinstalling xz
Warning: xz: no `post_install` method was defined in the formula!

Let's check xz before bottling:

$ readlink -f $(brew --prefix)/opt/xz/bin/xz
/home/linuxbrew/.linuxbrew/Cellar/xz/5.6.1/bin/xz

$ /home/linuxbrew/.linuxbrew/Cellar/xz/5.6.1/bin/xz --version  # before brew bottle
xz (XZ Utils) 5.6.1
liblzma 5.6.1

No segfault. Now, we try bottling:

$ brew bottle xz
==> Determining xz bottle rebuild...
==> Bottling xz--5.6.1.x86_64_linux.bottle.1.tar.gz...
./xz--5.6.1.x86_64_linux.bottle.1.tar.gz
  bottle do
    rebuild 1
    sha256 cellar: :any_skip_relocation, x86_64_linux: "e519149ba6e96fc972118e41fcb49f3aabfa3b290c911fdf969044ac78ec78e8"
  end

$ /home/linuxbrew/.linuxbrew/Cellar/xz/5.6.1/bin/xz --version  # after brew bottle
xz (XZ Utils) 5.6.1
liblzma 5.6.1

Also no segfault.

And, finally let's check the virtual address maps from the ELF header:

$ readelf -l /home/linuxbrew/.linuxbrew/Cellar/xz/5.6.1/bin/xz \
| awk '/(\s0x[[:xdigit:]]{16}){3}/{print $3}'
0x0000000000000040
0x0000000000000000
0x0000000000000000
0x0000000000004000
0x000000000000f000
0x00000000000129a0
0x0000000000015230
0x0000000000015230
0x0000000000015db0
0x000000000001c000
0x000000000001c378
0x000000000001c398
0x000000000001c398
0x000000000001d000
0x000000000001e000
0x000000000001f000
0x000000000001f828

$ readelf -l /home/linuxbrew/.linuxbrew/Cellar/xz/5.6.1/bin/xz \
| awk '/(\s0x[[:xdigit:]]{16}){3}/{print $3}' \
| cut -c 12-
0000040
0000000
0000000
0004000
000f000
00129a0
0015230
0015230
0015db0
001c000
001c378
001c398
001c398
001d000
001e000
001f000
001f828

No segments match virtual address 0x400000-0x4fffff.

and, here's some kernel info:

$ dnf info kernel-core-4.18.0-513.18.1.el8_9
Not root, Subscription Management repositories not updated
Red Hat CodeReady Linux Builder for RHEL 8 x86_64 (RPMs)                                                        165 kB/s | 4.5 kB     00:00    
Installed Packages
Name         : kernel-core
Version      : 4.18.0
Release      : 513.18.1.el8_9
Architecture : x86_64
Size         : 71 M
Source       : kernel-4.18.0-513.18.1.el8_9.src.rpm
Repository   : @System
From repo    : rhel-8-for-x86_64-baseos-rpms
Summary      : The Linux kernel
URL          : http://www.kernel.org/
License      : GPLv2 and Redistributable, no modification permitted
Description  : The kernel package contains the Linux kernel (vmlinuz), the core of any
             : Linux operating system.  The kernel handles the basic functions
             : of the operating system: memory allocation, process allocation, device
             : input and output, etc.

@pdelre
Copy link

pdelre commented Apr 4, 2024

@Bo98 Thank you for your patch solution as it's continued to work through multiple upgrades (including xz 😬)!

It appears an upstream contribution must be made to https://github.com/david942j/patchelf.rb and that you were the author of the NixOS alt_saver.rb bugfixes port the Ruby library. Is there anything you could use assistance with so the solution is available in the Homebrew mainline?

@Bo98
Copy link
Member

Bo98 commented Apr 4, 2024

Yes, I will be getting things moving this weekend. There was a patch for a rustfmt-specific issue that I was preparing as well.

@redspot
Copy link
Author

redspot commented Apr 9, 2024

the mingw-w64 bottle also segfaults. while trying to build mingw-w64 from source, bottle m4 also segfaulted.

$ brew info mingw-w64
==> mingw-w64: stable 11.0.1 (bottled)
Minimalist GNU for Windows and GCC cross-compilers
https://sourceforge.net/projects/mingw-w64/
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/m/mingw-w64.rb
License: ZPL-2.1
==> Dependencies
Build: texinfo ✘
Required: gmp ✔, isl ✔, libmpc ✔, mpfr ✔, gcc ✔, glibc ✔
==> Analytics
install: 3,952 (30 days), 12,579 (90 days), 67,741 (365 days)
install-on-request: 1,770 (30 days), 6,139 (90 days), 29,420 (365 days)
build-error: 71 (30 days)

$ brew install mingw-w64
==> Auto-updating Homebrew...
Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
==> Downloading https://ghcr.io/v2/homebrew/core/mingw-w64/manifests/11.0.1
######################################################################################################################################### 100.0%
==> Fetching mingw-w64
==> Downloading https://ghcr.io/v2/homebrew/core/mingw-w64/blobs/sha256:ed0e3ad639d4c7754beb5943b5b5dc0e806005a14c2aee5230cd5d114dc4f9a8
######################################################################################################################################### 100.0%
==> Pouring mingw-w64--11.0.1.x86_64_linux.bottle.tar.gz
🍺  /home/linuxbrew/.linuxbrew/Cellar/mingw-w64/11.0.1: 7,870 files, 1GB
==> Running `brew cleanup mingw-w64`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
[551043.099975] 259846 (i686-w64-mingw3): Uhuuh, elf segment at 0000000000401000 requested but the memory is mapped already
[551474.392061] 298031 (m4): Uhuuh, elf segment at 0000000000401000 requested but the memory is mapped already

@redspot
Copy link
Author

redspot commented Apr 14, 2024

Is there a way to trigger patchelf.rb on a precompiled bottle, like brew postinstall? @Shaloc @pdelre @Bo98

@sastorsl
Copy link

sastorsl commented Apr 22, 2024

I just migrated a Centos 8 Stream to Rocky Linux, and encountered the Segmentation fault problem.
...another problem is that I had not touched brew for a while, so knowing when the problem hit is an issue, but I removed brew entirely and re-installed, and got the same problem.

While debugging I started with the rockylinux:8 docker image to try and replicate, but was not able to replicate, akà everything works.

But I'm dropping this here in case it can help the debugging and/or reproducing efforts.

docker run \  # ...or nerdctl
  -ti \
  --rm \
  --platform amd64 \
  -v $HOME/.docker/certs.d:/etc/pki/ca-trust/source/anchors \  # My env requires a trust CA, remove at will
  rockylinux:8 bash -c '
    update-ca-trust        # My env requires a trust CA, remove at will
    dnf -y install git procps sudo
    dnf -y groupinstall "Development Tools"
    echo "brewtest ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/brewtest
    useradd -m brewtest
    sudo su - brewtest -c /bin/bash -c "NONINTERACTIVE=1 $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    (echo; echo "eval \"$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)\"") >> /home/brewtest/.bashrc
    sudo su - brewtest -c /bin/bash -c "brew install gcc"
    sudo su - brewtest -c /bin/bash -c "brew install gh"
    sudo su - brewtest -c /bin/bash -c "gh"
  '

Now, in my server env the gh command fails, but in this docker env it works.
If possible I'll update if I find a way to reproduce the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Reproducible Homebrew/homebrew-core bug
Projects
None yet
Development

No branches or pull requests

10 participants