From owner-freebsd-ports@FreeBSD.ORG Fri Oct 26 08:04:32 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3857C19 for ; Fri, 26 Oct 2012 08:04:32 +0000 (UTC) (envelope-from eayesta@portugalete.uned.es) Received: from smtp-out-nueve.uned.es (smtp-out-nueve.uned.es [62.204.192.123]) by mx1.freebsd.org (Postfix) with ESMTP id 3D9718FC0A for ; Fri, 26 Oct 2012 08:04:31 +0000 (UTC) Received: from bm103103-1.uned.es (HELO smtp-out-uno.uned.es) ([10.103.103.1]) by hermes-uno.uned.es with ESMTP/TLS/DHE-RSA-AES256-SHA; 26 Oct 2012 10:03:22 +0200 Received: from stargate-1.unedbizkaia.es (ca6200-010-200-062-201.uned.es [10.200.62.201]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp-out-uno.uned.es (Postfix) with ESMTPSA id DEDF360033; Fri, 26 Oct 2012 10:03:21 +0200 (CEST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.97.6 at smtp-out-uno.uned.es Message-ID: <508A43C9.6060001@portugalete.uned.es> Date: Fri, 26 Oct 2012 10:03:21 +0200 From: Enrique Ayesta Perojo Organization: UNED Bizkaia Zentro Elkartua User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Problem installing bacula-server and bacula-client on the same machine Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 08:04:32 -0000 Hello, I have a problem installing sysutils/bacula-server and sysutils/bacula-client simultaneously on a machine running 9.0-RELEASE-p4 with the new pkg system (pkgng) from ports. When it tries to register bacula-client with bacula-server already installed it gaves the next error. ===> Registering installation for bacula-client-5.2.12 Installing bacula-client-5.2.12...pkg: bacula-client-5.2.12 conflicts with bacula-server-5.2.12 (installs files into the same place). Problematic file: /usr/local/man/man8/bacula-fd.8.gz *** Error code 70 Stop in /usr/ports/sysutils/bacula-client. *** Error code 1 The files for bacula-client are there, and it works, but it doesn't get registered into the package database. Any clue? Thanks