From owner-freebsd-current@freebsd.org Mon Aug 22 20:23:19 2016 Return-Path: Delivered-To: freebsd-current@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 14F4DBC29C5 for ; Mon, 22 Aug 2016 20:23:19 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id EA11716F7 for ; Mon, 22 Aug 2016 20:23:18 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: by mailman.ysv.freebsd.org (Postfix) id E5E38BC29C4; Mon, 22 Aug 2016 20:23:18 +0000 (UTC) Delivered-To: current@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 E5868BC29C3 for ; Mon, 22 Aug 2016 20:23:18 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: from mail-yb0-x22d.google.com (mail-yb0-x22d.google.com [IPv6:2607:f8b0:4002:c09::22d]) (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 A674F16F6 for ; Mon, 22 Aug 2016 20:23:18 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: by mail-yb0-x22d.google.com with SMTP id e31so43652620ybi.3 for ; Mon, 22 Aug 2016 13:23:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuxi-nl.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=qLVyh+q+4k4QPD4N+MdcmJbuPDc1jUKbwWtuasCWjos=; b=E+yxIoSgm2bzpPvp9R20ps8mhdofpnl5a7Xa1ypuJE2WhelYTpnSX/imyWkxVSUvg0 l0Dyf1dHUWbTmo4zbGEgK1Up6UJdAS7KDzjBZjbVv2lT9slG0eDkyImCdRP99RXi1+1O xcq77G264KzivPw3omx+4InGBsQvz8MEp/NM/QPfLBmYnOgwH87JULMb5vhK8j3yEC0b 0SLp/vs8ygebXbzIDUCBZYRM2IVt/IPb+wNoZk0VP1GN5UPbeJyHxY8tkGpCrxoXYZ0U crOoL0bryqg/w1I1gKfxlkDb6gdv8K2pGfM0tAT8i6iGIIf8L3WTsKMysLbOvqKssiGn o3CA== 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:from:date :message-id:subject:to:cc; bh=qLVyh+q+4k4QPD4N+MdcmJbuPDc1jUKbwWtuasCWjos=; b=C3B7z2rVtS6b24Y6WT/a7vIEkj0dw07yZLbCElGftamYxaduACK6Y1/hYCa0BKevp5 K0uWDIYa9v2TfnW7JjxMFBlThmQW8+svtP0BiZoNROJOwdZ2QoZVOpzX17+o76OwW/hS XHAO2vfQpZ1Edl6xPbH6acSArVkLH/zjMLDxkfJS7vzLwzyW1vYc/30STOLcGKVCZTFQ KumZqYVRfysUFxRED7odOQcFpX36tPyEruNbATi3nMpAAptdDwt/8n1Z9O6OTOfYUWSj JHosJ0MEcCwIMzhFgSmEx5ot4+6H2NcZnoegYPgv3ESCkd/YW/omutHmC7CvZ28nSR9G Xxnw== X-Gm-Message-State: AEkoous5JpZ5oOOMCqqa2Fmz1oY1/C9OkB1B0B9/Y+NSgdPOxDjIDtnPYTrg/Or+a5m+M0pjXvPnT/VBMjPUww== X-Received: by 10.37.163.33 with SMTP id d30mr17615322ybi.54.1471897397855; Mon, 22 Aug 2016 13:23:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.13.201.71 with HTTP; Mon, 22 Aug 2016 13:23:17 -0700 (PDT) In-Reply-To: References: From: Ed Schouten Date: Mon, 22 Aug 2016 22:23:17 +0200 Message-ID: Subject: Re: 10.03 to -current software removal? To: Joshua Rogers Cc: current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2016 20:23:19 -0000 Hi Joshua, 2016-08-22 20:54 GMT+02:00 Joshua Rogers : > /usr/local/lib/libreoffice/program/oosplash: Undefined symbol "dirname" > /usr/local/bin/transmission-gtk: Undefined symbol "dirname" This specific issue interests me, for the reason that I recently imported a new implementation of dirname(3) into libc. This error message is probably related to this work. Question: how recent is the version of FreeBSD -CURRENT to which you upgraded? Could it be the case that you installed a version that is not-so-new, but installed precompiled binary packages for 11.0 on top that depend on a newer version? Best regards, -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717