From owner-freebsd-ports@FreeBSD.ORG Sat Jul 11 18:38:09 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4A49106564A for ; Sat, 11 Jul 2009 18:38:09 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 8F1FB8FC1D for ; Sat, 11 Jul 2009 18:38:09 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 7A6DB1E002AE; Sat, 11 Jul 2009 20:38:08 +0200 (CEST) Received: from triton.kn-bremen.de (noident@localhost [127.0.0.1]) by triton.kn-bremen.de (8.14.3/8.14.3) with ESMTP id n6BHv0ig077652; Sat, 11 Jul 2009 19:57:00 +0200 (CEST) (envelope-from nox@triton.kn-bremen.de) Received: (from nox@localhost) by triton.kn-bremen.de (8.14.3/8.14.3/Submit) id n6BHuxiV077651; Sat, 11 Jul 2009 19:56:59 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 11 Jul 2009 19:56:59 +0200 To: Milan Obuch Message-ID: <20090711175659.GA77483@triton.kn-bremen.de> References: <20090704112402.GA87051@triton.kn-bremen.de> <200907100959.28128.freebsd-ports@dino.sk> <20090710221542.GB43250@triton.kn-bremen.de> <200907110855.26355.freebsd-ports@dino.sk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200907110855.26355.freebsd-ports@dino.sk> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Chris Petrik , Dmitry Marakasov , Juergen Lock , freebsd-ports@freebsd.org Subject: Re: call for testing: print/hplip update, pass 2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 18:38:10 -0000 On Sat, Jul 11, 2009 at 08:55:25AM +0200, Milan Obuch wrote: > On Saturday 11 July 2009 00:15:42 Juergen Lock wrote: > > [ snip ] > > > > Build/install (well, I did portmaster hplip) went flawlessly, but when > > > starting I got error > > > > > > Jul 10 08:35:43 wind python: [723]: error: dbus failed to load > > > (python-dbus ver. 0.80+ required). Exiting... > > > > > > I added > > > > > > cupsd_enable="YES" > > > dbus_enable="YES" > > > hpssd_enable="YES" > > > > hpssd is no longer used btw, it has been replaced by hp-systray that > > runs as your user. > > > > Does it mean line > > hpssd_enable="YES" > > should be taken out of /etc/rc.conf? Well you don't _need_ to take it out, but it does nothing useful anymore either. > If so, pkg-message of port should be > changed to not request this addition. > You may be right there... :) > > > pkg_info | grep -i dbus > > > dbus-1.2.4.6 A message bus system for inter-application > > > communication dbus-glib-0.80 GLib bindings for the D-BUS messaging > > > system dbus-qt3-0.70_2 Qt3 bindings for the D-BUS messaging system > > > py25-dbus-0.83.0_1 Python bindings for the D-BUS messaging system > > > py25-qt4-dbus-4.4.4,1 Python bindings for the Qt4 toolkit, D-BUS module > > > > > > so the minimal or better required version is installed, so what? Or did I > > > not understand the message correctly? > > > > Well, did you start dbus too? :) > > > > ps -ax | grep dbus > 769 ?? Is 0:00.01 /usr/local/bin/dbus-daemon --system > 23245 ?? Is 0:00.03 /usr/local/bin/dbus-daemon --fork --print-pid > 5 --print-address 7 --session > 23455 ?? Is 0:00.03 /usr/local/bin/dbus-daemon --fork --print-pid > 5 --print-address 7 --session > 23508 p4 S+ 0:00.00 grep dbus > 23454 p6 I 0:00.00 dbus-launch --autolaunch > 3f34b36a9821314210c5d7c84a0a5962 --binary-syntax --close-stderr > > > Or it could be that you also need qt4-dbus-4.4.3, at least I have that > > installed here too (devel/dbus-qt4, probably pulled in by another > > unrelated port here.) > > I will try to install it too (and maybe possibly rebuild hplip again after > that change) and report the results here. But give me some time to do it, > please... I have another candidate for a possibly missing dependency: devel/py-gobject - so try installing that too. HTH, Juergen