Call for testing: OpenSSH-6.2
Roumen Petrov
openssh at roumenpetrov.info
Wed Mar 6 07:19:47 EST 2013
Darren Tucker wrote:
> On Tue, Mar 05, 2013 at 08:03:39PM +1100, Darren Tucker wrote:
>> On Mon, Mar 04, 2013 at 04:43:41PM -0800, Kevin Brott wrote:
>>> gcc: CC=gcc: No such file or directory
>>> *** Error exit code 1
>> I dusted off my old HP workstation and I can reproduce this one,
>> although I have no clue why yet. I'll look some more.
> it *does* seem related to make, though, since it'll build fine with GNU
> make. Looking at the changelog, this one is my immediate suspect:
>
> ----------------------------
> revision 1.329
> date: 2012-12-17 15:59:43 +1100; author: dtucker; state: Exp; lines:
> +4 -1;
> - (dtucker) [Makefile.in] Add some scaffolding so that the new regress
> tests will work with VPATH directories.
> ----------------------------
>
> What's weird is that it doesn't seem to have happened on any other
> platform, even the dingy old ones.
>
After revision 1.329 above modpipe is changed by another commit to :
----
regress/modpipe: $(srcdir)/regress/modpipe.c
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
$(CC) $(CPPFLAGS) -o $@ $? \
$(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
----
First target lack $(EXEXT) and second I cannot understand why lines ends
with \ .
Probably is fixed is master repository as my extract is out of date
about two weeks old.
Roumen
--
Get X.509 certificates support in OpenSSH:
http://roumenpetrov.info/openssh/
More information about the openssh-unix-dev
mailing list