Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Blocked packages
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Kas_
Tux's lil' helper
Tux's lil' helper


Joined: 05 Oct 2012
Posts: 124

PostPosted: Sun Aug 18, 2013 11:03 pm    Post subject: [solved] Blocked packages Reply with quote

http://bpaste.net/show/124076/

I'm trying to emerge -uDNav @world and I got this error.
I've already tried adding --backtrack=30.


Last edited by Kas_ on Mon Aug 19, 2013 1:34 am; edited 1 time in total
Back to top
View user's profile Send private message
megabaks
Apprentice
Apprentice


Joined: 22 Jan 2012
Posts: 253
Location: Russia && Saint-Petersburg

PostPosted: Sun Aug 18, 2013 11:30 pm    Post subject: Reply with quote

you need one of:
Code:
>=x11-misc/lightdm-1.7.7
x11-misc/lightdm[-introspection]

_________________
sorry my bad english
Back to top
View user's profile Send private message
Kas_
Tux's lil' helper
Tux's lil' helper


Joined: 05 Oct 2012
Posts: 124

PostPosted: Sun Aug 18, 2013 11:32 pm    Post subject: Reply with quote

Do i just emerge them?

As in, emerge x11-misc/lightdm

Thanks
Back to top
View user's profile Send private message
megabaks
Apprentice
Apprentice


Joined: 22 Jan 2012
Posts: 253
Location: Russia && Saint-Petersburg

PostPosted: Sun Aug 18, 2013 11:35 pm    Post subject: Reply with quote

yes:
>=x11-misc/lightdm-1.7.7 ---> ~arch keyword (are you sure?)
else you can disable USE introspection for subj
_________________
sorry my bad english
Back to top
View user's profile Send private message
Kas_
Tux's lil' helper
Tux's lil' helper


Joined: 05 Oct 2012
Posts: 124

PostPosted: Sun Aug 18, 2013 11:49 pm    Post subject: Reply with quote

So i put -introspection in USE and emerged x11-misc/lightdm. The emerged completed with no errors. I tried to emerge @world again, but I got this error:
http://pastebin.com/ndiCV10w
Back to top
View user's profile Send private message
megabaks
Apprentice
Apprentice


Joined: 22 Jan 2012
Posts: 253
Location: Russia && Saint-Petersburg

PostPosted: Mon Aug 19, 2013 12:02 am    Post subject: Reply with quote

Kas_ wrote:
So i put -introspection in USE and emerged x11-misc/lightdm.
how you did it?
_________________
sorry my bad english
Back to top
View user's profile Send private message
Kas_
Tux's lil' helper
Tux's lil' helper


Joined: 05 Oct 2012
Posts: 124

PostPosted: Mon Aug 19, 2013 12:05 am    Post subject: Reply with quote

I put in /etc/make.conf
USE='...-introspection ...'

Then I
emerge x11-misc/lightdm

I've also emerge -C gobject-introspection to see if I could emerge world after that but it didn't work.
[code] <dev-libs/gobject-introspection-1.36.0 required by (x11-misc/lightdm-1.4.0-r2::gentoo, installed)

dev-libs/gobject-introspection-common:0

(dev-libs/gobject-introspection-common-1.34.2::gentoo, installed) pulled in by
<dev-libs/gobject-introspection-common-1.35.9 required by (dev-libs/gobject-introspection-1.34.2-r1::gentoo, ebuild scheduled for merge)

(dev-libs/gobject-introspection-common-1.36.0::gentoo, ebuild scheduled for merge) pulled in by
>=dev-libs/gobject-introspection-common-1.36.0 required by (dev-libs/gobject-introspection-1.36.0::gentoo, ebuild scheduled for merge)
[/code]
This is the main problem
Back to top
View user's profile Send private message
megabaks
Apprentice
Apprentice


Joined: 22 Jan 2012
Posts: 253
Location: Russia && Saint-Petersburg

PostPosted: Mon Aug 19, 2013 12:26 am    Post subject: Reply with quote

give me one of:
qlist -IUv lightdm
eix -I lightdm
equery u lightdm
_________________
sorry my bad english
Back to top
View user's profile Send private message
Kas_
Tux's lil' helper
Tux's lil' helper


Joined: 05 Oct 2012
Posts: 124

PostPosted: Mon Aug 19, 2013 12:27 am    Post subject: Reply with quote

[code]
Freiheit portage # qlist -IUv lightdm

razorqt-base/razorqt-lightdm-greeter-0.5.2
x11-misc/lightdm-1.4.0-r2 (gtk introspection qt4)
x11-misc/lightdm-gtk-greeter-1.3.1-r1



Freiheit portage # eix -I lightdm
Can't open the database file /var/cache/eix/portage.eix for reading (mode = 'rb')
Did you forget to create it with 'eix-update'?


Freiheit portage # equery u lightdm
[ Legend : U - final flag setting for installation]
[ : I - package is installed with flag ]
[ Colors : set, unset ]
* Found these USE flags for x11-misc/lightdm-1.4.0-r2:
U I
+ + gtk : Pull in the gtk+ greeter
+ + introspection : Use dev-libs/gobject-introspection
for introspection
- - kde : Pull in the kde greeter
+ + qt4 : Add support for the Qt
GUI/Application Toolkit version 4.x
- - razor : Pull in the razorqt greeter[/code]

-sorry, can't get the code tags to work.
Back to top
View user's profile Send private message
megabaks
Apprentice
Apprentice


Joined: 22 Jan 2012
Posts: 253
Location: Russia && Saint-Petersburg

PostPosted: Mon Aug 19, 2013 12:42 am    Post subject: Reply with quote

Quote:
x11-misc/lightdm-1.4.0-r2 (gtk introspection qt4)
introspection
Questions?
you must use package.use file/directory for USE flags per package
paste your package.use and make.conf
_________________
sorry my bad english
Back to top
View user's profile Send private message
Kas_
Tux's lil' helper
Tux's lil' helper


Joined: 05 Oct 2012
Posts: 124

PostPosted: Mon Aug 19, 2013 1:09 am    Post subject: Reply with quote

/etc/make.conf
http://bpaste.net/show/124096/

/etc/portage/package.use
http://bpaste.net/show/124097/
Back to top
View user's profile Send private message
megabaks
Apprentice
Apprentice


Joined: 22 Jan 2012
Posts: 253
Location: Russia && Saint-Petersburg

PostPosted: Mon Aug 19, 2013 1:16 am    Post subject: Reply with quote

make.conf:
Code:
-introspection....introspection
make.conf define introspection
package.use: don't define any USE flags for lightdm
so: introspection enabled for lightdm
Code:
echo "x11-misc/lightdm -introspection" >> /etc/portage/package.use
and
Code:
emerge -avuDN world
enjoy
_________________
sorry my bad english
Back to top
View user's profile Send private message
Kas_
Tux's lil' helper
Tux's lil' helper


Joined: 05 Oct 2012
Posts: 124

PostPosted: Mon Aug 19, 2013 1:29 am    Post subject: Reply with quote

Ah, it works, thanks so much.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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