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

Issue on SimpleSAMLphp init #980

Closed
jayakrishnanj opened this issue Jan 13, 2017 · 3 comments
Closed

Issue on SimpleSAMLphp init #980

jayakrishnanj opened this issue Jan 13, 2017 · 3 comments

Comments

@jayakrishnanj
Copy link
Contributor

  • BLT version: 8.6.10

When I run this command:

blt simplesamlphp:init

I get the following output:

⇒  blt simplesamlphp:init
blt > simplesamlphp:init:
blt > simplesamlphp:lib:init:
     [echo] Adding SimpleSAMLphp Auth module as a dependency.
./composer.json has been updated
Gathering patches for root package.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package drupal/simplesamlphp_auth 8.3.x-dev#283994f exists as drupal/simplesamlphp_auth[dev-3.x, 3.x-dev, 3.0.0-alpha4, 3.0.0-alpha3, 1.0.0-alpha2, 1.0.0-alpha1] but these are rejected by your constraint.


Installation failed, reverting ./composer.json to its original content.
[phingcall] /Users/<Username>/Sites/projectnamevendor/acquia/blt/phing/tasks/simplesamlphp.xml:34:178: Task exited with code 2

And I expected this to happen:

  • Adds the simpleSAMLphp Authentication simplesamlphp_auth module as a project dependency in your composer.json file.
  • Copies configuration files to ${project.root}/simplesamlphp/config.
  • Adds a simplesamlphp property to blt/project.yml.
  • Creates a symbolic link in the docroot to the web accessible directory of the simplesamlphp library.
@dooleymatt
Copy link
Contributor

@jayakrishnanj I am wondering if this is due to the recent switch in package repositories. I will look into it.

@grasmash can you assign this to me?

@jayakrishnanj
Copy link
Contributor Author

Yes I thought so @dooleymatt.
I was not sure what are the other actions performed when running Blt init for simplesaml .
So I was not able to proceed further . Thanks for looking into this issue :-)

@jayakrishnanj
Copy link
Contributor Author

Thanks @dooleymatt , I manually updated my local environment blt xml file, and it resolved the issue.

@jayakrishnanj jayakrishnanj reopened this Jan 13, 2017
grasmash pushed a commit that referenced this issue Jan 13, 2017
* Fixes #980: Issue on SimpleSAMLphp init

* Fixes the acquia_config copy task.
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