View previous topic :: View next topic |
Author |
Message |
BennyP Guru
Joined: 09 May 2003 Posts: 503 Location: Jerusalem, Israel
|
Posted: Wed Sep 15, 2004 2:05 am Post subject: emerge portage fails |
|
|
alakazoiks! Code: | ./create-localdecls
Checking truncate argument type... off_t
Checking libc version... ./create-localdecls: line 1: ldd: command not found
./create-localdecls: line 1: /bin/uname: No such file or directory
./create-localdecls: line 56: [: mips: unary operator expected
cc -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -Wall -c libsandbox.c
libsandbox.c: In function `open':
libsandbox.c:541: warning: `mode_t' is promoted to `int' when passed through `...'
libsandbox.c:541: warning: (so you should pass `int' not `mode_t' to `va_arg')
libsandbox.c: In function `init_env_entries':
libsandbox.c:955: warning: implicit declaration of function `strndupa'
libsandbox.c:955: warning: assignment makes pointer from integer without a cast
libsandbox.c:964: warning: implicit declaration of function `strndup'
libsandbox.c:964: warning: assignment makes pointer from integer without a cast
In file included from libsandbox.c:1363:
getcwd.c:224:1: warning: "__lstat" redefined
getcwd.c:207:1: warning: this is the location of the previous definition
In file included from libsandbox.c:1363:
getcwd.c: In function `__egetcwd':
getcwd.c:346: error: `__ptr_t' undeclared (first use in this function)
getcwd.c:346: error: (Each undeclared identifier is reported only once
getcwd.c:346: error: for each function it appears in.)
getcwd.c:346: error: parse error before "dotlist"
getcwd.c:388: warning: implicit declaration of function `_D_ALLOC_NAMLEN'
getcwd.c:419: warning: implicit declaration of function `_D_EXACT_NAMLEN'
getcwd.c:443: error: void value not ignored as it ought to be
getcwd.c:461: error: parse error before "dotlist"
getcwd.c:472: error: parse error before "dotlist"
getcwd.c: In function `egetcwd':
getcwd.c:483: error: argument `size' doesn't match prototype
libsandbox.c:136: error: prototype declaration
In file included from libsandbox.c:1364:
canonicalize.c: In function `erealpath':
canonicalize.c:153: warning: implicit declaration of function `__mempcpy'
canonicalize.c:153: warning: assignment makes pointer from integer without a cast
canonicalize.c:163: error: void value not ignored as it ought to be
make: *** [libsandbox.o] Error 1
|
_________________ Could it be? |
|
Back to top |
|
|
JoseJX Retired Dev
Joined: 28 Apr 2002 Posts: 2774
|
Posted: Tue Sep 21, 2004 2:30 pm Post subject: |
|
|
Which version of portage are you trying to install? Only the 2.0.51 versions of portage work with MacOS. |
|
Back to top |
|
|
cjmartin n00b
Joined: 27 Sep 2004 Posts: 1
|
Posted: Mon Sep 27, 2004 6:01 pm Post subject: fails with 2.0.51_rc6 |
|
|
When I try and emerge portage with 2.0.51_rc6 it gives me an error about not owning a bunch of other files that it wants to overwrite. Does this have something to do with the collision checking? If so, how do I know when I can get a new portage, and how do I get it? |
|
Back to top |
|
|
JoseJX Retired Dev
Joined: 28 Apr 2002 Posts: 2774
|
Posted: Mon Sep 27, 2004 11:44 pm Post subject: |
|
|
On a fresh install, portage is unaware that it owns its own files. Turning off collision detection for this one package should be safe. The next version of the installer should fix this problem. |
|
Back to top |
|
|
|