Gentoo Archives: gentoo-embedded

From: Christian Zoffoli <merlin@××××××××.it>
To: gentoo-embedded@l.g.o
Cc: solar@g.o
Subject: Re: [gentoo-embedded] FYI: openssh-3.8.1_p1-r2, largekey patch doesn't work with uclibc
Date: Tue, 17 Aug 2004 14:10:02
Message-Id: 41221141.6090109@studiobz.it
In Reply to: Re: [gentoo-embedded] FYI: openssh-3.8.1_p1-r2, largekey patch doesn't work with uclibc by Ned Ludd
1 Ned Ludd wrote:
2 > On Tue, 2004-08-17 at 09:16, Christian Zoffoli wrote:
3 >
4 >>Hi to all.
5 >>I've found that the largekey patch in openssh-3.8.1_p1-r2 doesn't work
6 >>with a uclibc env.
7 >
8 >
9 > This is pretty undescriptive of the problem you encountered.
10 > You need elaborate quite a bit before anybody can do anything about it.
11
12 -----
13 gcc -Os -pipe -Wall -Wpointer-arith -Wno-uninitialized -I. -I.
14 -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\"
15 -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/misc/ssh-askpass\"
16 -D_PATH_SFTP_SERVER=\"/usr/lib/misc/sftp-server\"
17 -D_PATH_SSH_KEY_SIGN=\"/usr/lib/misc/ssh-keysign\"
18 -D_PATH_SSH_PIDDIR=\"/var/run\"
19 -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\"
20 -DSSH_RAND_HELPER=\"/usr/lib/misc/ssh-rand-helper\" -DHAVE_CONFIG_H -c
21 auth2-passwd.c
22 gcc -Os -pipe -Wall -Wpointer-arith -Wno-uninitialized -I. -I.
23 -DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\"
24 -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/misc/ssh-askpass\"
25 -D_PATH_SFTP_SERVER=\"/usr/lib/misc/sftp-server\"
26 -D_PATH_SSH_KEY_SIGN=\"/usr/lib/misc/ssh-keysign\"
27 -D_PATH_SSH_PIDDIR=\"/var/run\"
28 -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\"
29 -DSSH_RAND_HELPER=\"/usr/lib/misc/ssh-rand-helper\" -DHAVE_CONFIG_H -c
30 auth2-pubkey.c
31 auth2-pubkey.c:35:10: missing terminating " character
32 In file included from auth2-pubkey.c:35:
33 authfile.h:20: error: syntax error before '*' token
34 authfile.h:21: error: syntax error before '*' token
35 authfile.h:21: warning: type defaults to `int' in declaration of
36 `key_load_public'
37 authfile.h:21: warning: data definition has no type or storage class
38 authfile.h:22: error: syntax error before '*' token
39 authfile.h:22: warning: type defaults to `int' in declaration of
40 `key_load_public_type'
41 authfile.h:22: warning: data definition has no type or storage class
42 authfile.h:23: error: syntax error before '*' token
43 authfile.h:23: warning: type defaults to `int' in declaration of
44 `key_load_private'
45 authfile.h:23: warning: data definition has no type or storage class
46 authfile.h:24: error: syntax error before '*' token
47 authfile.h:24: warning: type defaults to `int' in declaration of
48 `key_load_private_type'
49 authfile.h:24: warning: data definition has no type or storage class
50 authfile.h:25: error: syntax error before '*' token
51 authfile.h:25: warning: type defaults to `int' in declaration of
52 `key_load_private_pem'
53 authfile.h:25: warning: data definition has no type or storage class
54 make: *** [auth2-pubkey.o] Error 1
55 make: *** Waiting for unfinished jobs....
56
57 !!! ERROR: net-misc/openssh-3.8.1_p1-r2 failed.
58 !!! Function src_compile, Line 102, Exitcode 2
59 !!! compile problem
60 -----
61
62 without the largekey patch it works fine (FYI: openssh-3.8.1_p1-r1
63 doesn't have this patch applied)
64
65 Christian
66
67 --
68 gentoo-embedded@g.o mailing list

Replies