From owner-freebsd-arch@FreeBSD.ORG Wed Oct 29 19:13:36 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81E25B19 for ; Wed, 29 Oct 2014 19:13:36 +0000 (UTC) Received: from mail-yk0-f175.google.com (mail-yk0-f175.google.com [209.85.160.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 424318B1 for ; Wed, 29 Oct 2014 19:13:35 +0000 (UTC) Received: by mail-yk0-f175.google.com with SMTP id q9so1592043ykb.6 for ; Wed, 29 Oct 2014 12:13:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=8PM+euvGxgSRsVB/43XwSTzWjL/DGLVwkdU5UehBNVM=; b=ea9AQnnjjpPlXsoBPJ+LuG7/rlbKXDKWPu5JZ1UrevmdiZKA3RdwylMwV4SA7Jntl8 XICkpri11LHl1qu8fV8J5UJQwnm9qne1tb6amK2AICo3vQSF2nGjnwQZYr7PW0Dpi6Uk yS/I8qCntTJw8z0epJLOD+/YTnL9bis+qINdh7g7heZ42TQhR6jH30EEOKfjC5rS6xsI Ca6SrzkeyGzA4f/pV6IpH9ykIXiihAL9u0mjDbQapuo7FWAUXQnq8CrcSx+rXAr6YjVr ZgPaVau4PBxwsAVkhhpr4tJBDTF/n3Y6hxMBvX5jGxhk9SzWIghXLFVGUY4GVrlOI+7/ vlEg== X-Gm-Message-State: ALoCoQlvIeQEbIxTVIhNHlGGusntIsSLcLTsmFQoNJBqo5g1//ZeMH4iuuos9UHP/MIwrogYxK5z MIME-Version: 1.0 X-Received: by 10.170.223.84 with SMTP id p81mr3682025ykf.110.1414609710459; Wed, 29 Oct 2014 12:08:30 -0700 (PDT) Received: by 10.170.46.203 with HTTP; Wed, 29 Oct 2014 12:08:30 -0700 (PDT) X-Originating-IP: [62.165.198.134] In-Reply-To: <20141029182339.GK53947@kib.kiev.ua> References: <20141021094539.GA1877@kib.kiev.ua> <2048849.GkvWliFbyg@ralph.baldwin.cx> <20141027165557.GC1877@kib.kiev.ua> <201410281146.49370.jhb@freebsd.org> <20141029180635.GJ53947@kib.kiev.ua> <20141029182339.GK53947@kib.kiev.ua> Date: Wed, 29 Oct 2014 20:08:30 +0100 Message-ID: Subject: Re: RfC: fueword(9) and casueword(9) From: Oliver Pinter To: Konstantin Belousov Content-Type: text/plain; charset=UTF-8 Cc: freebsd-arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 19:13:36 -0000 On Wed, Oct 29, 2014 at 7:23 PM, Konstantin Belousov wrote: > On Wed, Oct 29, 2014 at 07:10:44PM +0100, Oliver Pinter wrote: >> On Wed, Oct 29, 2014 at 7:06 PM, Konstantin Belousov >> wrote: >> > How could I get a single bit of useful information from this text ? >> > >> > My guess is that you have old libc and new kernel compiled without >> > COMPAT_FREEBSD9 and 10. If this is the cause, it has nothing to >> > do with my changes. >> >> Sure. The userland is from Oct. 20 too, and COMPAT_FREEBSD{9,10} was >> not added to kernel config. > > So again. Did adding COMPAT_FREEBSD9 solved the issue ? I added both COMPAT_FREEBSD9 and COMPAT_FREEBSD10, and the problem fixed. Thanks!