From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 4 18:00:12 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBC941065674 for ; Thu, 4 Jun 2009 18:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A7C948FC29 for ; Thu, 4 Jun 2009 18:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n54I0CVN058220 for ; Thu, 4 Jun 2009 18:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n54I0Cm0058215; Thu, 4 Jun 2009 18:00:12 GMT (envelope-from gnats) Resent-Date: Thu, 4 Jun 2009 18:00:12 GMT Resent-Message-Id: <200906041800.n54I0Cm0058215@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Per olof Ljungmark Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C1261065678 for ; Thu, 4 Jun 2009 17:54:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 0B4518FC0C for ; Thu, 4 Jun 2009 17:54:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n54Hsu18072688 for ; Thu, 4 Jun 2009 17:54:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n54Hsug5072687; Thu, 4 Jun 2009 17:54:56 GMT (envelope-from nobody) Message-Id: <200906041754.n54Hsug5072687@www.freebsd.org> Date: Thu, 4 Jun 2009 17:54:56 GMT From: Per olof Ljungmark To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/135266: bacula-bat install fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2009 18:00:13 -0000 >Number: 135266 >Category: ports >Synopsis: bacula-bat install fails >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 04 18:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Per olof Ljungmark >Release: 7-STABLE >Organization: Intersonic AB >Environment: FreeBSD kreutzman.h.inter-sonic.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu May 28 07:28:57 CEST 2009 root@kreutzman.h.inter-sonic.com:/usr/obj/usr/src/sys/KREUTZMAN i386 >Description: Installation of bacula-bat will fail with the following message: [kreutzman] /usr/ports/sysutils/bacula-bat# make reinstall ===> Installing for bacula-bat-3.0.0_2 ===> bacula-bat-3.0.0_2 depends on shared library: qwt.5 - found ===> bacula-bat-3.0.0_2 depends on shared library: sqlite.2 - found ===> bacula-bat-3.0.0_2 depends on shared library: intl - found # override master ===> Generating temporary packing list ===> Checking if sysutils/bacula-bat already installed # Install config files and preserve existing ones install -s -o root -g wheel -m 555 /usr/ports/sysutils/bacula-bat/work/bacula-3.0.0/src/qt-console/.libs/bat /usr/local/sbin install: /usr/ports/sysutils/bacula-bat/work/bacula-3.0.0/src/qt-console/.libs/bat: No such file or directory *** Error code 71 Stop in /usr/ports/sysutils/bacula-bat. *** Error code 1 >How-To-Repeat: Install bacula-bat >Fix: --- Makefile-org 2009-06-04 19:53:14.000000000 +0200 +++ Makefile 2009-06-04 19:47:13.000000000 +0200 @@ -40,7 +40,7 @@ do-install: # Install config files and preserve existing ones - ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/.libs/bat ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/bat ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/src/qt-console/bat.conf ${PREFIX}/etc/bat.conf.sample ${GZIP_CMD} ${WRKSRC}/manpages/bat.1 ${INSTALL_MAN} ${WRKSRC}/manpages/bat.1.gz ${PREFIX}/man/man1/ >Release-Note: >Audit-Trail: >Unformatted: