Bug#635205: libc0.1-dev: no declaration of function 'issetugid'

2011-07-23 Thread Robert Millan
2011/7/23 Kazuhiro NISHIYAMA : > Man page of issetugid(2) says that unistd.h has `int issetugid(void);', > but Debian GNU/kFreeBSD 6.0.2's unistd.h does not. Note that issetugid syscall stub is already provided, only the prototype is missing. I guess the only option is adding to sysdeps, but it

Bug#635205: libc0.1-dev: no declaration of function 'issetugid'

2011-07-23 Thread Kazuhiro NISHIYAMA
Package: libc0.1-dev Version: 2.11.2-10+b1 Severity: normal Man page of issetugid(2) says that unistd.h has `int issetugid(void);', but Debian GNU/kFreeBSD 6.0.2's unistd.h does not. I tried to build ruby's trunk, and it failed with a following error. $ make CC = ccache gcc LD = ld LDSHAR