[Bug 2034] make fails

2012-08-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2034

Darren Tucker dtuc...@zip.com.au changed:

   What|Removed |Added

 CC||dtuc...@zip.com.au
   Severity|critical|normal

--- Comment #1 from Darren Tucker dtuc...@zip.com.au ---
are you starting with a clean unpack of the tarball?  You can see
things like this if, eg, you have config.h from a different platform.

I tried to reproduce on a freshly installed freebsd 9.0 VM and it
worked fine:

$ uname -sr
FreeBSD 9.0-RELEASE
$ rm -rf openssh-6.0p1
$ tar xfz openssh-6.0p1.tar.gz
$ cd openssh-6.0p1
$ ./configure  make
[lots of output]
$ ./ssh -V
OpenSSH_6.0p1, OpenSSL 0.9.8q 2 Dec 2010

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2034] make fails

2012-08-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2034

--- Comment #4 from Kris kris.unive...@gmail.com ---
I also tried the following in the folder that the freshest
OpenSSH-6.0p1 tarball untars into (where compilation was done):

fBSD9  egrep '#define.*TMP' config.h

And received the following (which is different from Darren's output):

#define CONF_WTMP_FILE /var/log/wtmp
#define DISABLE_UTMP 1
#define DISABLE_WTMPX 1
#define HAVE_HOST_IN_UTMPX 1
#define HAVE_ID_IN_UTMPX 1
#define HAVE_TV_IN_UTMPX 1
#define HAVE_TYPE_IN_UTMPX 1
#define HAVE_UTMPX_H 1

The 'diff' in outputs is:

The line
#define DISABLE_WTMP 1
is missing in my config.h

The line
#define CONF_WTMP_FILE /var/log/wtmp
is missing in Darren's config.h

And, yes, I do have a /var/log/wtmp without any content (0 bytes).
-rw-r--r--  1 root  wheel  0 Aug 15 22:17 /var/log/wtmp

Thanks!

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2034] make fails

2012-08-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2034

--- Comment #5 from Kris kris.unive...@gmail.com ---
I wanted to try something...

I deleted the /var/log/wtmp
Untarred a fresh openssh-6.0p1 tarball
Proceeded as usual:

fBSD9  ./configure --with-zlib=/usr/local --with-ssl-dir=/usr/local
fBSD9  make

It went through!

fBSD9  ./ssh -V
OpenSSH_6.0p1, OpenSSL 1.0.1c 10 May 2012

Boy, am I a happy camper!

Thanks much to Darren for pointing out probable causes.

If any of you have a caution, comment or advice, feel free.

I have no idea who should or how this Bug 2034 must be closed. This is
my first on Bugzilla! And it was probably not a bug at all! Please let
me know if I must close it (and a pointer to how).

Much obliged, Ladies and Gentlemen!

Thanks again, Darren!
Sincerely,
Kris

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2034] make fails

2012-08-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2034

--- Comment #6 from Kris kris.unive...@gmail.com ---
PS:

I did a sanity check as well right after configure and before make:


fBSD9  ll config.h
-rw-r--r--  1 root  wheel  43176 Aug 16 17:35 config.h
fBSD9  egrep '#define.*TMP' config.h
#define DISABLE_UTMP 1
#define DISABLE_WTMP 1
#define DISABLE_WTMPX 1
#define HAVE_HOST_IN_UTMPX 1
#define HAVE_ID_IN_UTMPX 1
#define HAVE_TV_IN_UTMPX 1
#define HAVE_TYPE_IN_UTMPX 1
#define HAVE_UTMPX_H 1

This is the same as the output that Darren posted.

Just wanted to mention it and complete the picture!

Thanks again!

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2033] Should exit correctly when connection is lost

2012-08-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2033

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 CC||d...@mindrot.org
 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #1 from Damien Miller d...@mindrot.org ---
If you are using an interactive session, then ctrl-C can't kill the
local ssh process (think about it for a moment and you'll realise why).
For interactive sessions you should use the Disconnect escape sequence
described in the ESCAPE CHARACTERS section of man ssh.

Usually enter~. unless you have overridden it.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2034] make fails

2012-08-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2034

Darren Tucker dtuc...@zip.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #7 from Darren Tucker dtuc...@zip.com.au ---
does any package claim to own the wtmp file?  ie pkg_info -W
/var/log/wtmp?

anyway I'm going to close this bug.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2035] New: Bugs intended to be fixed in 6.2

2012-08-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2035

  Priority: P5
Bug ID: 2035
  Assignee: unassigned-b...@mindrot.org
   Summary: Bugs intended to be fixed in 6.2
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: dtuc...@zip.com.au
  Hardware: All
Status: NEW
   Version: 6.0p1
 Component: Miscellaneous
   Product: Portable OpenSSH

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2032] Local user name in krb5_kuserok call

2012-08-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2032

Darren Tucker dtuc...@zip.com.au changed:

   What|Removed |Added

 CC||dtuc...@zip.com.au

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2032] Local user name in krb5_kuserok call

2012-08-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2032

Darren Tucker dtuc...@zip.com.au changed:

   What|Removed |Added

 Blocks||2035

--- Comment #2 from Darren Tucker dtuc...@zip.com.au ---
unfortunately it's too late for 6.1 (the openbsd release is already
cut) so targeting 6.2

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2034] make fails

2012-08-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2034

--- Comment #8 from Kris kris.unive...@gmail.com ---
No, no package claimed ownership!

pkg_info -W /var/log/wtmp  produced nothing.

Thanks for checking on that!

Appreciate closing this bug entry as well.

Have a nice evening/day/morning!

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs