From owner-freebsd-ports@FreeBSD.ORG Thu Jul 24 22:43:37 2014 Return-Path: Delivered-To: freebsd-ports@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 D1BC0698 for ; Thu, 24 Jul 2014 22:43:37 +0000 (UTC) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AACF020F7 for ; Thu, 24 Jul 2014 22:43:37 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id et14so4770225pad.23 for ; Thu, 24 Jul 2014 15:43:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=smw9mMMFKkPmC7XUq8WXjR28hFLsxBRH/tQhrzK6mes=; b=FK50sGQf60HdfN/mpkpt89My1kUGHi0ClKWZiPiul7WNqrYPDaUFYTsCZjn8aKdcZo vXd4SJVyh0KGf73GbZHJBraN3cSemBkWU3kla+1rwVXo+bOcTXnMpW5xJTaoqa4vzAuK H0R+FqYtL2ngBylS9VTEmRB74Q17DnAEPUnxoRBQRsj/GauAgtbNt+FJApobHfZ4Dzx3 LSRmyFhcW7w9DJtDVg4aQmsTdKKOWPSSCPwVf52zP9rrovfdXvj4cJXxOFFAhrUrv3d7 fdV82w3Kkj4SIkNP9ilovKp1IezD4w7Xl55zpY6+zKUku9FnLjs1CH5INz9/hkwbZWxe vcAg== MIME-Version: 1.0 X-Received: by 10.66.122.135 with SMTP id ls7mr14630842pab.84.1406241817392; Thu, 24 Jul 2014 15:43:37 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.66.88.227 with HTTP; Thu, 24 Jul 2014 15:43:37 -0700 (PDT) Date: Thu, 24 Jul 2014 15:43:37 -0700 X-Google-Sender-Auth: ax5YgjlLfJ7T26xI7UNlhujUIM0 Message-ID: Subject: Problems with portupgrade (maybe due to pkg-1.3) and gnutls3 From: Kevin Oberman To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2014 22:43:38 -0000 Today I attempted to upgrade a bunch of ports with 'portmaster -a'. It failed when it kept trying to install gnutls when I already had gnults3 installed. Turns out that the man pages conflict. But, why was it trying to install gnutls? I am baffled. The Makefiles have a LIB_DEPEND on libgnutls.so which is satisfied by the version of libgnutls installed by gnutls3. "portmaster gtk-vnc" will attempt to install gnutls, but 'cd /usr/ports/net/gtk-vnc && make does not try to install it and happily links. This was not an issue with pkg-1.2 and I suspect that the solver is having an issue with the dependency on gnutls reading: libgnutls.so:${PORTSDIR}/security/gnutls If gnutls3 is installed, it meets the dependency, but I something is insisting on installing ${PORTSDIR}/security/gnutls even it it is. I suspect the same issue exists for any other ports where two ports install different versions of the same shareable library. R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com