bugzilla-daemon at mindrot.org
2002-Mar-19 03:40 UTC
[Bug 174] New: compile error on BSDi 4.0.1
http://bugzilla.mindrot.org/show_bug.cgi?id=174
Summary: compile error on BSDi 4.0.1
Product: Portable OpenSSH
Version: 3.1p1
Platform: ix86
OS/Version: BSDI
Status: NEW
Severity: normal
Priority: P2
Component: ssh-agent
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: deven at netexplorer.org
on BSD/OS 4.0.1, having problem compiling openssh 3.1p1.
Configured with ./configure --with-ipv4-default
make error:
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.
-DSSHDIR=\"/usr/local/etc\"
-D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"
-D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\"
-D_PATH_SSH_PIDDIR=\"/var/run\"
-DSSH_RAND_HELPER=\"/usr/local/libexec/ssh-rand-helper\"
-DHAVE_CONFIG_H -c
ssh-agent.c
ssh-agent.c: In function `lookup_identity':
ssh-agent.c:135: warning: implicit declaration of function `TAILQ_FOREACH'
ssh-agent.c:135: `next' undeclared (first use this function)
ssh-agent.c:135: (Each undeclared identifier is reported only once
ssh-agent.c:135: for each function it appears in.)
ssh-agent.c:135: syntax error before `{'
ssh-agent.c:138: warning: control reaches end of non-void function
ssh-agent.c: At top level:
ssh-agent.c:111: warning: `idtab_init' defined but not used
ssh-agent.c:131: warning: `lookup_identity' defined but not used
*** Error code 1
Stop.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Seemingly Similar Threads
- [Bug 155] New: OpenSSH 3.1p1 fails to compile on BSDi 4.0
- [Bug 146] New: OpenSSH 3.1p1 will not build on BSD/OS 4.2/4.1/4.01
- [Bug 407] New: Build openssh-3.1p1 fails, Mac OS X v1.2
- [PATCH] ssh-agent: Add support to load additional certificates
- [Bug 674] permanently_set_uid() doesn't work on BSDI 4.0.1
