Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Eterm issue... PNG - No loader available?
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
tronicsmasta
n00b
n00b


Joined: 23 Nov 2005
Posts: 18

PostPosted: Mon Jan 08, 2007 11:34 pm    Post subject: Eterm issue... PNG - No loader available? Reply with quote

Hey guys,

I emerged Eterm with

Code:
USE="png" emerge eterm


It did its thing and I ran Eterm from xterm. Xterm spit out a bunch of errors like the following:

Code:
Eterm:  Error:  Unable to load image file "tile/plasma.png" -- No loader available for that file format


I did a google search and didn't come up with anything in English :)

I put the USE="png" flag to try and get it to emerge what it needs for png support.... obviously it didn't work.

Overall Eterm runs but doesn't have its graphics which is the whole point of Eterm....

Thanks,

Q
_________________
TronicsMasta
Back to top
View user's profile Send private message
jrtayloriv
Tux's lil' helper
Tux's lil' helper


Joined: 31 Dec 2004
Posts: 149
Location: N. Idaho

PostPosted: Tue Jan 09, 2007 2:19 am    Post subject: check that dependencies have PNG flag enabled Reply with quote

Some of the dependencies for eterm, might require PNG support as well. Some of these might have already been installed before you emerged eterm, so you will have to manually remerge them with the USE="png" flag as well. You can look up the dependencies in the package database...

hope this helps,
jrtayloriv
Back to top
View user's profile Send private message
tronicsmasta
n00b
n00b


Joined: 23 Nov 2005
Posts: 18

PostPosted: Tue Jan 09, 2007 11:01 pm    Post subject: Reply with quote

can i just use a USE="png" Emerge world?
_________________
TronicsMasta
Back to top
View user's profile Send private message
tronicsmasta
n00b
n00b


Joined: 23 Nov 2005
Posts: 18

PostPosted: Tue Jan 09, 2007 11:13 pm    Post subject: Reply with quote

correction... that doesnt work!! lol

How can i remove the dependencies that it installed when i first emerged it so i can do a

USE="png" emerge eterm?

thanks
_________________
TronicsMasta
Back to top
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Sat Jan 13, 2007 5:15 am    Post subject: Reply with quote

Either use emerge -av --depclean or examine /var/log/emerge.log and therein locate when x11-terms/eterm was installed then determine the dependencies installed at that time.
Back to top
View user's profile Send private message
kraix
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2005
Posts: 93

PostPosted: Sat Jan 13, 2007 5:20 am    Post subject: Reply with quote

you could try:

Code:


USE="png" emerge -uDNpv eterm



This should pick up a lot of the down and dirties from just eterm, but i would suggest just adding the png flag to your make.conf use variable. that way you can just do emerge -uDNpv world to check that everything caught up then emerge it for real.
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