Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
The desktop-effects overlay
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 7, 8, 9 ... 15, 16, 17  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
loftwyr
l33t
l33t


Joined: 29 Dec 2004
Posts: 970
Location: 43°38'23.62"N 79°27'8.60"W

PostPosted: Fri Jun 20, 2008 12:30 am    Post subject: Reply with quote

You don't need to rebuild your system. Python isn't that essential to anything but portage.
_________________
My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing.
Back to top
View user's profile Send private message
dpetka2001
l33t
l33t


Joined: 04 Mar 2005
Posts: 804

PostPosted: Fri Jun 20, 2008 10:37 pm    Post subject: Reply with quote

from the info i've showed in my previous post would you say that it is safe to unmerge python-2.4 and leave only 2.5 in my system?
Back to top
View user's profile Send private message
dpetka2001
l33t
l33t


Joined: 04 Mar 2005
Posts: 804

PostPosted: Sun Jun 22, 2008 10:40 pm    Post subject: Reply with quote

after removing python-2.4 and doing a 'revdep-rebuild' fusion-icon and hence ccsm continues not to work the right way...i can enable compiz but i cannot click into many options of ccsm...
Back to top
View user's profile Send private message
deno
Guru
Guru


Joined: 13 Sep 2006
Posts: 411

PostPosted: Mon Jun 23, 2008 12:40 am    Post subject: Reply with quote

dpetka2001 wrote:
after removing python-2.4 and doing a 'revdep-rebuild' fusion-icon and hence ccsm continues not to work the right way...i can enable compiz but i cannot click into many options of ccsm...


I had that problem to, but didn't appear after unmerging python-2.4. I am using 2.5 for a while. The problem vanished when i remerged a bunch of kde packages including libs, kdebase-startkde, kioslaves, konqueror and lot of others I can't remember. I remerged xorg server to but I wouldn't say it had anything to do with that problem. Tapping on touchpad stopped working also in the same time like ccsm :) so that was the reasong for remerging xorg server.

Anyway you could try remering some base kde packages and see if it helps.
Back to top
View user's profile Send private message
dpetka2001
l33t
l33t


Joined: 04 Mar 2005
Posts: 804

PostPosted: Wed Jun 25, 2008 8:17 am    Post subject: Reply with quote

thank you...after an 'emerge -e world' and a re-emerge of the compiz packets everything seems to work fine...
Back to top
View user's profile Send private message
0000000000000
Apprentice
Apprentice


Joined: 21 Mar 2008
Posts: 163

PostPosted: Fri Jun 27, 2008 7:09 am    Post subject: Reply with quote

isn't there any other solution than an emerge -e world?

if I do that, it tries to emerge 880 packages, which will probably take days...

i am having the same problem of ccsm starting but not being able to open any of the options menus.


thanks
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Fri Jun 27, 2008 7:19 am    Post subject: Reply with quote

0000000000000 wrote:
i am having the same problem of ccsm starting but not being able to open any of the options menus.

Which version of pyrex do you have installed? Should be 0.9.8.4

0.9.8.3 somewhat broke ccsm for me too, and I had to re-import my config into ccsm. So if you have a backup of your ccsm config, try reimporting it. If not, create a new profile and start over.
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
0000000000000
Apprentice
Apprentice


Joined: 21 Mar 2008
Posts: 163

PostPosted: Fri Jun 27, 2008 7:27 am    Post subject: Reply with quote

Oh thanks so much

i'd had 0.9.8.3

emerged 0.9.8.4 and then compizconfig-python and it all works great now

:D
Back to top
View user's profile Send private message
brullonulla
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2005
Posts: 117
Location: bologna

PostPosted: Mon Jun 30, 2008 1:13 pm    Post subject: Reply with quote

Hi,

I have a problem with glib being masked by the overlay package.mask , and I can't emerge world :

Code:

!!! All ebuilds that could satisfy ">=dev-libs/glib-2.16" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-libs/glib-2.16.3 (masked by: package.mask)
/usr/portage/local/layman/desktop-effects/profiles/package.mask:
#
# <jmbsviceto@gentoo.org> (9 February 2008)
# glib-2.15 breaks some packages

- dev-libs/glib-2.16.2 (masked by: package.mask, ~x86 keyword)
- dev-libs/glib-2.16.1 (masked by: package.mask, ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "dev-cpp/glibmm-2.16.1" [ebuild])


Why is a package of the main portage tree masked by the overlay? It sounds, er, questionable that an overlay goes masking packages of the main portage tree, but maybe there are good reasons for that.
What should I do?
_________________
Google is the index to the unwritten Linux manual.
Back to top
View user's profile Send private message
yoyo
Bodhisattva
Bodhisattva


Joined: 04 Mar 2003
Posts: 4273
Location: Lyon - France

PostPosted: Wed Jul 02, 2008 3:03 pm    Post subject: Reply with quote

brullonulla wrote:
Why is a package of the main portage tree masked by the overlay? It sounds, er, questionable that an overlay goes masking packages of the main portage tree, but maybe there are good reasons for that.
What should I do?
Maybe it was unmasked recently from the main portage tree ...
Anyway, you could see why it has been masked directly in the /usr/portage/local/layman/desktop-effects/profiles/package.mask file.

Enjoy !
_________________
La connaissance s'accroît quand on la partage.
JCB
Back to top
View user's profile Send private message
brullonulla
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2005
Posts: 117
Location: bologna

PostPosted: Wed Jul 02, 2008 6:44 pm    Post subject: Reply with quote

yoyo wrote:
brullonulla wrote:
Why is a package of the main portage tree masked by the overlay? It sounds, er, questionable that an overlay goes masking packages of the main portage tree, but maybe there are good reasons for that.
What should I do?
Maybe it was unmasked recently from the main portage tree ...
Anyway, you could see why it has been masked directly in the /usr/portage/local/layman/desktop-effects/profiles/package.mask file.

Enjoy !


All what it says is:

Code:
# glib-2.15 breaks some packages
>=dev-libs/glib-2.15


Some packages? What packages? And why it is masked >=2.15 instead of =2.15, if it's 2.15 the problem?
I would simply comment the line, but for example I'd like to know if glib-2.16 plays bad with CompizFusion SVN, that I use everyday.
_________________
Google is the index to the unwritten Linux manual.
Back to top
View user's profile Send private message
yoyo
Bodhisattva
Bodhisattva


Joined: 04 Mar 2003
Posts: 4273
Location: Lyon - France

PostPosted: Fri Jul 04, 2008 12:17 pm    Post subject: Reply with quote

brullonulla wrote:
Some packages? What packages? And why it is masked >=2.15 instead of =2.15, if it's 2.15 the problem?
I would simply comment the line, but for example I'd like to know if glib-2.16 plays bad with CompizFusion SVN, that I use everyday.
Well ... As the description in package.mask is really short (doh !) you can try these :
    - quickpkg dev-libs/glib
    - unmask >=dev-libs/glib-2.16 in your package.unmask
    - upgrade dev-libs/glib and try to compile your dev-cpp/glibmm and CompizFusion SVN packages
If you have some problem with that version go back to your current by removing the glib line on your package.umask then with an emerge -K dev-libs/glib

Hope this helps,

Enjoy !

EDIT : maybe bugzilla is a little more verbose about this mask ...
_________________
La connaissance s'accroît quand on la partage.
JCB
Back to top
View user's profile Send private message
brullonulla
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2005
Posts: 117
Location: bologna

PostPosted: Sat Jul 05, 2008 11:27 am    Post subject: Reply with quote

yoyo wrote:
Well ... As the description in package.mask is really short (doh !) you can try these :
    - quickpkg dev-libs/glib
    - unmask >=dev-libs/glib-2.16 in your package.unmask
    - upgrade dev-libs/glib and try to compile your dev-cpp/glibmm and CompizFusion SVN packages
If you have some problem with that version go back to your current by removing the glib line on your package.umask then with an emerge -K dev-libs/glib

Hope this helps,

Enjoy !

EDIT : maybe bugzilla is a little more verbose about this mask ...


Thanks for your proposed "solution". But it's not a solution, it's just a "ok, let's see what happens".
I'd expect upstream developers to explain why do they mess with the main portage tree, so that anyone can make up his own mind.
To write "breaks some packages" and let people unable to emerge world is almost insulting.

The bugzilla suggestion is however good, but I cannot find the desktop-effects bugzilla (in fact, I can't find a homepage for the desktop-effects overlay. Only thing I find is the git web interface). If you know the link of their bugzilla, I'd be most pleased.

Thanks!
_________________
Google is the index to the unwritten Linux manual.
Back to top
View user's profile Send private message
golding
Apprentice
Apprentice


Joined: 07 Jun 2005
Posts: 232
Location: Adelaide / South Australia

PostPosted: Tue Jul 08, 2008 1:28 am    Post subject: Reply with quote

Anybody else having trouble syncing the desktop-effects overlay?

I have been getting this error message for the last week, and before that, I hadn't synced or updated anything on the system for a month.

Code:
one rob # layman -s desktop-effects
*
* Errors:
* ------
*
* Failed to sync overlay "desktop-effects".
* Error was: No such overlay ("desktop-effects")!
*


**EDIT**

SOLVED
I found that 'layman.cfg' had changed the location for the layman files/dir's;
It was # storage : /usr/portage/local/layman
and is now # storage : /usr/local/portage/layman
without any warning in the ebuild.
_________________
Regards, Robert

..... Some people can tell what time it is by looking at the sun, but I have never been able to make out the numbers.
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Fri Jul 11, 2008 1:05 am    Post subject: Reply with quote

yoyo wrote:
brullonulla wrote:
Some packages? What packages? And why it is masked >=2.15 instead of =2.15, if it's 2.15 the problem?
I would simply comment the line, but for example I'd like to know if glib-2.16 plays bad with CompizFusion SVN, that I use everyday.
Well ... As the description in package.mask is really short (doh !) you can try these :
    - quickpkg dev-libs/glib
    - unmask >=dev-libs/glib-2.16 in your package.unmask
    - upgrade dev-libs/glib and try to compile your dev-cpp/glibmm and CompizFusion SVN packages
If you have some problem with that version go back to your current by removing the glib line on your package.umask then with an emerge -K dev-libs/glib

Hope this helps,

Enjoy !

EDIT : maybe bugzilla is a little more verbose about this mask ...

I don't remember anymore why I masked it, but I'll be looking into it.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Fri Jul 11, 2008 1:10 am    Post subject: Reply with quote

In case anyone gets awn and awn-extras breakage, please check this announcement in the awn forum.
If you update the awn/awn-extras packages, you'll need to update the config as explained on the link.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
brullonulla
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2005
Posts: 117
Location: bologna

PostPosted: Sun Jul 13, 2008 12:01 pm    Post subject: Reply with quote

jmbsvicetto wrote:
I don't remember anymore why I masked it, but I'll be looking into it.


Thanks! Next time it would be nice if you can be a bit more verbose in your package.mask and the like. :wink:
_________________
Google is the index to the unwritten Linux manual.
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Thu Jul 17, 2008 10:41 am    Post subject: Reply with quote

brullonulla wrote:
jmbsvicetto wrote:
I don't remember anymore why I masked it, but I'll be looking into it.


Thanks! Next time it would be nice if you can be a bit more verbose in your package.mask and the like. :wink:


Sorry for the delay, but I've been working on other things.
Some of you seem to not have updated in a long while. That mask was removed with this commit done by Ingmar on 11 March as you can see here
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
NicoT
n00b
n00b


Joined: 21 Oct 2006
Posts: 7
Location: Netherlands

PostPosted: Mon Jul 21, 2008 8:43 pm    Post subject: Re: Compiz-0.7.6 will not compile Reply with quote

cygeus wrote:
prr56 wrote:
Every time I try to update from *74 to *76 compiz fails do to glib problems
--Wmissing-declarations -Wnested-externs -D_FORTIFY_SOURCE=2 -MT glib.lo -MD -MP -MF .deps/glib.Tpo -c glib.c -fPIC -DPIC -o .libs/glib.o
glib.c:26:18: error: glib.h: No such file or directory
glib.c:43: error: expected specifier-qualifier-list before 'gint'

[snip]

Any help is appreciated


Same problem here, a workaround is to compile compiz with the svg USE flag enabled.


Thanks alot for this tip. Worked for me.
Back to top
View user's profile Send private message
GODLiKE
n00b
n00b


Joined: 11 Jan 2007
Posts: 62

PostPosted: Thu Jul 24, 2008 1:54 am    Post subject: Reply with quote

I know it has been posted before, but since I couldn't find an answer: are there any plans to update the pyclutter ebuild at least to version 0.5? I recently tried installing Entertainer, which looks very promising, but I couldn't because it requires >=pyclutter-0.5. And since the current pyclutter version also is 0.6, I thought the ebuild should be updated.
_________________
GERÓNIMOOOOOOOOOOOOOOOOOOOO!!!
Back to top
View user's profile Send private message
RealNC
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2008
Posts: 148

PostPosted: Sat Jul 26, 2008 12:56 am    Post subject: Reply with quote

The Emerald Theme Manager is missing the Repositories tab :?:
Back to top
View user's profile Send private message
SHINODATT
n00b
n00b


Joined: 07 Jan 2006
Posts: 70
Location: Ontario, Canada

PostPosted: Sat Aug 02, 2008 9:58 pm    Post subject: Reply with quote

Looks like there is a new version of Compiz (0.6) in Portage and it's trying to downgrade my 0.7.6 version to it when I do world............
_________________
Board: Maximus Formula, Rampage conversion, BIOS 308
CPU: Q6600 G0 @ 3.47Ghz (385x9), CM Hyper 212 Cooler
RAM: 4x 2GB Kingston 667 @ 771Mhz, 2V
Video: ASUS GeForce 8800GTS 512MB
OS: Gentoo 2.6.29 x86_64
Back to top
View user's profile Send private message
RealNC
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2008
Posts: 148

PostPosted: Sun Aug 03, 2008 4:59 am    Post subject: Reply with quote

Something happened that breaks portage!

Code:

Calculating world dependencies \
!!! Multiple versions within a single package slot have been
!!! pulled into the dependency graph:

x11-plugins/compiz-fusion-plugins-main:0

  ('installed', '/', 'x11-plugins/compiz-fusion-plugins-main-0.7.6', 'nomerge') pulled in by
    ('installed', '/', 'x11-wm/compiz-fusion-0.7.6', 'nomerge')

  ('ebuild', '/', 'x11-plugins/compiz-fusion-plugins-main-0.6.0', 'merge') pulled in by
    ('ebuild', '/', 'x11-plugins/compiz-fusion-plugins-extra-0.6.0', 'merge')

x11-plugins/compiz-fusion-plugins-extra:0

  ('installed', '/', 'x11-plugins/compiz-fusion-plugins-extra-0.7.6', 'nomerge') pulled in by
    ('installed', '/', 'x11-wm/compiz-fusion-0.7.6', 'nomerge')

  ('ebuild', '/', 'x11-plugins/compiz-fusion-plugins-extra-0.6.0', 'merge') (no parents)


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.

!!! Depgraph creation failed.
Back to top
View user's profile Send private message
pigeon768
l33t
l33t


Joined: 02 Jan 2006
Posts: 683

PostPosted: Sun Aug 03, 2008 9:36 am    Post subject: Reply with quote

Code:
emerge -C x11-plugins/compiz-fusion-plugins-extra
emerge -uNDav world


compiz-fusion-plugins-extra version 0.6 got installed on your system somehow, when it shouldn't have.
Back to top
View user's profile Send private message
RealNC
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2008
Posts: 148

PostPosted: Sun Aug 03, 2008 10:23 am    Post subject: Reply with quote

No, I only have 0.7.6 versions. For quite some time now. This problem came up today just after an emerge --sync and layman -S.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 7, 8, 9 ... 15, 16, 17  Next
Page 8 of 17

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum