You are not logged in.

#1 2010-07-15 18:06:43

ace_w1zard
Member
Registered: 2010-07-07
Posts: 83

Now What Do I Do!

Well for 2 days straight, night and day i have been trying to install Flash, its a goal i want to do before i die. OK, so i finally almost got the build system down, i wanted to make the pkg, but i couldnt cause i didnt have all the dependicies, so i download the required dependicies, and i get this

[tevin@baxxan ~]$ cd /home/tevin/builds
[tevin@baxxan builds]$ makepkg
==> Making package: nspluginwrapper-flash 10.1.53-1 (Thu Jul 15 13:56:20 EDT 2010)
==> Checking Runtime Dependencies...
==> Missing Dependencies:
  -> lib32-alsa-lib
  -> nspluginwrapper-debian
  -> lib32-curl
  -> lib32-nss
==> Checking Buildtime Dependencies...
==> ERROR: Could not resolve all dependencies.
[tevin@baxxan builds]$ lib32-alsa-lib
bash: lib32-alsa-lib: command not found
[tevin@baxxan builds]$ sudo pacman -S lib32-alsa-lib
resolving dependencies...
looking for inter-conflicts...

Targets (2): lib32-glibc-2.12-4  lib32-alsa-lib-1.0.23-2

Total Download Size:    2.07 MB
Total Installed Size:   9.56 MB

Proceed with installation? [Y/n] n
[tevin@baxxan builds]$ lib32-alsa-lib
bash: lib32-alsa-lib: command not found
[tevin@baxxan builds]$   -> nspluginwrapper-debian
bash: -: command not found
[tevin@baxxan builds]$   -> lib32-curl
bash: -: command not found
[tevin@baxxan builds]$   -> lib32-nss
bash: -: command not found
[tevin@baxxan builds]$ lib32-alsa-lib nspluginwrapper-debian lib32-curl lib32-nss
bash: lib32-alsa-lib: command not found
[tevin@baxxan builds]$ sudo pacman -S lib32-alsa-lib nspluginwrapper-debian lib32-curl lib32-nss
error: 'nspluginwrapper-debian': could not find or read package
[tevin@baxxan builds]$ clear

[tevin@baxxan builds]$ makepkg
==> Making package: nspluginwrapper-flash 10.1.53-1 (Thu Jul 15 13:58:52 EDT 2010)
==> Checking Runtime Dependencies...
==> Missing Dependencies:
  -> lib32-alsa-lib
  -> nspluginwrapper-debian
  -> lib32-curl
  -> lib32-nss
==> Checking Buildtime Dependencies...
==> ERROR: Could not resolve all dependencies.
[tevin@baxxan builds]$ makepkg -s
==> Making package: nspluginwrapper-flash 10.1.53-1 (Thu Jul 15 13:59:48 EDT 2010)
==> Checking Runtime Dependencies...
==> Installing missing dependencies...
error: 'nspluginwrapper-debian': could not find or read package
==> ERROR: 'pacman' failed to install missing dependencies.
[tevin@baxxan builds]$ sudo pacman -S lib32-alsa-lib
resolving dependencies...
looking for inter-conflicts...

Targets (2): lib32-glibc-2.12-4  lib32-alsa-lib-1.0.23-2

Total Download Size:    2.07 MB
Total Installed Size:   9.56 MB

Proceed with installation? [Y/n] y
:: Retrieving packages from community...
 lib32-glibc-2.12-4...  1823.4K   47.6K/s 00:00:38 [######################] 100%
 lib32-alsa-lib-1.0...   297.0K  107.8K/s 00:00:03 [######################] 100%
checking package integrity...
(2/2) checking for file conflicts                  [######################] 100%
(1/2) installing lib32-glibc                       [######################] 100%
(2/2) installing lib32-alsa-lib                    [######################] 100%
[tevin@baxxan builds]$ sudo pacman -S nspluginwrapper-debian
error: 'nspluginwrapper-debian': could not find or read package
[tevin@baxxan builds]$

what did i do wrong? i followed the intructions, and i still cant install flash. i will continue to read, and will not rest untill i install flash, i think i was put on this earth to install flash onto my system, and it is my ultimate life goal as of now....

Offline

#2 2010-07-15 18:11:53

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: Now What Do I Do!

nspluginwrapper-debian is in the AUR

Install it and then try again

Offline

#3 2010-07-15 18:15:42

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Now What Do I Do!

ace_w1zard

Do you know the difference between the official repositories and AUR ?

Packages from AUR CANNOT be downloaded/installed with pacman. You need a AUR helper for it or you need to manually build the package using its PKGBUILD.

1) Read the wiki....try to understand it.

2) Secondly use same sensible subject..."Now what do I do" just doesn't cut it. Its stupid !

3) Thirdly, you already have 2 threads with respect to your flashing problem (pun intended). Keep the conversation limited to those threads instead of opening up new thread every time

EDIT : Most important point. pacman has a search functionality use it instead of just blindly entering sudo pacman -S for everything.

Last edited by Inxsible (2010-07-15 18:45:14)


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#4 2010-07-15 18:17:43

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Now What Do I Do!

all lib32 packages listed above in community. to install them on building the package, makepkg -s.

i still don't get it why you canceled by answering N when installing lib32-alsa-lib


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2010-07-15 18:18:30

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Now What Do I Do!

wonder wrote:

i still don't get it why you canceled by answering N when installing lib32-alsa-lib

I was thinking the same thing until I scrolled and saw that he did install it later by saying y


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#6 2010-07-15 18:18:35

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: Now What Do I Do!

For anyone who hasn't been following, this is a continuation of this thread.

It looks like you're having a hard time understanding how to use the command line. (called "bash") Are you?

Last edited by drcouzelis (2010-07-15 18:20:05)

Offline

#7 2010-07-15 18:21:05

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Now What Do I Do!

drcouzelis wrote:

For anyone who hasn't been following, this is a continuation of this thread.

It looks like you're having a hard time understanding how to use the command line. (called "bash") Are you?

Oh we are following alright !!! 3 threads for the same issue hmm


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#8 2010-07-15 18:21:19

ace_w1zard
Member
Registered: 2010-07-07
Posts: 83

Re: Now What Do I Do!

k then guys, sorry i will re-read all the wiki's dealing with this subject, and will read on other linux webpages/wikis/forums for extra help. this is my life goal now, and i will not stop till i get there,
also do they have linux installzation enginners for hire on cragslist?

Offline

#9 2010-07-15 18:22:32

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Now What Do I Do!

ace_w1zard wrote:

k then guys, sorry i will re-read all the wiki's dealing with this subject, and will read on other linux webpages/wikis/forums for extra help. this is my life goal now, and i will not stop till i get there,
also do they have linux installzation enginners for hire on cragslist?

Thank you !!


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#10 2010-07-15 18:53:40

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: Now What Do I Do!

ace_w1zard wrote:

also do they have linux installzation enginners for hire on cragslist?

No, but they may have linux installation engineers on craigslist wink

Last edited by cesura (2010-07-15 18:54:01)

Offline

#11 2010-07-15 19:07:21

ace_w1zard
Member
Registered: 2010-07-07
Posts: 83

Re: Now What Do I Do!

itsbrad212 wrote:
ace_w1zard wrote:

also do they have linux installzation enginners for hire on cragslist?

No, but they may have linux installation engineers on craigslist wink

k, thank you, if my problem continues for another week, i will hire one, idk if i have to pay him 1000$ through paypal, this is my goal, my reason for living, to install flash was my reason

Offline

#12 2010-07-15 19:11:18

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Now What Do I Do!

I suggest you take a week off, actually listen to what people tell you, read what they link you to, and think logically.

I will help you with the first part; I'll close this topic. You're opening a topic about flash every hour at this rate.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB