From owner-dev-commits-src-all@freebsd.org Mon Jan 4 20:12:02 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5C8B54C93A5; Mon, 4 Jan 2021 20:12:02 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D8mxZ05ccz4QxC; Mon, 4 Jan 2021 20:12:01 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.16.1/8.16.1) with ESMTPS id 104KBqQa067266 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 4 Jan 2021 22:11:55 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 104KBqQa067266 Received: (from kostik@localhost) by tom.home (8.16.1/8.16.1/Submit) id 104KBqnI067265; Mon, 4 Jan 2021 22:11:52 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 4 Jan 2021 22:11:52 +0200 From: Konstantin Belousov To: Emmanuel Vadot Cc: myfreeweb , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 44c5db52e258 - main - Add eventfd(3) wrappers to libc. Message-ID: References: <202012271057.0BRAvdLB013895@gitrepo.freebsd.org> <20210104202608.c7b0645ca0af0d6ff171f375@bidouilliste.com> <46188CDB-0263-4644-BA0F-603CA24AA209@unrelenting.technology> <20210104205515.d4bc0672f7497f7445eb346f@bidouilliste.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210104205515.d4bc0672f7497f7445eb346f@bidouilliste.com> X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on tom.home X-Rspamd-Queue-Id: 4D8mxZ05ccz4QxC X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2021 20:12:02 -0000 On Mon, Jan 04, 2021 at 08:55:15PM +0100, Emmanuel Vadot wrote: > On Mon, 04 Jan 2021 19:51:45 GMT > myfreeweb wrote: > > > > > > > On January 4, 2021 7:26:08 PM UTC, Emmanuel Vadot wrote: > > > > > > Hello, > > > > > > This break devel/glib20 > > > > > > I don't have much info, just logs from two poudriere build : > > >https://people.freebsd.org/~manu/glib-2.66.4_1,1-7f4e724829.log > > >https://people.freebsd.org/~manu/glib-2.66.4_1,1-9dd48b87e6.log > > > > Sounds like you have eventfd in libc only (in the poudriere jail) but not in the kernel: > > > > > !!! Jail is newer than host. (Jail: 1300133, Host: 1300131) !!! > > Yeah I've just realized that I haven't upgraded this host and was > about to reply to my mail :) > Sorry for the noise. So does it work, ultimately ? I would be not surprised that we somewhat deviate from the Linux interface.