| View previous topic :: View next topic |
| Author |
Message |
matthew n00b

Joined: 10 Apr 2002 Posts: 27 Location: Wellington, NZ
|
Posted: Thu May 29, 2003 5:44 am Post subject: Portage errors whilst compiling MY code |
|
|
Hi,
Recently I've started noticing the following error whilst compiling code that has nothing to do with emerge's.
| Code: |
*** You are not in the portage group. You may experience cache problems
*** due to permissions preventing the creation of the on-disk cache.
*** Please add this user to the portage group if you wish to use portage.
|
The system is fully up to date, and the compile is being run as a non-root user.
Does anyone have any ideas why I might be dragging in some of portage.py whilst compiling my QT application?
Cheers
Matthew |
|
| Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 15989 Location: Colorado
|
Posted: Thu May 29, 2003 8:02 pm Post subject: |
|
|
What are you doing (comands) that produces the message? _________________ Safety is my gaol.
US Constitution | Amendments |
|
| Back to top |
|
 |
matthew n00b

Joined: 10 Apr 2002 Posts: 27 Location: Wellington, NZ
|
Posted: Thu May 29, 2003 10:59 pm Post subject: |
|
|
I've done a bit of poking around, and found it to be when "/usr/bin/gcc-config --get-bin-path" is executed from g++.
Looking at gcc-config I see that it executes a small python script to get the CHOST environment variable, and that's when portage is printing out the error message.
Matthew |
|
| Back to top |
|
 |
zwelch n00b

Joined: 09 Mar 2003 Posts: 5 Location: Corvallis, Oregon, USA
|
Posted: Fri May 30, 2003 4:58 am Post subject: |
|
|
| Upgrade to the latest gcc-config-1.3.3-r1 to solve this problem. |
|
| Back to top |
|
 |
|