Trying to build the latest dev version of Panopoly, and panopoly_search is failing because of SolrPhpClient:

Unable to download SolrPhpClient from http://solr-php-client.googlecode.com/files/SolrPhpClient.r60.2011-05-04...

Looking at that page, it appears the project moved to Github a while back and now googlecode has archived the files, which changes their URL. We should probably be getting it from github now: https://github.com/PTCInc/solr-php-client

We'll also need to get the whitelist URL changed here: https://www.drupal.org/node/1509886

New download link is: https://github.com/PTCInc/solr-php-client/archive/master.zip. However there don't seem to be any releases or tags and it's probably not good to just grab the latest master. Is there a better source for this?

The updated link on googlecode for the archive is: https://storage.googleapis.com/google-code-archive-downloads/v2/code.goo...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mpotter created an issue. See original summary.

mpotter’s picture

Issue summary: View changes
mpotter’s picture

Issue summary: View changes
dsnopek’s picture

Thanks! Adding a related issue in the whitelist queue: #2451195: Dealing with the end of Google Code

The interesting thing is that Drupal.org is still packaging SolrPhpClient successfully - it's in the last Panopoly release just fine. It's probably just that no one has cleared the Drush cache, so it gets it from there :-)

humansky’s picture

Status: Active » Needs review
FileSize
570 bytes

I just ran into this issue as well. As a quick fix, so I can continue deploying my distro, I added a patch to point to @mpotter's new Google Code archive. However, I think we should possibly think of a more permanent solution, if this one isn't viable.

mpotter’s picture

Here is the issue to get the github location added to the drupal.org whitelist: #2790637: SolrPhpClient moved to github

mpotter’s picture

Panopoly can't use the patch in #5 because that path isn't in the drupal.org whitelist either.

emarchak’s picture

Status: Needs review » Reviewed & tested by the community

The temporary patch works for me! We're including panopoly_search in a custom make file, and I can patch the module directly from there.

mpotter’s picture

Status: Reviewed & tested by the community » Needs work

See #7. We cannot commit the patch in #5 because drupal.org will not be able to build the Panopoly disto until the updated URL is in the drupal.org whitelist.

mpotter’s picture

Status: Needs work » Needs review
FileSize
502 bytes

Here is a patch for the new github location. This location was added to the d.o whitelist in #2790637: SolrPhpClient moved to github

  • dsnopek committed d0c3322 on 7.x-1.x
    Update Panopoly Search for Issue #2790595 by mpotter, humansky:...
dsnopek’s picture

Status: Needs review » Fixed

Thanks! The most recent patch passed makefile validation locally. Committed :-)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.