From owner-freebsd-office@freebsd.org Fri Jul 17 15:06:18 2015 Return-Path: Delivered-To: freebsd-office@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 C67689A42BC for ; Fri, 17 Jul 2015 15:06:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id ABC2319F3 for ; Fri, 17 Jul 2015 15:06:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AAC7F9A42BB; Fri, 17 Jul 2015 15:06:18 +0000 (UTC) Delivered-To: office@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 AA6AA9A42BA for ; Fri, 17 Jul 2015 15:06:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EC5119F0 for ; Fri, 17 Jul 2015 15:06:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6HF6IQL059813 for ; Fri, 17 Jul 2015 15:06:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 201651] sysutils/tracker does not rebuild with devel/icu Date: Fri, 17 Jul 2015 15:06:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antumdeluge@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 15:06:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201651 Bug ID: 201651 Summary: sysutils/tracker does not rebuild with devel/icu Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: antumdeluge@gmail.com CC: gnome@FreeBSD.org, office@FreeBSD.org CC: gnome@FreeBSD.org, office@FreeBSD.org Recently the devel/icu Port was updated on my system. When running an app that depends on the libtracker-sparql-1.0.so.0 shared library from the sysutils/tracker port it complains that it cannot find and older version of a shared library provided by devel/icu: $ nemo Shared object "libicui18n.so.53" not found, required by "libtracker-sparql-1.0.so.0" I believe this means that sysutils/tracker should have been rebuilt along with devel/icu but was not. $ uname -a FreeBSD AntumD_FreeBSD 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 $ pkg info tracker tracker-1.2.6_1 Name : tracker Version : 1.2.6_1 Installed on : Wed May 13 14:17:39 PDT 2015 $ pkg info icu icu-55.1 Name : icu Version : 55.1 Installed on : Thu Jul 16 03:34:58 PDT 2015 I have not yet attempted to rebuild sysutils/tracker, but am about to do so and will comment again to confirm that rebuilding fixes the problem. -- You are receiving this mail because: You are on the CC list for the bug.