Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Jul 2009 00:02:34 +0400
From:      Boris Samorodov <bsam@ipt.ru>
To:        "Sam Fourman Jr." <sfourman@gmail.com>
Cc:        freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, Juergen Lock <nox@jelal.kn-bremen.de>
Subject:   Re: flash10 vs f10
Message-ID:  <57964197_-_@h30.sp.ipt.ru>
In-Reply-To: <11167f520907011130u744a36a3m71ee5d125c69f446@mail.gmail.com> (Sam Fourman, Jr.'s message of "Wed\, 1 Jul 2009 13\:30\:56 -0500")
References:  <alpine.BSF.2.00.0906261316080.3059@thor.farley.org> <alpine.BSF.2.00.0906261528570.3059@thor.farley.org> <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> <747dc8f30906290434y77f11bf1i5911ea1efe29fab5@mail.gmail.com> <11167f520907011130u744a36a3m71ee5d125c69f446@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 1 Jul 2009 13:30:56 -0500 Sam Fourman Jr. wrote:

> On Mon, Jun 29, 2009 at 6:34 AM, Renato Botelho<rbgarga@gmail.com> wrote:
> > On Sun, Jun 28, 2009 at 11:10 AM, Juergen Lock<nox@jelal.kn-bremen.de> wrote:
> >> On Sun, Jun 28, 2009 at 04:40:20PM +0400, Boris Samorodov wrote:
> >>> Juergen Lock <nox@jelal.kn-bremen.de> writes:
> >>>
> >>> >  New patch and shar:
> >>>
> >>> No more comments from me, thanks!
> >>
> >> Ok.  Has anyone tested this yet tho?  (Besides me in a vm... :)
> >
> > Working fine here. 8.0-current i386
> >

> I saw linux-f10-flashplugin10 hit the ports tree so I decided to try it

> I have a recent FreeBSD CURRENT snapshot installed

> uname -a
> FreeBSD  8.0-HEAD-20090601-JPSNAP FreeBSD 8.0-HEAD-20090601-JPSNAP #0:
> Mon Jun  1 02:48:06 UTC 2009
> root@build-i386-fbsd-2.allbsd.org:/usr/obj/i386/usr/src/sys/GENERIC
> i386


> I have linux-f10 installed

> pkg_info | grep linux
> linux_base-f10-10   Base set of packages needed in Linux mode for i386/amd64 (L

For future reference, either show another command
(i.e. pkg_info | grep linux_base) or show the full output
for the command you give.

> here is the error I get, is there some wiki available that details the
> steps it takes to test flash10?

> # cd /usr/ports/www/linux-f10-flashplugin10/
> # make install
> ===>  linux-flashplugin-10.0r22 bsd.linux-apps.mk test failed: The
> component libidn is not defined for LINUX_DIST_SUFFIX=-f10 (the

This component should not present at the makefile (the package is
included at linux_base-f10 port).

> corresponding variable libidn_f10_FILE is not defined).
> *** Error code 1

> Stop in /usr/ports/www/linux-f10-flashplugin10.

Here is a patch to test:
-----
--- Makefile.orig	2009-07-01 23:56:23.000000000 +0400
+++ Makefile	2009-07-01 23:56:39.000000000 +0400
@@ -20,7 +20,7 @@
 
 ONLY_FOR_ARCHS=	amd64 i386
 USE_LINUX=	yes
-USE_LINUX_APPS=	openssl curl libssh2 libidn nspr nss
+USE_LINUX_APPS=	openssl curl libssh2 nspr nss
 
 RESTRICTED=	Redistribution not allowed
 RESTRICTED_FILES=	${DISTFILES:Nlinux-f8-flashsupport*:C/:[^:]+$//}
-----


WBR
-- 
bsam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57964197_-_>