Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2017 08:23:05 +0200
From:      "O. Hartmann" <o.hartmann@walstatt.org>
To:        Andreas Nilsson <andrnils@gmail.com>
Cc:        "O. Hartmann" <ohartmann@walstatt.org>, freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: r315900: /usr/bin/ssh: Undefined symbol "msetlocale"
Message-ID:  <20170327082305.4b48021f@freyja.zeit4.iv.bundesimmobilien.de>
In-Reply-To: <CAPS9%2BStEadvd-VtPzjYHJ8tVduurtMjk3=yOvQ7BBkj_RzSiGw@mail.gmail.com>
References:  <20170324143738.0d676402@freyja.zeit4.iv.bundesimmobilien.de> <CAPS9%2BStEadvd-VtPzjYHJ8tVduurtMjk3=yOvQ7BBkj_RzSiGw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 24 Mar 2017 15:28:31 +0100
Andreas Nilsson <andrnils@gmail.com> wrote:

> On Fri, Mar 24, 2017 at 2:37 PM, O. Hartmann <ohartmann@walstatt.org> wrote:
> 
> > Having just updated CURRENT to CURRENT 12.0-CURRENT FreeBSD 12.0-CURRENT #1
> > r315900: Fri Mar 24 14:17:22 CET 2017 amd64, I can not connect to remote
> > systems via ssh anymore:
> >
> > /usr/bin/ssh: Undefined symbol "msetlocale"
> >
> > Google suggests for this kind of error a miscompilation of the binary.
> >
> > I had a crash, again (SSDs and CURRENT have a serious problem!), had to
> > improvise with the USB flash ISO image of CURRENT found on FreeBSD.org from
> > 23.03.2017, ~ 18 o'clock, but have rebuilt and installed world and kernel
> > from a
> > clean /usr/obj two times. Still being bugged by this mysterious error.
> >
> > Can somebody help, please?
> >
> > Thanks in advance,
> > Oliver
> > _______________________________________________
> > freebsd-current@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-current
> > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
> >  
> 
> 
> I haven't upgraded myself yet, but I fetched the sources.
> 
> Could you check ldd /usr/bin/ssh ?
> If you have libprivatessh in there, could you do nm -D
> /usr/lib/libprivatessh.so | grep msetlocale and see if you get any output (
> I think you should get one line )
> 
> Otherwise it would seem that either libprivatessh is not built correctly or
> that it is not installed correctly. But these are just my guesses.
> 
> Best regards
> Andreas
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"

The answer to nm -D is:
0000000000021690 T msetlocale

I have finished a buildworld from a fresh (clean/empty /usr/obj/ ) start and
give that a try as soon I can installworkd/installkernel and reboot.

Thank you very much,
Oliver 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170327082305.4b48021f>