Bugzilla – Attachment 488 Details for
Bug 645
Configure mis-identifies setresgid
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Setres config.log extract
config.log.setres (text/plain), 1.26 KB, created by
Tigerwolf
on 2003-10-27 17:11:09 AEDT
(
hide
)
Description:
Setres config.log extract
Filename:
MIME Type:
Creator:
Tigerwolf
Created:
2003-10-27 17:11:09 AEDT
Size:
1.26 KB
patch
obsolete
> >configure:7445: checking if setresuid seems to work >configure:7462: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lbsd -lz >&5 >configure: In function `main': >configure:7457: warning: implicit declaration of function `setresuid' >/tmp/cca143901.o: In function `main': >/archive2/openssh-uid/configure:7457: undefined reference to `setresuid' >configure:7465: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 7453 "configure" >#include "confdefs.h" > >#include <stdlib.h> >#include <errno.h> >int main(){errno=0; setresuid(0,0,0); if (errno==ENOSYS) exit(1); else exit(0);} > >configure:7482: result: not implemented > > >configure:7489: checking if setresgid seems to work >configure:7506: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lbsd -lz >&5 >configure: In function `main': >configure:7501: warning: implicit declaration of function `setresgid' >configure:7509: $? = 0 >configure:7511: ./conftest >configure:7514: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 7497 "configure" >#include "confdefs.h" > >#include <stdlib.h> >#include <errno.h> >int main(){errno=0; setresgid(0,0,0); if (errno==ENOSYS) exit(1); else exit(0);} > >configure:7526: result: not implemented >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 645
:
406
|
487
| 488 |
489