"../openbsd-compat/port-aix.h", line 92.44: 1506-046 (S) Syntax error. openssh-5.3p1 on aix 5.3

phoebus phoebus frphoebus at yahoo.fr
Fri Feb 19 17:13:42 EST 2010


Darren,

PS: I spilt the junk file in 3 parts. I'll post it in 3 new messages in the same threads.

This is the first part of the junk files.
File xaa in attachment.


Regards,
Frphoebus



----- Message d'origine ----
De : Darren Tucker <dtucker at zip.com.au>
À : phoebus phoebus <frphoebus at yahoo.fr>
Cc : openssh-unix-dev at mindrot.org
Envoyé le : Ven 19 Février 2010, 1 h 57 min 30 s
Objet : Re: Re : Re : "../openbsd-compat/port-aix.h", line 92.44: 1506-046 (S) Syntax error. openssh-5.3p1 on aix 5.3

phoebus phoebus wrote:
> The junk file is not in attachment because is too big.

Can you put it up someplace where we can look at it?  If nothing else you could open a bug at bugzilla.mindrot.org and attach it (using "create attachment").

Since port-aix.h includes "buffer.h" there should be something like this in the preprocessed output:

typedef struct {
    u_char  *buf;           /* Buffer for data. */
    u_int    alloc;         /* Number of bytes allocated for data. */
    u_int    offset;        /* Offset of first byte containing data. */
    u_int    end;           /* Offset of last byte containing data. */
}       Buffer;

If that's not there then I don't understand why.  My (long shot) guess is that there's a system header called "buffer.h" which the compiler is finding in preference to the OpenSSH one.  You could try "find /usr/include -name buffer.h" and if there is one, compare its contents to the "junk" file created earlier and see if it's in there.

Another long shot: you could copy buffer.h into the openbsd-compat directory and re-try "make".

-- Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.



      


More information about the openssh-unix-dev mailing list