From owner-freebsd-stable@FreeBSD.ORG Tue Feb 4 01:40:12 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E25E735 for ; Tue, 4 Feb 2014 01:40:12 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F350A1DE6 for ; Tue, 4 Feb 2014 01:40:11 +0000 (UTC) Received: by mail-ig0-f182.google.com with SMTP id uy17so5900157igb.3 for ; Mon, 03 Feb 2014 17:40:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dataix.net; s=rsa; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=VSyUfMhLgY6ePkHT4ZfJblO92cgKgfLIKpE7UKBgXh0=; b=cxQqD90P1sBusAHoecRmq/7y0h1sFflpBVyoVxYj04WLbYo5XgU1KbEX0h/82Jzu/N iFfJN8kvS3gxdcOMXR9jGdkivZ/t1OK/r22Tz2McrRcgK3M/3aUw9ydgj+iLQdjwzGGR mDoCz1gI5qS/ysXQq8bJYD4tbMGX3D4SDIuJQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to; bh=VSyUfMhLgY6ePkHT4ZfJblO92cgKgfLIKpE7UKBgXh0=; b=TorvYB7xlpx7M5YvW8SuC5588/+2+gdPMNQpX7fpSQc2RzKZrGkakWynhxUK9a7sbW eGD/5uSTNK36+pVbbr6mqU2dJLn00Ja/XUMG3SHmpuBnabCKTxsnn72U1yUFmSX+Ejj/ q13ybxGBHe+HNEKvPCoLE1o1lgs64hJMxNb1UI3MIlzQTZZgK4R+TfU8Reu897EFwLmq WP1usjW/M3gs4vVuRaBNR2RETZecktsQvTIhdbBf0/elFlrKGB/DOf3hvgujfwcba946 mjZRQJ3yHUwEy+JceFrdTU/aOETDXw4P/5geKd26pXz8AHzpeihKMa3rxc07Bm1izy1q op+A== X-Gm-Message-State: ALoCoQndEEihXNlHfTXk8KuLpA57e7KSxhr3AktZm9Lpxxr54pUBuvV9JLSvi3ft5LHTmUNdZg99 X-Received: by 10.50.230.20 with SMTP id su20mr15225133igc.18.1391478011443; Mon, 03 Feb 2014 17:40:11 -0800 (PST) Received: from DataIX.local (75-128-101-59.dhcp.sgnw.mi.charter.com. [75.128.101.59]) by mx.google.com with ESMTPSA id ml2sm35923826igb.10.2014.02.03.17.40.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Feb 2014 17:40:10 -0800 (PST) Received: from DataIX.local (localhost [127.0.0.1]) by DataIX.local (8.14.7/8.14.7) with ESMTP id s141e8Z5023068 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 3 Feb 2014 20:40:08 -0500 (EST) (envelope-from jhellenthal@DataIX.net) Received: (from jh@localhost) by DataIX.local (8.14.7/8.14.7/Submit) id s141e7ar023067; Mon, 3 Feb 2014 20:40:07 -0500 (EST) (envelope-from jhellenthal@DataIX.net) Date: Mon, 3 Feb 2014 20:40:07 -0500 From: jhellenthal@dataix.net To: zfs-devel@freebsd.org, stable@freebsd.org Subject: Re: WITHOUT_CDDL leftovers (libzfs_core.so.2, zstreamdump) Message-ID: <20140204014007.GA22901@DataIX.net> References: <20140204013425.GA98236@DataIX.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140204013425.GA98236@DataIX.net> X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 01:40:12 -0000 On Mon, Feb 03, 2014 at 08:34:25PM -0500, jhellenthal@DataIX.net wrote: > > It appears that a couple things were left out of the 'delete-old*' targets and left behind from being removed in 10-STABLE at least on powerpc but likely elsewhere. > > Could someone take a moment to go through this when they get a chance ? > > Thanks > > Unresolvable link(s) found in: /lib/libzfs_core.so.2 > libnvpair.so.2 > Unresolvable link(s) found in: /usr/bin/zstreamdump > libnvpair.so.2 > libumem.so.2 > libzpool.so.2 > libavl.so.2 One more Unresolvable link(s) found in: /usr/sbin/zhack^M libnvpair.so.2^M libumem.so.2^M libuutil.so.2^M libzfs.so.2^M libzpool.so.2 > > -- > > - (2^(N-1)) JJH48-ARIN > -- - (2^(N-1)) JJH48-ARIN