9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Kristofer Younger <kryounger@gmail.com>
To: 9fans@9fans.net
Subject: [9fans] plan9port on Yosemite
Date: Wed, 28 Jan 2015 10:52:30 -0500	[thread overview]
Message-ID: <34688E16-1222-4E12-907C-431AF744C253@gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2015-01-28 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-28 15:52 Kristofer Younger [this message]
2015-01-28 16:05 ` David du Colombier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=34688E16-1222-4E12-907C-431AF744C253@gmail.com \
    --to=kryounger@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).