#16012 closed defect (fixed)
fish: error: AC_SUBST: `docdir ' is not a valid shell variable name
Reported by: | tim@… | Owned by: | kballard (Lily Ballard) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | fish | Cc: | |
Port: |
Description
Duece:~ tim$ sudo port sync Duece:~ tim$ sudo port clean fish ---> Cleaning fish Duece:~ tim$ sudo port install fish ---> Fetching fish ---> Verifying checksum(s) for fish ---> Extracting fish ---> Configuring fish Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_shells_fish/work/fish-1.23.0" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --without-xsel " returned error 1 Command output: checking if autoconf needs to be run... yes configure: running autoconf configure.ac:19: error: AC_SUBST: `docdir ' is not a valid shell variable name configure.ac:19: the top level autom4te: /opt/local/bin/gm4 failed with exit status: 1
Error: Status 1 encountered during processing. Duece:~ tim$
Change History (6)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Cc: | eridius@… added |
---|---|
Milestone: | → Port Bugs |
comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | eridius@… removed |
---|---|
Owner: | changed from macports-tickets@… to eridius@… |
Assigning to maintainer.
Please remember WikiFormatting.
I can confirm the problem with Xcode 3.1 on Mac OS X 10.5.4 Intel.
comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | Fish fails to installl from macports → fish: error: AC_SUBST: `docdir ' is not a valid shell variable name |
---|
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
See same error message for gpsbabel in #15870.
comment:5 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
It seems autoconf is now picky about spaces between the parentheses and the variable name in AC_SUBST statements? Patching this in r38414. Now it builds for me.
Thank you for reporting the problem!
Kevin, I haven't reported this problem to the makers of fish; you may want to do that so the fix can be upstream instead of in MacPorts.
Cc:ing maintainer.