You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jim Jagielski <ji...@jaguNET.com> on 2002/09/10 22:09:39 UTC

Jaguar autoconf bug

>From http://www.osxgnu.org/#jagbugs

"August, 31 2002: Major Bug found in the GNU Autoconf implementation on 10.2 Jaguar!
In the file /usr/share/autoconf/autoconf.m4f line 7294 should read:

exit (setpgrp (0,0) == -1);])],

not

exit (setpgrp (1,1) == -1);])],
As a result any program using GNU configure may not compile (just about all of them). You may wish to edit this file to reflect the above changes"
-- 
===========================================================================
   Jim Jagielski   [|]   jim@jaguNET.com   [|]   http://www.jaguNET.com/
      "A society that will trade a little liberty for a little order
             will lose both and deserve neither" - T.Jefferson

Re: Jaguar autoconf bug

Posted by Sander van Zoest <sa...@yahoo-inc.com>.
On Tue, Sep 10, 2002 at 04:09:39PM -0400, Jim Jagielski wrote:
> >From http://www.osxgnu.org/#jagbugs
> 
> "August, 31 2002: Major Bug found in the GNU Autoconf implementation on 10.2 Jaguar!
> In the file /usr/share/autoconf/autoconf.m4f line 7294 should read:
> 
> exit (setpgrp (0,0) == -1);])],
> 
> not
> 
> exit (setpgrp (1,1) == -1);])],
> As a result any program using GNU configure may not compile (just about all of them). You may wish to edit this file to reflect the above changes"
> -- 

There is a new August 2002 Dev Tools 10.2 Update available from ADC.

-- <http://developer.apple.com/>
August 2002 Dev Tools 10.2 Update

The August 2002 Mac OS X Developer Tools Update addresses issues with the July 2002 Mac OS X Developer Tools originally released with Mac OS X version 10.2 (Jaguar build 6C115 or later).

File Name                           Date Posted   Format     File Size

August 2002 Dev Tools 10.2 Update   28 Aug 2002   MacBinary  9.9 MB 

-- <http://developer.apple.com/tools/>
"Note: An August 2002 Developer Tools Update has just been released, which 
 provides an update to the July 2002 Mac OS X Developer Tools. This important 
 patch addresses problems with the development tools (including gcc, gdb, 
 and Interface Builder) that were solved too late to ship with the July 2002 
 Developer Tools that ship with Mac OS X version 10.2.x. IOKit and kernel 
 developers in particular should install this patch before building release 
 versions of their kexts. [August 29 2002]"


I am not sure if this addresses this issue, since I do not have my
machine with me. But I wouldn't be too surprised if it did.

-- 
Sander van Zoest                                          +1 (619) 881-3000
Yahoo!, Inc.                                           sander@yahoo-inc.com
<http://www.yahoo.com/>                       <http://sander.vanzoest.com/>

Re: Jaguar autoconf bug

Posted by Sander van Zoest <sa...@yahoo-inc.com>.
On Tue, Sep 10, 2002 at 04:09:39PM -0400, Jim Jagielski wrote:
> >From http://www.osxgnu.org/#jagbugs
> 
> "August, 31 2002: Major Bug found in the GNU Autoconf implementation on 10.2 Jaguar!
> In the file /usr/share/autoconf/autoconf.m4f line 7294 should read:
> 
> exit (setpgrp (0,0) == -1);])],
> 
> not
> 
> exit (setpgrp (1,1) == -1);])],
> As a result any program using GNU configure may not compile (just about all of them). You may wish to edit this file to reflect the above changes"
> -- 

There is a new August 2002 Dev Tools 10.2 Update available from ADC.

-- <http://developer.apple.com/>
August 2002 Dev Tools 10.2 Update

The August 2002 Mac OS X Developer Tools Update addresses issues with the July 2002 Mac OS X Developer Tools originally released with Mac OS X version 10.2 (Jaguar build 6C115 or later).

File Name                           Date Posted   Format     File Size

August 2002 Dev Tools 10.2 Update   28 Aug 2002   MacBinary  9.9 MB 

-- <http://developer.apple.com/tools/>
"Note: An August 2002 Developer Tools Update has just been released, which 
 provides an update to the July 2002 Mac OS X Developer Tools. This important 
 patch addresses problems with the development tools (including gcc, gdb, 
 and Interface Builder) that were solved too late to ship with the July 2002 
 Developer Tools that ship with Mac OS X version 10.2.x. IOKit and kernel 
 developers in particular should install this patch before building release 
 versions of their kexts. [August 29 2002]"


I am not sure if this addresses this issue, since I do not have my
machine with me. But I wouldn't be too surprised if it did.

-- 
Sander van Zoest                                          +1 (619) 881-3000
Yahoo!, Inc.                                           sander@yahoo-inc.com
<http://www.yahoo.com/>                       <http://sander.vanzoest.com/>