Opened 17 years ago

Last modified 16 years ago

#138 new defect

duplicated 'using toolset' with same commands and same options should not be an error

Reported by: fabien.chene@… Owned by: somebody
Priority: minor Milestone:
Component: component1 Version: 2.0
Keywords: Cc:

Description

duplicated 'using toolset' causes an error even if the same options are used.

the following example should not cause an error because "default" command lines are identical and there are no options.

using gcc : 4.1.2 ; using gcc : 4.1.2 ;

The following example should cause an error, command lines are not identical:

using gcc : 4.1.2 : ccache g++ ; using gcc : 4.1.2 ;

The following example should cause an error, options are different:

using gcc : 4.1.2 : ccache g++ <compileflags>-m64 ; using gcc : 4.1.2 : ccache g++ ;

Change History (4)

comment:1 by fabien.chene@…, 17 years ago

Owner: changed from somebody to Md Abdur Rahim
Status: newassigned

comment:2 by fabien.chene@…, 17 years ago

I have a patch for it. I will submit it for approvement on the mailing list as soon as I have a web access on my working station.

comment:3 by jurko.gospodnetic@…, 16 years ago

Owner: Md Abdur Rahim removed
Status: assignednew

There has been no activity on this task for a long while so I'm reassigning it to no one.

comment:4 by jurko.gospodnetic@…, 16 years ago

Owner: set to somebody

Might be better to assign it to 'somebody' or trac gets confused.

Note: See TracTickets for help on using tickets.