gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #38641] gnash fails to configure with "./configure:


From: Ilya Tumaykin
Subject: [Gnash-commit] [bug #38641] gnash fails to configure with "./configure: line 50441: or: command not found"
Date: Sun, 31 Mar 2013 18:06:27 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_2; ru, en_US) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0.2 Safari/536.26

URL:
  <http://savannah.gnu.org/bugs/?38641>

                 Summary: gnash fails to configure with "./configure: line
50441: or: command not found"
                 Project: Gnash - The GNU Flash player
            Submitted by: coacher
            Submitted on: Вск 31 Мар 2013 22:06:27
                Category: build
                Severity: 3 - Normal
                 Release: master
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Line 50441 whereabouts are:
  echo "`echo "Install it from
http://releases.mozilla.org/pub/mozilla.org/xulrunner"; | fold -s -w 62 | sed
's/^/                 /'`" >&$pkg_out_fd


  echo "                 or .deb users: `echo "apt-get install xulrunner-dev"
| fold -s -w 48 | sed 's/^/                                /' | tr '\n' '#' |
cut -b 33- | tr '#' '\n'`" >&$pkg_out_fd
  echo -n " xulrunner-dev" >> "$deb_dest"
 or

  echo "                 or .deb users: `echo "apt-get install firefox-dev" |
fold -s -w 48 | sed 's/^/                                /' | tr '\n' '#' |
cut -b 33- | tr '#' '\n'`" >&$pkg_out_fd
  echo -n " firefox-dev" >> "$deb_dest"

These are generated from the following configure.aс lines:

    PKG_ERR([No xulrunner development package is installed!])
    PKG_SUGGEST([Install it from
http://releases.mozilla.org/pub/mozilla.org/xulrunner])
    DEB_INSTALL([xulrunner-dev]) or 
    DEB_INSTALL([firefox-dev])
    RPM_INSTALL([xulrunner-devel])

As you can see there is that "or" in configure.ac after the first DEB_INSTALL
macro. Please fix.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38641>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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