Package Details: bash3 3.2.057-4

Git Clone URL: https://aur.archlinux.org/bash3.git (read-only, click to copy)
Package Base: bash3
Description: The GNU Bourne Again shell. Version 3.2. Binary and manpage only.
Upstream URL: http://www.gnu.org/software/bash/bash.html
Licenses: GPL
Submitter: falconindy
Maintainer: SingYan
Last Packager: falconindy
Votes: 2
Popularity: 0.000000
First Submitted: 2010-11-22 13:30 (UTC)
Last Updated: 2018-06-02 15:17 (UTC)

Dependencies (2)

Required by (0)

Sources (58)

Latest Comments

tavianator commented on 2023-10-23 15:01 (UTC)

@Swivel I fixed that locally with

diff --git a/PKGBUILD b/PKGBUILD
index 3ba2789..14d28af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -78,6 +78,7 @@ build() {
     patch -Np0 < "$p"
   done

+  CFLAGS="${CFLAGS/-Werror=format-security/-Wformat-security}"
   ./configure --prefix=/usr --with-curses --enable-readline \
     --without-bash-malloc --with-installed-readline

Swivel commented on 2023-04-03 23:58 (UTC)

Currently, this fails due to a format-security error:

print_cmd.c: In function ‘make_command_string_internal’:
print_cmd.c:147:14: warning: zero-length gnu_printf format string [-Wformat-zero-length]
  147 |     cprintf ("");
      |              ^~
print_cmd.c: In function ‘indent’:
print_cmd.c:1152:3: error: format not a string literal and no format arguments [-Werror=format-security]
 1152 |   cprintf (indentation_string);
      |   ^~~~~~~
cc1: some warnings being treated as errors
make: *** [Makefile:90: print_cmd.o] Error 1

hzy199411 commented on 2014-10-12 06:17 (UTC)

you should use $srcdir and $pkgsrc to replace $startdir/src and $startdir/pkg

falconindy commented on 2012-06-08 11:10 (UTC)

The mktime test is enormous. It really does just take a while. There's need to run autoconf beforehand.

kevku commented on 2012-06-08 09:57 (UTC)

needed to run autoconf before configure else stuck at checking for working mktime...

falconindy commented on 2012-01-17 10:59 (UTC)

http://wiki.bash-hackers.org/bash4 This should get you started.

<deleted-account> commented on 2012-01-17 06:34 (UTC)

man a question wath is the diference in bash v4 and this bash v3