From owner-freebsd-questions@freebsd.org Tue Aug 15 21:49:33 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EA16DCE229 for ; Tue, 15 Aug 2017 21:49:33 +0000 (UTC) (envelope-from lists@natserv.net) Received: from mail-qk0-x22e.google.com (mail-qk0-x22e.google.com [IPv6:2607:f8b0:400d:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 186331F5B for ; Tue, 15 Aug 2017 21:49:33 +0000 (UTC) (envelope-from lists@natserv.net) Received: by mail-qk0-x22e.google.com with SMTP id a77so11296361qkb.0 for ; Tue, 15 Aug 2017 14:49:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=natserv-net.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language; bh=Ni0YSu49Tw4i3q0QRS/w//nPvj4I3dKU+y534wse6t4=; b=VErNniARHw6hzt1zEiA37EeZd9rZNxAH/4WGGM+zalJ3X+4nqC0nQujK80p9ocMyMk DZAjrjS/7Wt8UU0q++CHEjt5EhmomBuUkN7Pn+4I8kD1AeFCcaSxy5BbvjtfysEmuIkm CRCxPSmzyWMtakyhxbH13twhG7saGls/ykTpqGHXSdt0J2W7G/EjFni03LP+vPNntZBq TRaKqbx0+M4HMzVy6VF9OYP5atvzeXD0T3HFjJczC1Xg+ND8vX2oyxQlgkCu2xzx7YPs TeRvck3JPOd7Y1fqiqXXMgF9J7gN+2gXEH83LemT1a0D22eYq4pEqtpfsyB1dRiMgFcE FQsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language; bh=Ni0YSu49Tw4i3q0QRS/w//nPvj4I3dKU+y534wse6t4=; b=gIAGoTrDTNZywiSAQOpT20//741JadTwt0gsoHr0GjFsWfOgONLGOA7lrde9Qr5Mhb TQXcDvyFHS6v1/sdVWiP6DwLELAbZdiQWWGQ2SiRgw1UpyCoQj9wxKf25lTiHF1vfJtQ SQs8m+2GacbCCx2Xbp99Bi8HTOkSK47sBaPCnFKmgYikpoZjeGKOoNGa5cxiQ0LyQ59Y WjnVrt1WHbySeF0rZAaWQ0xWXeWpfmsE0AIA956g2DGSc4qJeosDbRjLiWN0imMnkbB4 2wIlYe81SE4RnJFj7IDsJWOeqemdfr85Pn7ZXSaiL5cs5AsGApUsrIsuN7Y6m5I4fzsx 9b5A== X-Gm-Message-State: AHYfb5jwzTdQFuGYUgrj4JGE0IrH6pVbQ602cm1a7pJmFdtMsknQJekp ksgihA13JzV/Zs0d7So= X-Received: by 10.55.190.2 with SMTP id o2mr8916745qkf.132.1502833772054; Tue, 15 Aug 2017 14:49:32 -0700 (PDT) Received: from [10.252.255.65] ([64.35.11.13]) by smtp.googlemail.com with ESMTPSA id t184sm6970059qkh.35.2017.08.15.14.49.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Aug 2017 14:49:31 -0700 (PDT) Subject: Re: Undefined symbol "fdatasync" To: FreeBSD Cc: timur@com.bat.ru References: <3f0d0123-b0f9-ad7e-d67d-9c190d713864@natserv.net> From: Francisco Reyes Message-ID: Date: Tue, 15 Aug 2017 17:49:30 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Aug 2017 21:49:33 -0000 On 08/14/2017 09:12 PM, Timur I. Bakeyev wrote: > > On Tue, Aug 15, 2017 at 3:07 AM, Francisco Reyes > wrote: > > Two different programs, Samba and Postgresql, are giving me an > error about Undefined symbol "fdatasync"man fdatasync says it all: > > > Seems you are using ports, compiled on the 11.1 on an older system. That was exactly the problem. Have a Poudriere server with 11.1 and the system was 11.0. Upgraded OS to 11.1 and re-built all the packages. Error is gone.