bugGnash - The GNU Flash player - Bugs: bug #38641, gnash fails to configure with...

 
 

bug #38641: gnash fails to configure with "./configure: line 50441: or: command not found"

Submitter:  Ilya Tumaykin <coacher>
Submitted:  Sun 31 Mar 2013 06:06:27 PM UTC
   
 
Category:  build Severity:  3 - Normal
Release:  master Status:  Fixed
Privacy:  Public Assigned to:  bjacques
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 08 Jul 2013 08:09:06 PM UTC, comment #3: 

Fixed in c7ce1ad.

Bastiaan Jacques <bjacques>
Group Member
Tue 02 Apr 2013 09:47:45 AM UTC, comment #2: 

Yes, when I am running it like `bash ./configure ...` that "command not found" line is still there.

Full command is:
bash ./configure --enable-media=gst,ffmpeg --enable-renderer=agg --enable-device=egl,vaapi,x11 --enable-jemalloc --disable-cygnal --enable-ssl --disable-kparts3 --enable-pch --without-gconf --enable-sound=sdl --disable-ghelp --disable-docbook --enable-npapi --enable-extensions=gtk,dbus --enable-gui=gtk,kde4 --disable-dependency-tracking --disable-testsuite --disable-cgibins

P.S. I guess I was too frustrated trying to make things work when I posted this bug. The ./configure does not fail because of that "or: command not found" it fails because it is unable to locate npapi-sdk which is a topic for another bug report. But the issue with that `or` is definitely there as well.

Ilya Tumaykin <coacher>
Tue 02 Apr 2013 08:29:10 AM UTC, comment #1: 

Does it also fail when running the script via bash ?
ie: bash configure ...

Sandro Santilli <strk>
Group Member
Sun 31 Mar 2013 06:06:27 PM UTC, original submission:  

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.

Ilya Tumaykin <coacher>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bjacques (Posted a comment)
  • -email is unavailable- added by strk (Posted a comment)
  • -email is unavailable- added by coacher (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-07-08 bjacques StatusNone Fixed
        Assigned toNone bjacques
        Open/ClosedOpen Closed
    2013-03-31 coacher Carbon-CopyRemoved coacher -
    2013-03-31 coacher Carbon-Copy- Added coacher

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code