From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 14 23:50:32 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41972106566C for ; Sat, 14 Jan 2012 23:50:32 +0000 (UTC) (envelope-from freebsd-emulation@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id E78DA8FC12 for ; Sat, 14 Jan 2012 23:50:31 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.179]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 165B35C26; Sun, 15 Jan 2012 10:03:02 +1000 (EST) Message-ID: <4F1213E8.50601@herveybayaustralia.com.au> Date: Sun, 15 Jan 2012 09:46:48 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: Alexander Leidinger References: <4F0F9174.9000208@herveybayaustralia.com.au> <20120113224506.0000765f@unknown> <4F10BD60.3040605@herveybayaustralia.com.au> <20120114233744.0000690f@unknown> In-Reply-To: <20120114233744.0000690f@unknown> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: libcups dependencies and linux apps printing X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2012 23:50:32 -0000 On 01/15/12 08:37, Alexander Leidinger wrote: > On Sat, 14 Jan 2012 09:25:20 +1000 Da Rock > wrote: > >> On 01/14/12 07:45, Alexander Leidinger wrote: >>> On Fri, 13 Jan 2012 12:05:40 +1000 Da Rock >>> wrote: >>> >>>> I have chased down the issue with printing with cups and linux >>>> apps, particularly acroread. Some of you may know how to do this >>>> already, but I've been debugging it myself for the past few hours- >>>> and googling my brains out. >>>> >>>> The port maintainer for linux-f10-libcups is this list, so here I >>>> am. The port requires dependencies on linux-f10-libgpg-error and >>>> linux-f10-gnutls (also maintained by the list). How do we adjust >>>> this? >>> I had a look with "objdump -x ..../libcups* | grep NEEDED" and I >>> only see the dependency to gnutls. I committed this. >>> >>> For the libgpg-error dependency I suggest you search in the the >>> involved binaries and libs with in a similar way than above for the >>> source of the dependency to libgpg-error. >> I based this on what worked for me, but I checked anyway. I will >> clarify that the dependency is between libgnutls on libgpg-error- it >> was clear in my mind anyway. I have a brain to mouth disfunction... >> or fingers :) > Could also be a misunderstanding on my side... if I look at my bad > English above, I think I should have been in bed and sleep. No, it was definitely a crossed wire in my brain... > >> objdump -x ...libgnutls.so.26: NEEDED libgpg-error.so.0 > Committed. Thanks. Thanks Alex.