From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 4 06:37:24 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 1D786706 for ; Fri, 4 Jan 2013 06:37:24 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward3h.mail.yandex.net (forward3h.mail.yandex.net [IPv6:2a02:6b8:0:f05::3]) by mx1.freebsd.org (Postfix) with ESMTP id 8CB96F66 for ; Fri, 4 Jan 2013 06:37:23 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward3h.mail.yandex.net (Yandex) with ESMTP id 9A1141360FA1; Fri, 4 Jan 2013 10:37:19 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 00A441340408; Fri, 4 Jan 2013 10:37:18 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id bIBCLoJn-bIBCvEu1; Fri, 4 Jan 2013 10:37:18 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1357281438; bh=9i8srGay6EXbJxzNlHs6uTYj+9pekQi9Iq0FgoJYPd8=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=iH2OVKWBfX/4/lC6JDW3eQDwhHXOWe4auK/b9+ultzWGKCZceucyjPu52S/yTwq16 mcH2lToQVmQUz36YjiP6g+lfGuXzaVw6XGfshKUVPMHkdTfqR8QoCY12/AsHR6xnmc 7JHVmP6le9vejPKxfj17colAkOCFaet4IKfKXmbg= Message-ID: <50E6789A.9040608@yandex.ru> Date: Fri, 04 Jan 2013 10:37:14 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Larry Rosenman Subject: Re: ports/172600: [PKGNG]sysutils/bacula-client & sysutils/bacula-server conflict and shouldn't References: <201301031245.r03Cj8fm045924@freefall.freebsd.org> <50E5AD5D.8020402@yandex.ru> <50E5C7AC.9000802@yandex.ru> <2e7805e18374f54e6c2df34d932b855e@webmail.lerctr.org> <2d921a3cc49fb98dc56c99184f059fd3@mail.unixathome.org> <35aa8435087b207a089ecf02b53422c3@webmail.lerctr.org> In-Reply-To: <35aa8435087b207a089ecf02b53422c3@webmail.lerctr.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@freebsd.org, Dan Langille X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2013 06:37:24 -0000 Larry Rosenman wrote on 04.01.2013 01:02: > On 2013-01-03 14:38, Dan Langille wrote: >> On 2013-01-03 14:41, Larry Rosenman wrote: >>> On 2013-01-03 12:02, Ruslan Makhmatkhanov wrote: >>>> Dan Langille wrote on 03.01.2013 20:37: >>>>> On 2013-01-03 11:10, Ruslan Makhmatkhanov wrote: >>>>>> Thank you for quick reply! >>>>>> >>>>>> Larry Rosenman wrote on 03.01.2013 19:52: >>>>>>> ===> Running ldconfig >>>>>>> /sbin/ldconfig -m /usr/local/lib >>>>>>> ===> 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 >>>>>> >>>>>> It's quite odd, because this file is installed only if >>>>>> WITH_CLIENT_ONLY is enabled. Can't it be some pkg cached result or >>>>>> something? Would you please try to set PORTREVISION to 1 in >>>>>> bacula-server/Makefile and try again? If this helps, >>>>> >>>>> Larry: FYI: bacula-server now installs bacula-client as a LIB_DEPENDS >>>>> >>>>> Thus, after installing bacula-server, bacula-client should already be >>>>> installed. >>>>> >>>>> Does that help? >>>> >>>> Maybe they need to be deinstalled first? >>> >>> Deinstall/re-install (and making sure all the /usr/local/lib/libbac* >>> stuff is deleted, etc) >>> seems to work. >> >> After you did that, can you then repeat the process successfully >> without deleting first? > > YES. Also, I forgot to say that clang gives lots of warnings with c > code treated as c++ in c++ mode, this is deprecated > on -CURRENT..... Ok, thank you for testing and for confirming that. I believe since problem is solved, we can safely close this pr. As regards clang warnings on -current - if you have patches - please send them (and in this case it's better to sent them upstream directly), if no - we can live with them, they are just warnings. > >> >>> /usr/local/etc/rc.d/bacula-sd has an extraneous rcvar=`set_rcvar` >>> line in it that should be nuked. >>> >>> Thanks guys! >> >> Thank you. > > -- Regards, Ruslan Tinderboxing kills... the drives.