You are not logged in.

#1 2007-03-07 06:34:02

Chris_R
Member
Registered: 2007-03-06
Posts: 3

nspluginwrapper install, and flash

Hi, I just migrated from Ubuntu, thus I've never had to build package before. I downloaded nspluginwrapper from AUR, went into the directory, did a makepkg and got a nspluginwrapper.install among other files. My question is, where do I go from here? How do I install it so I can install flash (already downloaded) and get it to work with firefox? This would also help with installing other packages, such as Sega Genesis emulators.

Offline

#2 2007-03-07 08:28:05

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: nspluginwrapper install, and flash

First, you need to ensure that you have a nspluginwrapper.x.y-z.pkg.tar.gz file in the current directory. Then execute 'pacman -A nspluginwrapper.x.y-z.pkg.tar.gz' to install the newly built package. You should have already installed the necessary lib32 packages at this point. Next, download the correct nspluginwrapper-flash package from AUR, build and repeat the above install instructions.

Offline

#3 2007-03-07 17:49:13

Chris_R
Member
Registered: 2007-03-06
Posts: 3

Re: nspluginwrapper install, and flash

I tried that, however, this is what I got.

[root@myhost ~]# pacman -A nspluginwrapper-0.9.91.2-1.pkg.tar.gz
loading package data... could not open package: No such file or directory

[root@myhost ~]#

Last edited by Chris_R (2007-03-07 17:49:23)

Offline

#4 2007-03-07 20:39:47

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: nspluginwrapper install, and flash

When you built it, did you notice any output? I ask because if you don't change the permissions on rpmextract.sh to make it executable, the build will fail. This is true at least as a regular user; I never tried it as root.

Last edited by skottish (2007-03-07 20:40:03)

Offline

#5 2007-03-08 06:55:07

Chris_R
Member
Registered: 2007-03-06
Posts: 3

Re: nspluginwrapper install, and flash

I ran it using the root console.

[root@myhost nspluginwrapper]# makepkg
==> ERROR: a package has already been built.  (use -f to overwrite)
[root@myhost nspluginwrapper]# makepkg -f
==> Making package: nspluginwrapper 0.9.91.2-1 (Thu Mar  8 22:53:24 PST 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==>     Using local copy of nspluginwrapper-i386-0.9.91.2-1.x86_64.rpm
==>     Using local copy of nspluginwrapper-0.9.91.2-1.x86_64.rpm
==>     Found rpmextract.sh in build dir
==>     Using local copy of nspluginwrapper-libs-1.3.tar.bz2
==> Validating source files with MD5sums
    nspluginwrapper-i386-0.9.91.2-1.x86_64.rpm ... Passed
    nspluginwrapper-0.9.91.2-1.x86_64.rpm ... Passed
    rpmextract.sh ... Passed
    nspluginwrapper-libs-1.3.tar.bz2 ... Passed
==> Extracting Sources...
==>     tar --use-compress-program=bzip2 -xf nspluginwrapper-libs-1.3.tar.bz2
==> Removing existing pkg/ directory...
==> Starting build()...
./usr/lib/nspluginwrapper/i386
./usr/lib/nspluginwrapper/i386/linux
./usr/lib/nspluginwrapper/i386/linux/libxpcom.so
./usr/lib/nspluginwrapper/i386/linux/npviewer
./usr/lib/nspluginwrapper/i386/linux/npviewer.bin
195 blocks
./usr/bin/nspluginwrapper
./usr/lib/nspluginwrapper
./usr/lib/nspluginwrapper/noarch
./usr/lib/nspluginwrapper/noarch/mkruntime
./usr/lib/nspluginwrapper/noarch/npviewer
./usr/lib/nspluginwrapper/x86_64
./usr/lib/nspluginwrapper/x86_64/linux
./usr/lib/nspluginwrapper/x86_64/linux/npconfig
./usr/lib/nspluginwrapper/x86_64/linux/npwrapper.so
./usr/lib64/mozilla/plugins/npwrapper.so
./usr/share/doc/nspluginwrapper-0.9.91.2
./usr/share/doc/nspluginwrapper-0.9.91.2/COPYING
./usr/share/doc/nspluginwrapper-0.9.91.2/NEWS
./usr/share/doc/nspluginwrapper-0.9.91.2/README
231 blocks
ln: creating symbolic link `/home/chris/nspluginwrapper/pkg/usr/bin/nspluginwrapper': File exists
==> Removing info/doc files...
==> Compressing man pages...
==> Stripping debugging symbols from libraries...
==> Stripping symbols from binaries...
==> Generating .PKGINFO file...
==> Copying install script...
==> Generating .FILELIST file...
==> Compressing package...
==> Finished making: nspluginwrapper  (Thu Mar  8 22:53:27 PST 2007)
[root@myhost nspluginwrapper]# pacman -A nspluginwrapper-0.9.91.2-1.pkg
loading package data... could not open package: No such file or directory

[root@myhost nspluginwrapper]#

Offline

Board footer

Powered by FluxBB