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

libsasl2 cocoapods dependency is broken #2

Open
larsschwegmann opened this issue Jul 17, 2014 · 2 comments
Open

libsasl2 cocoapods dependency is broken #2

larsschwegmann opened this issue Jul 17, 2014 · 2 comments

Comments

@larsschwegmann
Copy link

Hi!
I've read that cocoapods support is broken for now and I wanted to investigate. So I've tried to install the Pods for this sample project with the --verbose flag and everything seems to work fine until it reaches this dependency:

Installing libsasl2 (2.1.25)
 > Http download
   $ /usr/bin/curl -L -o
   /Users/lars/Documents/Development/MC2CocoaPodsSample/Pods/libsasl2/file.tgz
   "http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.25.tar.gz"
   --create-dirs
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                    Dload  Upload   Total   Spent    Left  Speed
100 5087k  100 5087k    0     0   469k      0  0:00:10  0:00:10 --:--:--  512k
   $ /usr/bin/tar xfz
   /Users/lars/Documents/Development/MC2CocoaPodsSample/Pods/libsasl2/file.tgz
   -C /Users/lars/Documents/Development/MC2CocoaPodsSample/Pods/libsasl2
 > Running prepare command
   $ /bin/bash 
   set -e
   echo "This Pod relies on the removed \`pre_install\` or \`post_install\`
   hooks and therefore will no longer continue to work. Please try updating to
   the latest version of this Pod or updating the Pod specification. See
   http://blog.cocoapods.org/CocoaPods-Trunk/ for more details." && exit 1
   This Pod relies on the removed `pre_install` or `post_install` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.

the podspec for libsasl2, a dependency of libetpan, is out of date and doesn't seem to be maintained anymore. Any suggestions or alternatives for libsasl2? Here's the link to the libsasl2 podspec btw. -> https://github.com/CocoaPods/Specs/blob/b947340d648f51d66a6df1cbd1b5f7d8cf5a6de0/Specs/libsasl2/2.1.25/libsasl2.podspec.json

@dinhvh
Copy link
Member

dinhvh commented Jul 20, 2014

I think it could be fixed.
We had a similar fix for ctemplate.
The tricky part will probably be icu4c.

@EvgenyKarkan
Copy link

I am watching =)

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

3 participants