Bug #16251 Updated: config.guess returns value incompatible with configure

2002-03-25 Thread cynic

 ID:   16251
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Analyzed
 Bug Type: *Configuration Issues
 Operating System: UnixWare 7.1.1
 PHP Version:  4.1.2
 New Comment:

patches to the faulty third-party tools would be better IMO.
consider a manual fix applied to configure.in (or whatever) in 
a release, and this typical scenario:

PHP v. X.Y.Z, feature foo doesn't work
can you try a snapshot?
i can't configure it
um, yes. hack configure.in this and that way, and rerun buildconf

manual hacks to released sources would mean much less testing 
IMNSHO.



Previous Comments:


[2002-03-25 04:53:50] [EMAIL PROTECTED]

problem is in autoconf, not php itself

maybe we could apply manual fixes for releases?



[2002-03-25 04:23:55] [EMAIL PROTECTED]

Hi !

On UnixWare 7.1.1 config.guess returns value

i486-unknown-sysv5UnixWare7.1.1

, but configure script expects on this operating system value of type
i486-unknown-sysv5uw7.1.1
So --host=i486-unknown-sysv5uw7.1.1 must be specified to get correct
configuration on this system. This behavior is at least since PHP 4.0.6
and in 4.2.0RC1 is still present. Probably the same problem is on any
version of UnixWare including Caldera OpenUNIX 8. Config.guess should
be modified to return e.g. sysv5uw7 (i.e. uw instead of UnixWare).

Pavel





-- 
Edit this bug report at http://bugs.php.net/?id=16251edit=1




Bug #16251 Updated: config.guess returns value incompatible with configure

2002-03-25 Thread derick

 ID:   16251
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Analyzed
+Status:   Feedback
 Bug Type: *Configuration Issues
 Operating System: UnixWare 7.1.1
 PHP Version:  4.1.2
 New Comment:

Can you try 4.2.0rc1 from www.php.net/~derick ? It was build with a
newer autoconf (2.52).

Derick


Previous Comments:


[2002-03-25 05:12:46] [EMAIL PROTECTED]

patches to the faulty third-party tools would be better IMO.
consider a manual fix applied to configure.in (or whatever) in 
a release, and this typical scenario:

PHP v. X.Y.Z, feature foo doesn't work
can you try a snapshot?
i can't configure it
um, yes. hack configure.in this and that way, and rerun buildconf

manual hacks to released sources would mean much less testing 
IMNSHO.




[2002-03-25 04:53:50] [EMAIL PROTECTED]

problem is in autoconf, not php itself

maybe we could apply manual fixes for releases?



[2002-03-25 04:23:55] [EMAIL PROTECTED]

Hi !

On UnixWare 7.1.1 config.guess returns value

i486-unknown-sysv5UnixWare7.1.1

, but configure script expects on this operating system value of type
i486-unknown-sysv5uw7.1.1
So --host=i486-unknown-sysv5uw7.1.1 must be specified to get correct
configuration on this system. This behavior is at least since PHP 4.0.6
and in 4.2.0RC1 is still present. Probably the same problem is on any
version of UnixWare including Caldera OpenUNIX 8. Config.guess should
be modified to return e.g. sysv5uw7 (i.e. uw instead of UnixWare).

Pavel





-- 
Edit this bug report at http://bugs.php.net/?id=16251edit=1




Bug #16251 Updated: config.guess returns value incompatible with configure

2002-03-25 Thread Pavel . Zakouril

 ID:   16251
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Feedback
+Status:   Open
 Bug Type: *Configuration Issues
 Operating System: UnixWare 7.1.1
 PHP Version:  4.1.2
 New Comment:

This problem is still present also in 4.2.0rc1.

See lines in configure like

sysv5uw[78]* | sysv4*uw2*)
  lt_cv_deplibs_check_method=pass_all
  ;;

This line never match sysv5UnixWare7.1.1, but it should match. Or
config.guess should return sysv5uw7.1.1 instead.


Previous Comments:


[2002-03-25 07:46:30] [EMAIL PROTECTED]

Can you try 4.2.0rc1 from www.php.net/~derick ? It was build with a
newer autoconf (2.52).

Derick



[2002-03-25 05:12:46] [EMAIL PROTECTED]

patches to the faulty third-party tools would be better IMO.
consider a manual fix applied to configure.in (or whatever) in 
a release, and this typical scenario:

PHP v. X.Y.Z, feature foo doesn't work
can you try a snapshot?
i can't configure it
um, yes. hack configure.in this and that way, and rerun buildconf

manual hacks to released sources would mean much less testing 
IMNSHO.




[2002-03-25 04:53:50] [EMAIL PROTECTED]

problem is in autoconf, not php itself

maybe we could apply manual fixes for releases?



[2002-03-25 04:23:55] [EMAIL PROTECTED]

Hi !

On UnixWare 7.1.1 config.guess returns value

i486-unknown-sysv5UnixWare7.1.1

, but configure script expects on this operating system value of type
i486-unknown-sysv5uw7.1.1
So --host=i486-unknown-sysv5uw7.1.1 must be specified to get correct
configuration on this system. This behavior is at least since PHP 4.0.6
and in 4.2.0RC1 is still present. Probably the same problem is on any
version of UnixWare including Caldera OpenUNIX 8. Config.guess should
be modified to return e.g. sysv5uw7 (i.e. uw instead of UnixWare).

Pavel





-- 
Edit this bug report at http://bugs.php.net/?id=16251edit=1