nspluginwrapper installieren

eanneser

Well-Known Member
Hi,

beim Versuch "nspluginwrapper" über den port /usr/ports/www/nspluginwrapper zu installieren, bekomme ich die Fehlermeldung:
--------------8<--------------
===> Verifying install for /compat/linux/usr/lib/libatk-1.0.so.0.3009.1 in /usr/ports/accessibility/linux-c6-atk

===> linux-c6-atk-1.30.0 conflicts with installed package(s):
linux-f10-atk-1.24.0_1

They install files into the same place.
You may want to stop build with Ctrl + C.
===> License GPLv3 accepted by the user
===> linux-c6-atk-1.30.0 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by linux-c6-atk-1.30.0 for building

===> linux-c6-atk-1.30.0 conflicts with installed package(s):
linux-f10-atk-1.24.0_1

They will not build together.
Please remove them first with pkg delete.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/accessibility/linux-c6-atk
*** Error code 1

Stop.
make: stopped in /usr/ports/www/nspluginwrapper
---------------8<--------------

Wenn ich versuche, irgendein Paket aus dem linux-c6 port zu deinstalliern (make deinstall), bekomme ich die Meldung, dass kein Paket vorhanden ist. (linux-c6-atk not installed, skipping)
Wenn ich es über "pkg delete" versuche, das gleiche: "Package(s) not found!"

Wenn ich versuche das Paket auf dem Rechner zu finden (locate linux-c6-atk), bekomme ich nur die ports angezeigt.

Was kann ich tun?

Gruss
Edgar
 
Steht ja auch so da, du hast linux-f10 (Fedora 10) installiert. Du brauchst aber CentOS 6.

Also linux_base-f10 und alles was dran hängt abräumen und auf linux_base-c6 wechseln.
 
Ein sysctl will auch noch gesetzt sein, sie UPDATING:
20141209:
AFFECTS: users of emulators/linux_base-f10 and emulators/linux_base-c6
AUTHOR: xmj@freebsd.org

The CentOS ports infrastructure has replaced Fedora 10 as default.

1. Please delete all remaining f10 ports/packages:

# pkg delete -f linux_base-f10 linux-f10-\*

2. Persistently update the Linux kernel version in /etc/sysctl.conf:

compat.linux.osrelease=2.6.18

This step is necessary on all FreeBSD versions, apart from 11.0-CURRENT
(after revision 271982).

3. Reinstall all software depending on Linux emulation.
As an example, reinstall linux-firefox:

# portmaster -r linux-firefox
or
# portupgrade -f www/linux-firefox
or
# pkg install linux-firefox

If difficulties are encountered, please follow the UPDATING entry 20140922
but skip step 2 (OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS
in /etc/make.conf). In case these steps do not fix the issues, please submit
an issue report in Bugzilla and send an email to FreeBSD's emulation@ mailing
list.

Users who need to continue using Fedora 10 base and userland should do the
following instead:

1. Add these lines to /etc/make.conf:

OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10

2. Downgrade the Linux kernel version in /etc/sysctl.conf on FreeBSD versions
newer than and including 11.0-CURRENT (after revision 271982).

compat.linux.osrelease=2.6.16

This is all that is needed to continue using an existing Fedora 10 Linux base
and userland.
 
Danke, ich hatte - ohne gross nachzuschauen - gedacht, dass ...10 die neuere Version und ...6 die ältere wäre.
Jetzt läuft c6 und das Plugin ist installiert (übrigens nutze ich den FreeBSD-Firefox und nicht den der Linux-Emulation. For the Records: im .mozilla-Verzeichnis muss ein Unterverzeichnis "plugins" erstellt werden. Die "libflashplugin.so" muss da hineinkopiert werden, ein Symlink funktioniert, zumindest bei mir, nicht.)

Gruss
Edgar
 
For the Records: im .mozilla-Verzeichnis muss ein Unterverzeichnis "plugins" erstellt werden. Die "libflashplugin.so" muss da hineinkopiert werden
Hast du auch
Code:
nspluginwrapper -v -a -i
als user ausgeführt?

PS:
linux-f10 = Fedora 10 (ca. 2008)
linux-c6 = CentOS 6 (ca. 2011 - 2013)
 
Zurück
Oben