search for: f7be415

Displaying 3 results from an estimated 3 matches for "f7be415".

2015 Feb 24
4
Current 6.8 git build issues on HP-UX
On Wed, Feb 25, 2015 at 09:04:57AM +1100, Darren Tucker wrote: > On Tue, Feb 24, 2015 at 12:11:16PM -0800, Kevin Brott wrote: > > ld: Unsatisfied symbol "xstrdup" in file > > openbsd-compat//libopenbsd-compat.a[bsd-misc.o] > > How about removing the dependency on xmalloc? eg (untested): Shoulda tested it. Now one that will compile: diff --git
2015 Feb 24
2
Current 6.8 git build issues on HP-UX
...m: I get the idea :-) Tim: is this sufficient to back out the "Work around finicky USL linker" change? https://anongit.mindrot.org/openssh.git/commit/?id=d1db656021d0cd8c001a6692f772f1de29b67c8b > diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c > index 65e8003..f7be415 100644 > --- a/openbsd-compat/bsd-misc.c > +++ b/openbsd-compat/bsd-misc.c > @@ -31,8 +31,6 @@ > #include <time.h> > #include <unistd.h> > > -#include "xmalloc.h" > - > #ifndef HAVE___PROGNAME > char *__progname; > #endif > @@ -43,13...
2015 Feb 24
2
Current 6.8 git build issues on HP-UX
...endency on xmalloc? eg (untested): > > > > Shoulda tested it. Now one that will compile: > > Sigh. And now the right patch from the tree that compiled. > (djm: I get the idea :-) > > diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c > index 65e8003..f7be415 100644 > > Applying this patch against the git clone from this morning, the patched openssh-SNAP-20150225.tar.gz that worked finally for AIX and the git clone I just pulled gives me: patching file openbsd-compat/bsd-misc.c Hunk #2 FAILED at 41. Hunk #3 FAILED at 54. 2 out of 3 hunks FAILED -...