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

Error when trying to parse twig files #23

Open
lmartins opened this issue Jan 30, 2015 · 6 comments
Open

Error when trying to parse twig files #23

lmartins opened this issue Jan 30, 2015 · 6 comments

Comments

@lmartins
Copy link

If getting the following message in POEdit, any idea of what might be going wrong?

Fri Jan 30 20:12:03 2015: dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.53.dylib
Fri Jan 30 20:12:03 2015:   Referenced from: /usr/local/bin/php
Fri Jan 30 20:12:03 2015:   Reason: image not found
Fri Jan 30 20:12:03 2015: Entries in the catalog are probably incorrect.
Fri Jan 30 20:12:03 2015: Updating the catalog failed. Click on 'Details >>' for details.
@umpirsky
Copy link
Owner

@lmartins Can you please try:

brew uninstall php55-intl
brew install php55-intl

@lmartins
Copy link
Author

Hi Saša,

I've tried to run the commands but both of them seem to fail:

 ✘ ⮀ ~/Sites/webipack.dev/wp-content/themes/wip-foster ⮀ ⭠ master ⮀ brew uninstall php55-intl
Error: No such keg: /usr/local/Cellar/php55-intl
 ✘ ⮀ ~/Sites/webipack.dev/wp-content/themes/wip-foster ⮀ ⭠ master ⮀ brew install php55-intl
Error: No available formula for php55-intl
Searching formulae...
Searching taps..

I also reinstalled brew install php55 but it didn't made any difference either.
Any tips?

Thanks.

@umpirsky
Copy link
Owner

@lmartins Nope, sorry, I don't use brew, I found this on https://github.com/Homebrew/homebrew-php/issues/393#issuecomment-51753531.

@lmartins
Copy link
Author

lmartins commented Feb 2, 2015

Hey Saša,

I've noticed that the path being requested /usr/local/opt/icu4c/lib/libicui18n.53.dylibdoesn't exist. I have a very similar file at that location with the name libicui18n.54.dylib
Is there something I can do about this?

Sorry for all the question, im completely lost on this topic.

@umpirsky
Copy link
Owner

umpirsky commented Feb 2, 2015

@lmartins Sorry, I really have no idea. :(

@onlime
Copy link

onlime commented Mar 10, 2015

Any solution for this? I'm experiencing the same with Macports. Currently installed ports:

# port installed php56*
  php56 @5.6.6_0+libedit (active)
  php56-cgi @5.6.6_0 (active)
  php56-curl @5.6.6_0 (active)
  php56-excel @1.0.1_0 (active)
  php56-gd @5.6.6_0 (active)
  php56-iconv @5.6.6_0 (active)
  php56-imap @5.6.6_0 (active)
  php56-intl @5.6.6_0 (active)
  php56-mbstring @5.6.6_0 (active)
  php56-mcrypt @5.6.6_0 (active)
  php56-mysql @5.6.6_0+mysqlnd (active)
  php56-openssl @5.6.6_0 (active)
  php56-posix @5.6.6_0 (active)
  php56-soap @5.6.6_0 (active)
  php56-sockets @5.6.6_0 (active)
  php56-sqlite @5.6.6_0 (active)
  php56-xdebug @2.3.1_0 (active)
  php56-xmlrpc @5.6.6_0 (active)
  php56-zip @5.6.6_0 (active)
$ port installed libedit
  libedit @20140620-3.1_0 (active)

Poedit throws the following errors upon source scanning:

Tue Mar 10 15:46:20 2015: dyld: Library not loaded: /opt/local/lib/libedit.0.dylib
Tue Mar 10 15:46:20 2015:   Referenced from: /opt/local/bin/php
Tue Mar 10 15:46:20 2015:   Reason: no suitable image found.  Did find:
Tue Mar 10 15:46:20 2015:   /opt/local/lib/libedit.0.dylib: open() failed with errno=1
Tue Mar 10 15:46:20 2015: Entries in the catalog are probably incorrect.
Tue Mar 10 15:46:20 2015: Updating the catalog failed. Click on 'Details >>' for details.

I have already reinstalled php56-intl:

$ sudo port uninstall php56-intl
$ sudo port install php56-intl

no luck so far.

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