Bug #62460 [Com]: php binaries installed as binary.dSYM

2012-11-18 Thread le...@php.net
Edit report at https://bugs.php.net/bug.php?id=62460edit=1

 ID: 62460
 Comment by: le...@php.net
 Reported by:phpbugs at adam dot gs
 Summary:php binaries installed as binary.dSYM
 Status: Closed
 Type:   Bug
 Package:*Compile Issues
 Operating System:   OSX 10.8
 PHP Version:5.3.14
 Assigned To:johannes
 Block user comment: N
 Private report: N

 New Comment:

As someone who is showing up late to the party; is it safe to rename the file 
`php.dSYM` to `php` or should I apply the patch, reconfigure, recompile, etc?


Previous Comments:

[2012-08-06 03:31:39] s...@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.




[2012-08-06 03:28:09] s...@php.net

Automatic comment on behalf of reeze@gmail.com
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=07ee764e5709dc8d9f26382d8e7438696f5bb834
Log: Fixed bug #62460 (php binaries installed as binary.dSYM)


[2012-07-20 02:55:21] reeze dot xia at gmail dot com

Hi, 
  The new released PHP-5.3.15 still have this bug. you could use the 
distributed tar package to reproduce.
using google to search php.dSYM there are a lot of result about it.

Thanks


[2012-07-19 06:45:26] larue...@php.net

johannes, could you please look at this? 

thanks


[2012-07-19 06:32:38] reeze dot xia at gmail dot com

Hi, 
  OSX 10.9 haven't exist at all, although *nix os didn't have any extension for
executable. but I'm ok with *darwin* match too.




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

https://bugs.php.net/bug.php?id=62460


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


Bug #62460 [Com]: php binaries installed as binary.dSYM

2012-07-19 Thread reeze dot xia at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=62460edit=1

 ID: 62460
 Comment by: reeze dot xia at gmail dot com
 Reported by:phpbugs at adam dot gs
 Summary:php binaries installed as binary.dSYM
 Status: Open
 Type:   Bug
 Package:*Compile Issues
 Operating System:   OSX 10.8
 PHP Version:5.3.14
 Block user comment: N
 Private report: N

 New Comment:

Hi, 
  OSX 10.9 haven't exist at all, although *nix os didn't have any extension for
executable. but I'm ok with *darwin* match too.


Previous Comments:

[2012-07-18 17:56:00] phpbugs at adam dot gs

Perhaps we should just reduce that check to *darwin*? If not its just as likely 
to break again on 10.9, the *darwin* test seems much simpler in any event.


Interestingly I saw that line and though, that's not it because it works on 
10.7 for me I just retested and it DOES break on 10.7.


[2012-07-18 17:13:11] reeze dot xia at gmail dot com

Hi, 
   I can verify this bug. 
here is another case: http://news.php.net/php.internals/61261

and I'v made pull request: https://github.com/php/php-src/pull/135


[2012-07-15 20:19:09] phpbugs at adam dot gs

I did not run buildconf and doesn't appear osx dev tools installs any autoconf


[2012-07-15 17:13:56] reeze dot xia at gmail dot com

do you run ./buildconf yourself and which version of autoconf in your box?


[2012-07-02 00:51:51] phpbugs at adam dot gs

Description:

PHP installs the cli/cgi SAPI binaries as binary.dSYM instead of simply binary


It seems like this block of code:
  *.c | *.o | *.obj) ;;
inside the configure script (around line 108113) needs to be extended to ignore 
the .dSYM extension.

Test script:
---
N/A

Expected result:

/usr/local/bin/php

Actual result:
--
/usr/local/bin/php.dSYM






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


Bug #62460 [Com]: php binaries installed as binary.dSYM

2012-07-19 Thread reeze dot xia at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=62460edit=1

 ID: 62460
 Comment by: reeze dot xia at gmail dot com
 Reported by:phpbugs at adam dot gs
 Summary:php binaries installed as binary.dSYM
 Status: Assigned
 Type:   Bug
 Package:*Compile Issues
 Operating System:   OSX 10.8
 PHP Version:5.3.14
 Assigned To:johannes
 Block user comment: N
 Private report: N

 New Comment:

Hi, 
  The new released PHP-5.3.15 still have this bug. you could use the 
distributed tar package to reproduce.
using google to search php.dSYM there are a lot of result about it.

Thanks


Previous Comments:

[2012-07-19 06:45:26] larue...@php.net

johannes, could you please look at this? 

thanks


[2012-07-19 06:32:38] reeze dot xia at gmail dot com

Hi, 
  OSX 10.9 haven't exist at all, although *nix os didn't have any extension for
executable. but I'm ok with *darwin* match too.


[2012-07-18 17:56:00] phpbugs at adam dot gs

Perhaps we should just reduce that check to *darwin*? If not its just as likely 
to break again on 10.9, the *darwin* test seems much simpler in any event.


Interestingly I saw that line and though, that's not it because it works on 
10.7 for me I just retested and it DOES break on 10.7.


[2012-07-18 17:13:11] reeze dot xia at gmail dot com

Hi, 
   I can verify this bug. 
here is another case: http://news.php.net/php.internals/61261

and I'v made pull request: https://github.com/php/php-src/pull/135


[2012-07-15 20:19:09] phpbugs at adam dot gs

I did not run buildconf and doesn't appear osx dev tools installs any autoconf




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

https://bugs.php.net/bug.php?id=62460


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


Bug #62460 [Com]: php binaries installed as binary.dSYM

2012-07-18 Thread reeze dot xia at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=62460edit=1

 ID: 62460
 Comment by: reeze dot xia at gmail dot com
 Reported by:phpbugs at adam dot gs
 Summary:php binaries installed as binary.dSYM
 Status: Open
 Type:   Bug
 Package:*Compile Issues
 Operating System:   OSX 10.8
 PHP Version:5.3.14
 Block user comment: N
 Private report: N

 New Comment:

Hi, 
   I can verify this bug. 
here is another case: http://news.php.net/php.internals/61261

and I'v made pull request: https://github.com/php/php-src/pull/135


Previous Comments:

[2012-07-15 20:19:09] phpbugs at adam dot gs

I did not run buildconf and doesn't appear osx dev tools installs any autoconf


[2012-07-15 17:13:56] reeze dot xia at gmail dot com

do you run ./buildconf yourself and which version of autoconf in your box?


[2012-07-02 00:51:51] phpbugs at adam dot gs

Description:

PHP installs the cli/cgi SAPI binaries as binary.dSYM instead of simply binary


It seems like this block of code:
  *.c | *.o | *.obj) ;;
inside the configure script (around line 108113) needs to be extended to ignore 
the .dSYM extension.

Test script:
---
N/A

Expected result:

/usr/local/bin/php

Actual result:
--
/usr/local/bin/php.dSYM






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


Bug #62460 [Com]: php binaries installed as binary.dSYM

2012-07-18 Thread phpbugs at adam dot gs
Edit report at https://bugs.php.net/bug.php?id=62460edit=1

 ID: 62460
 Comment by: phpbugs at adam dot gs
 Reported by:phpbugs at adam dot gs
 Summary:php binaries installed as binary.dSYM
 Status: Open
 Type:   Bug
 Package:*Compile Issues
 Operating System:   OSX 10.8
 PHP Version:5.3.14
 Block user comment: N
 Private report: N

 New Comment:

Perhaps we should just reduce that check to *darwin*? If not its just as likely 
to break again on 10.9, the *darwin* test seems much simpler in any event.


Interestingly I saw that line and though, that's not it because it works on 
10.7 for me I just retested and it DOES break on 10.7.


Previous Comments:

[2012-07-18 17:13:11] reeze dot xia at gmail dot com

Hi, 
   I can verify this bug. 
here is another case: http://news.php.net/php.internals/61261

and I'v made pull request: https://github.com/php/php-src/pull/135


[2012-07-15 20:19:09] phpbugs at adam dot gs

I did not run buildconf and doesn't appear osx dev tools installs any autoconf


[2012-07-15 17:13:56] reeze dot xia at gmail dot com

do you run ./buildconf yourself and which version of autoconf in your box?


[2012-07-02 00:51:51] phpbugs at adam dot gs

Description:

PHP installs the cli/cgi SAPI binaries as binary.dSYM instead of simply binary


It seems like this block of code:
  *.c | *.o | *.obj) ;;
inside the configure script (around line 108113) needs to be extended to ignore 
the .dSYM extension.

Test script:
---
N/A

Expected result:

/usr/local/bin/php

Actual result:
--
/usr/local/bin/php.dSYM






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


Bug #62460 [Com]: php binaries installed as binary.dSYM

2012-07-15 Thread reeze dot xia at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=62460edit=1

 ID: 62460
 Comment by: reeze dot xia at gmail dot com
 Reported by:phpbugs at adam dot gs
 Summary:php binaries installed as binary.dSYM
 Status: Open
 Type:   Bug
 Package:*Compile Issues
 Operating System:   OSX 10.8
 PHP Version:5.3.14
 Block user comment: N
 Private report: N

 New Comment:

do you run ./buildconf yourself and which version of autoconf in your box?


Previous Comments:

[2012-07-02 00:51:51] phpbugs at adam dot gs

Description:

PHP installs the cli/cgi SAPI binaries as binary.dSYM instead of simply binary


It seems like this block of code:
  *.c | *.o | *.obj) ;;
inside the configure script (around line 108113) needs to be extended to ignore 
the .dSYM extension.

Test script:
---
N/A

Expected result:

/usr/local/bin/php

Actual result:
--
/usr/local/bin/php.dSYM






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