| View previous topic :: View next topic |
| Author |
Message |
rahulthewall Veteran


Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Mon Mar 31, 2008 12:51 pm Post subject: package.use not being read [solved] |
|
|
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 |
|
 |
notHerbert Advocate


Joined: 11 Mar 2008 Posts: 2228 Location: 45N 73W
|
Posted: Mon Mar 31, 2008 1:26 pm Post subject: |
|
|
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 |
|
 |
rahulthewall Veteran


Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Mon Mar 31, 2008 1:48 pm Post subject: |
|
|
But what about the others, that must still be read. What is the problem there? _________________ Who shall guard the guards? |
|
| Back to top |
|
 |
John R. Graham Administrator


Joined: 08 Mar 2005 Posts: 4460 Location: Somewhere over Atlanta, Georgia
|
Posted: Mon Mar 31, 2008 2:01 pm Post subject: |
|
|
Please post the output of | Code: | | emerge -vp openoffice | - John _________________ Yoda: "Intentionally left blank, this space is." |
|
| Back to top |
|
 |
notHerbert Advocate


Joined: 11 Mar 2008 Posts: 2228 Location: 45N 73W
|
Posted: Mon Mar 31, 2008 2:03 pm Post subject: |
|
|
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 |
|
 |
rahulthewall Veteran


Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Mon Mar 31, 2008 2:40 pm Post subject: |
|
|
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 .  _________________ Who shall guard the guards? |
|
| Back to top |
|
 |
John R. Graham Administrator


Joined: 08 Mar 2005 Posts: 4460 Location: Somewhere over Atlanta, Georgia
|
Posted: Mon Mar 31, 2008 4:04 pm Post subject: |
|
|
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.
- John _________________ Yoda: "Intentionally left blank, this space is." |
|
| Back to top |
|
 |
neysx Retired Dev


Joined: 27 Jan 2003 Posts: 795
|
Posted: Mon Mar 31, 2008 4:22 pm Post subject: |
|
|
| 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 |
|
 |
John R. Graham Administrator


Joined: 08 Mar 2005 Posts: 4460 Location: Somewhere over Atlanta, Georgia
|
Posted: Mon Mar 31, 2008 4:26 pm Post subject: |
|
|
Arg! _________________ Yoda: "Intentionally left blank, this space is." |
|
| Back to top |
|
 |
rahulthewall Veteran


Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Mon Mar 31, 2008 8:27 pm Post subject: |
|
|
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 |
|
 |
|