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


Joined: 01 Nov 2007 Posts: 831 Location: Bremen, DE
|
Posted: Mon Mar 31, 2008 7:51 am 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 3:28 pm; edited 1 time in total |
|
| Back to top |
|
 |
notHerbert Veteran


Joined: 11 Mar 2008 Posts: 2228 Location: 45N 73W
|
Posted: Mon Mar 31, 2008 8:26 am 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 l33t


Joined: 01 Nov 2007 Posts: 831 Location: Bremen, DE
|
Posted: Mon Mar 31, 2008 8:48 am 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 Veteran


Joined: 08 Mar 2005 Posts: 1314 Location: Somewhere over Atlanta, Georgia, USA
|
Posted: Mon Mar 31, 2008 9:01 am Post subject: |
|
|
Please post the output of | Code: | | emerge -vp openoffice | - John _________________ This space intentionally left blank. |
|
| Back to top |
|
 |
notHerbert Veteran


Joined: 11 Mar 2008 Posts: 2228 Location: 45N 73W
|
Posted: Mon Mar 31, 2008 9:03 am 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 l33t


Joined: 01 Nov 2007 Posts: 831 Location: Bremen, DE
|
Posted: Mon Mar 31, 2008 9:40 am 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 Veteran


Joined: 08 Mar 2005 Posts: 1314 Location: Somewhere over Atlanta, Georgia, USA
|
Posted: Mon Mar 31, 2008 11:04 am 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 _________________ This space intentionally left blank. |
|
| Back to top |
|
 |
neysx Developer


Joined: 27 Jan 2003 Posts: 785
|
Posted: Mon Mar 31, 2008 11:22 am 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 Veteran


Joined: 08 Mar 2005 Posts: 1314 Location: Somewhere over Atlanta, Georgia, USA
|
Posted: Mon Mar 31, 2008 11:26 am Post subject: |
|
|
Arg! _________________ This space intentionally left blank. |
|
| Back to top |
|
 |
rahulthewall l33t


Joined: 01 Nov 2007 Posts: 831 Location: Bremen, DE
|
Posted: Mon Mar 31, 2008 3: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 |
|
 |
|