Re: key_verify failed for server_host_key solution

From: Doug White (dwhite_at_gumbysoft.com)
Date: 08/19/04

  • Next message: Roman Neuhauser: "Re: restore: "no memory to extend symbol table" abort"
    Date: Wed, 18 Aug 2004 18:52:26 -0700 (PDT)
    To: Henno Schooljan <freebsd@schooljan.nl>
    
    

    On Tue, 17 Aug 2004, Henno Schooljan wrote:

    > I had the same issue. I had this in my make.conf when it went wrong:
    >
    > CFLAGS= -O2 -pipe -funroll-loops
    >
    > and this solved the problem:
    >
    > CFLAGS= -O -pipe
    >
    > So I suspect the unroll loops option to be the cause. I guess I could
    > rebuild with -O2 again without -funroll-loops to prove it...

    Just so its said one more time ... from /etc/defaults/make.conf (or now
    /usr/share/examples/etc/make.conf):

    # CFLAGS controls the compiler settings used when compiling C code.
    # Note that optimization settings above -O (-O2, ...) are not recommended
    # or supported for compiling the world or the kernel - please revert any
    # nonstandard optimization settings to "-O" before submitting bug reports
    # to the developers.

    So if you are using goofy options and it breaks, you get to keep the
    pieces. And no, we don't want to see them :)

    -- 
    Doug White                    |  FreeBSD: The Power to Serve
    dwhite@gumbysoft.com          |  www.FreeBSD.org
    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
    

  • Next message: Roman Neuhauser: "Re: restore: "no memory to extend symbol table" abort"

    Relevant Pages

    • Re: CURRENT state of acpi and -Optimisations in buildworld
      ... The following are excerpts from /etc/defaults/make.conf. ... On CFLAGS: ... or supported for compiling the world or the kernel - please revert any ... nonstandard optimization settings to "-O" before submitting bug reports ...
      (freebsd-current)
    • Re: buildworld doesnt like -O2
      ... :> Okay, after some playing around, it turns out that something in the PAM code ... # CFLAGS controls the compiler settings used when compiling C code. ... # nonstandard optimization settings to "-O" before submitting bug reports ...
      (freebsd-current)
    • Re: buildworld doesnt like -O2
      ... > Okay, after some playing around, it turns out that something in the PAM code ... # CFLAGS controls the compiler settings used when compiling C code. ... # nonstandard optimization settings to "-O" before submitting bug reports ...
      (freebsd-current)