emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mac/make-package fails to accept "-C, --enable-locallisppath=/Library/Ap


From: Peter Dyballa
Subject: mac/make-package fails to accept "-C, --enable-locallisppath=/Library/Application\ Support/Emacs/calendar22:/Library/Application\ Support/Emacs/preview:/Library/Application\ Support/Emacs/auctex/images:/Library/Application\ Support/Emacs/auctex:/Library/Application\ Support/Emacs" or such
Date: Thu, 10 Nov 2005 12:37:22 +0100

Hello!

When I try make Carbon Emacs become aware of some fine or localized software and I try to use --enable-locallisppath to pass the values to the configure script, configure when invoked from make-package fails like this:

        ++ expr x--enable-locallisppath=/Library/Application : 'x[^=]*=\(.*\)'
        + ac_optarg=/Library/Application
++ expr x--enable-locallisppath=/Library/Application : 'x-*enable-\([^=]*\)'
        + ac_feature=locallisppath
+ expr xlocallisppath : '.*[^-_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]'
        ++ echo locallisppath
        ++ sed s/-/_/g
        + ac_feature=locallisppath
        ++ echo /Library/Application
        ++ sed 's/'\''/'\''\\'\'''\''/g'
        + ac_optarg=/Library/Application
        + eval 'enable_locallisppath='\''/Library/Application'\'''
        ++ enable_locallisppath=/Library/Application
        + test -n ''
++ expr xSupport/Emacs/calendar22:/Library/Application : 'x[^=]*=\(.*\)'
        + ac_optarg=
        + echo 'configure: WARNING: you should use --build, --host, --target'
        configure: WARNING: you should use --build, --host, --target
+ expr xSupport/Emacs/calendar22:/Library/Application : '.*[^- ._abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]' + echo 'configure: WARNING: invalid host type: Support/Emacs/calendar22:/Library/Application' configure: WARNING: invalid host type: Support/Emacs/calendar22:/Library/Application + : Support/Emacs/calendar22:/Library/Application Support/Emacs/calendar22:/Library/Application Support/Emacs/calendar22:/Library/Application
        + test -n ''
        ++ expr xSupport/Emacs/preview:/Library/Application : 'x[^=]*=\(.*\)'
        + ac_optarg=
        + echo 'configure: WARNING: you should use --build, --host, --target'
        configure: WARNING: you should use --build, --host, --target

I think there is a bug in "GNU bash, version 2.05b.0(1)-release (powerpc-apple-darwin7.0)" that does not allow to pass a string with white space in it to another script. A workaround would be in mac/make-package this:

        # Run configure in the new tempparent directory
        if test "$with_config" = "yes"; then
            (cd ${builddir}; ${srcdir}/configure <<EOF
         ${config_options} --prefix=${prefix}
        EOF
            )
        fi



In GNU Emacs 22.0.50.1 (powerpc-apple-darwin7.9.0, X toolkit, Xaw3d scroll bars)
 of 2005-11-09 on Latsche.local
X server distributor `The XFree86 Project, Inc', version 11.0.40300000
configured using `configure '--without-pop' '--with-xpm' '--with-jpeg' '--with-tiff' '--with-gif' '--with-png' '--enable-locallisppath=/Library/Application Support/Emacs/calendar22:/Library/Application Support/Emacs/preview:/Library/Application Support/Emacs/auctex/images:/Library/Application Support/Emacs/auctex:/Library/Application Support/Emacs' 'CFLAGS=-ggdb -pipe -faltivec -maltivec -mcpu=740 -no-cpp-precomp -fomit-frame-pointer -foptimize-register-move -fcprop-registers -frename-registers -freorder-blocks -fpeephole -mpowerpc-gfxopt -mpowerpc-gpopt' 'CPPFLAGS=-I/usr/local/include -I/sw/include/libpng12 -I/sw/lib/pango-ft219/include -I/sw/include/pango-1.0 -I/sw/lib/freetype219/include -I/sw/include' 'LDFLAGS=-L/usr/X11R6/lib -L/usr/local/lib -L/sw/lib/ncurses -L/sw/lib/freetype219/lib -L/sw/lib/pango-ft219/lib -L/sw/lib''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: de_DE.UTF-8
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: de_DE.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Shell

Minor modes in effect:
  desktop-save-mode: t
  display-time-mode: t
  mouse-sel-mode: t
  show-paren-mode: t
  tooltip-mode: t
  auto-compression-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

--
Mit friedvollen Grüßen

  Pete

"Give a man a fish, and you've fed him for a day. Teach him to fish, and you've depleted the lake."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]