Skip to content

Instantly share code, notes, and snippets.

@picgla
Last active May 7, 2016 21:38
Show Gist options
  • Select an option

  • Save picgla/137d07e6406fbcada680bc6341c7e283 to your computer and use it in GitHub Desktop.

Select an option

Save picgla/137d07e6406fbcada680bc6341c7e283 to your computer and use it in GitHub Desktop.
16-05-07 [pascoe|5.2-dev-1:zsh-5.2-221-g058d957|7.4.1816|2.2-44-gce1ec90|i|gnome-256color] [vim: vicmd]
13:03:03 [5421] air:/Users/kevojarvi% cat zshdb-config-err
16-05-07 [pascoe|5.2-dev-1:zsh-5.2-221-g058d957|7.4.1816|2.2-44-gce1ec90|i|gnome-256color] [vim: main]
12:50:21 [5405] air:origdist/zshdb% ./autogen.sh
command/Makefile.am:3: warning: wildcard *.sh: non-POSIX variable name
command/Makefile.am:3: (probably a GNU make extension)
command/set_sub/Makefile.am:4: warning: wildcard *.sh: non-POSIX variable name
command/set_sub/Makefile.am:4: (probably a GNU make extension)
command/show_sub/Makefile.am:4: warning: wildcard *.sh: non-POSIX variable name
command/show_sub/Makefile.am:4: (probably a GNU make extension)
lib/Makefile.am:2: warning: wildcard *.sh: non-POSIX variable name
lib/Makefile.am:2: (probably a GNU make extension)
test/unit/Makefile.am:37: warning: COMBINED_TESTS:: non-POSIX variable name
test/unit/Makefile.am:37: warning: variable 'TESTS_SOURCES' is defined but no program or
test/unit/Makefile.am:37: library has 'TESTS' as canonical name (possible typo)
Running configure with --enable-maintainer-mode
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for zsh... /usr/local/bin/zsh
checking Checking whether /usr/local/bin/zsh is compatible with zshdb... Looks like you don't have funcfiletrace.
We need a zsh new enough which has that.
no dice :-(
configure: error: You might want to retry with another zsh using the --with-zsh option.
16-05-07 [pascoe|5.2-dev-1:zsh-5.2-221-g058d957|7.4.1816|2.2-44-gce1ec90|i|gnome-256color] [vim: main]
12:50:47 [5406] air:origdist/zshdb% echo ${funcfiletrace}
16-05-07 [pascoe|5.2-dev-1:zsh-5.2-221-g058d957|7.4.1816|2.2-44-gce1ec90|i|gnome-256color] [vim: main]
12:51:49 [5407] air:origdist/zshdb% echo ${+funcfiletrace}
1
16-05-07 [pascoe|5.2-dev-1:zsh-5.2-221-g058d957|7.4.1816|2.2-44-gce1ec90|i|gnome-256color] [vim: vicmd]
13:03:52 [5422] air:/Users/kevojarvi%
@rocky
Copy link
Copy Markdown

rocky commented May 7, 2016

What is the output of /usr/local/bin/zsh --version ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment