Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 9754] cannot escape spaces in configure options

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 9754] cannot escape spaces in configure options
  • Date: Sun, 25 Sep 2005 07:43:07 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=9754





------- Additional Comments From disk AT sourcemage.org 2005-09-25 07:43 -------
I managed to get it, with the help of Karsten. Here is what he asked me to
change in /var/lib/sorcery/modules/build_api/api2 :

in the function function real_default_build()

eval "./configure --prefix=${INSTALL_ROOT}/usr \
--sysconfdir=${INSTALL_ROOT}/etc \
--localstatedir=${INSTALL_ROOT}/var \
--mandir=${INSTALL_ROOT}/usr/share/man \
--infodir=${INSTALL_ROOT}/usr/share/info \
$OPTS" &&

in the BUILD file, I can now use either :
OPTS="$OPTS --with-mount-command='/usr/bin/pmount-hal %h'
--with-unmount-command='/usr/bin/pumount %d'"
or
OPTS="$OPTS --with-mount-command=\"/usr/bin/pmount-hal %h\"
--with-unmount-command=\"/usr/bin/pumount %d\""

I think I will now see if this trick breaks other spells...

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page