9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] plan9port on Yosemite
@ 2015-01-28 15:52 Kristofer Younger
  2015-01-28 16:05 ` David du Colombier
  0 siblings, 1 reply; 2+ messages in thread
From: Kristofer Younger @ 2015-01-28 15:52 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 1636 bytes --]

So I am getting a bunch of errors when recompiling plan9port on yosemite…

$ ./INSTALL
+ Mailing list: http://groups.google.com/group/plan9port-dev
+ Issue tracker: http://code.swtch.com/plan9port/issues/
+ Submitting changes: http://swtch.com/go/codereview
 
* Resetting /usr/local/plan9/config
* Compiler version:
	Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
* Running on Darwin: checking architecture...
	x86-64 found.
* Building everything (be patient)...
>>> cd /usr/local/plan9/src/lib9; mk all                  
9c  dirread.c
        return getdirentries(fd, (void*)buf, n, &off);
               ^
/usr/include/dirent.h:160:5: note: 'getdirentries' has been explicitly marked deprecated here
int getdirentries(int, char *, int, long *)
    ^
1 warning generated.
>>> cd /usr/local/plan9/src/libndb; mk all   
9c  ndbreorder.c
ndbreorder.c:41:55: warning: for loop has empty body [-Wempty-body]
                for(prev = last; prev->line != x; prev = prev->line);
                                                                    ^
ndbreorder.c:41:55: note: put the semicolon on a separate line to silence this warning
1 warning generated.
>>> cd /usr/local/plan9/src/cmd; mk all       
9c  dd.c
        ibuf = sbrk(ibs);
               ^
/usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here
void    *sbrk(int);
         ^
                obuf = sbrk(obs);
                       ^
/usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked deprecated here

any ideas? it looks like something very fundamental with C…

-K

[-- Attachment #2: Type: text/html, Size: 5694 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] plan9port on Yosemite
  2015-01-28 15:52 [9fans] plan9port on Yosemite Kristofer Younger
@ 2015-01-28 16:05 ` David du Colombier
  0 siblings, 0 replies; 2+ messages in thread
From: David du Colombier @ 2015-01-28 16:05 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I don't see any error here. Only a few minor warnings.

--
David du Colombier



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-28 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28 15:52 [9fans] plan9port on Yosemite Kristofer Younger
2015-01-28 16:05 ` David du Colombier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).