Gentoo Forums
Gentoo Forums
Quick Search: in
package.use not being read [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
rahulthewall
Veteran
Veteran


Joined: 01 Nov 2007
Posts: 1264
Location: Zürich

PostPosted: Mon Mar 31, 2008 12:51 pm    Post subject: package.use not being read [solved] Reply with quote

I created the file /etc/portage/package.use and its contents are:

Code:

app-office/oppenoffice sound
mail-client/thunderbird ldap -crypt
net-im/pidgin prediction
net-dns/avahi mdnsresponder-compat


However, emerge is not reading this file. That is, the use variables declared here do not have effect when I install the packages. Just as a mention, I am using the testing branch, that is, my make.conf has the following line:

Code:

ACCEPT_KEYWORDS="~x86"


Help! :)
_________________
Who shall guard the guards?


Last edited by rahulthewall on Mon Mar 31, 2008 8:28 pm; edited 1 time in total
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Mon Mar 31, 2008 1:26 pm    Post subject: Reply with quote

I just got this message from portge on an upgrade, maybe it can help
Code:
USE=crypt has been changed to USE=loop-aes.  If you need
 * support for it, make sure to update your USE accordingly.
 * Regenerating GNU info directory index...
Back to top
View user's profile Send private message
rahulthewall
Veteran
Veteran


Joined: 01 Nov 2007
Posts: 1264
Location: Zürich

PostPosted: Mon Mar 31, 2008 1:48 pm    Post subject: Reply with quote

But what about the others, that must still be read. What is the problem there?
_________________
Who shall guard the guards?
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 4460
Location: Somewhere over Atlanta, Georgia

PostPosted: Mon Mar 31, 2008 2:01 pm    Post subject: Reply with quote

Please post the output of
Code:
emerge -vp openoffice
- John
_________________
Yoda: "Intentionally left blank, this space is."
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Mon Mar 31, 2008 2:03 pm    Post subject: Reply with quote

It's supposed to just work by default, from man emerge
Quote:
If you want those USE settings to be more per-
manent, you can put them in /etc/portage/package.use instead.

Can you try re-emerging portage maybe?
Back to top
View user's profile Send private message
rahulthewall
Veteran
Veteran


Joined: 01 Nov 2007
Posts: 1264
Location: Zürich

PostPosted: Mon Mar 31, 2008 2:40 pm    Post subject: Reply with quote

Yeah, reemrging portage also did not help. I really do not what is wrong, maybe I need to rebuild the entire system and world once more. Just getting a little desperate here, I need my computer back asap . :P
_________________
Who shall guard the guards?
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 4460
Location: Somewhere over Atlanta, Georgia

PostPosted: Mon Mar 31, 2008 4:04 pm    Post subject: Reply with quote

These text files, including "/etc/portage/package.use", are sensitive to line end conventions. Can you ensure that each line is terminated with a single LF (0x0a) and not with a CR (0x0d) or CR/LF. Try
Code:
od -tx1c /etc/portage/package.use
And, also note my other information request. :wink:

- John
_________________
Yoda: "Intentionally left blank, this space is."
Back to top
View user's profile Send private message
neysx
Retired Dev
Retired Dev


Joined: 27 Jan 2003
Posts: 795

PostPosted: Mon Mar 31, 2008 4:22 pm    Post subject: Reply with quote

computer wrote:
$ emerge -vp app-office/oppenoffice

These are the packages that would be merged, in order:

Calculating dependencies .
emerge: there are no ebuilds to satisfy "app-office/oppenoffice".
You might have more luck with app-office/openoffice ;-)
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 4460
Location: Somewhere over Atlanta, Georgia

PostPosted: Mon Mar 31, 2008 4:26 pm    Post subject: Reply with quote

Arg!
_________________
Yoda: "Intentionally left blank, this space is."
Back to top
View user's profile Send private message
rahulthewall
Veteran
Veteran


Joined: 01 Nov 2007
Posts: 1264
Location: Zürich

PostPosted: Mon Mar 31, 2008 8:27 pm    Post subject: Reply with quote

OK, the problem has been solved, as suggested earlier here, it was aproblem with the line breaks.
_________________
Who shall guard the guards?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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