Created
October 14, 2014 09:03
-
-
Save lauhub/297714b961c0bba9c118 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2014-10-14 10:29:28 +0200 | |
| make | |
| prefix=/usr/local/Cellar/meld/1.8.6 | |
| install | |
| python tools/install_paths \ | |
| libdir=/usr/local/Cellar/meld/1.8.6/lib/meld \ | |
| localedir=/usr/local/Cellar/meld/1.8.6/share/locale \ | |
| helpdir=/usr/local/Cellar/meld/1.8.6/share/gnome/help/meld \ | |
| sharedir=/usr/local/Cellar/meld/1.8.6/share/meld \ | |
| < bin/meld > bin/meld.install | |
| python tools/install_paths \ | |
| libdir=/usr/local/Cellar/meld/1.8.6/lib/meld \ | |
| localedir=/usr/local/Cellar/meld/1.8.6/share/locale \ | |
| helpdir=/usr/local/Cellar/meld/1.8.6/share/gnome/help/meld \ | |
| sharedir=/usr/local/Cellar/meld/1.8.6/share/meld \ | |
| < meld/paths.py > meld/paths.py.install | |
| intltool-merge -d po data/meld.desktop.in data/meld.desktop | |
| intltool-merge -d po data/mime/meld.xml.in data/mime/meld.xml | |
| Merging translations into data/mime/meld.xml. | |
| Merging translations into data/meld.desktop. | |
| mkdir -m 755 -p \ | |
| /usr/local/Cellar/meld/1.8.6/bin \ | |
| /usr/local/Cellar/meld/1.8.6/lib/meld \ | |
| /usr/local/Cellar/meld/1.8.6/lib/meld/meld \ | |
| /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui \ | |
| /usr/local/Cellar/meld/1.8.6/lib/meld/meld/util \ | |
| /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc \ | |
| /usr/local/Cellar/meld/1.8.6/share/meld/ui \ | |
| /usr/local/Cellar/meld/1.8.6/share/meld/icons \ | |
| /usr/local/Cellar/meld/1.8.6/share/doc/meld \ | |
| /usr/local/Cellar/meld/1.8.6/share/appdata \ | |
| /usr/local/Cellar/meld/1.8.6/share/applications \ | |
| /usr/local/Cellar/meld/1.8.6/share/mime/packages \ | |
| /usr/local/Cellar/meld/1.8.6/share/pixmaps \ | |
| /usr/local/Cellar/meld/1.8.6/share/icons/hicolor/16x16/apps \ | |
| /usr/local/Cellar/meld/1.8.6/share/icons/hicolor/22x22/apps \ | |
| /usr/local/Cellar/meld/1.8.6/share/icons/hicolor/32x32/apps \ | |
| /usr/local/Cellar/meld/1.8.6/share/icons/hicolor/48x48/apps \ | |
| /usr/local/Cellar/meld/1.8.6/share/icons/hicolor/scalable/apps \ | |
| /usr/local/Cellar/meld/1.8.6/share/icons/HighContrast/scalable/apps \ | |
| /usr/local/Cellar/meld/1.8.6/share/gnome/help/meld | |
| install -m 755 bin/meld.install \ | |
| /usr/local/Cellar/meld/1.8.6/bin/meld | |
| install -m 644 meld/*.py \ | |
| /usr/local/Cellar/meld/1.8.6/lib/meld/meld | |
| install -m 644 meld/ui/*.py \ | |
| /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui | |
| install -m 644 meld/util/*.py \ | |
| /usr/local/Cellar/meld/1.8.6/lib/meld/meld/util | |
| install -m 644 meld/vc/*.py \ | |
| /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc | |
| install -m 644 meld/paths.py.install \ | |
| /usr/local/Cellar/meld/1.8.6/lib/meld/meld/paths.py | |
| install -m 644 data/meld.desktop \ | |
| /usr/local/Cellar/meld/1.8.6/share/applications | |
| install -m 644 data/meld.appdata.xml \ | |
| /usr/local/Cellar/meld/1.8.6/share/appdata/ | |
| install -m 644 data/mime/meld.xml \ | |
| /usr/local/Cellar/meld/1.8.6/share/mime/packages/ | |
| python -c 'import compileall; compileall.compile_dir("/usr/local/Cellar/meld/1.8.6/lib/meld",10,"/usr/local/Cellar/meld/1.8.6/lib/meld")' | |
| Listing /usr/local/Cellar/meld/1.8.6/lib/meld ... | |
| Listing /usr/local/Cellar/meld/1.8.6/lib/meld/meld ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/__init__.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/dbus_service.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/diffmap.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/diffutil.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/dirdiff.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/filediff.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/filemerge.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/filters.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/linkmap.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/matchers.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/meldapp.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/meldbuffer.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/melddoc.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/meldwindow.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/merge.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/misc.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/newdifftab.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/patchdialog.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/paths.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/preferences.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/recent.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/task.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/test_matchers.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/tree.py ... | |
| Listing /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/__init__.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/emblemcellrenderer.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/findbar.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/gladesupport.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/gnomeglade.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/historyentry.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/listwidget.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/msgarea.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/notebooklabel.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/statusbar.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/vcdialogs.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/wraplabel.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/undo.py ... | |
| Listing /usr/local/Cellar/meld/1.8.6/lib/meld/meld/util ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/util/__init__.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/util/compat.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/util/prefs.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/util/sourceviewer.py ... | |
| Listing /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/__init__.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/_null.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/_vc.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/bzr.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/cvs.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/darcs.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/fossil.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/git.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/mercurial.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/monotone.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/svk.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/svn.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/svn_17.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vcview.py ... | |
| python -O -c 'import compileall; compileall.compile_dir("/usr/local/Cellar/meld/1.8.6/lib/meld",10,"/usr/local/Cellar/meld/1.8.6/lib/meld")' | |
| Listing /usr/local/Cellar/meld/1.8.6/lib/meld ... | |
| Listing /usr/local/Cellar/meld/1.8.6/lib/meld/meld ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/__init__.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/dbus_service.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/diffmap.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/diffutil.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/dirdiff.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/filediff.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/filemerge.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/filters.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/linkmap.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/matchers.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/meldapp.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/meldbuffer.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/melddoc.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/meldwindow.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/merge.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/misc.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/newdifftab.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/patchdialog.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/paths.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/preferences.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/recent.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/task.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/test_matchers.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/tree.py ... | |
| Listing /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/__init__.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/emblemcellrenderer.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/findbar.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/gladesupport.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/gnomeglade.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/historyentry.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/listwidget.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/msgarea.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/notebooklabel.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/statusbar.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/vcdialogs.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/ui/wraplabel.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/undo.py ... | |
| Listing /usr/local/Cellar/meld/1.8.6/lib/meld/meld/util ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/util/__init__.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/util/compat.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/util/prefs.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/util/sourceviewer.py ... | |
| Listing /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/__init__.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/_null.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/_vc.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/bzr.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/cvs.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/darcs.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/fossil.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/git.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/mercurial.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/monotone.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/svk.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/svn.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vc/svn_17.py ... | |
| Compiling /usr/local/Cellar/meld/1.8.6/lib/meld/meld/vcview.py ... | |
| install -m 644 data/gtkrc \ | |
| /usr/local/Cellar/meld/1.8.6/share/meld | |
| install -m 644 \ | |
| data/ui/*.ui \ | |
| /usr/local/Cellar/meld/1.8.6/share/meld/ui | |
| install -m 644 \ | |
| data/ui/*.xml \ | |
| /usr/local/Cellar/meld/1.8.6/share/meld/ui | |
| install -m 644 \ | |
| data/icons/*.xpm \ | |
| data/icons/*.png \ | |
| /usr/local/Cellar/meld/1.8.6/share/meld/icons | |
| install -m 644 data/icons/hicolor/16x16/apps/meld.png \ | |
| /usr/local/Cellar/meld/1.8.6/share/icons/hicolor/16x16/apps/meld.png | |
| install -m 644 data/icons/hicolor/22x22/apps/meld.png \ | |
| /usr/local/Cellar/meld/1.8.6/share/icons/hicolor/22x22/apps/meld.png | |
| install -m 644 data/icons/hicolor/32x32/apps/meld.png \ | |
| /usr/local/Cellar/meld/1.8.6/share/icons/hicolor/32x32/apps/meld.png | |
| install -m 644 data/icons/hicolor/48x48/apps/meld.png \ | |
| /usr/local/Cellar/meld/1.8.6/share/icons/hicolor/48x48/apps/meld.png | |
| install -m 644 data/icons/hicolor/scalable/apps/meld.svg \ | |
| /usr/local/Cellar/meld/1.8.6/share/icons/hicolor/scalable/apps/meld.svg | |
| install -m 644 data/icons/HighContrast/scalable/apps/meld.svg \ | |
| /usr/local/Cellar/meld/1.8.6/share/icons/HighContrast/scalable/apps/meld.svg | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -C po install | |
| mkdir -m 755 -p ar/LC_MESSAGES/ && msgfmt -c -o ar/LC_MESSAGES/meld.mo ar.po | |
| mkdir -m 755 -p bg/LC_MESSAGES/ && msgfmt -c -o bg/LC_MESSAGES/meld.mo bg.po | |
| mkdir -m 755 -p ca/LC_MESSAGES/ && msgfmt -c -o ca/LC_MESSAGES/meld.mo ca.po | |
| mkdir -m 755 -p ca@valencia/LC_MESSAGES/ && msgfmt -c -o ca@valencia/LC_MESSAGES/meld.mo ca@valencia.po | |
| mkdir -m 755 -p cs/LC_MESSAGES/ && msgfmt -c -o cs/LC_MESSAGES/meld.mo cs.po | |
| mkdir -m 755 -p da/LC_MESSAGES/ && msgfmt -c -o da/LC_MESSAGES/meld.mo da.po | |
| mkdir -m 755 -p de/LC_MESSAGES/ && msgfmt -c -o de/LC_MESSAGES/meld.mo de.po | |
| mkdir -m 755 -p dz/LC_MESSAGES/ && msgfmt -c -o dz/LC_MESSAGES/meld.mo dz.po | |
| ar.po:7: AVERTISSEMENT : ca@valencia.po:9: AVERTISSEMENT : header field 'Language' missing in header | |
| header field 'Language' missing in header | |
| mkdir -m 755 -p el/LC_MESSAGES/ && msgfmt -c -o el/LC_MESSAGES/meld.mo el.po | |
| mkdir -m 755 -p en_CA/LC_MESSAGES/ && msgfmt -c -o en_CA/LC_MESSAGES/meld.mo en_CA.po | |
| dz.po:7: AVERTISSEMENT : header field 'Language' missing in header | |
| mkdir -m 755 -p en_GB/LC_MESSAGES/ && msgfmt -c -o en_GB/LC_MESSAGES/meld.mo en_GB.po | |
| mkdir -m 755 -p eo/LC_MESSAGES/ && msgfmt -c -o eo/LC_MESSAGES/meld.mo eo.po | |
| en_CA.po:8: AVERTISSEMENT : header field 'Language' missing in header | |
| mkdir -m 755 -p es/LC_MESSAGES/ && msgfmt -c -o es/LC_MESSAGES/meld.mo es.po | |
| mkdir -m 755 -p eu/LC_MESSAGES/ && msgfmt -c -o eu/LC_MESSAGES/meld.mo eu.po | |
| en_GB.po:8: AVERTISSEMENT : header field 'Language' missing in header | |
| eo.po:7: AVERTISSEMENT : header field 'Language' missing in header | |
| mkdir -m 755 -p fi/LC_MESSAGES/ && msgfmt -c -o fi/LC_MESSAGES/meld.mo fi.po | |
| mkdir -m 755 -p fr/LC_MESSAGES/ && msgfmt -c -o fr/LC_MESSAGES/meld.mo fr.po | |
| es.po:12: AVERTISSEMENT : header field 'Language' still has the initial default value | |
| mkdir -m 755 -p gl/LC_MESSAGES/ && msgfmt -c -o gl/LC_MESSAGES/meld.mo gl.po | |
| mkdir -m 755 -p hu/LC_MESSAGES/ && msgfmt -c -o hu/LC_MESSAGES/meld.mo hu.po | |
| fr.po:12: AVERTISSEMENT : header field 'Language' missing in header | |
| mkdir -m 755 -p id/LC_MESSAGES/ && msgfmt -c -o id/LC_MESSAGES/meld.mo id.po | |
| mkdir -m 755 -p it/LC_MESSAGES/ && msgfmt -c -o it/LC_MESSAGES/meld.mo it.po | |
| mkdir -m 755 -p ja/LC_MESSAGES/ && msgfmt -c -o ja/LC_MESSAGES/meld.mo ja.po | |
| mkdir -m 755 -p ko/LC_MESSAGES/ && msgfmt -c -o ko/LC_MESSAGES/meld.mo ko.po | |
| mkdir -m 755 -p nb/LC_MESSAGES/ && msgfmt -c -o nb/LC_MESSAGES/meld.mo nb.po | |
| mkdir -m 755 -p ne/LC_MESSAGES/ && msgfmt -c -o ne/LC_MESSAGES/meld.mo ne.po | |
| mkdir -m 755 -p nl/LC_MESSAGES/ && msgfmt -c -o nl/LC_MESSAGES/meld.mo nl.po | |
| ko.po:8: AVERTISSEMENT : header field 'Language' missing in header | |
| nb.po:6: AVERTISSEMENT : header field 'Language' still has the initial default value | |
| mkdir -m 755 -p oc/LC_MESSAGES/ && msgfmt -c -o oc/LC_MESSAGES/meld.mo oc.po | |
| mkdir -m 755 -p pa/LC_MESSAGES/ && msgfmt -c -o pa/LC_MESSAGES/meld.mo pa.po | |
| ne.po:12: AVERTISSEMENT : header field 'Language' missing in header | |
| mkdir -m 755 -p pl/LC_MESSAGES/ && msgfmt -c -o pl/LC_MESSAGES/meld.mo pl.po | |
| nl.po:7: AVERTISSEMENT : header field 'Language' missing in header | |
| pa.po:7: AVERTISSEMENT : header field 'Language' missing in header | |
| mkdir -m 755 -p pt/LC_MESSAGES/ && msgfmt -c -o pt/LC_MESSAGES/meld.mo pt.po | |
| oc.po:8: AVERTISSEMENT : header field 'Language' missing in header | |
| mkdir -m 755 -p pt_BR/LC_MESSAGES/ && msgfmt -c -o pt_BR/LC_MESSAGES/meld.mo pt_BR.po | |
| mkdir -m 755 -p ro/LC_MESSAGES/ && msgfmt -c -o ro/LC_MESSAGES/meld.mo ro.po | |
| mkdir -m 755 -p ru/LC_MESSAGES/ && msgfmt -c -o ru/LC_MESSAGES/meld.mo ru.po | |
| pt.po:7: AVERTISSEMENT : header field 'Language' missing in header | |
| mkdir -m 755 -p rw/LC_MESSAGES/ && msgfmt -c -o rw/LC_MESSAGES/meld.mo rw.po | |
| ro.po:7: AVERTISSEMENT : header field 'Language' missing in header | |
| mkdir -m 755 -p sl/LC_MESSAGES/ && msgfmt -c -o sl/LC_MESSAGES/meld.mo sl.po | |
| mkdir -m 755 -p sq/LC_MESSAGES/ && msgfmt -c -o sq/LC_MESSAGES/meld.mo sq.po | |
| mkdir -m 755 -p sr/LC_MESSAGES/ && msgfmt -c -o sr/LC_MESSAGES/meld.mo sr.po | |
| rw.po:15: AVERTISSEMENT : header field 'Language' missing in header | |
| mkdir -m 755 -p sr@latin/LC_MESSAGES/ && msgfmt -c -o sr@latin/LC_MESSAGES/meld.mo sr@latin.po | |
| mkdir -m 755 -p sv/LC_MESSAGES/ && msgfmt -c -o sv/LC_MESSAGES/meld.mo sv.po | |
| sq.po:10: AVERTISSEMENT : header field 'Language' missing in header | |
| mkdir -m 755 -p vi/LC_MESSAGES/ && msgfmt -c -o vi/LC_MESSAGES/meld.mo vi.po | |
| mkdir -m 755 -p zh_CN/LC_MESSAGES/ && msgfmt -c -o zh_CN/LC_MESSAGES/meld.mo zh_CN.po | |
| mkdir -m 755 -p zh_TW/LC_MESSAGES/ && msgfmt -c -o zh_TW/LC_MESSAGES/meld.mo zh_TW.po | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/ar/LC_MESSAGES/ && install -m 644 ar/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/ar/LC_MESSAGES/meld.mo | |
| vi.po:7: AVERTISSEMENT : header field 'Language' missing in header | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/bg/LC_MESSAGES/ && install -m 644 bg/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/bg/LC_MESSAGES/meld.mo | |
| zh_TW.po:7: AVERTISSEMENT : header field 'Language' missing in header | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/ca/LC_MESSAGES/ && install -m 644 ca/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/ca/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/ca@valencia/LC_MESSAGES/ && install -m 644 ca@valencia/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/ca@valencia/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/cs/LC_MESSAGES/ && install -m 644 cs/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/cs/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/da/LC_MESSAGES/ && install -m 644 da/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/da/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/de/LC_MESSAGES/ && install -m 644 de/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/de/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/dz/LC_MESSAGES/ && install -m 644 dz/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/dz/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/el/LC_MESSAGES/ && install -m 644 el/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/el/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/en_CA/LC_MESSAGES/ && install -m 644 en_CA/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/en_CA/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/en_GB/LC_MESSAGES/ && install -m 644 en_GB/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/en_GB/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/eo/LC_MESSAGES/ && install -m 644 eo/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/eo/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/es/LC_MESSAGES/ && install -m 644 es/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/es/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/eu/LC_MESSAGES/ && install -m 644 eu/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/eu/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/fi/LC_MESSAGES/ && install -m 644 fi/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/fi/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/fr/LC_MESSAGES/ && install -m 644 fr/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/fr/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/gl/LC_MESSAGES/ && install -m 644 gl/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/gl/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/hu/LC_MESSAGES/ && install -m 644 hu/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/hu/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/id/LC_MESSAGES/ && install -m 644 id/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/id/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/it/LC_MESSAGES/ && install -m 644 it/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/it/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/ja/LC_MESSAGES/ && install -m 644 ja/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/ja/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/ko/LC_MESSAGES/ && install -m 644 ko/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/ko/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/nb/LC_MESSAGES/ && install -m 644 nb/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/nb/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/ne/LC_MESSAGES/ && install -m 644 ne/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/ne/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/nl/LC_MESSAGES/ && install -m 644 nl/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/nl/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/oc/LC_MESSAGES/ && install -m 644 oc/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/oc/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/pa/LC_MESSAGES/ && install -m 644 pa/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/pa/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/pl/LC_MESSAGES/ && install -m 644 pl/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/pl/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/pt/LC_MESSAGES/ && install -m 644 pt/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/pt/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/pt_BR/LC_MESSAGES/ && install -m 644 pt_BR/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/pt_BR/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/ro/LC_MESSAGES/ && install -m 644 ro/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/ro/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/ru/LC_MESSAGES/ && install -m 644 ru/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/ru/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/rw/LC_MESSAGES/ && install -m 644 rw/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/rw/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/sl/LC_MESSAGES/ && install -m 644 sl/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/sl/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/sq/LC_MESSAGES/ && install -m 644 sq/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/sq/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/sr/LC_MESSAGES/ && install -m 644 sr/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/sr/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/sr@latin/LC_MESSAGES/ && install -m 644 sr@latin/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/sr@latin/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/sv/LC_MESSAGES/ && install -m 644 sv/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/sv/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/vi/LC_MESSAGES/ && install -m 644 vi/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/vi/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/zh_CN/LC_MESSAGES/ && install -m 644 zh_CN/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/zh_CN/LC_MESSAGES/meld.mo | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/locale/zh_TW/LC_MESSAGES/ && install -m 644 zh_TW/LC_MESSAGES/meld.mo /usr/local/Cellar/meld/1.8.6/share/locale/zh_TW/LC_MESSAGES/meld.mo | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -C help install | |
| for lang in C el es fr; do \ | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -C $lang install ; \ | |
| done | |
| scrollkeeper-preinstall /usr/local/Cellar/meld/1.8.6/share/gnome/help/meld/C/meld.xml meld-C.omf meld-C.omf.install | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/omf/meld /usr/local/Cellar/meld/1.8.6/share/gnome/help/meld/C | |
| install -m 644 meld.xml /usr/local/Cellar/meld/1.8.6/share/gnome/help/meld/C/meld.xml | |
| install -m 644 meld-C.omf.install /usr/local/Cellar/meld/1.8.6/share/omf/meld/meld-C.omf | |
| scrollkeeper-update -p /usr/local/Cellar/meld/1.8.6/var/lib/scrollkeeper -o /usr/local/Cellar/meld/1.8.6/share/omf/meld | |
| getopt: illegal option -- n | |
| getopt: illegal option -- s | |
| getopt: illegal option -- c | |
| getopt: illegal option -- r | |
| getopt: illegal option -- o | |
| getopt: illegal option -- l | |
| getopt: illegal option -- l | |
| getopt: illegal option -- k | |
| getopt: illegal option -- e | |
| getopt: illegal option -- e | |
| getopt: illegal option -- p | |
| getopt: illegal option -- e | |
| getopt: illegal option -- r | |
| getopt: illegal option -- p | |
| getopt: illegal option -- d | |
| getopt: illegal option -- a | |
| getopt: illegal option -- t | |
| getopt: illegal option -- e | |
| getopt: illegal option -- o | |
| Usage: scrollkeeper-update [OPTIONS] | |
| Update Rarian scrolls archive from scrollkeeper omf files. | |
| Note: This script is a replacement for scrollkeeper-update, but | |
| does not update the scrollkeeper internal database. | |
| Options: | |
| -o DIR Use the specified omf directories for | |
| conversion. Multiple directories can be | |
| specified using colon (:) separator. | |
| -r DIR Use the specified directory for the resulting | |
| scrolls. If the directory doesn't exist, it | |
| will be created at run time. | |
| Note: Multiple output paths are not supported | |
| --c Rebuild the index entirely. This will rebuild | |
| all scroll files and may take a long time. | |
| -v Turn Verbosity on. | |
| -p Specify a different place to store the mtimes file. | |
| -q Run silently (default). | |
| -h, -? Print this help message and exit. | |
| Using this script without option will use the default omf directory | |
| '/usr/local/Cellar/rarian/0.8.1/share/omf' and the default output directory '/usr/local/Cellar/rarian/0.8.1/share/help' | |
| NOTE (2): This script doesn't do anything and is | |
| only provided for scrollkeeper compatibility | |
| make[2]: *** No rule to make target `install'. Stop. | |
| scrollkeeper-preinstall /usr/local/Cellar/meld/1.8.6/share/gnome/help/meld/es/meld.xml meld-es.omf meld-es.omf.install | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/omf/meld /usr/local/Cellar/meld/1.8.6/share/gnome/help/meld/es | |
| install -m 644 meld.es.xml /usr/local/Cellar/meld/1.8.6/share/gnome/help/meld/es/meld.xml | |
| install -m 644 meld-es.omf.install /usr/local/Cellar/meld/1.8.6/share/omf/meld/meld-es.omf | |
| scrollkeeper-update -p /usr/local/Cellar/meld/1.8.6/var/lib/scrollkeeper -o /usr/local/Cellar/meld/1.8.6/share/omf/meld | |
| getopt: illegal option -- n | |
| getopt: illegal option -- s | |
| getopt: illegal option -- c | |
| getopt: illegal option -- r | |
| getopt: illegal option -- o | |
| getopt: illegal option -- l | |
| getopt: illegal option -- l | |
| getopt: illegal option -- k | |
| getopt: illegal option -- e | |
| getopt: illegal option -- e | |
| getopt: illegal option -- p | |
| getopt: illegal option -- e | |
| getopt: illegal option -- r | |
| getopt: illegal option -- p | |
| getopt: illegal option -- d | |
| getopt: illegal option -- a | |
| getopt: illegal option -- t | |
| getopt: illegal option -- e | |
| getopt: illegal option -- o | |
| Usage: scrollkeeper-update [OPTIONS] | |
| Update Rarian scrolls archive from scrollkeeper omf files. | |
| Note: This script is a replacement for scrollkeeper-update, but | |
| does not update the scrollkeeper internal database. | |
| Options: | |
| -o DIR Use the specified omf directories for | |
| conversion. Multiple directories can be | |
| specified using colon (:) separator. | |
| -r DIR Use the specified directory for the resulting | |
| scrolls. If the directory doesn't exist, it | |
| will be created at run time. | |
| Note: Multiple output paths are not supported | |
| --c Rebuild the index entirely. This will rebuild | |
| all scroll files and may take a long time. | |
| -v Turn Verbosity on. | |
| -p Specify a different place to store the mtimes file. | |
| -q Run silently (default). | |
| -h, -? Print this help message and exit. | |
| Using this script without option will use the default omf directory | |
| '/usr/local/Cellar/rarian/0.8.1/share/omf' and the default output directory '/usr/local/Cellar/rarian/0.8.1/share/help' | |
| NOTE (2): This script doesn't do anything and is | |
| only provided for scrollkeeper compatibility | |
| scrollkeeper-preinstall /usr/local/Cellar/meld/1.8.6/share/gnome/help/meld/fr/meld.xml meld-fr.omf meld-fr.omf.install | |
| mkdir -m 755 -p /usr/local/Cellar/meld/1.8.6/share/omf/meld /usr/local/Cellar/meld/1.8.6/share/gnome/help/meld/fr | |
| install -m 644 meld.fr.xml /usr/local/Cellar/meld/1.8.6/share/gnome/help/meld/fr/meld.xml | |
| install -m 644 meld-fr.omf.install /usr/local/Cellar/meld/1.8.6/share/omf/meld/meld-fr.omf | |
| scrollkeeper-update -p /usr/local/Cellar/meld/1.8.6/var/lib/scrollkeeper -o /usr/local/Cellar/meld/1.8.6/share/omf/meld | |
| getopt: illegal option -- n | |
| getopt: illegal option -- s | |
| getopt: illegal option -- c | |
| getopt: illegal option -- r | |
| getopt: illegal option -- o | |
| getopt: illegal option -- l | |
| getopt: illegal option -- l | |
| getopt: illegal option -- k | |
| getopt: illegal option -- e | |
| getopt: illegal option -- e | |
| getopt: illegal option -- p | |
| getopt: illegal option -- e | |
| getopt: illegal option -- r | |
| getopt: illegal option -- p | |
| getopt: illegal option -- d | |
| getopt: illegal option -- a | |
| getopt: illegal option -- t | |
| getopt: illegal option -- e | |
| getopt: illegal option -- o | |
| Usage: scrollkeeper-update [OPTIONS] | |
| Update Rarian scrolls archive from scrollkeeper omf files. | |
| Note: This script is a replacement for scrollkeeper-update, but | |
| does not update the scrollkeeper internal database. | |
| Options: | |
| -o DIR Use the specified omf directories for | |
| conversion. Multiple directories can be | |
| specified using colon (:) separator. | |
| -r DIR Use the specified directory for the resulting | |
| scrolls. If the directory doesn't exist, it | |
| will be created at run time. | |
| Note: Multiple output paths are not supported | |
| --c Rebuild the index entirely. This will rebuild | |
| all scroll files and may take a long time. | |
| -v Turn Verbosity on. | |
| -p Specify a different place to store the mtimes file. | |
| -q Run silently (default). | |
| -h, -? Print this help message and exit. | |
| Using this script without option will use the default omf directory | |
| '/usr/local/Cellar/rarian/0.8.1/share/omf' and the default output directory '/usr/local/Cellar/rarian/0.8.1/share/help' | |
| NOTE (2): This script doesn't do anything and is | |
| only provided for scrollkeeper compatibility | |
| Updating MIME database. | |
| /bin/sh: update-mime-database: command not found | |
| make: [install] Error 127 (ignored) | |
| Updating desktop database. | |
| /bin/sh: update-desktop-database: command not found | |
| make: [install] Error 127 (ignored) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/Homebrew/homebrew | |
| HEAD: 8104ed55b68d5656783f7e83100e951a91d2923a | |
| Last commit: 49 minutes ago | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| CPU: quad-core 64-bit sandybridge | |
| OS X: 10.9.5-x86_64 | |
| Xcode: 6.0.1 | |
| CLT: 6.0.0.0.1.1410400753 | |
| Clang: 6.0 build 600 | |
| X11: 2.7.7 => /opt/X11 | |
| System Ruby: 2.0.0-481 | |
| Perl: /usr/bin/perl | |
| Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
| Ruby: /usr/bin/ruby |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
| If you didn't put them there on purpose they could cause problems when | |
| building Homebrew formulae, and may need to be deleted. | |
| Unexpected .pc files: | |
| /usr/local/lib/pkgconfig/fuse-ext2.pc | |
| Please note that these warnings are just used to help the Homebrew maintainers | |
| with debugging if you file an issue. If everything you use Homebrew for is | |
| working fine: please don't worry and just ignore them. Thanks! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment