OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004529 [gar_devel] regular use minor always 2010-08-22 16:08 2010-08-29 14:07
Reporter gmarler View Status public  
Assigned To
Priority normal Resolution won't fix  
Status closed  
Summary 0004529: gar.mk line 194 complains when EXTRA_BUILD_ISAS_sparc is set in Makefile
Description After setting EXTRA_BUILD_ISAS_sparc (haven't tried EXTRA_BUILD_ISAS_i386) in a Makefile recipe, these kinds of messages are generated for each phase whenever gmake is invoked for any target:

gar/gar.mk:194: warning: overriding commands for target `extract-isa-sparcv8'
gar/gar.mk:194: warning: ignoring old commands for target `extract-isa-sparcv8'
gar/gar.mk:194: warning: overriding commands for target `patch-isa-sparcv8'
gar/gar.mk:194: warning: ignoring old commands for target `patch-isa-sparcv8'
...
Additional Information The example package was CSWfindutils, where optimized 32-bit binaries are being tested for desireability, by making this setting:

EXTRA_BUILD_ISAS_sparc = sparcv8 sparcv8plus+vis

Setting this value to just:

EXTRA_BUILD_ISAS_sparc = sparcv8plus+vis

makes the issue go away - appears to be just related to the originally specified ISA being repeated in the EXTRA_... flag. GAR just needs to check for this and warn about the repitition so it can be corrected.
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0008224)
bwalton (administrator)
2010-08-29 14:07

This is a GAR bug. gar_devel is just a dummy package that makes bringing in dependencies required to use GAR easier. See http://sourceforge.net/apps/trac/gar/report/1 [^]


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker