Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.utils.help > #308
| Newsgroups | gnu.utils.help |
|---|---|
| Date | 2016-08-22 00:13 -0700 |
| References | <6ughmg$a9n$1@nnrp1.dejanews.com>#1/1> |
| Message-ID | <6dd4c6dc-c532-435e-bf94-6c9a252cc5c2@googlegroups.com> (permalink) |
| Subject | Re: make: Reaping losing child problem. |
| From | xiangxiang.zhou@upai.com |
On Friday, September 25, 1998 at 3:00:00 PM UTC+8, pares...@my-dejanews.com wrote: > We are using make version 3.70 and 3.76.1 of make. > We use the vpath feature. > > On Solaris 2.5.1, make 3.70 works fine. > We moved all our source files and scripts to Solaris 2.6 and installed > both 3.70 and 3.76.1 versions of make on this machine. > > On this machine, we get make failure as follows: > > If the souce file (*.C) is in the current directory, make is successful. > But if the source file is in a different directory, make fails with the > foll. message (with the -d flag turned on): > > Reaping winning child 0x0005c7c0 PID 10049 > Child access: user 20327 (real 20327), group 2021 (real 2021) > Live child 0x0005c7c0 PID 10051 > Reaping losing child 0x0005c7c0 PID 10051 > make: *** [/dvlp/src/cmd/collect.o] Error 1 > Removing child 0x0005c7c0 PID 10051 from chain. > > > Here, /dvlp/src/cmd is NOT the current working directory. > The object file (collect.o) is compiled successfully, so we know that > CC (compile) was successful. > > Can someone tell us why make is failing? > If possible, please reply to: paresh.shah@convergys.com > > Thanks in advance. > > > > -----== Posted via Deja News, The Leader in Internet Discussion ==----- > http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum I saw this problem as well. You can remove the previous installed python library in `/usr/local/lib` or `/usr/lib`, and try again. This works for me, although I don't know the reason.
Back to gnu.utils.help | Previous | Next | Find similar
Re: make: Reaping losing child problem. xiangxiang.zhou@upai.com - 2016-08-22 00:13 -0700
csiph-web