Opened 9 years ago
Closed 8 years ago
#1085 closed task (fixed)
Bash 4.4 upgrade
Reported by: | William Harrington | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | CLFS Standard 3.1.0 |
Component: | BOOK | Version: | CLFS Standard GIT |
Keywords: | Cc: | berzerkula@…, jonathan@…, chris@…, cross-lfs@… |
Description
Announce (Review for a list of changes):
http://lists.gnu.org/archive/html/bug-bash/2015-10/msg00101.html
Right now it is in beta.
Anyone using beta with their current development builds, post any failures or successes in using this version with a complete build. When providing details, post whether or not bash 4.4 beta is used with the host, too.
Change History (5)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Bash 4.4 rc1 has been released. Still has the same problem with parallel building.
comment:3 by , 9 years ago
I've reported the parallel make error upstream - http://lists.gnu.org/archive/html/bug-bash/2016-03/msg00006.html. For now, run this just before make install:
sed -i 's/^install-dev:$/& installdirs/' examples/loadables/Makefile
comment:5 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at:
commit 1a6cb3b491372d2249203d7626296ae23550d893
commit c320264c125414e8180c3dd008b4b1def211ebde
Running a system now with Bash 4.4 beta. The only problem I've seen so far is that it can have an error on install when building in parallel, due to trying to copy a file to /usr/lib/bash before that directory has been created. It might just be a bug that could be fixed with the final release, but for now just use -j1 on the make install command.