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

Fix boost sourceforge download URL #14361

Closed
wants to merge 1 commit into from
Closed

Fix boost sourceforge download URL #14361

wants to merge 1 commit into from

Conversation

larsonjj
Copy link

@larsonjj larsonjj commented Jan 1, 2018

Problem

Would get this error when trying to install boost@1.5.9 via pod install

Related Issues

expo/create-react-native-app#436
CocoaPods/CocoaPods#4830

[!] Error installing boost
[!] /usr/bin/tar xfz /var/folders/33/7fl5rh4s41q86s0crtk4lncr0000gn/T/d20180101-59101-erix56/file.tgz -C /var/folders/33/7fl5rh4s41q86s0crtk4lncr0000gn/T/d20180101-59101-erix56

tar: Unrecognized archive format
tar: Error exit delayed from previous errors.

Solution

Update boost podspec to use correct download URL from sourceforge

# Problem

Would get this error when trying to install boost@1.5.9 via `pod install`

# Related Issues

expo/create-react-native-app#436
CocoaPods/CocoaPods#4830

```
[!] Error installing boost
[!] /usr/bin/tar xfz /var/folders/33/7fl5rh4s41q86s0crtk4lncr0000gn/T/d20180101-59101-erix56/file.tgz -C /var/folders/33/7fl5rh4s41q86s0crtk4lncr0000gn/T/d20180101-59101-erix56

tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
```

# Solution

Update boost podspec to use correct download URL from sourceforge
@CocoaPodsBot
Copy link

Back in early 2014 we launched CocoaPods Trunk. Trunk is the only way that you can submit pods to CocoaPods, we do not accept pull requests to the CocoaPods Specs repo, and so this is being auto-closed. Please see #12199 for more info.

  • To push a new version to trunk, you can use pod trunk push.
  • You cannot amend an existing pod, however you can delete and deprecate a pod. You need to be using CocoaPods 1.0 to have access to pod trunk delete and pod trunk deprecate. People may be relying on your pod version, so use these with caution.
  • If you don't have permission to update a pod that you own, please file a claim on trunk.

@itinance
Copy link

itinance commented Jan 18, 2018

Any progress on this? The issue still persists: facebook/react-native#17659

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

Successfully merging this pull request may close these issues.

3 participants