bugSimulavr: an AVR simulator - Bugs: bug #14791, simulavrxx: Wrong operator == in...

 
 

bug #14791: simulavrxx: Wrong operator == in test commands in configure.ac

Submitter:  Joerg Wunsch <joerg_wunsch>
Submitted:  Fri 14 Oct 2005 08:22:21 PM UTC
   
 
Category:  Configure Severity:  3 - Normal
Item Group:  None Status:  Ready For Test
Privacy:  Public Assigned to:  rivetwa
Open/Closed:  Closed Component Version:  * None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 24 Feb 2009 02:14:54 PM UTC, comment #3: 

No idea if it is tested now or not. I drop it now, because there is support for autotools anymore!

Klaus Rudolph <zfrdh>
Group administrator
Thu 27 Oct 2005 12:35:00 AM UTC, comment #2: 

2005-10-27    <rivetwa@member.fsf.org>

  • configure.ac
  • config/avr_local.m4
  • config/avr_swig.m4


bugfix: should use "=" for test, not "==". Thanks Joerg Wunsch for thish report.

I will soon close this item, if there are no further issues.

William <rivetwa>
Fri 14 Oct 2005 10:34:17 PM UTC, comment #1: 

Thanks! I'll confirm and implement. (man test clearly shows what you say is so ;-) )

William <rivetwa>
Fri 14 Oct 2005 08:22:21 PM UTC, original submission:  

simulavrxx's configure.ac uses shell tests like

if test x"${libiberty_location}" == x; then

in various places.

The equality test operator is a single equal sign though, not
two of them (as in C).  The above causes syntax errors in
FreeBSD's test.  Apparently, other implementations of test(1)
might be less picky here, but it's an error nevertheless.

Joerg Wunsch <joerg_wunsch>
Group administrator

 

(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 zfrdh (Posted a comment)
  •  

    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
    2009-02-24 zfrdh Open/ClosedOpen Closed
    2005-10-27 rivetwa StatusIn Progress Ready For Test
    2005-10-14 rivetwa StatusNone In Progress
        Assigned toNone rivetwa
    2005-10-14 joerg_wunsch Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code