| View previous topic :: View next topic |
| Author |
Message |
v3rtigo Apprentice

Joined: 15 Jun 2004 Posts: 179
|
Posted: Wed Jul 20, 2005 8:58 pm Post subject: [SOLVED] can't emerge man-1.6-r1 |
|
|
If i try i get this error:
| Code: |
cd src; ../conf_script Makefile
Creating Makefile from Makefile.in
cd src; make
make[1]: Entering directory `/var/tmp/portage/man-1.6-r1/work/man-1.6/src'
o makemsg makemsg.c
make[1]: o: Command not found
make[1]: [makemsg] Error 127 (ignored)
./makemsg ../msgs/mess.en gripedefs.h msg.c
make[1]: ./makemsg: Command not found
make[1]: *** [gripedefs.h] Error 127
make[1]: Leaving directory `/var/tmp/portage/man-1.6-r1/work/man-1.6/src'
make: *** [source] Error 2
|
Last edited by v3rtigo on Sun Jul 24, 2005 10:00 am; edited 1 time in total |
|
| Back to top |
|
 |
BradN Advocate


Joined: 19 Apr 2002 Posts: 2270 Location: Wisconsin (USA)
|
Posted: Thu Jul 21, 2005 12:08 am Post subject: |
|
|
| add MAKEOPTS="-j1" to your /etc/make.conf - it's possible this was a bug I had earlier, but the output doesn't look very familiar so i'm not sure. |
|
| Back to top |
|
 |
v3rtigo Apprentice

Joined: 15 Jun 2004 Posts: 179
|
Posted: Thu Jul 21, 2005 7:58 pm Post subject: |
|
|
| It didn't fixed the problem |
|
| Back to top |
|
 |
BradN Advocate


Joined: 19 Apr 2002 Posts: 2270 Location: Wisconsin (USA)
|
Posted: Sat Jul 23, 2005 7:58 pm Post subject: |
|
|
it doesn't look like other people are having the same problem - try emerge sync and see if it still does it. Otherwise I don't now what to tell you  |
|
| Back to top |
|
 |
bix0r n00b

Joined: 24 Jul 2005 Posts: 4 Location: Akureyri, Iceland
|
Posted: Sun Jul 24, 2005 12:52 am Post subject: |
|
|
| BradN wrote: | it doesn't look like other people are having the same problem - try emerge sync and see if it still does it. Otherwise I don't now what to tell you  |
I actually had that same problem.
After some "debugging" I tryed | Code: | | CC_FOR_BUILD=gcc emerge man | and it worked
but a better solution is probably to recompile gcc so that you have the right gcc according to your CBUILD variable (emerge info)
the problem is that according to your CBUILD you are supposed to have a /usr/bin/${CBUILD}-gcc file which does not exist, and therefore BUILD_CC in man-1.6.1/src/Makefile is empty and you get an error because of it
biggi. |
|
| Back to top |
|
 |
v3rtigo Apprentice

Joined: 15 Jun 2004 Posts: 179
|
Posted: Sun Jul 24, 2005 9:59 am Post subject: |
|
|
| bix0r wrote: | | BradN wrote: | it doesn't look like other people are having the same problem - try emerge sync and see if it still does it. Otherwise I don't now what to tell you  |
I actually had that same problem.
After some "debugging" I tryed | Code: | | CC_FOR_BUILD=gcc emerge man | and it worked
but a better solution is probably to recompile gcc so that you have the right gcc according to your CBUILD variable (emerge info)
the problem is that according to your CBUILD you are supposed to have a /usr/bin/${CBUILD}-gcc file which does not exist, and therefore BUILD_CC in man-1.6.1/src/Makefile is empty and you get an error because of it
biggi. |
Tnx that fixed the problem, i will recompile gcc later, but i had no problem compiling other packages. |
|
| Back to top |
|
 |
bix0r n00b

Joined: 24 Jul 2005 Posts: 4 Location: Akureyri, Iceland
|
Posted: Sun Jul 24, 2005 2:00 pm Post subject: |
|
|
| vertigo_ wrote: |
Tnx that fixed the problem, i will recompile gcc later, but i had no problem compiling other packages. |
I had a similar problem with busybox but in there it uses /usr/bin/i586-pc-linux-gnu-gcc so I had to symlink to gcc to get it to work. |
|
| Back to top |
|
 |
Bigun Veteran


Joined: 21 Sep 2003 Posts: 1805
|
Posted: Tue Aug 23, 2005 10:51 am Post subject: |
|
|
Looks like it's just for man-1.6-r1.
Fixed it for me. _________________ Sadhu Sundar Singh - responding to Darwinian Evolution - "...but I am more interested in Divine Selection and survival of the unfit" |
|
| Back to top |
|
 |
STrRedWolf n00b

Joined: 02 Sep 2002 Posts: 44
|
Posted: Mon Sep 26, 2005 12:02 am Post subject: |
|
|
| I just ran into this problem while doing an emerge -Du --newuse world. I thought it was MAKE_OPTS and FEATURES getting in the way, but guess again. I filed a bug about this in Bugzilla. |
|
| Back to top |
|
 |
|