From owner-freebsd-ports@FreeBSD.ORG Mon May 30 13:12:59 2011 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 16E35106566B for ; Mon, 30 May 2011 13:12:59 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 11B568FC12 for ; Mon, 30 May 2011 13:12:57 +0000 (UTC) Received: (qmail invoked by alias); 30 May 2011 13:12:56 -0000 Received: from g227159129.adsl.alicedsl.de (EHLO apollo.emma.line.org) [92.227.159.129] by mail.gmx.net (mp006) with SMTP; 30 May 2011 15:12:56 +0200 X-Authenticated: #428038 X-Provags-ID: V01U2FsdGVkX1/p9LgzlyPpABqmMs1GFV9VX4VgL1JrLG/dQW7I1b uodZAbg+pS8dDV Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by apollo.emma.line.org (Postfix) with ESMTP id 764C523DB58 for ; Mon, 30 May 2011 15:12:55 +0200 (CEST) Message-ID: <4DE397D7.5000707@gmx.de> Date: Mon, 30 May 2011 15:12:55 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Mnenhy/0.8.3 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <201105291730.p4THUkkA049372@freefall.freebsd.org> <4DE28663.5080408@mail.zedat.fu-berlin.de> <20110530.030010.439410720786741904.hrs@allbsd.org> <4DE34479.4080605@mail.zedat.fu-berlin.de> <4DE3467E.3090000@gwdg.de> <4DE36B61.6080901@zedat.fu-berlin.de> <19939.34490.933805.678124@jerusalem.litteratus.org> <4DE38A0A.5060504@gmx.de> <19939.38697.202103.902396@jerusalem.litteratus.org> In-Reply-To: <19939.38697.202103.902396@jerusalem.litteratus.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: ports/153337: print/acroread9: terminate called after throwing an instance of 'RSException' 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: Mon, 30 May 2011 13:12:59 -0000 Am 30.05.2011 15:10, schrieb Robert Huff: > > Matthias Andree writes: > >> >> > Sorry for the question. But did you >> >> > >> >> > /usr/local/etc/rc.d/linux_adobe start >> >> > >> >> > before using acroread9 ? >> >> >> >> No I didn't. >> >> But I tried. And it worked. Thanks. >> > >> > Not here: >> > >> > root@>> /usr/local/etc/rc.d/linux_adobe start >> > kldload: can't load /usr/local/libexec/linux_adobe/linux_adobe.ko: Operation not permitted >> > /usr/local/etc/rc.d/linux_adobe: WARNING: Unable to load kernel module /usr/local/libexec/linux_adobe/linux_adobe.ko >> > >> > System is: >> > >> > FreeBSD 9.0-CURRENT #0: Mon Apr 18 11:59:37 EDT 2011 amd64 >> > >> > with ports updated as -7 hours. >> >> Hmmm... doesn't look like your -CURRENT were particularly current. >> >> Anything in dmesg or syslog? > > From /var/log/messages: > > May 30 07:56:37 jerusalem kernel: KLD linux_adobe.ko: depends on kernel - not available or version mismatch > May 30 07:56:37 jerusalem kernel: linker_load_file: Unsupported file type > May 30 07:57:48 jerusalem huff: /usr/local/etc/rc.d/linux_adobe: WARNING: Unable to load kernel module /usr/local/libexec/linux_adobe/linux_adobe.ko "version mismatch" looks likely here - are you sure that your running kernel and the kernel sources are in synch? If not, that's where the mismatch comes from.