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

Is is possible to build bash with ncurses? #206736

Closed
4 tasks done
gonwan opened this issue Feb 6, 2025 · 1 comment · Fixed by #206855
Closed
4 tasks done

Is is possible to build bash with ncurses? #206736

gonwan opened this issue Feb 6, 2025 · 1 comment · Fixed by #206855
Labels

Comments

@gonwan
Copy link

gonwan commented Feb 6, 2025

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

brew config

HOMEBREW_VERSION: 4.4.20
ORIGIN: https://github.com/Homebrew/brew
HEAD: 47ef1a3b0b742a78be35c016df6a0279d6035ebb
Last commit: 3 days ago
Branch: stable
Core tap JSON: 06 Feb 08:43 UTC
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_CURL_PATH: /opt/rh/httpd24/root/bin/curl
HOMEBREW_DISPLAY: :0
HOMEBREW_GIT_PATH: /opt/rh/rh-git227/root/bin/git
HOMEBREW_MAKE_JOBS: 2
Homebrew Ruby: 3.3.7 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.7/bin/ruby
CPU: dual-core 64-bit zen4
Clang: N/A
Git: 2.27.0 => /opt/rh/rh-git227/root/bin/git
Curl: 7.61.1 => /opt/rh/httpd24/root/bin/curl
Kernel: Linux 3.10.0-1160.119.1.el7.x86_64 x86_64 GNU/Linux
OS: CentOS Linux release 7.8.2003 (Core)
Host glibc: 2.17
/usr/bin/gcc: 4.8.5
/usr/bin/ruby: N/A
glibc: 2.35_1
gcc@11: N/A
gcc: 14.2.0_1
xorg: N/A


brew doctor

Your system is ready to brew.

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 want a updated bash and installed bash formula.

What happened (include all command output)?

I've searched for similar issues and found #158667. Input in bash does not wrap, just like that in the issue memtioned. $TERM=xterm-256color is set by default. /usr/bin/bash works fine.

What did you expect to happen?

Input in bash to wrap.
I saw the related PR is not merged due to CI failures. Is it possible to merge now?

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

brew install bash bash-completion@2
/home/linuxbrew/.linuxbrew/bin/bash


Input long text and it does not wrap.
@gonwan gonwan added the bug Reproducible Homebrew/homebrew-core bug label Feb 6, 2025
@fxcoudert fxcoudert added features and removed bug Reproducible Homebrew/homebrew-core bug labels Feb 7, 2025
@gonwan
Copy link
Author

gonwan commented Feb 11, 2025

Thanks for all your quick response and effort !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants