From owner-freebsd-ports@FreeBSD.ORG Tue Jun 11 22:46:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CE12DC78 for ; Tue, 11 Jun 2013 22:46:55 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog124.obsmtp.com (eu1sys200aog124.obsmtp.com [207.126.144.157]) by mx1.freebsd.org (Postfix) with ESMTP id 2D47B11F8 for ; Tue, 11 Jun 2013 22:46:54 +0000 (UTC) Received: from mail-wi0-f175.google.com ([209.85.212.175]) (using TLSv1) by eu1sys200aob124.postini.com ([207.126.147.11]) with SMTP ID DSNKUbeo3nFeAnXMONFBiDVcTB98ccxWsHH6@postini.com; Tue, 11 Jun 2013 22:46:55 UTC Received: by mail-wi0-f175.google.com with SMTP id m6so2884283wiv.2 for ; Tue, 11 Jun 2013 15:46:54 -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=IQimoFqcG2mBEnE0ArCi4UUncvg8ndUkIafIrYIk3nMdAB79U209R40xV2ARrh3N/h skOidUSonlTmFJ71MiUdilYvOHHmMuWg/qwh4v1XRKWCscrk73qSWESTZAMk0mYOEWjB z28E6HXJYC2UNo7Nw1y4uL4is4fpLVNjHjqBr2CnRyV+88jcbGCX2Ny3Wx/7QOHjedZa qHCChYXVOR/j3H1T2Zfm7B0h0lDnK/nsVaOMtbxZpzSzi/YTkSrumaERvd+Q3w5HYDf8 OP8B+6n8EFdhFgjk9vQdEi2T98HbHqWkV8NFCSSacfkvBmJOccChoDR+EzT42CVaLdPG 2R/w== X-Received: by 10.180.187.37 with SMTP id fp5mr2768272wic.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: ALoCoQkEs21NQYz4mJpvdNSlx6kKs7roO8nQrfmGOagYKGrIIdUTHN6lmsEnWyr7fHPJ+fhoVh00k3XM4S3Y7RSgZiQgS8RbO3UX7Mc4qlqyqvEc/eSzv0TBvxszd5OTIUiCaHQ9CEK1BGdLiGp6b8l33e4M+bJCDOUUC+nilU5O1eKTUGcdsGg= Cc: office@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jun 2013 22:46:55 -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