From owner-freebsd-office@FreeBSD.ORG Tue Jun 11 22:47:54 2013 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5F3C2DF2 for ; Tue, 11 Jun 2013 22:47:54 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog125.obsmtp.com (eu1sys200aog125.obsmtp.com [207.126.144.159]) by mx1.freebsd.org (Postfix) with ESMTP id B2079120B for ; Tue, 11 Jun 2013 22:47:53 +0000 (UTC) Received: from mail-wi0-f172.google.com ([209.85.212.172]) (using TLSv1) by eu1sys200aob125.postini.com ([207.126.147.11]) with SMTP ID DSNKUbepE5LMRqvldw5UU1NdouYAJh+iZsbt@postini.com; Tue, 11 Jun 2013 22:47:53 UTC Received: by mail-wi0-f172.google.com with SMTP id c10so4491191wiw.11 for ; Tue, 11 Jun 2013 15:47:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:date:from:message-id:to:subject:cc:reply-to:in-reply-to :x-gm-message-state; bh=ThL17L78CGCLV6G+s9eUerp3qwI0//Kkd8NqHMGaEqM=; b=lkK9ONdEhow53M5Rqtu8hSV/EpXDQW767VFFNl5lkNHnYme7yhBVrmkRRW/wteWfb1 n4G6+0+OW5yMa8lH1OX8RGs6aa9AdF0ij4FJdgRpW5ebaw56TxGdUqfi0o5hW8llTsM9 MQuM13eddtbWBlRKDHJOIEXGTdXWwpGGl6d+y6ByCSPJgUlM0y2aEo7KqFJohD3i63hL EatJl0CKy5JKxk3tBR9iHJufxBDuKDG+rdsL1pj+ZMT2T/T+EyjUaWzPOm7WifSO4Thn 8NG07nyVSVIuncnmUJruqT8BBHLeh0DBIXk072KA3UwZkHJ5ZLwc4dPTPhvagC+jL6Lp 8glg== X-Received: by 10.180.187.37 with SMTP id fp5mr2768270wic.5.1370990421563; Tue, 11 Jun 2013 15:40:21 -0700 (PDT) X-Received: by 10.180.187.37 with SMTP id fp5mr2768265wic.5.1370990421502; Tue, 11 Jun 2013 15:40:21 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id m3sm20959284wij.5.2013.06.11.15.40.19 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 11 Jun 2013 15:40:20 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r5BMeIuj002095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 11 Jun 2013 23:40:18 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r5BMeHkJ002094; Tue, 11 Jun 2013 23:40:17 +0100 (BST) (envelope-from mexas) Date: Tue, 11 Jun 2013 23:40:17 +0100 (BST) From: Anton Shterenlikht Message-Id: <201306112240.r5BMeHkJ002094@mech-cluster241.men.bris.ac.uk> To: freebsd-questions@freebsd.org, walterhurry@gmail.com Subject: incomplete PLIST for devel/liblangtag [WAS Re: libchk issue] In-Reply-To: X-Gm-Message-State: ALoCoQnsuvYSli/3h0lwUrEvbjX2AbS8OWaxZZASATj/NpgdbKrB4Dqsfh2nOgSBfiUF8dJkVZd4NQ6p+JZp/rBI0QGu35xPEvqBkEq79bxLg8vv3OlNf/YBExFRsXDEJP4zzWcsl0Z+0/PETUH4qbPvkCPBN6M6Aw== Cc: office@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jun 2013 22:47:54 -0000 On my system (9.1-RELEASE-p3 on amd64), libchk reports: Unresolvable link(s) found in: /usr/local/lib/liblangtag-gobject.so.2 liblangtag.so.1 'pkg which' informs me that: /usr/local/lib/liblangtag-gobject.so.2 was not found in the database How can I fix the problem? I confirm this, devel/liblangtag does not register gobj* files with pkgng. Neither 0.5 nor 0.4 port versions do this. I didn't go any earlier than that. The 0.5 version has CONFIGURE_ARGS= --disable-introspection but the older gobj* files are not removed prior to build/install. I think the port maintainer needs to look at this. Anton