[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Messages when compiling base on Ubuntu 10.04 for first time
From: |
Gerold Rupprecht |
Subject: |
Messages when compiling base on Ubuntu 10.04 for first time |
Date: |
Sun, 21 Aug 2011 09:43:10 +0200 |
Hello,
It has been a while since I compiled freshly a new version of gnustep.
I am getting a number of annoying warnings. I do not remember having
these previously (see PS). Any comments?
I also ran the test suite and get an error at
base/NSString/regex.m:
Failed set: regex.m:7 ... problem in NSString + regex.
Anyone else getting this?
Suggestions?
--- Running tests in base/NSString ---
base/NSString/regex.m:
Failed set: regex.m:7 ... problem in NSString + regex.
--- Running tests in base/NSTask ---
--- Running tests in base/NSTimeZone ---
--- Running tests in base/NSUndoManager ---
--- Running tests in base/NSURL ---
--- Running tests in base/NSURLConnection ---
--- Running tests in base/NSURLHandle ---
--- Running tests in base/NSURLProtocol ---
--- Running tests in base/NSURLRequest ---
--- Running tests in base/NSUserDefaults ---
--- Running tests in base/NSXMLParser ---
--- Running tests in base/PropertyLists ---
--- Running tests in base/Unicode ---
6400 Passed tests
15 Dashed hopes
1 Failed set
Thanks,
Gerold
--
Gerold Rupprecht <geroldr@bluewin.ch>
PGP Key ID DFA0A4D4 I prefer encrypted mail.
PS.
Making all for library libgnustep-base...
GSHTTPURLHandle.m:250: warning: ignoring return value of ‘write’,
declared with attribute warn_unused_result
GSHTTPURLHandle.m:251: warning: ignoring return value of ‘write’,
declared with attribute warn_unused_result
GSHTTPURLHandle.m:252: warning: ignoring return value of ‘write’,
declared with attribute warn_unused_result
GSHTTPURLHandle.m: In function ‘debugWrite’:
GSHTTPURLHandle.m:274: warning: ignoring return value of ‘write’,
declared with attribute warn_unused_result
GSHTTPURLHandle.m:275: warning: ignoring return value of ‘write’,
declared with attribute warn_unused_result
GSHTTPURLHandle.m:276: warning: ignoring return value of ‘write’,
declared with attribute warn_unused_result
Compiling file NSFileManager.m ...
NSFileManager.m: In function ‘-[NSFileManager
changeFileAttributes:atPath:]’:
NSFileManager.m:442: warning: ignoring return value of ‘chown’, declared
with attribute warn_unused_result
Compiling file NSRegularExpression.m ...
NSRegularExpression.m:652: warning: incomplete implementation of class
‘NSRegularExpression’
NSRegularExpression.m:652: warning: method definition for
‘+regularExpressionWithPattern:options:error:’ not found
NSRegularExpression.m:652: warning: incomplete implementation of class
‘NSRegularExpression’
NSRegularExpression.m:652: warning: method definition for
‘-numberOfCaptureGroups’ not found
NSRegularExpression.m:652: warning: method definition for ‘-options’ not
found
NSRegularExpression.m:652: warning: method definition for
‘-replacementStringForResult:inString:offset:template:’ not found
NSRegularExpression.m:652: warning: method definition for
‘-stringByReplacingMatchesInString:options:range:withTemplate:’ not
found
NSRegularExpression.m:652: warning: method definition for
‘-replaceMatchesInString:options:range:withTemplate:’ not found
NSRegularExpression.m:652: warning: method definition for
‘-rangeOfFirstMatchInString:options:range:’ not found
NSRegularExpression.m:652: warning: method definition for
‘-matchesInString:options:range:’ not found
NSRegularExpression.m:652: warning: method definition for
‘-firstMatchInString:options:range:’ not found
NSRegularExpression.m:652: warning: method definition for
‘-numberOfMatchesInString:options:range:’ not found
NSRegularExpression.m:652: warning: method definition for
‘-enumerateMatchesInString:options:range:usingBlock:’ not found
NSRegularExpression.m:652: warning: method definition for ‘-pattern’ not
found
NSRegularExpression.m:652: warning: method definition for
‘-initWithPattern:options:error:’ not found
Compiling file NSTask.m ...
NSTask.m: In function ‘-[NSConcreteUnixTask launch]’:
NSTask.m:1628: warning: ignoring return value of ‘chdir’, declared with
attribute warn_unused_result
Compiling file GSFileHandle.m ...
GSFileHandle.m: In function ‘-[GSFileHandle truncateFileAtOffset:]’:
GSFileHandle.m:1660: warning: ignoring return value of ‘ftruncate’,
declared with attribute warn_unused_result
Compiling file NSMessagePortNameServer.m ...
NSMessagePortNameServer.m: In function ‘+[NSMessagePortNameServer
_livePort:]’:
NSMessagePortNameServer.m:305: warning: ignoring return value of
‘fgets’, declared with attribute warn_unused_result
NSMessagePortNameServer.m:308: warning: ignoring return value of
‘fscanf’, declared with attribute warn_unused_result
NSMessagePortNameServer.m: In function ‘-[NSMessagePortNameServer
portForName:onHost:]’:
NSMessagePortNameServer.m:406: warning: ignoring return value of
‘fgets’, declared with attribute warn_unused_result
NSMessagePortNameServer.m: In function ‘-[NSMessagePortNameServer
registerPort:forName:]’:
NSMessagePortNameServer.m:459: warning: ignoring return value of
‘write’, declared with attribute warn_unused_result
NSMessagePortNameServer.m:460: warning: ignoring return value of
‘write’, declared with attribute warn_unused_result
NSMessagePortNameServer.m:462: warning: ignoring return value of
‘write’, declared with attribute warn_unused_result
NSMessagePortNameServer.m: In function ‘-[NSMessagePortNameServer
removePort:forName:]’:
NSMessagePortNameServer.m:555: warning: ignoring return value of
‘fgets’, declared with attribute warn_unused_result
Compiling file NSNetServices.m ...
Compiling file GSAvahiNetService.m ...
GSAvahiNetService.m: In function ‘-[GSAvahiNetService
netService:didUpdateAddresses:]’:
GSAvahiNetService.m:649: warning: ‘-netService:didUpdateAddresses:’ not
found in protocol(s)
GSAvahiNetService.m: In function ‘-[GSAvahiNetService
netService:didUpdateRecordData:forRecordType:]’:
GSAvahiNetService.m:684: warning:
‘-netService:didUpdateRecordData:forRecordType:’ not found in
protocol(s)
GSAvahiNetService.m: At top level:
GSAvahiNetService.m:1958: warning: incomplete implementation of class
‘GSAvahiNetService’
GSAvahiNetService.m:1958: warning: method definition for ‘-delegate’ not
found
Making all for tool autogsdoc...
Compiling file autogsdoc.m ...
Compiling file AGSParser.m ...
Compiling file AGSOutput.m ...
Compiling file AGSIndex.m ...
Compiling file AGSHtml.m ...
Linking tool autogsdoc ...
Making all for tool cvtenc...
Compiling file cvtenc.m ...
Linking tool cvtenc ...
Making all for tool gdnc...
Compiling file gdnc.m ...
gdnc.m: In function ‘gdnc_log’:
gdnc.m:76: warning: ignoring return value of ‘write’, declared with
attribute warn_unused_result
gdnc.m:77: warning: ignoring return value of ‘write’, declared with
attribute warn_unused_result
gdnc.m:81: warning: ignoring return value of ‘write’, declared with
attribute warn_unused_result
gdnc.m:82: warning: ignoring return value of ‘write’, declared with
attribute warn_unused_result
Making all for tool pl2link...
Compiling file pl2link.m ...
pl2link.m: In function ‘main’:
pl2link.m:201: warning: ignoring return value of ‘fgets’, declared with
attribute warn_unused_result
Linking tool pl2link ...
Making all for tool xmlparse...
Compiling file xmlparse.m ...
xmlparse.m: In function ‘+[GSXMLParser(Loader) loadEntity:at:]’:
xmlparse.m:47: warning: ignoring return value of ‘fgets’, declared with
attribute warn_unused_result
Making all for ctool gdomap...
Compiling file gdomap.c ...
gdomap.c: In function ‘gdomap_log’:
gdomap.c:302: warning: ignoring return value of ‘write’, declared with
attribute warn_unused_result
gdomap.c:303: warning: ignoring return value of ‘write’, declared with
attribute warn_unused_result
gdomap.c:307: warning: ignoring return value of ‘write’, declared with
attribute warn_unused_result
gdomap.c:308: warning: ignoring return value of ‘write’, declared with
attribute warn_unused_result
gdomap.c: In function ‘main’:
gdomap.c:4964: warning: ignoring return value of ‘chdir’, declared with
attribute warn_unused_result
signature.asc
Description: This is a digitally signed message part
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Messages when compiling base on Ubuntu 10.04 for first time,
Gerold Rupprecht <=