Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Resolved - emerge -av gnome gnome 2.12 upgrade
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
gentoonu-b
Tux's lil' helper
Tux's lil' helper


Joined: 05 Aug 2005
Posts: 75

PostPosted: Wed Feb 01, 2006 7:48 pm    Post subject: Resolved - emerge -av gnome gnome 2.12 upgrade Reply with quote

I'm just trying to go through the process of installing gnome 2.12
I typed emerge -av gnome There are about 26 Dependancies and I got to about 13 and I got the following message.

>>> emerge (1 of 11) app-text/evince-0.4.0-r3 to /
>>> md5 files ;-) evince-0.4.0-r3.ebuild
>>> md5 files ;-) evince-0.5.0.ebuild
>>> md5 files ;-) files/evince-0.4.0-display-menu.patch
>>> md5 files ;-) files/digest-evince-0.4.0-r3
>>> md5 files ;-) files/digest-evince-0.5.0
>>> md5 files ;-) files/evince-0.4.0-t1lib_is_t1.patch
>>> md5 files ;-) files/evince-0.4.0-no-tiff.patch
>>> md5 src_uri ;-) evince-0.4.0.tar.bz2
* Please re-emerge app-text/poppler-bindings with the gtk USE flag set

!!! ERROR: app-text/evince-0.4.0-r3 failed.
!!! Function pkg_setup, Line 60, Exitcode 0
!!! poppler-bindings needs gtk flag set

How can I get around this?
Thnx


Last edited by gentoonu-b on Wed Feb 01, 2006 10:29 pm; edited 1 time in total
Back to top
View user's profile Send private message
crudh
l33t
l33t


Joined: 12 May 2005
Posts: 696
Location: Sundbyberg, Sweden

PostPosted: Wed Feb 01, 2006 8:33 pm    Post subject: Reply with quote

Put the following line in /etc/portage/package.use:

Code:
app-text/poppler-bindings gtk

(or put gtk in the USE variable in /etc/make.conf)

and then run:

Code:
emerge poppler-bindings

After that you can run:

Code:
emerge -av gnome

again.
Back to top
View user's profile Send private message
crudh
l33t
l33t


Joined: 12 May 2005
Posts: 696
Location: Sundbyberg, Sweden

PostPosted: Wed Feb 01, 2006 8:35 pm    Post subject: Reply with quote

You should read this:

http://gentoo-wiki.com/FAQ_USE_Flags

to learn about USE flags.
Back to top
View user's profile Send private message
gentoonu-b
Tux's lil' helper
Tux's lil' helper


Joined: 05 Aug 2005
Posts: 75

PostPosted: Wed Feb 01, 2006 9:06 pm    Post subject: Reply with quote

I ran the command
emerge poppler-bindings..Then I got the following message.

Calculating dependencies ...done!
>>> emerge (1 of 1) app-text/poppler-bindings-0.4.3-r2 to /
>>> md5 files ;-) poppler-bindings-0.4.3-r2.ebuild
>>> md5 files ;-) poppler-bindings-0.4.4.ebuild
>>> md5 files ;-) poppler-bindings-0.5.0.ebuild
>>> md5 files ;-) files/digest-poppler-bindings-0.4.3-r2
>>> md5 files ;-) files/digest-poppler-bindings-0.4.4
>>> md5 files ;-) files/digest-poppler-bindings-0.5.0
>>> md5 files ;-) files/poppler-0.4.1-cairo-ft.patch
>>> md5 files ;-) files/poppler-0.4.3-bindings.patch
>>> md5 files ;-) files/poppler-0.5.0-bindings.patch
>>> md5 src_uri ;-) poppler-0.4.3.tar.gz
* You have the cairo USE flag set for poppler-bindings but not
* for poppler. Make those use flags match

!!! ERROR: app-text/poppler-bindings-0.4.3-r2 failed.
!!! Function pkg_setup, Line 32, Exitcode 0
!!! Make cairo use flags for poppler and poppler-bindings match
!!! If you need support, post the topmost build error, NOT this status message.



Here's my /etc/make.conf

# These settings were set by the catalyst build script that automatically built$# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="gtk -gnome qt kde dvd alsa cdr hal howl"
USE="cups"
USE="dbus cairo kerberos ldap"

Here's my /etc/portage.package.use file

app-text/poppler-bindings gtk



Thnx. Still No go.
Back to top
View user's profile Send private message
crudh
l33t
l33t


Joined: 12 May 2005
Posts: 696
Location: Sundbyberg, Sweden

PostPosted: Wed Feb 01, 2006 10:08 pm    Post subject: Reply with quote

You can't have USE defined several times in make.conf. If you do that only one of the lines will be active, the others will be disregarded.

Add all the use flags in one USE="" statement.

After that you can run:

Code:
emerge world --newuse


to rebuild all packages that has the use flags wrong. Run it with -pv first so you can check what it wants to do and what use flags are set.
Back to top
View user's profile Send private message
gentoonu-b
Tux's lil' helper
Tux's lil' helper


Joined: 05 Aug 2005
Posts: 75

PostPosted: Wed Feb 01, 2006 10:29 pm    Post subject: Reply with quote

Thnx..I had just realized it..Appreciated your help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
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