pc-magas / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

can't unzip download file on os x #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download phpquery
2. unzip fails with gui and command line

What is the expected output? What do you see instead?

I see a bunch of errors like this when I run unzip from the terminal:

checkdir error:  phpQuery-0.9.5.252/phpQuery exists but is not directory
                 unable to process phpQuery-0.9.5.252/phpQuery/.

The problem is that on os x, the HFS+ file system is a case preserving,
case insensitive filesystem. Strange, I know. But it means that the
phpquery file and the phpQuery directory in the zip file can't be
uncompressed to the same location.

What version of the product are you using? On what operating system?
0.9.5.252 on os x

Please provide any additional information below.
Seems like just renaming the phpquery cli script or putting it in a
subdirectory would solve the problem

Original issue reported on code.google.com by jama...@gmail.com on 10 Nov 2008 at 3:35

GoogleCodeExporter commented 8 years ago

Original comment by tobiasz....@gmail.com on 12 Nov 2008 at 9:50

GoogleCodeExporter commented 8 years ago

Original comment by tobiasz....@gmail.com on 12 Nov 2008 at 9:50

GoogleCodeExporter commented 8 years ago
Fixed in r302

Original comment by tobiasz....@gmail.com on 18 Nov 2008 at 7:22

GoogleCodeExporter commented 8 years ago

Original comment by tobiasz....@gmail.com on 18 Nov 2008 at 7:32

GoogleCodeExporter commented 8 years ago
Issue 81 has been merged into this issue.

Original comment by tobiasz....@gmail.com on 19 Nov 2008 at 9:28