You are not logged in.

#1 2011-01-20 12:22:48

fabioamd87
Member
Registered: 2008-11-22
Posts: 128

Packagekit [solved]

there is a problem.

packagekit is orphan, and gnome-packagekit require it.

Last edited by fabioamd87 (2011-01-22 11:19:30)

Offline

#2 2011-01-20 12:36:09

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: Packagekit [solved]

Why is that a problem?

Offline

#3 2011-01-20 14:45:10

fabioamd87
Member
Registered: 2008-11-22
Posts: 128

Re: Packagekit [solved]

because packagekit 0.6.10 have a bug that make it not work on my system and noone update it.

Offline

#4 2011-01-20 15:55:48

chris-kun
Member
From: SF Bay Area
Registered: 2010-09-07
Posts: 235
Website

Re: Packagekit [solved]

so go update it?


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol

Offline

#5 2011-01-20 16:16:09

fabioamd87
Member
Registered: 2008-11-22
Posts: 128

Re: Packagekit [solved]

i don't know how to do it.

Offline

#6 2011-01-20 16:26:24

Awebb
Member
Registered: 2010-05-06
Posts: 6,286

Re: Packagekit [solved]

Offline

#7 2011-01-20 21:59:52

fabioamd87
Member
Registered: 2008-11-22
Posts: 128

Re: Packagekit [solved]

I have this error:

backend-pacman.c:259:1: error: macro "PK_BACKEND_OPTIONS" requires 43 arguments, but only 42 given
backend-pacman.c:216:1: warning: data definition has no type or storage class
backend-pacman.c:216:1: warning: type defaults to 'int' in declaration of 'PK_BACKEND_OPTIONS'
  CC     libpk_backend_pacman_la-backend-remove.lo
backend-pacman.c:71:1: warning: 'backend_initialize' defined but not used
backend-pacman.c:120:1: warning: 'backend_destroy' defined but not used
backend-pacman.c:139:1: warning: 'backend_get_filters' defined but not used
backend-pacman.c:150:1: warning: 'backend_get_mime_types' defined but not used
backend-pacman.c:179:1: warning: 'backend_cancel' defined but not used
make[4]: *** [libpk_backend_pacman_la-backend-pacman.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/home/fabio/Downloads/src/PackageKit-0.6.11/backends/pacman'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/fabio/Downloads/src/PackageKit-0.6.11/backends/pacman'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fabio/Downloads/src/PackageKit-0.6.11/backends'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fabio/Downloads/src/PackageKit-0.6.11'
make: *** [all] Error 2
    L'operazione sta per essere interrotta...

Offline

#8 2011-01-20 22:35:41

Awebb
Member
Registered: 2010-05-06
Posts: 6,286

Re: Packagekit [solved]

How about you look at the PKGBUILD from ABS (refer to the wiki for more info) and just change the parts needed?

Offline

#9 2011-01-21 00:45:40

Loose_Control
Member
From: Germany
Registered: 2011-01-11
Posts: 136

Re: Packagekit [solved]

well i dont really get the problem^^

Packagekit 0.6.11: http://aur.archlinux.org/packages.php?ID=44681

and read BlackEagle's comment...

Last edited by Loose_Control (2011-01-21 00:46:46)

Offline

#10 2011-01-21 00:51:44

pussi
Member
Registered: 2009-05-09
Posts: 15

Re: Packagekit [solved]

Use this aur package: http://aur.archlinux.org/packages.php?ID=44681
build with makepkg -s as always. as result you should have five different packages, of which you must install two: the actual packagekit and either one of the backends (pacman is default in config)

that would be something like this:

pacman -U packagekit-0.6.11-2-x86_64.pkg.tar.xz packagekit-backend-pacman-0.6.11-2-x86_64.pkg.tar.xz

Offline

#11 2011-01-21 11:20:24

fabioamd87
Member
Registered: 2008-11-22
Posts: 128

Re: Packagekit [solved]

where I can find this files?

Last edited by fabioamd87 (2011-01-21 11:20:40)

Offline

#12 2011-01-21 13:47:24

pussi
Member
Registered: 2009-05-09
Posts: 15

Re: Packagekit [solved]

Which files are you talking about? Basically just follow instructions from here https://wiki.archlinux.org/index.php/AU … g_packages
If makepkg -s in is succesful, the package files should be in the same directory you just ran makepkg

Offline

#13 2011-01-21 13:50:40

fabioamd87
Member
Registered: 2008-11-22
Posts: 128

Re: Packagekit [solved]

maybe I've understand, but this packagekit-split is a RARE package that contain other package like a metapackage?

Last edited by fabioamd87 (2011-01-21 14:06:42)

Offline

#14 2011-01-21 14:48:19

Anikom15
Banned
From: United States
Registered: 2009-04-30
Posts: 836
Website

Re: Packagekit [solved]

What do you mean by RARE, and why do you need packagekit if you have pacman?


Personally, I'd rather be back in Hobbiton.

Offline

#15 2011-01-21 15:28:48

fabioamd87
Member
Registered: 2008-11-22
Posts: 128

Re: Packagekit [solved]

for the same reason i need gnome, firefox, rhythmbox... GUI.

Offline

#16 2011-01-21 15:36:23

pussi
Member
Registered: 2009-05-09
Posts: 15

Re: Packagekit [solved]

fabioamd87 wrote:

maybe I've understand, but this packagekit-split is a RARE package that contain other package like a metapackage?

yeah maybe. Its the first one I've encountered. But don't let it confuse you. Just install packagekit and pacman backend and you should be fine

Offline

#17 2011-01-21 16:02:45

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Packagekit [solved]

who develops the pacman backend for packagekit?


Acer Aspire V5-573P Antergos KDE

Offline

#18 2011-01-21 16:50:24

fabioamd87
Member
Registered: 2008-11-22
Posts: 128

Re: Packagekit [solved]

I hope in future I can install it with yaourt or better with pacman without make all these weird thing...

Last edited by fabioamd87 (2011-01-21 16:50:36)

Offline

#19 2011-01-22 22:21:46

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,355

Re: Packagekit [solved]

fabioamd87 wrote:

I hope in future I can install it with yaourt or better with pacman without make all these weird thing...

You should rather hope that you get comfortable with makepkg. Helpers are nice, but if you RELY on them its like needing a guide-dog to see, however good he is you're still blind.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#20 2011-01-23 17:30:21

fabioamd87
Member
Registered: 2008-11-22
Posts: 128

Re: Packagekit [solved]

I shouldn't need makepkg.

Offline

#21 2011-01-23 17:42:04

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: Packagekit [solved]

fabioamd87 wrote:

I shouldn't need makepkg.

Oh you are so going to regret trying to use a distro like Arch with such an attitude...

I'm sorry, but if you don't want to use terminal apps or compile a package from time to time, you should really look out for another distro.

Offline

#22 2011-01-23 23:01:47

fabioamd87
Member
Registered: 2008-11-22
Posts: 128

Re: Packagekit [solved]

why? I like having rolling applications smile

Offline

#23 2011-01-24 00:22:23

ANOKNUSA
Member
Registered: 2010-10-22
Posts: 2,141

Re: Packagekit [solved]

Because you just expressed a distaste for one of the foundations of Arch's package management system.  Saying you shouldn't have to know what you're doing with the package management tools--and that someone else should do that work for you--is to directly attack the nature and spirit of Arch.  This community doesn't exist to cater to you.

Offline

#24 2011-01-24 01:24:13

Anikom15
Banned
From: United States
Registered: 2009-04-30
Posts: 836
Website

Re: Packagekit [solved]

fabioamd87 wrote:

why? I like having rolling applications smile

I like rolling around in bed.


Personally, I'd rather be back in Hobbiton.

Offline

#25 2011-01-24 11:29:42

fabioamd87
Member
Registered: 2008-11-22
Posts: 128

Re: Packagekit [solved]

ANOKNUSA wrote:

Saying you shouldn't have to know what you're doing with the package management tools--and that someone else should do that work for you--is to directly attack the nature and spirit of Arch.  This community doesn't exist to cater to you.

i didn't say that... I'm sorry that a software important like packagekit isn't in extra...

Offline

Board footer

Powered by FluxBB