Skip to content

Commit

Permalink
wip, iconv problems:
Browse files Browse the repository at this point in the history
dyld: Symbol not found: _iconv
dyld: Symbol not found: _iconv
  Referenced from: /usr/lib/libcups.2.dylib
  Expected in: /sw/lib/libiconv.2.dylib
 in /usr/lib/libcups.2.dylib
  Referenced from: /usr/lib/libcups.2.dylib
  Expected in: /sw/lib/libiconv.2.dylib
 in /usr/lib/libcups.2.dylib

some context in https://github.com/alexcrichton/git2-rs/issues/263
  • Loading branch information
bcully committed Oct 30, 2018
1 parent dbda79c commit bff74cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 10.9-libcxx/stable/main/finkinfo/languages/cargo.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: cargo
Version: 0.23.0
Version: 0.31.0
Revision: 1

License: BSD
Expand All @@ -10,15 +10,15 @@ BuildDepends: rustc (>= 1.16.0-1), cmake, openssl110-dev
Depends: rustc, openssl110-shlibs

Source: https://github.com/rust-lang/%n/archive/%v.tar.gz
Source-MD5: ebb47907d8eb451d2fa15fac9fbd88c3
Source-MD5: 278274cb565e3db3ef1370b0db4fa631
SourceRename: %n-%v.tar.gz

Source2: https://dev-static.rust-lang.org/dist/2017-11-23/%n-%v-x86_64-apple-darwin.tar.gz
Source2-MD5: cfbcd9be17550ac375bc24856cef2aaf
Source2: https://dev-static.rust-lang.org/dist/%n-%v-x86_64-apple-darwin.tar.gz
Source2-MD5: 3a1bbb8f47d321beb81f02fafdeabd80
Source2Rename: %n-bootstrap-%v-x86_64-apple-darwin.tar.gz

Source3: https://bitbucket.org/brendan/fink-cargo/downloads/%n-%v-deps.tar.gz
Source3-MD5: 02d0d727fe72aac82355f5e4f03ffbd8
Source3-MD5: 6515ffcf3127bdc8f6039fa657513a84

CompileScript: <<
#!/bin/sh -ex
Expand Down

0 comments on commit bff74cd

Please sign in to comment.