From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kristofer Younger Content-Type: multipart/alternative; boundary="Apple-Mail=_981E7C7B-AC77-4133-B7E6-EFDD308DC4D5" Date: Wed, 28 Jan 2015 10:52:30 -0500 To: 9fans@9fans.net Message-Id: <34688E16-1222-4E12-907C-431AF744C253@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: [9fans] plan9port on Yosemite Topicbox-Message-UUID: 3d3509b6-ead9-11e9-9d60-3106f5b1d025 --Apple-Mail=_981E7C7B-AC77-4133-B7E6-EFDD308DC4D5 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 So I am getting a bunch of errors when recompiling plan9port on = yosemite=E2=80=A6 $ ./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 =20 * 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 =20 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 =20 9c ndbreorder.c ndbreorder.c:41:55: warning: for loop has empty body [-Wempty-body] for(prev =3D last; prev->line !=3D x; prev =3D = 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 =20 9c dd.c ibuf =3D sbrk(ibs); ^ /usr/include/unistd.h:582:7: note: 'sbrk' has been explicitly marked = deprecated here void *sbrk(int); ^ obuf =3D 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=E2=80=A6 -K= --Apple-Mail=_981E7C7B-AC77-4133-B7E6-EFDD308DC4D5 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 So I am getting a bunch of errors when recompiling plan9port = on yosemite=E2=80=A6

$ ./INSTALL
+ = 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 =3D last; = prev->line !=3D x; prev =3D 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 =3D= sbrk(ibs);
           =     ^
/usr/include/unistd.h:582:7: note: = 'sbrk' has been explicitly marked deprecated here
void    *sbrk(int);
     =     ^
          =       obuf =3D 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=E2=80=A6

-K= --Apple-Mail=_981E7C7B-AC77-4133-B7E6-EFDD308DC4D5--