You are not logged in.

#1 2016-10-01 21:08:29

fishcop
Member
Registered: 2016-02-16
Posts: 26

[Solved]makepkg can't find installed package

Hey Guys,

i want to install google-breakpad-git. This has depot-tools-git as a dependency(the only one not installed). I installed it without error via

makepkg

. After I have done this I runned makepkg in the google-breakpad-git directory and it still tells my I have to install depot-tools-git. Do you have a clue, why makepkg does not find the properly installed package?

Last edited by fishcop (2016-10-02 15:32:21)

Offline

#2 2016-10-01 21:11:10

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: [Solved]makepkg can't find installed package

You built it with makepkg. Did you actually install it?

Online

#3 2016-10-02 04:07:30

mpan
Member
Registered: 2012-08-01
Posts: 1,207
Website

Re: [Solved]makepkg can't find installed package

fishcop:

pacman -Q google-breadpad-git

If the response is “error: package 'google-breadpad-git' was not found”, you haven’t installed it. See either pacman -U or the -i option to makepkg. If the package is found, then verify that the name isn’t misspelled in the dependant PKGBUILD.


Sometimes I seem a bit harsh — don’t get offended too easily!

Offline

#4 2016-10-02 15:29:47

fishcop
Member
Registered: 2016-02-16
Posts: 26

Re: [Solved]makepkg can't find installed package

Thanks for the quick respond. Indeed, I forgot the -i.

Offline

Board footer

Powered by FluxBB