Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133962 - gnustep-base/gnustep-base-1.10.3-r1 fails to compile w/ GCC 4.1
Summary: gnustep-base/gnustep-base-1.10.3-r1 fails to compile w/ GCC 4.1
Status: RESOLVED DUPLICATE of bug 131654
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-21 10:35 UTC by Charlie Shepherd (RETIRED)
Modified: 2006-05-21 13:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Shepherd (RETIRED) gentoo-dev 2006-05-21 10:35:46 UTC
GSCategories.m: In function '-[NSData(GSCategories) uudecodeInto:name:mode:]':
GSCategories.m:612: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
GSCategories.m:612: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
GSCategories.m:612: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
GSCategories.m:612: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
GSCategories.m:612: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
GSCategories.m:612: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
GSCategories.m:612: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
GSCategories.m:612: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
GSCategories.m: In function '-[NSData(GSCategories) uuencodeInto:name:mode:]':
GSCategories.m:681: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
GSCategories.m:682: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
GSCategories.m: In function '-[NSObject(GSCategories) compare:]':
GSCategories.m:854: warning: comparison of distinct pointer types lacks a cast
GSCategories.m: At top level:
GSCategories.m:222: warning: '_OBJC_INSTANCE_0' defined but not used
GSCategories.m:676: warning: '_OBJC_INSTANCE_1' defined but not used
GSCategories.m:795: warning: '_OBJC_INSTANCE_2' defined but not used
GSCategories.m:806: warning: '_OBJC_INSTANCE_3' defined but not used
GSCategories.m:816: warning: '_OBJC_INSTANCE_4' defined but not used
GSCategories.m:835: warning: '_OBJC_INSTANCE_5' defined but not used
GSCategories.m:844: warning: '_OBJC_INSTANCE_6' defined but not used
GSCategories.m:887: warning: '_OBJC_INSTANCE_7' defined but not used
GSCategories.m:898: warning: '_OBJC_INSTANCE_8' defined but not used
GSCategories.m:1083: warning: '_OBJC_INSTANCE_9' defined but not used
GSCategories.m:1088: warning: '_OBJC_INSTANCE_10' defined but not used
GSCategories.m:1213: warning: '_OBJC_INSTANCE_11' defined but not used
 Compiling file GSObjCRuntime.m ...
GSObjCRuntime.m:424: warning: '_OBJC_INSTANCE_0' defined but not used
GSObjCRuntime.m:425: warning: '_OBJC_INSTANCE_1' defined but not used
GSObjCRuntime.m:429: warning: '_OBJC_INSTANCE_2' defined but not used
GSObjCRuntime.m:430: warning: '_OBJC_INSTANCE_3' defined but not used
GSObjCRuntime.m:563: warning: '_OBJC_INSTANCE_4' defined but not used
GSObjCRuntime.m:1413: warning: '_OBJC_INSTANCE_5' defined but not used
GSObjCRuntime.m:1508: warning: '_OBJC_INSTANCE_6' defined but not used
GSObjCRuntime.m:1791: warning: '_OBJC_INSTANCE_7' defined but not used
GSObjCRuntime.m:1831: warning: '_OBJC_INSTANCE_8' defined but not used
GSObjCRuntime.m:2121: warning: '_OBJC_INSTANCE_9' defined but not used
 Compiling file GCObject.m ...
GCObject.m:52: warning: method possibly missing a [super dealloc] call
 Compiling file GCArray.m ...
GCArray.m:163: warning: '_OBJC_INSTANCE_0' defined but not used
GCArray.m:215: warning: '_OBJC_INSTANCE_1' defined but not used
GCArray.m:334: warning: '_OBJC_INSTANCE_2' defined but not used
GCArray.m:340: warning: '_OBJC_INSTANCE_3' defined but not used
GCArray.m:395: warning: '_OBJC_INSTANCE_4' defined but not used
 Compiling file GCDictionary.m ...
GCDictionary.m:283: warning: '_OBJC_INSTANCE_0' defined but not used
 Compiling file GSLock.m ...
GSLock.m:63: warning: '_OBJC_INSTANCE_0' defined but not used
GSLock.m:120: warning: '_OBJC_INSTANCE_1' defined but not used
GSLock.m:175: warning: '_OBJC_INSTANCE_2' defined but not used
GSLock.m:308: warning: '_OBJC_INSTANCE_3' defined but not used
 Compiling file GSMime.m ...
GSMime.m: In function 'decodeWord':
GSMime.m:219: warning: pointer targets in passing argument 2 of 'decodebase64' differ in signedness
GSMime.m:233: warning: pointer targets in passing argument 2 of 'decodebase64' differ in signedness
GSMime.m: In function '-[GSMimeBase64DecoderContext decodeData:length:intoData:]':
GSMime.m:451: warning: pointer targets in passing argument 2 of 'decodebase64' differ in signedness
GSMime.m:469: warning: pointer targets in passing argument 2 of 'decodebase64' differ in signedness
GSMime.m: In function '-[GSMimeParser parseHeader:]':
GSMime.m:1440: warning: pointer targets in passing argument 1 of 'getCString:' differ in signedness
GSMime.m: In function '-[GSMimeParser(Private) _decodeHeader]':
GSMime.m:2055: warning: pointer targets in passing argument 1 of 'stringWithCString:' differ in signedness
GSMime.m: In function '+[GSMimeDocument decodeBase64:]':
GSMime.m:3153: warning: pointer targets in assignment differ in signedness
GSMime.m:3202: warning: pointer targets in passing argument 2 of 'decodebase64' differ in signedness
GSMime.m:3220: warning: pointer targets in passing argument 2 of 'decodebase64' differ in signedness
GSMime.m: In function '+[GSMimeDocument encodeBase64:]':
GSMime.m:3286: warning: pointer targets in passing argument 1 of 'encodebase64' differ in signedness
GSMime.m: At top level:
GSMime.m:240: warning: '_OBJC_INSTANCE_0' defined but not used
GSMime.m:251: warning: '_OBJC_INSTANCE_1' defined but not used
GSMime.m:256: warning: '_OBJC_INSTANCE_2' defined but not used
GSMime.m:258: warning: '_OBJC_INSTANCE_3' defined but not used
GSMime.m:260: warning: '_OBJC_INSTANCE_4' defined but not used
GSMime.m:262: warning: '_OBJC_INSTANCE_5' defined but not used
GSMime.m:264: warning: '_OBJC_INSTANCE_6' defined but not used
GSMime.m:266: warning: '_OBJC_INSTANCE_7' defined but not used
GSMime.m:268: warning: '_OBJC_INSTANCE_8' defined but not used
GSMime.m:270: warning: '_OBJC_INSTANCE_9' defined but not used
GSMime.m:272: warning: '_OBJC_INSTANCE_10' defined but not used
GSMime.m:274: warning: '_OBJC_INSTANCE_11' defined but not used
GSMime.m:276: warning: '_OBJC_INSTANCE_12' defined but not used
GSMime.m:278: warning: '_OBJC_INSTANCE_13' defined but not used
GSMime.m:280: warning: '_OBJC_INSTANCE_14' defined but not used
GSMime.m:282: warning: '_OBJC_INSTANCE_15' defined but not used
GSMime.m:284: warning: '_OBJC_INSTANCE_16' defined but not used
GSMime.m:286: warning: '_OBJC_INSTANCE_17' defined but not used
GSMime.m:288: warning: '_OBJC_INSTANCE_18' defined but not used
GSMime.m:290: warning: '_OBJC_INSTANCE_19' defined but not used
GSMime.m:293: warning: '_OBJC_INSTANCE_20' defined but not used
GSMime.m:704: warning: '_OBJC_INSTANCE_21' defined but not used
GSMime.m:705: warning: '_OBJC_INSTANCE_22' defined but not used
GSMime.m:710: warning: '_OBJC_INSTANCE_23' defined but not used
GSMime.m:713: warning: '_OBJC_INSTANCE_24' defined but not used
GSMime.m:717: warning: '_OBJC_INSTANCE_25' defined but not used
GSMime.m:721: warning: '_OBJC_INSTANCE_26' defined but not used
GSMime.m:733: warning: '_OBJC_INSTANCE_27' defined but not used
GSMime.m:737: warning: '_OBJC_INSTANCE_28' defined but not used
GSMime.m:743: warning: '_OBJC_INSTANCE_29' defined but not used
GSMime.m:801: warning: '_OBJC_INSTANCE_30' defined but not used
GSMime.m:804: warning: '_OBJC_INSTANCE_31' defined but not used
GSMime.m:1049: warning: '_OBJC_INSTANCE_32' defined but not used
GSMime.m:1189: warning: '_OBJC_INSTANCE_33' defined but not used
GSMime.m:1189: warning: '_OBJC_INSTANCE_34' defined but not used
GSMime.m:1219: warning: '_OBJC_INSTANCE_35' defined but not used
GSMime.m:1239: warning: '_OBJC_INSTANCE_36' defined but not used
GSMime.m:1255: warning: '_OBJC_INSTANCE_37' defined but not used
GSMime.m:1366: warning: '_OBJC_INSTANCE_38' defined but not used
GSMime.m:1372: warning: '_OBJC_INSTANCE_39' defined but not used
GSMime.m:1373: warning: '_OBJC_INSTANCE_40' defined but not used
GSMime.m:1375: warning: '_OBJC_INSTANCE_41' defined but not used
GSMime.m:1377: warning: '_OBJC_INSTANCE_42' defined but not used
GSMime.m:1385: warning: '_OBJC_INSTANCE_43' defined but not used
GSMime.m:1407: warning: '_OBJC_INSTANCE_44' defined but not used
GSMime.m:1415: warning: '_OBJC_INSTANCE_45' defined but not used
GSMime.m:1420: warning: '_OBJC_INSTANCE_46' defined but not used
GSMime.m:1425: warning: '_OBJC_INSTANCE_47' defined but not used
GSMime.m:1427: warning: '_OBJC_INSTANCE_48' defined but not used
GSMime.m:1444: warning: '_OBJC_INSTANCE_49' defined but not used
GSMime.m:1447: warning: '_OBJC_INSTANCE_50' defined but not used
GSMime.m:1450: warning: '_OBJC_INSTANCE_51' defined but not used
GSMime.m:1452: warning: '_OBJC_INSTANCE_52' defined but not used
GSMime.m:1456: warning: '_OBJC_INSTANCE_53' defined but not used
GSMime.m:1459: warning: '_OBJC_INSTANCE_54' defined but not used
GSMime.m:1463: warning: '_OBJC_INSTANCE_55' defined but not used
GSMime.m:1468: warning: '_OBJC_INSTANCE_56' defined but not used
GSMime.m:1476: warning: '_OBJC_INSTANCE_57' defined but not used
GSMime.m:1488: warning: '_OBJC_INSTANCE_58' defined but not used
GSMime.m:1593: warning: '_OBJC_INSTANCE_59' defined but not used
GSMime.m:1596: warning: '_OBJC_INSTANCE_60' defined but not used
GSMime.m:1598: warning: '_OBJC_INSTANCE_61' defined but not used
GSMime.m:1603: warning: '_OBJC_INSTANCE_62' defined but not used
GSMime.m:1608: warning: '_OBJC_INSTANCE_63' defined but not used
GSMime.m:1611: warning: '_OBJC_INSTANCE_64' defined but not used
GSMime.m:1612: warning: '_OBJC_INSTANCE_65' defined but not used
GSMime.m:1613: warning: '_OBJC_INSTANCE_66' defined but not used
GSMime.m:1614: warning: '_OBJC_INSTANCE_67' defined but not used
GSMime.m:1645: warning: '_OBJC_INSTANCE_68' defined but not used
GSMime.m:1658: warning: '_OBJC_INSTANCE_69' defined but not used
GSMime.m:1668: warning: '_OBJC_INSTANCE_70' defined but not used
GSMime.m:1673: warning: '_OBJC_INSTANCE_71' defined but not used
GSMime.m:1682: warning: '_OBJC_INSTANCE_72' defined but not used
GSMime.m:1800: warning: '_OBJC_INSTANCE_73' defined but not used
GSMime.m:1816: warning: '_OBJC_INSTANCE_74' defined but not used
GSMime.m:1831: warning: '_OBJC_INSTANCE_75' defined but not used
GSMime.m:2042: warning: '_OBJC_INSTANCE_76' defined but not used
GSMime.m:2051: warning: '_OBJC_INSTANCE_77' defined but not used
GSMime.m:2060: warning: '_OBJC_INSTANCE_78' defined but not used
GSMime.m:2074: warning: '_OBJC_INSTANCE_79' defined but not used
GSMime.m:2080: warning: '_OBJC_INSTANCE_80' defined but not used
GSMime.m:2086: warning: '_OBJC_INSTANCE_81' defined but not used
GSMime.m:2092: warning: '_OBJC_INSTANCE_82' defined but not used
GSMime.m:2099: warning: '_OBJC_INSTANCE_83' defined but not used
GSMime.m:2150: warning: '_OBJC_INSTANCE_84' defined but not used
GSMime.m:2173: warning: '_OBJC_INSTANCE_85' defined but not used
GSMime.m:2185: warning: '_OBJC_INSTANCE_86' defined but not used
GSMime.m:2199: warning: '_OBJC_INSTANCE_87' defined but not used
GSMime.m:2216: warning: '_OBJC_INSTANCE_88' defined but not used
GSMime.m:2229: warning: '_OBJC_INSTANCE_89' defined but not used
GSMime.m:2238: warning: '_OBJC_INSTANCE_90' defined but not used
GSMime.m:2262: warning: '_OBJC_INSTANCE_91' defined but not used
GSMime.m:2273: warning: '_OBJC_INSTANCE_92' defined but not used
GSMime.m:2460: warning: '_OBJC_INSTANCE_93' defined but not used
GSMime.m:2505: warning: '_OBJC_INSTANCE_94' defined but not used
GSMime.m:2505: warning: '_OBJC_INSTANCE_95' defined but not used
GSMime.m:2582: warning: '_OBJC_INSTANCE_96' defined but not used
GSMime.m:2593: warning: '_OBJC_INSTANCE_97' defined but not used
GSMime.m:2600: warning: '_OBJC_INSTANCE_98' defined but not used
GSMime.m:2605: warning: '_OBJC_INSTANCE_99' defined but not used
GSMime.m:2613: warning: '_OBJC_INSTANCE_100' defined but not used
GSMime.m:2619: warning: '_OBJC_INSTANCE_101' defined but not used
GSMime.m:2643: warning: '_OBJC_INSTANCE_102' defined but not used
GSMime.m:2688: warning: '_OBJC_INSTANCE_103' defined but not used
GSMime.m:2692: warning: '_OBJC_INSTANCE_104' defined but not used
GSMime.m:2697: warning: '_OBJC_INSTANCE_105' defined but not used
GSMime.m:2768: warning: '_OBJC_INSTANCE_106' defined but not used
GSMime.m:2769: warning: '_OBJC_INSTANCE_107' defined but not used
GSMime.m:2770: warning: '_OBJC_INSTANCE_108' defined but not used
GSMime.m:2771: warning: '_OBJC_INSTANCE_109' defined but not used
GSMime.m:2777: warning: '_OBJC_INSTANCE_110' defined but not used
GSMime.m:2777: warning: '_OBJC_INSTANCE_111' defined but not used
GSMime.m:3123: warning: '_OBJC_INSTANCE_112' defined but not used
GSMime.m:3125: warning: '_OBJC_INSTANCE_113' defined but not used
GSMime.m:3337: warning: '_OBJC_INSTANCE_114' defined but not used
GSMime.m:3373: warning: '_OBJC_INSTANCE_115' defined but not used
GSMime.m:3375: warning: '_OBJC_INSTANCE_116' defined but not used
GSMime.m:3393: warning: '_OBJC_INSTANCE_117' defined but not used
GSMime.m:3403: warning: '_OBJC_INSTANCE_118' defined but not used
GSMime.m:3422: warning: '_OBJC_INSTANCE_119' defined but not used
GSMime.m:3435: warning: '_OBJC_INSTANCE_120' defined but not used
GSMime.m:3462: warning: '_OBJC_INSTANCE_121' defined but not used
GSMime.m:3469: warning: '_OBJC_INSTANCE_122' defined but not used
GSMime.m:3571: warning: '_OBJC_INSTANCE_123' defined but not used
GSMime.m:3573: warning: '_OBJC_INSTANCE_124' defined but not used
GSMime.m:3644: warning: '_OBJC_INSTANCE_125' defined but not used
GSMime.m:3670: warning: '_OBJC_INSTANCE_126' defined but not used
GSMime.m:3678: warning: '_OBJC_INSTANCE_127' defined but not used
GSMime.m:3688: warning: '_OBJC_INSTANCE_128' defined but not used
GSMime.m:3977: warning: '_OBJC_INSTANCE_129' defined but not used
GSMime.m:3980: warning: '_OBJC_INSTANCE_130' defined but not used
GSMime.m:4118: warning: '_OBJC_INSTANCE_131' defined but not used
GSMime.m:4177: warning: '_OBJC_INSTANCE_132' defined but not used
GSMime.m:4217: warning: '_OBJC_INSTANCE_133' defined but not used
GSMime.m:4238: warning: '_OBJC_INSTANCE_134' defined but not used
GSMime.m:4248: warning: '_OBJC_INSTANCE_135' defined but not used
GSMime.m:4253: warning: '_OBJC_INSTANCE_136' defined but not used
GSMime.m:4284: warning: '_OBJC_INSTANCE_137' defined but not used
GSMime.m:4352: warning: '_OBJC_INSTANCE_138' defined but not used
GSMime.m:4356: warning: '_OBJC_INSTANCE_139' defined but not used
GSMime.m:4384: warning: '_OBJC_INSTANCE_140' defined but not used
GSMime.m:4392: warning: '_OBJC_INSTANCE_141' defined but not used
GSMime.m:4524: warning: '_OBJC_INSTANCE_142' defined but not used
GSMime.m:4530: warning: '_OBJC_INSTANCE_143' defined but not used
GSMime.m:4579: warning: '_OBJC_INSTANCE_144' defined but not used
GSMime.m:4581: warning: '_OBJC_INSTANCE_145' defined but not used
GSMime.m:4624: warning: '_OBJC_INSTANCE_146' defined but not used
GSMime.m:4713: warning: '_OBJC_INSTANCE_147' defined but not used
GSMime.m:4744: warning: '_OBJC_INSTANCE_148' defined but not used
 Compiling file GSXML.m ...
GSXML.m: In function '+[GSXMLDocument documentWithVersion:]':
GSXML.m:337: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differ in signedness
GSXML.m: In function '-[GSXMLDocument makeNodeWithNamespace:name:content:]':
GSXML.m:441: warning: pointer targets in passing argument 3 of 'xmlNewDocNode' differ in signedness
GSXML.m:441: warning: pointer targets in passing argument 4 of 'xmlNewDocNode' differ in signedness
GSXML.m: In function '-[GSXMLNode makeAttributeWithName:value:]':
GSXML.m:1134: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness
GSXML.m:1134: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness
GSXML.m: In function '-[GSXMLNode makeChildWithNamespace:name:content:]':
GSXML.m:1175: warning: pointer targets in passing argument 3 of 'xmlNewTextChild' differ in signedness
GSXML.m:1175: warning: pointer targets in passing argument 4 of 'xmlNewTextChild' differ in signedness
GSXML.m: In function '-[GSXMLNode makeText:]':
GSXML.m:1197: warning: pointer targets in passing argument 1 of 'xmlNewText' differ in signedness
GSXML.m: In function '-[GSXMLNode makeComment:]':
GSXML.m:1219: warning: pointer targets in passing argument 1 of 'xmlNewComment' differ in signedness
GSXML.m: In function '-[GSXMLNode makeNamespaceHref:prefix:]':
GSXML.m:1232: warning: pointer targets in passing argument 2 of 'xmlNewNs' differ in signedness
GSXML.m:1232: warning: pointer targets in passing argument 3 of 'xmlNewNs' differ in signedness
GSXML.m: In function '-[GSXMLNode makePI:content:]':
GSXML.m:1260: warning: pointer targets in passing argument 1 of 'xmlNewPI' differ in signedness
GSXML.m:1260: warning: pointer targets in passing argument 2 of 'xmlNewPI' differ in signedness
GSXML.m: In function '-[GSXMLNode setObject:forKey:]':
GSXML.m:1516: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness
GSXML.m:1516: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness
GSXML.m: In function '-[GSXMLParser abortParsing]':
GSXML.m:1835: warning: pointer targets in assignment differ in signedness
GSXML.m: In function '-[GSXMLParser _initLibXML]':
GSXML.m:2267: warning: pointer targets in assignment differ in signedness
GSXML.m:2271: warning: pointer targets in assignment differ in signedness
GSXML.m:2275: warning: pointer targets in assignment differ in signedness
GSXML.m:2277: warning: pointer targets in passing argument 5 of 'xmlCreatePushParserCtxt' differ in signedness
GSXML.m: In function 'processingInstructionFunction':
GSXML.m:2822: warning: pointer targets in passing argument 1 of 'UTF8Str' differ in signedness
GSXML.m: In function '-[GSXPathString stringValue]':
GSXML.m:3584: warning: pointer targets in passing argument 1 of 'stringWithUTF8String:' differ in signedness
GSXML.m: In function '-[GSXPathContext evaluateExpression:]':
GSXML.m:3698: warning: pointer targets in passing argument 1 of 'xmlXPathCompile' differ in signedness
GSXML.m: At top level:
GSXML.m:205: warning: '_OBJC_INSTANCE_0' defined but not used
GSXML.m:207: warning: '_OBJC_INSTANCE_1' defined but not used
GSXML.m:209: warning: '_OBJC_INSTANCE_2' defined but not used
GSXML.m:211: warning: '_OBJC_INSTANCE_3' defined but not used
GSXML.m:213: warning: '_OBJC_INSTANCE_4' defined but not used
GSXML.m:215: warning: '_OBJC_INSTANCE_5' defined but not used
GSXML.m:217: warning: '_OBJC_INSTANCE_6' defined but not used
GSXML.m:219: warning: '_OBJC_INSTANCE_7' defined but not used
GSXML.m:221: warning: '_OBJC_INSTANCE_8' defined but not used
GSXML.m:223: warning: '_OBJC_INSTANCE_9' defined but not used
GSXML.m:262: warning: '_OBJC_INSTANCE_10' defined but not used
GSXML.m:342: warning: '_OBJC_INSTANCE_11' defined but not used
GSXML.m:408: warning: '_OBJC_INSTANCE_12' defined but not used
GSXML.m:524: warning: '_OBJC_INSTANCE_13' defined but not used
GSXML.m:563: warning: '_OBJC_INSTANCE_14' defined but not used
GSXML.m:619: warning: '_OBJC_INSTANCE_15' defined but not used
GSXML.m:684: warning: '_OBJC_INSTANCE_16' defined but not used
GSXML.m:740: warning: '_OBJC_INSTANCE_17' defined but not used
GSXML.m:742: warning: '_OBJC_INSTANCE_18' defined but not used
GSXML.m:744: warning: '_OBJC_INSTANCE_19' defined but not used
GSXML.m:746: warning: '_OBJC_INSTANCE_20' defined but not used
GSXML.m:748: warning: '_OBJC_INSTANCE_21' defined but not used
GSXML.m:750: warning: '_OBJC_INSTANCE_22' defined but not used
GSXML.m:752: warning: '_OBJC_INSTANCE_23' defined but not used
GSXML.m:754: warning: '_OBJC_INSTANCE_24' defined but not used
GSXML.m:756: warning: '_OBJC_INSTANCE_25' defined but not used
GSXML.m:758: warning: '_OBJC_INSTANCE_26' defined but not used
GSXML.m:760: warning: '_OBJC_INSTANCE_27' defined but not used
GSXML.m:762: warning: '_OBJC_INSTANCE_28' defined but not used
GSXML.m:764: warning: '_OBJC_INSTANCE_29' defined but not used
GSXML.m:766: warning: '_OBJC_INSTANCE_30' defined but not used
GSXML.m:768: warning: '_OBJC_INSTANCE_31' defined but not used
GSXML.m:770: warning: '_OBJC_INSTANCE_32' defined but not used
GSXML.m:772: warning: '_OBJC_INSTANCE_33' defined but not used
GSXML.m:836: warning: '_OBJC_INSTANCE_34' defined but not used
GSXML.m:1070: warning: '_OBJC_INSTANCE_35' defined but not used
GSXML.m:1235: warning: '_OBJC_INSTANCE_36' defined but not used
GSXML.m:1538: warning: '_OBJC_INSTANCE_37' defined but not used
GSXML.m:1596: warning: '_OBJC_INSTANCE_38' defined but not used
GSXML.m:1766: warning: '_OBJC_INSTANCE_39' defined but not used
GSXML.m:1769: warning: '_OBJC_INSTANCE_40' defined but not used
GSXML.m:1772: warning: '_OBJC_INSTANCE_41' defined but not used
GSXML.m:1775: warning: '_OBJC_INSTANCE_42' defined but not used
GSXML.m:1778: warning: '_OBJC_INSTANCE_43' defined but not used
GSXML.m:1781: warning: '_OBJC_INSTANCE_44' defined but not used
GSXML.m:1784: warning: '_OBJC_INSTANCE_45' defined but not used
GSXML.m:1787: warning: '_OBJC_INSTANCE_46' defined but not used
GSXML.m:1790: warning: '_OBJC_INSTANCE_47' defined but not used
GSXML.m:1793: warning: '_OBJC_INSTANCE_48' defined but not used
GSXML.m:1796: warning: '_OBJC_INSTANCE_49' defined but not used
GSXML.m:1799: warning: '_OBJC_INSTANCE_50' defined but not used
GSXML.m:1802: warning: '_OBJC_INSTANCE_51' defined but not used
GSXML.m:1805: warning: '_OBJC_INSTANCE_52' defined but not used
GSXML.m:1808: warning: '_OBJC_INSTANCE_53' defined but not used
GSXML.m:1950: warning: '_OBJC_INSTANCE_54' defined but not used
GSXML.m:1979: warning: '_OBJC_INSTANCE_55' defined but not used
GSXML.m:2004: warning: '_OBJC_INSTANCE_56' defined but not used
GSXML.m:2029: warning: '_OBJC_INSTANCE_57' defined but not used
GSXML.m:2092: warning: '_OBJC_INSTANCE_58' defined but not used
GSXML.m:2097: warning: '_OBJC_INSTANCE_59' defined but not used
GSXML.m:2110: warning: '_OBJC_INSTANCE_60' defined but not used
GSXML.m:2121: warning: '_OBJC_INSTANCE_61' defined but not used
GSXML.m:2128: warning: '_OBJC_INSTANCE_62' defined but not used
GSXML.m:2172: warning: '_OBJC_INSTANCE_63' defined but not used
GSXML.m:2177: warning: '_OBJC_INSTANCE_64' defined but not used
GSXML.m:2197: warning: '_OBJC_INSTANCE_65' defined but not used
GSXML.m:2280: warning: '_OBJC_INSTANCE_66' defined but not used
GSXML.m:2434: warning: '_OBJC_INSTANCE_67' defined but not used
GSXML.m:2454: warning: '_OBJC_INSTANCE_68' defined but not used
GSXML.m:2474: warning: '_OBJC_INSTANCE_69' defined but not used
GSXML.m:2489: warning: '_OBJC_INSTANCE_70' defined but not used
GSXML.m:2500: warning: '_OBJC_INSTANCE_71' defined but not used
GSXML.m:2517: warning: '_OBJC_INSTANCE_72' defined but not used
GSXML.m:2527: warning: '_OBJC_INSTANCE_73' defined but not used
GSXML.m:2527: warning: '_OBJC_INSTANCE_74' defined but not used
GSXML.m:2530: warning: '_OBJC_INSTANCE_75' defined but not used
GSXML.m:2561: warning: '_OBJC_INSTANCE_76' defined but not used
GSXML.m:2909: warning: '_OBJC_INSTANCE_77' defined but not used
GSXML.m:2915: warning: '_OBJC_INSTANCE_78' defined but not used
GSXML.m:3135: warning: '_OBJC_INSTANCE_79' defined but not used
GSXML.m:3161: warning: '_OBJC_INSTANCE_80' defined but not used
GSXML.m:3559: warning: '_OBJC_INSTANCE_81' defined but not used
GSXML.m:3559: warning: '_OBJC_INSTANCE_82' defined but not used
GSXML.m:3573: warning: '_OBJC_INSTANCE_83' defined but not used
GSXML.m:3648: warning: '_OBJC_INSTANCE_84' defined but not used
GSXML.m:3740: warning: '_OBJC_INSTANCE_85' defined but not used
GSXML.m:4218: warning: '_OBJC_INSTANCE_86' defined but not used
GSXML.m:4229: warning: '_OBJC_INSTANCE_87' defined but not used
GSXML.m:4236: warning: '_OBJC_INSTANCE_88' defined but not used
GSXML.m:4240: warning: '_OBJC_INSTANCE_89' defined but not used
GSXML.m:4240: warning: '_OBJC_INSTANCE_90' defined but not used
GSXML.m:4260: warning: '_OBJC_INSTANCE_91' defined but not used
GSXML.m:4264: warning: '_OBJC_INSTANCE_92' defined but not used
GSXML.m:4266: warning: '_OBJC_INSTANCE_93' defined but not used
GSXML.m:4268: warning: '_OBJC_INSTANCE_94' defined but not used
GSXML.m:4270: warning: '_OBJC_INSTANCE_95' defined but not used
GSXML.m:4272: warning: '_OBJC_INSTANCE_96' defined but not used
GSXML.m:4274: warning: '_OBJC_INSTANCE_97' defined but not used
GSXML.m:4276: warning: '_OBJC_INSTANCE_98' defined but not used
GSXML.m:4278: warning: '_OBJC_INSTANCE_99' defined but not used
GSXML.m:4283: warning: '_OBJC_INSTANCE_100' defined but not used
 Compiling file behavior.m ...
behavior.m:88: warning: '_OBJC_INSTANCE_0' defined but not used
 Compiling file Unicode.m ...
Unicode.m: In function 'GSSetupEncodingTable':
Unicode.m:217: warning: pointer type mismatch in conditional expression
Unicode.m:217: warning: invalid receiver type 'void *'
Unicode.m: In function 'GetAvailableEncodings':
Unicode.m:336: warning: pointer type mismatch in conditional expression
Unicode.m:336: warning: invalid receiver type 'void *'
Unicode.m: In function 'GetDefEncoding':
Unicode.m:571: warning: pointer type mismatch in conditional expression
Unicode.m:571: warning: invalid receiver type 'void *'
Unicode.m: In function 'encode_cstrtoustr':
Unicode.m:1030: warning: pointer targets in passing argument 2 of 'GSToUnicode' differ in signedness
Unicode.m:1030: warning: pointer targets in passing argument 3 of 'GSToUnicode' differ in signedness
Unicode.m: At top level:
Unicode.m:105: warning: '_OBJC_INSTANCE_0' defined but not used
Unicode.m:106: warning: '_OBJC_INSTANCE_1' defined but not used
Unicode.m:377: warning: '_OBJC_INSTANCE_2' defined but not used
Unicode.m:379: warning: '_OBJC_INSTANCE_3' defined but not used
Unicode.m:381: warning: '_OBJC_INSTANCE_4' defined but not used
Unicode.m:383: warning: '_OBJC_INSTANCE_5' defined but not used
Unicode.m:385: warning: '_OBJC_INSTANCE_6' defined but not used
Unicode.m:387: warning: '_OBJC_INSTANCE_7' defined but not used
Unicode.m:389: warning: '_OBJC_INSTANCE_8' defined but not used
Unicode.m:391: warning: '_OBJC_INSTANCE_9' defined but not used
Unicode.m:393: warning: '_OBJC_INSTANCE_10' defined but not used
Unicode.m:395: warning: '_OBJC_INSTANCE_11' defined but not used
Unicode.m:397: warning: '_OBJC_INSTANCE_12' defined but not used
Unicode.m:401: warning: '_OBJC_INSTANCE_13' defined but not used
Unicode.m:406: warning: '_OBJC_INSTANCE_14' defined but not used
Unicode.m:408: warning: '_OBJC_INSTANCE_15' defined but not used
Unicode.m:410: warning: '_OBJC_INSTANCE_16' defined but not used
Unicode.m:412: warning: '_OBJC_INSTANCE_17' defined but not used
Unicode.m:414: warning: '_OBJC_INSTANCE_18' defined but not used
Unicode.m:416: warning: '_OBJC_INSTANCE_19' defined but not used
Unicode.m:418: warning: '_OBJC_INSTANCE_20' defined but not used
Unicode.m:421: warning: '_OBJC_INSTANCE_21' defined but not used
Unicode.m:423: warning: '_OBJC_INSTANCE_22' defined but not used
Unicode.m:426: warning: '_OBJC_INSTANCE_23' defined but not used
Unicode.m:428: warning: '_OBJC_INSTANCE_24' defined but not used
Unicode.m:431: warning: '_OBJC_INSTANCE_25' defined but not used
Unicode.m:433: warning: '_OBJC_INSTANCE_26' defined but not used
Unicode.m:436: warning: '_OBJC_INSTANCE_27' defined but not used
Unicode.m:438: warning: '_OBJC_INSTANCE_28' defined but not used
Unicode.m:441: warning: '_OBJC_INSTANCE_29' defined but not used
Unicode.m:446: warning: '_OBJC_INSTANCE_30' defined but not used
Unicode.m:451: warning: '_OBJC_INSTANCE_31' defined but not used
Unicode.m:455: warning: '_OBJC_INSTANCE_32' defined but not used
Unicode.m:459: warning: '_OBJC_INSTANCE_33' defined but not used
Unicode.m:460: warning: '_OBJC_INSTANCE_34' defined but not used
Unicode.m:502: warning: '_OBJC_INSTANCE_35' defined but not used
Unicode.m:521: warning: '_OBJC_INSTANCE_36' defined but not used
Unicode.m:523: warning: '_OBJC_INSTANCE_37' defined but not used
Unicode.m:524: warning: '_OBJC_INSTANCE_38' defined but not used
Unicode.m:524: warning: '_OBJC_INSTANCE_39' defined but not used
Unicode.m:549: warning: '_OBJC_INSTANCE_40' defined but not used
Unicode.m:746: warning: '_OBJC_INSTANCE_41' defined but not used
Unicode.m:1422: warning: '_OBJC_INSTANCE_42' defined but not used
Unicode.m:1433: warning: '_OBJC_INSTANCE_43' defined but not used
Unicode.m:1549: warning: '_OBJC_INSTANCE_44' defined but not used
 Linking subproject Additions ...
make[2]: Leaving directory `/var/tmp/portage/gnustep-base-1.10.3-r1/work/gnustep-base-1.10.3/Source/Additions'
Making all for library libgnustep-base...
 Compiling file GSCompatibility.m ...
 Compiling file GSLocale.m ...
GSLocale.m:238: warning: '_OBJC_INSTANCE_0' defined but not used
GSLocale.m:238: warning: '_OBJC_INSTANCE_1' defined but not used
GSLocale.m:239: warning: '_OBJC_INSTANCE_2' defined but not used
GSLocale.m:241: warning: '_OBJC_INSTANCE_3' defined but not used
GSLocale.m:243: warning: '_OBJC_INSTANCE_4' defined but not used
GSLocale.m:244: warning: '_OBJC_INSTANCE_5' defined but not used
GSLocale.m:244: warning: '_OBJC_INSTANCE_6' defined but not used
 Compiling file preface.m ...
 Compiling file mframe.m ...
mframe.m: In function 'mframe_decode_return':
mframe.m:1579: warning: pointer targets in passing argument 2 of 'NSGetSizeAndAlignment' differ in signedness
 Compiling file cifframe.m ...
cifframe.m:419: warning: '_OBJC_INSTANCE_0' defined but not used
cifframe.m:470: warning: '_OBJC_INSTANCE_1' defined but not used
cifframe.m:661: warning: '_OBJC_INSTANCE_2' defined but not used
cifframe.m: In function 'cifframe_type':
cifframe.m:279: warning: 'ftype' may be used uninitialized in this function
 Compiling file GSArray.m ...
GSArray.m: In function '+[GSArray allocWithZone:]':
GSArray.m:113: warning: initialization from distinct Objective-C type
GSArray.m: At top level:
GSArray.m:138: warning: method possibly missing a [super dealloc] call
GSArray.m:379: warning: method possibly missing a [super dealloc] call
GSArray.m:860: warning: method possibly missing a [super dealloc] call
GSArray.m:1026: warning: method possibly missing a [super dealloc] call
GSArray.m:87: warning: '_OBJC_INSTANCE_0' defined but not used
GSArray.m:88: warning: '_OBJC_INSTANCE_1' defined but not used
GSArray.m:89: warning: '_OBJC_INSTANCE_2' defined but not used
GSArray.m:91: warning: '_OBJC_INSTANCE_3' defined but not used
GSArray.m:166: warning: '_OBJC_INSTANCE_4' defined but not used
GSArray.m:213: warning: '_OBJC_INSTANCE_5' defined but not used
GSArray.m:355: warning: '_OBJC_INSTANCE_6' defined but not used
GSArray.m:398: warning: '_OBJC_INSTANCE_7' defined but not used
GSArray.m:423: warning: '_OBJC_INSTANCE_8' defined but not used
GSArray.m:434: warning: '_OBJC_INSTANCE_9' defined but not used
GSArray.m:497: warning: '_OBJC_INSTANCE_10' defined but not used
GSArray.m:510: warning: '_OBJC_INSTANCE_11' defined but not used
GSArray.m:560: warning: '_OBJC_INSTANCE_12' defined but not used
GSArray.m:576: warning: '_OBJC_INSTANCE_13' defined but not used
GSArray.m:613: warning: '_OBJC_INSTANCE_14' defined but not used
GSArray.m:626: warning: '_OBJC_INSTANCE_15' defined but not used
GSArray.m:626: warning: '_OBJC_INSTANCE_16' defined but not used
GSArray.m:809: warning: '_OBJC_INSTANCE_17' defined but not used
GSArray.m:903: warning: '_OBJC_INSTANCE_18' defined but not used
GSArray.m:908: warning: '_OBJC_INSTANCE_19' defined but not used
GSArray.m:966: warning: '_OBJC_INSTANCE_20' defined but not used
GSArray.m:1012: warning: '_OBJC_INSTANCE_21' defined but not used
GSArray.m:1019: warning: '_OBJC_INSTANCE_22' defined but not used
GSArray.m:1091: warning: '_OBJC_INSTANCE_23' defined but not used
 Compiling file GSAttributedString.m ...
GSAttributedString.m: In function 'cacheAttributes':
GSAttributedString.m:130: error: cast to union type from type not present in union
GSAttributedString.m:138: error: cast to union type from type not present in union
GSAttributedString.m: In function 'unCacheAttributes':
GSAttributedString.m:155: error: cast to union type from type not present in union
GSAttributedString.m:160: error: cast to union type from type not present in union
GSAttributedString.m: At top level:
GSAttributedString.m:206: warning: method possibly missing a [super dealloc] call
make[2]: *** [shared_obj/GSAttributedString.o] Error 1
make[1]: *** [libgnustep-base.all.library.variables] Error 2
make[1]: Leaving directory `/var/tmp/portage/gnustep-base-1.10.3-r1/work/gnustep-base-1.10.3/Source'
make: *** [internal-all] Error 2

!!! ERROR: gnustep-base/gnustep-base-1.10.3-r1 failed.
Call stack:
  ebuild.sh, line 1527:   Called dyn_compile
  ebuild.sh, line 931:   Called src_compile
  gnustep-base-1.10.3-r1.ebuild, line 73:   Called egnustep_make
  gnustep-funcs.eclass, line 173:   Called die

!!! package make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


emerge --info:

Portage 2.1_rc1-r3 (default-linux/x86/2006.0, gcc-4.1.0, glibc-2.4-r3, 2.6.16-suspend2-r5 i686)
=================================================================
System uname: 2.6.16-suspend2-r5 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Gentoo Base System version 1.12.0_pre19
ccache version 2.4 [disabled]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r1
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=i686 -O2 -fomit-frame-pointer -pipe -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk"
LANG="en_GB"
LC_ALL="en_GB"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 7zip S3TC X X509 aac acl acpi activefilter aim alsa amd ansi apache2 apm arts asf asm asterisk audacious audiofile authdaemond avantgo avi bash-completion bcmath bdf berkdb bidi bitmap-fonts bittorrent blender-game bzip2 cap ccache cdda cddb cdinstall cdparanoia cdr cdrom cgi chroot cjk cli cracklib crypt css cups curl curlwrappers dhcp dio directfb djbfft dnd dri dts dv dvd dvdr dvdread edl eds emboss encode erandom esd evo exif ext-png ext-zlib extensions fastcgi fbcon fbsplash ffmpeg firefox flash fluidsynth fmod foomaticdb fortran fpx freewnn gb gcl gdbm geoip gif gimp gimpprint ginac glade glgd glitz glut gmp gmtfull gnuplot gpm graphviz gs gsl gstreamer gtk gtk2 gtkhtml hal hardenedphp hbci hdf iconv icq ide idl image imap imlib imlib2 infopipe innodb ipv6 irda irmc isdnlog j2ee jabber javacomm javamail javascript jbig jboss jce jms jmx joystick jpeg jpeg2k jta jython kakasi kde kerberos krb4 latex lcms leim libclamav libdsk libg++ libgd libgda libsamplerate libwww live lua lzo lzw m17n-lib mad maildir matroska mbox mcal mdb migemo mikmod mime mixer mjpeg mmap mng mono motif mozcalendar mozdevelop mozsvg mozxmlterm mp3 mpeg mpi mplayer msn mule music mysql mysqli mythtv nagios-dns nagios-ntp nagios-ping nagios-ssh ncurses net netcdf network neural nis nls nowin nptl nptlonly ntlm oav objc ocaml offensive ofx ogg openal opengl oscar ospfapi oss pam parse-clocks pcap pcntl pcre pda pdf pdflib perl pg-hier pg-intdatetime pg-vacuumdelay php physfs pic plotutils png portaudio povray ppds pppd pri print procmail python qt qt4 quicktime quotas quotes readline real reflection reiserfs resperl rhino rogue rplay sasl sdl servlet-2.3 servlet-2.4 session sftplogging shared sharedmem silc skk slp smime sndfile snortsam socks5 softquota sox spell spl ssl stencil-buffer stroke struts svg svga symlink sysvipc szip t1lib tcltk tcpd tcsim tga theora tidy tiff transcode truetype truetype-fonts type1-fonts udev uim unicode usb v4l v4l2 vcd vda videos virus-scan vorbis wddx wifi win32codecs winbind wmf wxwindows xanim xatrix xchatdccserver xchattext xemacs xface xgetdefault xine xml xmlreader xmlrpc xmlwriter xmms xorg xosd xpm xprint xrandr xscreensaver xsettings xv xvid xvmc yahoo yaz yp yv12 zaptel zeo zlib zvbi elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2006-05-21 13:33:11 UTC

*** This bug has been marked as a duplicate of 131654 ***