Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Dec 2014 18:51:29 -0600
From:      "William A. Mahaffey III" <wam@hiwaay.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: nspluginwrapper still depends on linux-f10 ....
Message-ID:  <54810191.2060208@hiwaay.net>
In-Reply-To: <5480BD1E.4090103@gmail.com>
References:  <5480856F.8050504@hiwaay.net> <54808994.5040205@gmail.com> <54808D86.7070209@hiwaay.net> <54808E68.20908@hiwaay.net> <5480BD1E.4090103@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/04/14 13:59, Andrei Brezan wrote:
>
> On 12/04/14 17:40, William A. Mahaffey III wrote:
>> On 12/04/14 10:36, William A. Mahaffey III wrote:
>>> On 12/04/14 10:19, Andrei Brezan wrote:
>>>> On 12/04/14 17:01, William A. Mahaffey III wrote:
>>>>>
>>>>>
>>>>> .... as of this A.M. .... Could we get this fixed to depend on 
>>>>> linux-c6 instead :-) ?
>>>>>
>>>>> [root@kabini1, /etc, 10:01:24am] 324 % uname -a
>>>>> FreeBSD kabini1.local 9.3-RELEASE-p3 FreeBSD 9.3-RELEASE-p3 #0: 
>>>>> Mon Oct 20 15:08:33 UTC 2014 
>>>>> root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>>>>> [root@kabini1, /etc, 10:01:27am] 325 %
>>>>>
>>>>>
>>>>
>>>> % pkg info -d nspluginwrapper
>>>> nspluginwrapper-1.4.4_4:
>>>>         linux-c6-xorg-libs-7.4_1
>>>>         libXext-1.3.3,1
>>>>         libX11-1.6.2_2,1
>>>>         pango-1.36.8
>>>>         linux-c6-pango-1.28.1_1
>>>>         linux-c6-gtk2-2.24.23_1
>>>>         libXt-1.1.4_2,1
>>>>         gtk2-2.24.25_1
>>>>         linux-c6-fontconfig-2.8.0_1
>>>>         linux-c6-expat-2.0.1_1
>>>>         linux-c6-tiff-3.9.4_1
>>>>         linux-c6-png-1.2.49_1
>>>>         linux-c6-jpeg-1.2.1_1
>>>>         linux-c6-gdk-pixbuf2-2.24.1
>>>>         linux-c6-cairo-1.8.8_1
>>>>         curl-7.39.0
>>>>         linux_base-c6-6.6_1
>>>>         pcre-8.35_1
>>>>         glib-2.42.1
>>>>         linux-c6-atk-1.30.0
>>>>         atk-2.14.0
>>>>
>>>> Did you follow 20140922 from /usr/ports/UPDATING?
>>>>
>>>> If you installed precompiled packages that might be a different thing.
>>>>
>>>
>>> P.S. to last reply, on my system:
>>>
>>>
>>> [root@kabini1, /etc, 10:35:29am] 370 % pkg info -d nspluginwrapper
>>> nspluginwrapper-1.4.4_4:
>>>         linux-f10-xorg-libs-7.4_1
>>>         libXext-1.3.3,1
>>>         libX11-1.6.2_2,1
>>>         pango-1.36.8
>>>         linux-f10-pango-1.28.3_1
>>>         linux-f10-gtk2-2.14.7_5
>>>         libXt-1.1.4_2,1
>>>         gtk2-2.24.25_1
>>>         linux-f10-fontconfig-2.6.0_1
>>>         linux-f10-expat-2.0.1_1
>>>         linux-f10-tiff-3.8.2
>>>         linux-f10-png-1.2.37_2
>>>         linux-f10-jpeg-6b
>>>         linux-f10-cairo-1.8.0_3
>>>         curl-7.39.0
>>>         linux_base-f10-10_8
>>>         pcre-8.35_1
>>>         glib-2.42.0
>>>         linux-f10-atk-1.24.0_1
>>>         atk-2.14.0
>>> [root@kabini1, /etc, 10:35:30am] 370 %
>>>
>>>
>>
>> More info:
>>
>>
>> [root@kabini1, /etc, 10:32:08am] 360 % cat make.conf
>> WITH_PKGNG=yes
>> OVERRIDE_LINUX_BASE_PORT=c6
>> OVERRIDE_LINUX_NONBASE_PORTS=c6
>> CPUTYPE=native
>> WITH_NEW_XORG=yes
>> MAKE_JOBS_NUMBER=4
>> FORCE_PKG_REGISTER=yes
>> [root@kabini1, /etc, 10:37:37am] 361 % cat sysctl.conf
>> # $FreeBSD: releng/9.3/etc/sysctl.conf 112200 2003-03-13 18:43:50Z mux $
>> #
>> #  This file is read when going to multi-user and its contents piped 
>> thru
>> #  ``sysctl'' to adjust kernel values.  ``man 5 sysctl.conf'' for 
>> details.
>> #
>>
>> # Uncomment this to prevent users from seeing information about 
>> processes that
>> # are being run under another UID.
>> #security.bsd.see_other_uids=0
>>
>> compat.linux.osrelease=2.6.18
>> net.inet.tcp.log_in_vain=0      # logs stuff about stray TCP inputs 
>> from other machines ....
>>
>> [root@kabini1, /etc, 10:38:04am] 362 % ll make.conf  sysctl.conf
>> -rw-r--r--  1 root  wheel  150 Dec  4 09:34 make.conf
>> -rw-r--r--  1 root  wheel  492 Oct 12 13:29 sysctl.conf
>> [root@kabini1, /etc, 10:38:24am] 363 %
>>
>> I added the last line to make.conf this A.M., did the rest earlier 
>> (weeks ago) ....
>>
>
> If you want to combine a public repo with custom compiled packages 
> from /usr/ports I think you will need to lock all packages that depend 
> on linux- and linux_base and build them from ports in your case.
>
> From what I know pkg doesn't check /etc/make.conf to see what options 
> you might want overridden; I don't think packages are available with 
> all the combinations of options. I might be wrong and there might be a 
> public repo that uses linux-c6. /etc/make.conf is sourced when you 
> compile something from ports for example.
>

I *don't* want to combine ports & pkg for package management. I prefer 
pkg exclusively. However, it is necessary to compile the flashplugin 
from ports due to licensing issues (no problema there). nspluginwrapper 
is required for proper function of the flash plugin, under firefox, 
opera, & other browsers. The nspluginwrapper I 
pkg-installed/pkg-upgraded still thinks it depends on linux-f10. That is 
the detail I hope is resolved soon :-) ....

-- 

	William A. Mahaffey III

  ----------------------------------------------------------------------

	"The M1 Garand is without doubt the finest implement of war
	 ever devised by man."
                            -- Gen. George S. Patton Jr.




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