On jeu., 2010-05-13 at 00:07 +0200, Yves-Alexis Perez wrote: > Package: dash > Version: 0.5.5.1-4 > Severity: grave > Justification: breaks unrelated package > > Hey, > > I'm not sure if it's the same bug as #581351 (not sure IFS is involved > here). > > Parole ./configure is currently failing with a syntax error. Using bash, > zsh or dash 0.5.5.1-3 works.
Giving the actual error:
checking whether to build the window title plugin... yes
checking whether to build the power manager plugin... yes
checking whether to build the browser plugin... yes
./configure: 21278: Syntax error: "(" unexpected (expecting "fi")
and lines around 21278:
21272 #=======================================================#
21273 # Build browser plugin? #
21274 #=======================================================#
21275 # Check whether --enable-browser-plugin was given.
21276 if test "${enable_browser_plugin+set}" = set; then :
21277 enableval=$enable_browser_plugin; ac_browser_plugin=$enableval
21278 else
21279 ac_browser_plugin=yes
21280 fi
21281
21282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the
browser plugin" >&5
21283 $as_echo_n "checking whether to build the browser plugin... " >&6; }
21284 if test x"$ac_browser_plugin" = x"yes"; then
21285 ENABLE_BROWSER_PLUGIN_TRUE=
21286 ENABLE_BROWSER_PLUGIN_FALSE='#'
21287 else
21288 ENABLE_BROWSER_PLUGIN_TRUE='#'
21289 ENABLE_BROWSER_PLUGIN_FALSE=
21290 fi
21291
Hope that helps,
--
Yves-Alexis
signature.asc
Description: This is a digitally signed message part

