 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

12th March 2009, 04:01 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Fusion repo update problem [Fixed]
Hi Leigh,
I'm obviously missing something... Like a brain-cell perhaps but today:
Code:
[root@beerislife Desktop]# yum update
Excluding Packages in global exclude list
Finished
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package ccsm.noarch 0:0.8.3-1.fc10 set to be updated
---> Package compiz.i386 0:0.8.3-1.fc10 set to be updated
---> Package compiz-bcop.noarch 0:0.8.3-1.fc10 set to be updated
---> Package compiz-gnome.i386 0:0.8.3-1.fc10 set to be updated
--> Processing Dependency: compiz-fusion-plugins-main = 0.8.3 for package: compiz-gnome
--> Processing Dependency: compiz-fusion-plugins-extra = 0.8.3 for package: compiz-gnome
---> Package compiz-plugins-extra.i386 0:0.8.3-1.fc10 set to be updated
---> Package compiz-plugins-main.i386 0:0.8.3-1.fc10 set to be updated
---> Package compiz-plugins-unsupported.i386 0:0.8.3-1.fc10 set to be updated
---> Package compizconfig-backend-gconf.i386 0:0.8.3-1.fc10 set to be updated
---> Package compizconfig-python.i386 0:0.8.3-1.fc10 set to be updated
---> Package emerald.i386 0:0.8.3-1.fc10 set to be updated
---> Package emerald-themes.noarch 0:0.8.3-1.fc10 set to be updated
---> Package fusion-desktop-effects.noarch 0:0.0.1-4.fc10 set to be updated
---> Package fusion-icon.noarch 0:0.5-125.fc10 set to be updated
---> Package fusion-icon-gtk.noarch 0:0.5-125.fc10 set to be updated
---> Package libcompizconfig.i386 0:0.8.3-1.fc10 set to be updated
--> Finished Dependency Resolution
compiz-gnome-0.8.3-1.fc10.i386 from fusion has depsolving problems
--> Missing Dependency: compiz-fusion-plugins-extra = 0.8.3 is needed by package compiz-gnome-0.8.3-1.fc10.i386 (fusion)
compiz-gnome-0.8.3-1.fc10.i386 from fusion has depsolving problems
--> Missing Dependency: compiz-fusion-plugins-main = 0.8.3 is needed by package compiz-gnome-0.8.3-1.fc10.i386 (fusion)
Error: Missing Dependency: compiz-fusion-plugins-main = 0.8.3 is needed by package compiz-gnome-0.8.3-1.fc10.i386 (fusion)
Error: Missing Dependency: compiz-fusion-plugins-extra = 0.8.3 is needed by package compiz-gnome-0.8.3-1.fc10.i386 (fusion)
[root@beerislife Desktop]#
Looks like a package naming problem....
Wayne
Last edited by Wayne; 12th March 2009 at 04:10 AM.
|

12th March 2009, 04:08 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
|

12th March 2009, 05:13 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
While waiting for Leigh to wake up with the answer or anyone else who knows, I've done the obvious things like:
rpm --rebuilddb
and
yum clean all
But nothing works, I still get the same error. I'm guessing it could be a mirror thing....
Wayne
|

12th March 2009, 09:44 AM
|
|
Guest
|
|
Posts: n/a

|
|
It finally fixed itself
Wayne
|

12th March 2009, 09:46 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
Originally Posted by Wayne
It finally fixed itself
Wayne
|
I fixed the repo last night before I went to bed
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

12th March 2009, 09:49 AM
|
|
Guest
|
|
Posts: n/a

|
|
Thanks mate....
Obviously, the first thing I did when it wouldn't update was to check your compiz thread, but as there seems to be either something wrong with vBulletin or Firefox, all I got was a blank white page so I started this new thread! Seems threads with too many posts in them are borked
Wayne
Last edited by Wayne; 12th March 2009 at 09:54 AM.
|

12th March 2009, 09:57 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
Originally Posted by Wayne
Thanks mate....
Wayne
|
It happen because I renamed the plugin packages in keeping with the recent compiz merge and forgot to edit the compiz spec file to reflect the change
Code:
%package gnome
Summary: Compiz gnome integration bits
Group: User Interface/Desktops
Requires: gnome-session >= 2.19.6-5
Requires: metacity >= 2.18
Requires: libwnck >= 2.15.4
Requires: %{name} = %{version}
Requires: compiz-plugins-main = %{version}
Requires: compiz-plugins-extra = %{version}
Requires: fusion-desktop-effects
Requires(pre): GConf2
Requires(post): GConf2
Requires(preun): GConf2
Obsoletes: compiz < 0.5.2-8
Obsoletes: beryl-gnome
%description gnome
The compiz-gnome package contains gtk-window-decorator,
and other gnome integration related stuff.
%package kde
Summary: Compiz kde integration bits
Group: User Interface/Desktops
Requires: %{name} = %{version}
Requires: compiz-manager
Requires: compiz-plugins-main = %{version}
Requires: compiz-plugins-extra = %{version}
Obsoletes: beryl-kde
%description kde
The compiz-kde package contains kde-window-decorator,
and other kde integration related stuff.
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

12th March 2009, 10:00 AM
|
|
Guest
|
|
Posts: n/a

|
|
These things happen
I'm waiting for vBulletin to get "fixed" I was thinking of installing Opera and see if that handled it better, but can never get used to the "OK" and "Cancel" buttons being the wrong way around on QT apps
Wayne
|

12th March 2009, 02:53 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 3,578

|
|
Hi,
Leigh, if you are interested in helping maintain compiz in the Fedora repository, you can apply to be a co-maintainer at
https://admin.fedoraproject.org/pkgd...es/name/compiz
Of course, talk to the maintainers first via email or irc
__________________
Rahul
http://fedoraproject.org/wiki/RahulSundaram
|

12th March 2009, 03:14 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
Originally Posted by RahulSundaram
|
Hi,
Should I contact the owner (krh) + drago01 as he seems to be the current maintainer ?
Leigh
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

12th March 2009, 03:26 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 3,578

|
|
|
Hi,
I think most of the commits these days are from drag01 but you can mail them both and ask. Tell them you are already maintaining a package in the Fedora repository and a external compiz repo and would like to help out.
__________________
Rahul
http://fedoraproject.org/wiki/RahulSundaram
|

12th March 2009, 06:20 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
Originally Posted by RahulSundaram
Hi,
I think most of the commits these days are from drag01 but you can mail them both and ask. Tell them you are already maintaining a package in the Fedora repository and a external compiz repo and would like to help out.
|
Hi,
Emails sent.
Leigh
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 18:10 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|