From owner-freebsd-ports@FreeBSD.ORG Fri Jul 10 08:09:50 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 21E99106564A for ; Fri, 10 Jul 2009 08:09:50 +0000 (UTC) (envelope-from freebsd-ports@dino.sk) Received: from loki.netlab.sk (loki.netlab.sk [84.245.65.11]) by mx1.freebsd.org (Postfix) with ESMTP id 8B4B38FC17 for ; Fri, 10 Jul 2009 08:09:49 +0000 (UTC) (envelope-from freebsd-ports@dino.sk) Received: from via.dino.sk (home.dino.sk [84.245.95.252]) (AUTH: PLAIN milan, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by loki.netlab.sk with esmtp; Fri, 10 Jul 2009 10:00:07 +0200 id 0002E096.4A56F507.000064D9 From: Milan Obuch To: freebsd-ports@freebsd.org Date: Fri, 10 Jul 2009 09:59:26 +0200 User-Agent: KMail/1.9.10 References: <20090704112402.GA87051@triton.kn-bremen.de> <20090707214134.GA66882@triton.kn-bremen.de> <20090709184446.GA20846@hades.panopticon> In-Reply-To: <20090709184446.GA20846@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907100959.28128.freebsd-ports@dino.sk> Cc: Chris Petrik , Dmitry Marakasov , Juergen Lock 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: Fri, 10 Jul 2009 08:09:50 -0000 On Thursday 09 July 2009 20:44:46 Dmitry Marakasov wrote: [ snip ] > First of all, here's latest version of the port: > http://people.freebsd.org/~amdmi3/hplip.shar > Please use it as a base for further changes (and also please check > that I haven't missed any of your enchantments). > [ snip ] Hi, I have HP Photosmart D5460, which is not supported by hplip in ports now. This was my motivation to test new port. 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" into /etc/rc.conf, and 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? Regards, Milan