You are not logged in.

#1 2012-03-30 16:33:14

Starfall
Member
From: /home/
Registered: 2011-05-24
Posts: 209
Website

Ignore missing dependencies

Hello smile

I have some parts of the gnome suite installed that enable me to use some of their features, however, I have force removed a fair few other aspects of the gnome suite. Whenever I upgrade my system, Pacman prompts that some of my packages are missing dependencies, is there anyway to ignore this or stop Pacman from warning me?

Any help is greatly appreciated big_smile


Visit my blog and my DeviatArt page

Offline

#2 2012-03-30 16:40:11

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Ignore missing dependencies

* you can rebuild the gnome suite w/o the unwanted dependencies
or
* you can create some dummy pkgs that don't provide any files but pacman thinks that all dependencies are satisfied

Offline

#3 2012-03-30 16:45:41

Starfall
Member
From: /home/
Registered: 2011-05-24
Posts: 209
Website

Re: Ignore missing dependencies

karol wrote:

* you can rebuild the gnome suite w/o the unwanted dependencies
or
* you can create some dummy pkgs that don't provide any files but pacman thinks that all dependencies are satisfied

Thanks karol, how might one go about creating these dummy packages? wink


Visit my blog and my DeviatArt page

Offline

#4 2012-03-30 16:47:52

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Ignore missing dependencies

If you need foo, create a PKGBUILD for that package, but don't install any files e.g. https://aur.archlinux.org/packages/du/dummy/PKGBUILD
You might need to fill the 'provides' etc.

Offline

#5 2012-03-30 17:35:02

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,097

Re: Ignore missing dependencies

Don't make dummy packages, recompile gnome with the deps you want instead.

Short story: "if you don't like how the packager did it, do it yourself" and "abs exists for a reason"
-- unknown arch dev


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#6 2012-03-30 17:38:59

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Ignore missing dependencies

Mr.Elendig wrote:

Don't make dummy packages, recompile gnome with the deps you want instead.

Short story: "if you don't like how the packager did it, do it yourself" and "abs exists for a reason"
-- unknown arch dev

Is there a reason not to make dummy packages? Recompiling whole gnome will have a bigger overhead.

Offline

#7 2012-03-30 17:43:17

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Ignore missing dependencies

Dummy packages are a bit like symlinks:
* they're OK for a quick'n'dirty job, but you shouldn't depend on them in the long term - fix things the right way
* they're tricky to debug, as pacman will see that the packages are installed

Yes, it's your system and you can do whatever you want and however you please.

Offline

Board footer

Powered by FluxBB