Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] can't emerge man-1.6-r1
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
v3rtigo
Apprentice
Apprentice


Joined: 15 Jun 2004
Posts: 179

PostPosted: Wed Jul 20, 2005 8:58 pm    Post subject: [SOLVED] can't emerge man-1.6-r1 Reply with quote

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
View user's profile Send private message
BradN
Advocate
Advocate


Joined: 19 Apr 2002
Posts: 2270
Location: Wisconsin (USA)

PostPosted: Thu Jul 21, 2005 12:08 am    Post subject: Reply with quote

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
View user's profile Send private message
v3rtigo
Apprentice
Apprentice


Joined: 15 Jun 2004
Posts: 179

PostPosted: Thu Jul 21, 2005 7:58 pm    Post subject: Reply with quote

It didn't fixed the problem
Back to top
View user's profile Send private message
BradN
Advocate
Advocate


Joined: 19 Apr 2002
Posts: 2270
Location: Wisconsin (USA)

PostPosted: Sat Jul 23, 2005 7:58 pm    Post subject: Reply with quote

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
View user's profile Send private message
bix0r
n00b
n00b


Joined: 24 Jul 2005
Posts: 4
Location: Akureyri, Iceland

PostPosted: Sun Jul 24, 2005 12:52 am    Post subject: Reply with quote

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
View user's profile Send private message
v3rtigo
Apprentice
Apprentice


Joined: 15 Jun 2004
Posts: 179

PostPosted: Sun Jul 24, 2005 9:59 am    Post subject: Reply with quote

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
View user's profile Send private message
bix0r
n00b
n00b


Joined: 24 Jul 2005
Posts: 4
Location: Akureyri, Iceland

PostPosted: Sun Jul 24, 2005 2:00 pm    Post subject: Reply with quote

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
View user's profile Send private message
Bigun
Veteran
Veteran


Joined: 21 Sep 2003
Posts: 1805

PostPosted: Tue Aug 23, 2005 10:51 am    Post subject: Reply with quote

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
View user's profile Send private message
STrRedWolf
n00b
n00b


Joined: 02 Sep 2002
Posts: 44

PostPosted: Mon Sep 26, 2005 12:02 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum