bugGluster - Bugs: bug #17406, glusterfsd conf.l fails to build...

 
 

bug #17406: glusterfsd conf.l fails to build with flex 2.5.31

Submitter:  Vikas Gorur <vikasgp>
Submitted:  Fri 11 Aug 2006 06:12:34 PM UTC
   
 
Category:  GlusterFS Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build failure
Status:  Fixed Privacy:  Public
Assigned to:  amarts Originator Name:  *
Open/Closed:  Closed Release: 
Operating System:  GNU/Linux Reproducibility:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 14 Aug 2006 08:13:08 AM UTC, comment #2: 

works fine after considering previous comment. (yyalloc -> calloc)

Amar Tumballi <amarts>
Group Member
Sat 12 Aug 2006 04:03:00 PM UTC, comment #1: 

problem is that the default 'yy' prefix was renamed to 'c', the new flex defines <prefix>alloc, which by default is yyalloc, but now had become calloc and conflicted with the system calloc

Anand Avati <avati>
Group Member
Fri 11 Aug 2006 06:12:34 PM UTC, original submission:  

glusterfsd/src/conf.l fails to build with flex 2.5.31. This is because flex inserts its own declaration of calloc, which conflicts with the one in stdlib.h. Everything works fine with 2.5.4.

Note that flex 2.5.4 was released in 1997, and 2.5.31 in 2003.

Vikas Gorur <vikasgp>
Group Member

 

(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

 

CC list is empty

 

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 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-08-14 amarts StatusNone Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code