Opened 18 years ago
Last modified 17 years ago
#138 new defect
duplicated 'using toolset' with same commands and same options should not be an error
| Reported by: | 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 , 18 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 18 years ago
comment:3 by , 17 years ago
| Owner: | removed |
|---|---|
| Status: | assigned → new |
There has been no activity on this task for a long while so I'm reassigning it to no one.
comment:4 by , 17 years ago
| Owner: | set to |
|---|
Might be better to assign it to 'somebody' or trac gets confused.

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.