Howdy,
This system is a Fedora 42 x86_64 system.
I've been trying to build bash from a repository
"https://git.savannah.gnu.org/git/bash.git"; and a having the devil's own time
in the process.
Did I just catch the repository in the middle of a rework? I have a full log of
the build process if
self, other software that uses bash). Is there a
"better" branch that I could use for this purpose?
Best regards and "see you next year",
George...
On Wednesday, December 27, 2023 at 10:10:56 AM PST, Chet Ramey
wrote:
On 12/26/23 1:06 PM, George R Goffe wrote
Hi,
I'm building bash with the bash at " git clone
https://git.savannah.gnu.org/git/bash.git"; and am seeing the following messages:
make depend
bash ./support/mkdep -c gcc -- -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"'
-DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"'
-DC
Hi,
I just checked out the "latest" bash from the repo at savanna.gnu.org and am
having build problems.
I have tried --with-gnu-malloc and it's alias and also tried building without
any malloc parameters in configure without success. Enclosed below is what I'm
seeing. I have a full build log a
make (or try) the failure
appear. Your thoughts?
Regards,
George...
George...
On Wednesday, August 19, 2020, 5:58:03 AM PDT, Chet Ramey
wrote:
On 8/19/20 12:02 AM, George R Goffe wrote:
> Chet,
>
> I've been thinking about what you've said below... that
Hi,
This is really strange. I just did a buld of bash-5.0 from ftp.gnu.org. build
went well... but make install coredumped in mkdir. mkdir is in my bashrc...This
is not a new change to the bash rc file.
mkdir ()
{
dirs="$@";
for dir in $dirs;
do
/bin/mkdir -p "$dir";
done
}
make[1]: Leavi
Hi,
I've been seeing these crashes randomly for the past month. This happens when I
try to use filename completion. Is this a bash bug?
Regards,
George...
This is the bash version: bash-5.0.7-3.fc31.x86_64
xpdAssertion 'pthread_mutex_init(&b->memfd_cache_mutex, NULL) == 0' failed at
src/libsys
Hi,
I just built the latest bash in an effort to determine if thie script shows a
bug or a ufu. Can you help me please?
I was expecting to see:
12345
Best regards AND thanks for your help,
George...
#!./bash -xv
x="1 2 3 4 5"
+ x='1 2 3 4 5'
for z in "$x"
do
echo "$z"
done
+
Howdy,
I have a script that I use to build bash and other open source software. When I
unzip/tar the bash distribution file and run the script in the directory that
pops out, bash builds correctly (no make install yet). When I run the script
with NO changes, the build fails. Below is the tail e
Howdy,
I have noticed that some commands appear in history and some do not. I have
isolated that to commands that have blanks before their name. I sometimes see
this with pasted commands but this may be the same problem.
Am I doing something wrong by any chance?
Regards,
George...
"It's not
Chet,
No appreciable change in behavior... I added my script that I use to
build all the free software I build to the beginning of the log.
Regards,
George...
Chet Ramey wrote:
George R. Goffe wrote:
Howdy,
I'm trying to build this bash version (4.0 rc1) and am having problems.
Howdy,
I'm trying to build this bash version (4.0 rc1) and am having problems.
I'm enclosing a build log and am willing to test any changes you might
send me or suggest.
I have tried building with the latest readline (6.0) and have tried a
couple of different options without any success. Her
Howdy,
This result (see below) seems to be redily re-creatable. Could you
take a peek at this and tell me if it is a bug or if I'm doing
something wrong please?
Regards and thanks for your time,
George...
rm -f bash
gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob
-L./lib/tilde -
13 matches
Mail list logo