This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients andres, gvanrossum, loewis, nnorwitz
Date 2007-10-30.21:00:39
SpamBayes Score 0.0010449912
Marked as misclassified No
Message-id <1193778039.95.0.644110902215.issue1358@psf.upfronthosting.co.za>
In-reply-to
Content
There is an autoconf test that tries to compile

| #include <unistd.h>
| int
| main ()
| {
| setpgrp(0,0);
|   ;
|   return 0;
| }

(with many additional defines - see config.log.gz). This file compiles
with the error message

conftest.c:185: error: too many arguments to function 'setpgrp'

hence configure concludes that SETPGRP_HAVE_ARG should *not* be defined
- yet you say it works when it is defined.

Can somebody with access to the system resolve this mystery? Studying
the header file that has the setpgrp declaration is probably necessary.
History
Date User Action Args
2007-10-30 21:00:40loewissetspambayes_score: 0.00104499 -> 0.0010449912
recipients: + loewis, gvanrossum, nnorwitz, andres
2007-10-30 21:00:40loewissetspambayes_score: 0.00104499 -> 0.00104499
messageid: <1193778039.95.0.644110902215.issue1358@psf.upfronthosting.co.za>
2007-10-30 21:00:39loewislinkissue1358 messages
2007-10-30 21:00:39loewiscreate