On 12/17/19 4:00 PM, Dave Taylor wrote:
Bash Version: 4.4
Patch Level: 12
Release Status: release
Description:
I'm trying to do a Cygwin build of the bash git repo at bminor/bash on
github.
The configure (no options) and make (no options) finish successfully, but
the build fails when doing $()
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: cygwin
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='cygwin' -DCONF_MACHTYPE='x86_64-unknown-cygwin'
-DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/share/locale' -DPA
On Mon, Dec 17, 2018 at 6:31 AM Chet Ramey wrote:
(...)
> Good. This is the kind of feedback I want from enabling this option during
> the pre-release period. Thanks for taking the time.
Thank you!
Bash `devel' builds fine for me now.
On 12/16/18 2:35 AM, Eduardo A. Bustamante López wrote:
> Commit 9d80be9ab5cc17011c634e0348c64c15fcba95bf adds the following compiler
> flag:
>
> dualbus@debian:~/src/gnu/bash$ cat -n configure.ac | grep Werror -C3
> 1159 CFLAGS="$CFLAGS -Wno-parentheses -Wno-format-security"
>
Commit 9d80be9ab5cc17011c634e0348c64c15fcba95bf adds the following compiler
flag:
dualbus@debian:~/src/gnu/bash$ cat -n configure.ac | grep Werror -C3
1159CFLAGS="$CFLAGS -Wno-parentheses -Wno-format-security"
1160if test -n "$DEBUG"
1161
Control: tags -1 + patch
I've attached the full Debian patch to make bash 4.3-14 reproducible, that
includes Reiner's from above.
It also includes *fixing a bug in upstream bash*, which currently
does-not-appear-in-the-wild *only because* distros already happen to be working
around it. But ups
(Chet, your specific attention is required for this email, please)
Ximin Luo:
> On Sat, 28 May 2016 13:38:35 +0200 Reiner Herrmann wrote:
>> After that, the only remaining issue is that the included header file
>> /usr/include/bash/config.h varies depending on the kernel version used
>> during bu
CC'ing everyone that was on the previous conversation; Debian's BTS doesn't do
this automatically :(
We've made some progress on the Debian side; there's a few more stumbling
blocks though:
On Sat, 28 May 2016 13:38:35 +0200 Reiner Herrmann wrote:
> Hi,
>
> it looks like most of the documenta
the Makefile to
>> add -lintl.
>
> You'll need to give details about your build platform and which
> ./configure options you used, if any. Both of these things that you
> mention should work by default using ./configure on any reasonable
> Unix-like platform.
>
&
On Fri, Jun 01, 2012 at 04:39:08PM -0700, rac8006 wrote:
>
> What is the proper way to add popd pushd dirs etc to bash. When I currently
> build bash these
> are missing. I also get an error libintl_ngettext undefined reference. I
> can get around this error
> by adding -lintl to the link. Jus
. Just don't know how to get the Makefile to
> add -lintl.
>
> Thanks for your help
>
> RAC
> --
> View this message in context:
> http://old.nabble.com/bash-build-tp33947830p33947830.html
> Sent from the Gnu - Bash mailing list archive at Nabble.com.
>
>
your help
RAC
--
View this message in context:
http://old.nabble.com/bash-build-tp33947830p33947830.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.
George R. Goffe wrote:
> 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.
Take out the `--enable-static-link' and try again. Current Linux versions
of libc cannot create static binaries that use getp
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.
I'm e
George R. Goffe wrote:
> 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 diffe
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
George R Goffe wrote:
> 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
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 -
18 matches
Mail list logo