GAR incorrectly detects SPKG_DESC conflicts
Brought to you by:
dmichelsen,
wahwah
maciej@unstable10s [unstable10s]:~/src/opencsw/pkg/gcc4/trunk > mgar package
/home/maciej/src/opencsw/.buildsys/v2/gar//gar.pkg.mk:643: *** The package descriptions for CSWgcc4ada [GNU C ADA Compiler] and CSWgcc4core [GNU C Compiler] are identical. Please make sure that all descriptions are unique by setting SPKG_DESC_<pkg> for each package.. Stop.</pkg>
However, looking at the package descriptions, you can see that the descriptions are not identical:
maciej@unstable10s [unstable10s]:~/src/opencsw/pkg/gcc4/trunk > gegrep 'SPKG_DESC.*CSWgcc4(ada|core)' files/package_def.mk
SPKG_DESC_CSWgcc4ada = GNU C ADA Compiler
SPKG_DESC_CSWgcc4adart = GNU C ADA Compiler Run Time
SPKG_DESC_CSWgcc4core = GNU C Compiler
SPKG_DESC_CSWgcc4corert = GNU C Compiler Run Time