You are not logged in.
Pages: 1
Hey everyone!
I'm new in Archlinux and first time posting here.
I just had the chance to (or tried to) install guvcview but it gave me this error from AUR repositories.
$ makepkg -s
==> Making package: guvcview 1.2.1-1 i686 (Tue Jan 12 02:15:13 PST 2010)
==> Checking Runtime Dependencies...
==> Installing missing dependencies...
twolame package not found, searching for group...
error: 'twolame': not found in sync db
==> ERROR: Pacman failed to install missing dependencies.According to here http://aur.archlinux.org/packages.php?ID=16521, and the PKGBUILD, twolame are part of the AUR repositories. I proceeded to build it by clicking on the twolame under the dependencies and came back to enter makepkg -s but the above error spewed out again. Not quite sure what I am doing wrong or perhaps I must not be reading enough materials enough but either way, I ask your aid. ![]()
Thanks
Last edited by BlueRain (2010-01-13 03:26:55)
Offline
If an AUR package depends on an AUR package you first have to install the dependecy.
Means download the PKGBUILD for twolame and makepkg for this first then makepkg for guvcview.
Website: andrwe.org
Offline
I understand. I tried to PKGBUILD from twolame first and then makepkg from guvcview but gave me the same error message.
==> Tidying install...
-> Purging other files...
-> Compressing man and info pages...
-> Stripping debugging symbols from binaries and libraries...
==> Creating package...
-> Generating .PKGINFO file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: twolame 0.3.12-2 i686 (Tue Jan 12 11:40:04 PST 2010)
[tigger@Archhost twolame]$ cd ..
[tigger@Archhost builds]$ cd guvcview
[tigger@Archhost guvcview]$ makepkg -s
==> Making package: guvcview 1.2.1-1 i686 (Tue Jan 12 11:40:14 PST 2010)
==> Checking Runtime Dependencies...
==> Installing missing dependencies...
twolame package not found, searching for group...
error: 'twolame': not found in sync db
==> ERROR: Pacman failed to install missing dependencies.
I'm guessing I haven't enabled something for Pacman to check the system.
Offline
No, you also have to install the package you've build, sorry that I didn't mentioned it.
So after makepkg for twolame there'll be a file called twolame-<version>.pkg.tar.gz.
Install this package using:
pacman -U package-fileThen do the same for guvcview.
For more explanation see http://wiki.archlinux.org/index.php/Makepkg
Website: andrwe.org
Offline
Thanks! I will remember to do a bit more reading before asking next time.
Thank you so much. ![]()
Offline
You're welcome.
Then there is an other thing you can remember if a problem you posted here is solved set the title of the thread to [solved]<oldtitle> means for this one [solved]guvcview.
It helps a lot to keep track of the problems. ![]()
Website: andrwe.org
Offline
Sure thing. I was hoping I could see a separate box that says [Solved] like in other Forum.
Thanks again.
Offline
Pages: 1