Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid phar file generated #11

Closed
digitalkaoz opened this issue Apr 10, 2012 · 4 comments
Closed

invalid phar file generated #11

digitalkaoz opened this issue Apr 10, 2012 · 4 comments

Comments

@digitalkaoz
Copy link

the phar building is currently broken.. the src/bootstrap.php is missing in the phar file.

it looks correct in the Compiler

$ php satis.phar
PHP Warning:  require(phar:///PATH/TO/satis.phar/bin/../src/bootstrap.php): failed to open stream: phar error: "src/bootstrap.php" is not a file in phar "/PATH/TO/satis/bin/satis.phar" 
@Seldaek
Copy link
Member

Seldaek commented Apr 10, 2012

Fixed!

@digitalkaoz
Copy link
Author

wow that was fast, thanks :)

@digitalkaoz
Copy link
Author

nope, now im getting another error on building:

$ php satis.phar build composer.json .
PHP Warning:  file_get_contents(phar:///PATH/TO/satis.phar/vendor/composer/composer/src/Composer/Json/../../../res/composer-schema.json): failed to open stream: phar error: "vendor/composer/composer/res/composer-schema.json" is not a file in phar "/PATH/TO/satis.phar" in phar:///PATH/TO/satis.phar/vendor/composer/composer/src/Composer/Json/JsonFile.php on line 2 

@Seldaek
Copy link
Member

Seldaek commented Apr 10, 2012

Ok should be fixed too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants