Code Monkey home page Code Monkey logo

homebrew-kde's People

Contributors

adymo avatar hideov avatar lheckemann avatar mxj4 avatar tlvince avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

homebrew-kde's Issues

Installing Calligra error

I'm having latest homebrew installed on Lion. With fixed path (/usr/local/bin before /usr/bin) and while I'm trying to install calligra I'm getting such error:

$ brew install calligra
Error: /usr/local/Library/Taps/adymo/homebrew-kde/calligra.rb:64: syntax error, unexpected tSTRING_BEG, expecting tAMPER
        system "cmake", *cmake_args, "-DBUNDLE_INSTALL_DIR=."
                                      ^
/usr/local/Library/Taps/adymo/homebrew-kde/calligra.rb:72: syntax error, unexpected tSTRING_BEG, expecting tAMPER
                      "-DBUNDLE_INSTALL_DIR=#{bin}",
                       ^
/usr/local/Library/Taps/adymo/homebrew-kde/calligra.rb:72: syntax error, unexpected ',', expecting kEND
Please report this bug:
    https://github.com/Homebrew/homebrew/wiki/troubleshooting
/usr/local/Library/Homebrew/formulary.rb:65:in `require'
/usr/local/Library/Homebrew/formulary.rb:65:in `klass'
/usr/local/Library/Homebrew/formulary.rb:50:in `get_formula'
/usr/local/Library/Homebrew/formulary.rb:198:in `factory'
/usr/local/Library/Homebrew/extend/ARGV.rb:12:in `formulae'
/usr/local/Library/Homebrew/extend/ARGV.rb:12:in `map'
/usr/local/Library/Homebrew/extend/ARGV.rb:12:in `formulae'
/usr/local/Library/Homebrew/cmd/install.rb:27:in `install'
/usr/local/Library/brew.rb:131:in `send'
/usr/local/Library/brew.rb:131

Homebrew-kde was installed as in UG.

soprano requires qt with dbus

tried to install soprano, and it failed to include QDbus/QDbus
The qt bottle is not compiled --with-dbus

I've seen this notation before; it will recompile qt if necessary:
depends_on "qt" => "--with-d-bus"

Wish: okular

Hello,

Is there any plan to have a formula for okular in the near future? It is a great viewer, that I am really missing from Linux.

Make all of this easier.

Hi, thanks for getting all of this working, but the setup is currently incredibly complex.

One piece of feedback, it's not clear if the d-bus launch is something you need to do once, or be put in your bashrc. Also, it's not clear which of the setup instructions have system side effects that need to be undone when removing/uninstalling.

kbuildsycoca4 never finishes, removing lock file doesn't help

The Troubleshooting guide at the bottom of the page says I should remove the lock file if this happens. This is what I did based on my understanding from the guide:

  1. Run launchctl unload -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist to stop dbus.
  2. Run env | grap DBUS, which returns a file_address.
  3. Remove the file from (2.) by using rm file_address
  4. Run launchctl load -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist to start dbus again.
  5. Run kbuildsycoca4 --noincremental. It still never finishes.

I would appreciate any help.

Akonadi uses its own bundle path variable

Akonadi fails to install because it wants its CMake variable for the bundle path to be called AKONADI_BUNDLE_PATH, but currently only BUNDLE_INSTALL_DIR is set. AKONADI_BUNDLE_PATH should be defined to be BUNDLE_INSTALL_DIR for Akonadi. I don't know what the best way to do this is.

Qt fails to install on 10.9

trace of my attempt to install qt on OS X 10.9:

$ brew install adymo/kde/qt
Warning: No developer tools installed.
You should install the Command Line Tools.
Run xcode-select --install to install them.
==> Installing qt dependency: d-bus
==> Downloading http://dbus.freedesktop.org/releases/dbus/dbus-1.6.18.tar.gz

################################################################## 100,0%

==> ./configure --prefix=/usr/local/Cellar/d-bus/1.6.18 --localstatedir=/usr/local/var --sysc
==> make
==> make install
==> /usr/local/Cellar/d-bus/1.6.18/bin/dbus-uuidgen --ensure=/usr/local/var/lib/dbus/machine-
==> Caveats
If this is your first install, automatically load on login with:
mkdir -p ~/Library/LaunchAgents
cp /usr/local/Cellar/d-bus/1.6.18/org.freedesktop.dbus-session.plist ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist

If this is an upgrade and you already have the org.freedesktop.dbus-session.plist loaded:
launchctl unload -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist
cp /usr/local/Cellar/d-bus/1.6.18/org.freedesktop.dbus-session.plist ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist

To have launchd start d-bus at login:
ln -sfv /usr/local/opt/d-bus/*.plist ~/Library/LaunchAgents
Then to load d-bus now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.d-bus.plist
Warning: Could not link d-bus. Unlinking...
Error: The brew link step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link d-bus'

Possible conflicting files are:
==> Summary
/usr/local/Cellar/d-bus/1.6.18: 48 files, 2,3M, built in 2.7 minutes
==> Installing qt
==> Downloading http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-o
Already downloaded: /Library/Caches/Homebrew/qt-4.8.5.tar.gz
==> ./configure -prefix /usr/local/Cellar/qt/4.8.5 -system-zlib -confirm-license -opensource
==> make
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [../../../../../../lib/QtWebKit.framework/QtWebKit] Error 1
make[2]: *** [release] Error 2
make[1]: *** [sub-WebKit-qt-QtWebKit-pro-make_default-ordered] Error 2
make: *** [sub-webkit-make_default-ordered] Error 2

There is no konsole formula

Would it be possible to get a formula for konsole? Without it you can't use the terminal plugin within kate.

Error installing kate

I get the following error when installing kate using home-brew:

% brew install kate
==> Installing kate from adymo/homebrew-kde
==> Installing dependencies for adymo/kde/kate: akonadi, libical, kdepimlibs, kactivities, kde-runtime
==> Installing adymo/kde/kate dependency: akonadi
==> Downloading http://download.kde.org/stable/akonadi/src/akonadi-1.13.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/akonadi-1.13.0.tar.bz2
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/kde4 -Wdev --trace --debug-output -DKDE_DEFAULT_HOME=Library/Preferences/KDE -DCMAKE_PREFIX_PATH=/usr/local/C
==> make
[ 78%] Built target clientcapabilityaggregatortest
Linking CXX executable akdbustest
[ 78%] Built target akstandarddirstest
[ 78%] Built target akdbustest
make: *** [all] Error 2

When running brew doctor, I get the following:
Error: Failed to import: adymo/kde/base_kde_formula
formulae require at least a URL
Error: compile error
/usr/local/Library/Taps/adymo/homebrew-kde/calligra.rb:64: syntax error, unexpected tSTRING_BEG, expecting tAMPER
system "cmake", *cmake_args, "-DBUNDLE_INSTALL_DIR=."
^
/usr/local/Library/Taps/adymo/homebrew-kde/calligra.rb:72: syntax error, unexpected tSTRING_BEG, expecting tAMPER
"-DBUNDLE_INSTALL_DIR=#{bin}",
^
/usr/local/Library/Taps/adymo/homebrew-kde/calligra.rb:72: syntax error, unexpected ',', expecting kEND

Any help would be appreciated. Thank you.

Error when compiling adymo/kde/qt (brew install adymo/kde/qt --verbose) in OS X 10.9

Hi,

After updating Mac OS (10.9 now), the compilation of adymo/kde/qt failed during the link :

Undefined symbols for architecture x86_64:
"_WKCreateMediaUIBackgroundView", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKCreateMediaUIControl", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTClearMediaDownloadCache", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTClearMediaDownloadCacheForSite", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTGetSitesInMediaDownloadCache", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTIncludeOnlyModernMediaFileTypes", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTMovieDataRate", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTMovieDisableComponent", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTMovieGetType", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTMovieHasClosedCaptions", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTMovieMaxTimeLoaded", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTMovieMaxTimeLoadedChangeNotification", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTMovieMaxTimeSeekable", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTMovieResolvedURL", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTMovieSelectPreferredAlternates", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTMovieSetShowClosedCaptions", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKQTMovieViewSetDrawSynchronously", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKWindowSetAlpha", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
"_WKWindowSetScaledFrame", referenced from:
InitWebCoreSystemInterface() in WebSystemInterface.o
ld: symbol(s) not found for architecture x86_64

brew 0.9.5

kdevelop install error

While installing kdevelop by "brew install kdevelop", the following error occurs:

///////////////////////////////

[...] $ brew install kdevelop
==> Installing kdevelop from adymo/homebrew-kde
==> Installing dependencies for kdevelop: kdevplatform, libgcrypt
==> Installing kdevelop dependency: kdevplatform
==> Downloading http://download.kde.org/stable/kdevelop/4.7.0/src/kdevplatform-1.7.0.tar.xz
Already downloaded: /Library/Caches/Homebrew/kdevplatform-1.7.0.tar.xz
==> Patching
patching file project/abstractfilemanagerplugin.cpp
patching file plugins/standardoutputview/outputwidget.cpp
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/kde4 -Wdev --trace --debug-output -DKDE_DEFA
==> make
Generating kdevtestview.gmo
Generating kdevvcsprojectintegration.gmo
[ 30%] Built target pofiles
[ 30%] Built target pofiles
make: *** [all] Error 2

///////////////////////////////

What can I do to solve this? Please help!
(My system: Mac OS X 10.10.2 Yosemite)

Thank you much for your efforts
& best regards

kong290

Kdevelop compilation error: adaptsignatureassistant.cpp

I fixed this:

[ 97%] Building CXX object languages/cpp/tests/CMakeFiles/cppcodecompletiontest.dir/__/codegen/unresolvedincludeassistant.cpp.o
/tmp/kdevelop20150527-62031-hvop2w/kdevelop-4.7.0/languages/cpp/codegen/adaptsignatureassistant.cpp:97:18: error: no viable overloaded '='
  m_oldSignature = {};
  ~~~~~~~~~~~~~~ ^ ~~
/tmp/kdevelop20150527-62031-hvop2w/kdevelop-4.7.0/languages/cpp/codegen/adaptsignatureaction.h:35:8: note: candidate function (the implicit move assignment operator) not viable: cannot convert initializer list argument to 'Cpp::Signature'
struct Signature
       ^
/tmp/kdevelop20150527-62031-hvop2w/kdevelop-4.7.0/languages/cpp/codegen/adaptsignatureaction.h:35:8: note: candidate function (the implicit copy assignment operator) not viable: cannot convert initializer list argument to 'const Cpp::Signature'
struct Signature
       ^
1 error generated.
make[2]: *** [languages/cpp/tests/CMakeFiles/cppassistantstest.dir/__/codegen/adaptsignatureassistant.cpp.o] Error 1

By patching adaptsignatureassistant.cpp as follows:

--- a/languages/cpp/codegen/adaptsignatureassistant.cpp
+++ b/languages/cpp/codegen/adaptsignatureassistant.cpp
@@ -18,6 +18,8 @@

 #include "adaptsignatureassistant.h"

+#include <utility>
+
 #include <interfaces/icore.h>
 #include <interfaces/ilanguagecontroller.h>
 #include <language/assistant/renameaction.h>
@@ -33,6 +35,7 @@
 #include "cppduchain.h"
 #include "qtfunctiondeclaration.h"

+
 using namespace KDevelop;
 using namespace Cpp;

@@ -94,7 +97,9 @@
   m_otherSideId = {};
   m_otherSideTopContext = {};
   m_otherSideContext = {};
-  m_oldSignature = {};
+  Signature tempSignature;
+  //m_oldSignature = {};
+  std::swap(m_oldSignature, tempSignature);
   m_document = {};
   m_view.clear();
 }

Without the patch kdevelop compilation fails near the end and doesn't install.

Brewing strigi fails while linking

Undefined symbols for architecture x86_64:
"lucene::util::atomic_threads::atomic_decrement(unsigned int_)", referenced from:
indexdump(char const_) in indexdump.cpp.o
ld: symbol(s) not found for architecture x86_64

Linking CXX shared module strigiindex_cluceneng.so
Undefined symbols for architecture x86_64:
"lucene::util::atomic_threads::atomic_decrement(unsigned int_)", referenced from:
CLuceneIndexReader::Private::createSingleFieldQuery(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, Strigi::Query const&) in cluceneindexreader.cpp.o
CLuceneIndexReader::documentId(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&) in cluceneindexreader.cpp.o
CLuceneIndexReader::keywords(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > > > const&, unsigned int, unsigned int) in cluceneindexreader.cpp.o
CLuceneIndexWriter::deleteEntry(std::__1::basic_string<char, std::__1::char_traits, std::_1::allocator > const&, lucene::index::IndexWriter, lucene::index::IndexReader*) in cluceneindexwriter.cpp.o
ld: symbol(s) not found for architecture x86_64

strigi fails to compile

osx 10.9.4

...
[100%] Built target strigiclient
Install the project...
-- Install configuration: ""
CMake Error at libstreams/cmake_install.cmake:39 (file):
  file cannot create directory: /usr/local/kde4/include/strigi.  Maybe need
  administrative privileges.
Call Stack (most recent call first):
  cmake_install.cmake:32 (include)

kdelibs fails to build, Mavericks

Hi,

Here's the brew output:

==> Installing dependencies for kdevelop: kdelibs, kdevplatform, oxygen-icons, nepomuk-core, gnupg, libassuan, pth, gpgme, akonad
==> Installing kdevelop dependency: kdelibs
==> Downloading http://download.kde.org/stable/4.11.4/src/kdelibs-4.11.4.tar.xz
Already downloaded: /Library/Caches/Homebrew/kdelibs-4.11.4.tar.xz
==> Downloading patches
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
patching file kdecore/CMakeLists.txt
Hunk #1 succeeded at 102 with fuzz 1 (offset 43 lines).
patching file kdecore/kernel/kstandarddirs.cpp
Hunk #1 succeeded at 1266 (offset 62 lines).
patching file kded/CMakeLists.txt
Hunk #1 succeeded at 74 (offset 5 lines).
patching file kded/vfolder_menu.cpp
patching file kinit/kinit.cpp
Hunk #1 succeeded at 541 (offset -2 lines).
Hunk #2 succeeded at 605 (offset -8 lines).
Hunk #3 succeeded at 695 (offset -8 lines).
Hunk #4 succeeded at 715 (offset -8 lines).
patching file kinit/CMakeLists.txt
patching file kinit/helper.cpp
patching file cmake/modules/FindKDE4Internal.cmake
Hunk #1 succeeded at 1116 (offset 100 lines).
patching file cmake/modules/FindPhonon.cmake
patching file cmake/modules/FindQt4.cmake
Hunk #1 succeeded at 1210 (offset 32 lines).
Warning: Compile qt formula first with: --with-qtdbus and --with-qt3support flags.
Enable QtDBus module (--with-qtdbus) and Qt3Support module (--with-qt3support)
in qt formula first to avoid errors in kdevplatform and kdevelop formulas.
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local -Wdev --trace --debug-output -DKDE_DEFAULT_HOME=Library/Preferences/KDE -DCMAKE_PREFIX_PA


-- Configuring incomplete, errors occurred!
See also "/tmp/kdelibs-wNph/kdelibs-4.11.4/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/kdelibs-wNph/kdelibs-4.11.4/build/CMakeFiles/CMakeError.log".

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/adymo/homebrew-kde/issues

These open issues may also help:
    https://github.com/Homebrew/homebrew/issues/20099
    https://github.com/Homebrew/homebrew/issues/8714
    https://github.com/Homebrew/homebrew/issues/6806
    https://github.com/Homebrew/homebrew/pull/8428
    https://github.com/Homebrew/homebrew/issues/8715
    https://github.com/Homebrew/homebrew/pull/6170
    https://github.com/Homebrew/homebrew/pull/9427

/tmp/kdelibs-wNph does not exist.

Unite efforts

KDE on Homebrew is currently quite dispersed; there's at least two other independent repos carrying KDE formulae:

homebew/boneyard contains a few (kdelibs, oxygen-icons etc.) and has three open issues (https://github.com/Homebrew/homebrew-boneyard/issues/19, https://github.com/Homebrew/homebrew-boneyard/pull/18, https://github.com/Homebrew/homebrew-boneyard/pull/17) relating to them.

@aseques wrote a formulae for Marble and Digikam back in 2012, which I used (along with pointers from a now-deleted homebrew-digikam repo @dzubi kindly sent me a couple of months ago) as a base to get a working build of Digikam v3.5.0: I'm interested in maintaing a formulae for Digikam (#9) and so came to this repo (adymo/homebrew-kde, via the KDE Mac wiki) as it appears to be the most up-to-date.

I'm proposing to unite efforts and work together towards a single canonical homebrew-kde. It'd be great if we could get this under the Homebrew GitHub organisation.

@somekool, thanks a lot for your work in somekool/homebrew. It'd be great to continue your work and bring the formulae up-to-date.

Unfortunately, as the formulae are in a fork of the main Homebrew repo (perhaps with the thought of getting them merged quickly?), it makes it difficult for users to make use of them; I think they'd be better off in a tap. Prior experience tells me the core homebrew contributors prefer specialist/grouped forumale be maintained this way.

@Anonymooseable, I noticed you recently added a big "NOT MAINTAINED" notice to your repo (which I believe is derived from @somekool's), probably in response to https://github.com/Anonymooseable/homebrew-kde/pull/3? Perhaps if there's interest in this, you'd like to delete/redirect to here?

Also, @somekool's repo contains ~230 KDE formulae. Should we try to maintain formulae for the entire suite, or be more selective as per @adymo's approach? As far as I'm aware, most of the work is done in the base and kde-libs formulae, so it may be achievable. @somekool also has a script that automates updating most formulae.

Thoughts all?

kdevelop can't be run

First of all: brew linkapps haven't make a link into /Applications for kdevelop.app

Then, trying to launch kdevelop raises an error:

Process:               kdevelop [93427]
Path:                  /usr/local/Cellar/kdevelop/4.7.2/bin/kdevelop.app/Contents/MacOS/kdevelop
Identifier:            org.kde.KDevelop
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           kdevelop [93427]
User ID:               501

Date/Time:             2015-10-28 10:52:29.014 +0300
OS Version:            Mac OS X 10.11 (15A284)
Report Version:        11
Anonymous UUID:        ***


Time Awake Since Boot: 2200000 seconds

System Integrity Protection: enabled

Crashed Thread:        0

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000002, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: libstreamanalyzer.0.dylib
  Referenced from: /usr/local/kde4/lib/libkio.5.dylib
  Reason: image not found

install kdevelop fails Error 2

I followed all of the steps religiously, on a 10.7.5 MBP, running this on an admin account (not root).

No errors at all until this step. I'm not make-fluent user, just trying to find a way to run Kexi on my MBP, so I have no idea what to do from here.

$ brew install kdevelop
==> Installing kdevelop dependency: kdevplatform
==> Downloading http://download.kde.org/stable/kdevelop/4.6.0/src/kdevplatform-1
Already downloaded: /Library/Caches/Homebrew/kdevplatform-1.6.0.tar.xz
==> Patching
patching file project/abstractfilemanagerplugin.cpp
Hunk #1 succeeded at 465 with fuzz 1 (offset -2 lines).
patching file util/google/sparsehash/sparseconfig.h
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/kde4 -Wdev --trace --debug-output
==> make
[ 78%] Built target kdevfiletemplates
[ 78%] Building CXX object plugins/classbrowser/CMakeFiles/kdevclassbrowser.dir/allclassesfolder.cpp.o
Linking CXX shared module ../../lib/kdevclassbrowser.so
[ 78%] Built target kdevclassbrowser
make: *** [all] Error 2

As with the previous issue, brew doctor has only one error:
Error: Failed to import: base_kde_formula
formulae require at least a URL

Deprecate base_kde_formula

@adamv, @MikeMcQuaid, we're currently building homebrew-kde with the hope to get it under the Homebrew organisation.

Most KDE formulae share the same build depends/scaffolding, which has been generalised in base_kde_formula and extended in each formula, e.g.:

require File.join(File.dirname(__FILE__), 'base_kde_formula')

class Akonadi < BaseKdeFormula
  ...
end

What are your thoughts on this pattern? AFAICT, no other homebrew repo does this, but there maybe some merit to use it here.

cant debug with kdevelop

I'v installed kdevelop(version 4.7.0) by this tap ,thank you adymo.And i brew installed gdb too.
When i come to debug (F9),"the current launch configuration does not support the 'debug' mode" shows.
But Execute Launch is OK .Am i missing something through the installation

fail build konversation. phonon headers missing

Hi

when try a build konversation. this fail

[ 45%] [ 45%] [ 46%] [ 46%] Building CXX object src/CMakeFiles/konversation.dir/config/preferences.o
Building CXX object src/CMakeFiles/konversation.dir/konversation_automoc.o
Building CXX object src/CMakeFiles/konversation.dir/application.o
Building CXX object src/CMakeFiles/konversation.dir/dbus.o
In file included from /tmp/konversation-jBUVw3/konversation-1.5/src/application.cpp:24:
/tmp/konversation-jBUVw3/konversation-1.5/src/sound.h:25:10: fatal error: 'Phonon/MediaObject' file not found

include <Phonon/MediaObject>

     ^

1 error generated.
make[2]: *** [src/CMakeFiles/konversation.dir/application.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/konversation.dir/all] Error 2
make: *** [all] Error 2

but kde-phonon is installed and detect by cmake

-- Found Phonon: /usr/local/opt/qt/Frameworks/phonon.framework (Required is at least version "4.3.80")

greetings

can't instal calligra

Although Calligra builds as expected, it falls to make install.

Here's the relevant verbose

==> make install
/usr/local/Library/ENV/4.3/clang++   -fno-common -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-  align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -Woverloaded-virtual -fno-common -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -Wno-return-type-c-linkage -dynamiclib -Wl,-headerpad_max_install_names -single_module -multiply_defined suppress   -compatibility_version 14.0.0 -current_version 14.0.0 -o ../../lib/libcalligrastageprivate.14.0.0.dylib -install_name /tmp/calligra-Ua5U/build/lib/libcalligrastageprivate.14.dylib CMakeFiles/calligrastageprivate.dir/calligrastageprivate_automoc.cpp.o CMakeFiles/calligrastageprivate.dir/KPrFactory.cpp.o CMakeFiles/calligrastageprivate.dir/KPrDocument.cpp.o CMakeFiles/calligrastageprivate.dir/KPrDeclarations.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPart.cpp.o CMakeFiles/calligrastageprivate.dir/KPrView.cpp.o CMakeFiles/calligrastageprivate.dir/KPrViewModePresentation.cpp.o CMakeFiles/calligrastageprivate.dir/KPrViewModeNotes.cpp.o CMakeFiles/calligrastageprivate.dir/KPrViewModeSlidesSorter.cpp.o CMakeFiles/calligrastageprivate.dir/KPrViewModePreviewPageEffect.cpp.o CMakeFiles/calligrastageprivate.dir/KPrViewModePreviewShapeAnimations.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresentationTool.cpp.o CMakeFiles/calligrastageprivate.dir/KPrAnimationDirector.cpp.o CMakeFiles/calligrastageprivate.dir/KPrShapeAnimations.cpp.o CMakeFiles/calligrastageprivate.dir/KPrShapeManagerAnimationStrategy.cpp.o CMakeFiles/calligrastageprivate.dir/KPrShapeManagerDisplayMasterStrategy.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPageData.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPage.cpp.o CMakeFiles/calligrastageprivate.dir/KPrMasterPage.cpp.o CMakeFiles/calligrastageprivate.dir/KPrNotes.cpp.o CMakeFiles/calligrastageprivate.dir/KPrSoundData.cpp.o CMakeFiles/calligrastageprivate.dir/KPrSoundCollection.cpp.o CMakeFiles/calligrastageprivate.dir/KPrEventActionData.cpp.o CMakeFiles/calligrastageprivate.dir/KPrEventActionWidget.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPageApplicationData.cpp.o CMakeFiles/calligrastageprivate.dir/KPrShapeApplicationData.cpp.o CMakeFiles/calligrastageprivate.dir/KPrCustomSlideShows.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresenterViewBaseInterface.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresenterViewInterface.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresenterViewSlidesInterface.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresenterViewToolWidget.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresenterViewWidget.cpp.o CMakeFiles/calligrastageprivate.dir/KPrEndOfSlideShowPage.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPlaceholderShape.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPlaceholderShapeFactory.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPlaceholderStrategy.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPlaceholderPictureStrategy.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPlaceholderTextStrategy.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresentationHighlightWidget.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresentationDrawWidget.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresentationBlackWidget.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresentationStrategy.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresentationHighlightStrategy.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresentationBlackStrategy.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresentationStrategyBase.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresentationToolEventForwarder.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresentationDrawStrategy.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPageSelectStrategyBase.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPageSelectStrategyFixed.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPageSelectStrategyActive.cpp.o CMakeFiles/calligrastageprivate.dir/KPrDurationParser.cpp.o CMakeFiles/calligrastageprivate.dir/KPrHtmlExport.cpp.o CMakeFiles/calligrastageprivate.dir/KPrHtmlExportUiDelegate.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPicturesImport.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPdfPrintJob.cpp.o CMakeFiles/calligrastageprivate.dir/KPrSlidesSorterDocumentModel.cpp.o CMakeFiles/calligrastageprivate.dir/KPrSlidesManagerView.cpp.o CMakeFiles/calligrastageprivate.dir/KPrCustomSlideShowsModel.cpp.o CMakeFiles/calligrastageprivate.dir/KPrSlidesSorterItemDelegate.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPageLayoutWidget.cpp.o CMakeFiles/calligrastageprivate.dir/commands/KPrAnimationCreateCommand.cpp.o CMakeFiles/calligrastageprivate.dir/commands/KPrAnimationRemoveCommand.cpp.o CMakeFiles/calligrastageprivate.dir/commands/KPrPageEffectSetCommand.cpp.o CMakeFiles/calligrastageprivate.dir/commands/KPrPageLayoutCommand.cpp.o CMakeFiles/calligrastageprivate.dir/commands/KPrEditCustomSlideShowsCommand.cpp.o CMakeFiles/calligrastageprivate.dir/commands/KPrAddCustomSlideShowCommand.cpp.o CMakeFiles/calligrastageprivate.dir/commands/KPrDelCustomSlideShowCommand.cpp.o CMakeFiles/calligrastageprivate.dir/commands/KPrRenameCustomSlideShowCommand.cpp.o CMakeFiles/calligrastageprivate.dir/commands/KPrDeleteSlidesCommand.cpp.o CMakeFiles/calligrastageprivate.dir/commands/KPrEditAnimationTimeLineCommand.cpp.o CMakeFiles/calligrastageprivate.dir/commands/KPrAnimationEditNodeTypeCommand.cpp.o CMakeFiles/calligrastageprivate.dir/commands/KPrReorderAnimationCommand.cpp.o CMakeFiles/calligrastageprivate.dir/commands/KPrReplaceAnimationCommand.cpp.o CMakeFiles/calligrastageprivate.dir/dockers/KPrPreviewWidget.cpp.o CMakeFiles/calligrastageprivate.dir/pageeffects/KPrPageEffectRunner.cpp.o CMakeFiles/calligrastageprivate.dir/pageeffects/KPrPageEffect.cpp.o CMakeFiles/calligrastageprivate.dir/pageeffects/KPrPageEffectStrategy.cpp.o CMakeFiles/calligrastageprivate.dir/pageeffects/KPrPageEffectFactory.cpp.o CMakeFiles/calligrastageprivate.dir/pageeffects/KPrPageEffectRegistry.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrAnimationBase.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrAnimSet.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrAnimate.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrAnimateColor.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrAnimateMotion.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrAnimateTransform.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrAnimTransitionFilter.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrAnimationFactory.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrAnimationCache.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrTextBlockPaintStrategy.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrShapeAnimation.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrAnimationStep.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrAnimationSubStep.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrAnimationLoader.cpp.o CMakeFiles/calligrastageprivate.dir/animations/KPrAnimationData.cpp.o CMakeFiles/calligrastageprivate.dir/animations/strategy/KPrAnimationValue.cpp.o CMakeFiles/calligrastageprivate.dir/animations/strategy/KPrFormulaParser.cpp.o CMakeFiles/calligrastageprivate.dir/animations/strategy/KPrAnimationAttribute.cpp.o CMakeFiles/calligrastageprivate.dir/animations/strategy/KPrSmilValues.cpp.o CMakeFiles/calligrastageprivate.dir/animations/strategy/KPrAttributeX.cpp.o CMakeFiles/calligrastageprivate.dir/animations/strategy/KPrAttributeY.cpp.o CMakeFiles/calligrastageprivate.dir/animations/strategy/KPrAttributeWidth.cpp.o CMakeFiles/calligrastageprivate.dir/animations/strategy/KPrAttributeHeight.cpp.o CMakeFiles/calligrastageprivate.dir/animations/strategy/KPrAttributeRotate.cpp.o CMakeFiles/calligrastageprivate.dir/pagelayout/KPrPlaceholder.cpp.o CMakeFiles/calligrastageprivate.dir/pagelayout/KPrPageLayout.cpp.o CMakeFiles/calligrastageprivate.dir/pagelayout/KPrPageLayouts.cpp.o CMakeFiles/calligrastageprivate.dir/pagelayout/KPrPageLayoutSharedSavingData.cpp.o CMakeFiles/calligrastageprivate.dir/pagelayout/KPrPlaceholders.cpp.o CMakeFiles/calligrastageprivate.dir/ui/KPrConfigureSlideShowDialog.cpp.o CMakeFiles/calligrastageprivate.dir/ui/KPrConfigurePresenterViewDialog.cpp.o CMakeFiles/calligrastageprivate.dir/ui/KPrPresentationToolWidget.cpp.o CMakeFiles/calligrastageprivate.dir/ui/KPrHtmlExportDialog.cpp.o CMakeFiles/calligrastageprivate.dir/tools/KPrPlaceholderTool.cpp.o CMakeFiles/calligrastageprivate.dir/tools/KPrPlaceholderToolFactory.cpp.o CMakeFiles/calligrastageprivate.dir/KPrViewAdaptor.cpp.o CMakeFiles/calligrastageprivate.dir/KPrPresentationToolAdaptor.cpp.o -F/usr/local/lib -F/usr/local/Cellar/qt/4.8.6/lib ../../lib/libkopageapp.14.0.0.dylib ../../lib/libkowidgets.14.0.0.dylib ../../lib/libkotextlayout.14.0.0.dylib -framework phonon -framework QtOpenGL -framework QtWebKit ../../lib/libkomain.14.0.0.dylib ../../lib/libkowidgets.14.0.0.dylib ../../lib/libkotextlayout.14.0.0.dylib ../../lib/libkotext.14.0.0.dylib ../../lib/libflake.14.0.0.dylib ../../lib/libpigmentcms.14.0.0.dylib ../../lib/libkoplugin.14.0.0.dylib ../../lib/libkowidgetutils.14.0.0.dylib ../../lib/libkoodf.14.0.0.dylib ../../lib/libkundo2.14.0.0.dylib /usr/local/kde4/lib/libkio.5.13.0.dylib -framework QtNetwork -framework QtXml /usr/local/kde4/lib/libkdeui.5.13.0.dylib -framework QtGui -framework QtSvg /usr/local/kde4/lib/libkdecore.5.13.0.dylib -framework QtDBus -framework QtCore -framework Carbon 

cd /tmp/calligra-Ua5U/build/stage/part && /usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_symlink_library ../../lib/libcalligrastageprivate.14.0.0.dylib ../../lib/libcalligrastageprivate.14.dylib ../../lib/libcalligrastageprivate.dylib
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /tmp/calligra-Ua5U/build/CMakeFiles 37 38 39 40 41
[ 93%] Built target calligrastageprivate
make: *** [all] Error 2

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/hapasa/homebrew-kde/issues

Add Digikam

Are you interested in adding Digikam to this tap?

I've collated existing efforts (see my notes) and am mostly there in tlvince:digikam, but am currently stumped on the following build error:

-- PKGCONFIG() indicates that libkexiv2 is not installed (install the package which contains libkexiv2.pc if you want to support this feature)
CMake Error at cmake/modules/FindKexiv2.cmake:111 (message):
  Could NOT find libkexiv2 header files
Call Stack (most recent call first):
  extra/kipi-plugins/CMakeLists.txt:126 (FIND_PACKAGE)

Error installing kdevelop on MAC OS X 10.11 (OS X El Capitan)

I have the following Error when installing kdevelop on MAC OS X 10.11 (OS X El Capitan).

==> Installing kdevelop from adymo/homebrew-kde
==> Downloading http://download.kde.org/stable/kdevelop/4.7.0/src/kdevelop-4.7.0.tar.xz
Already downloaded: /Library/Caches/Homebrew/kdevelop-4.7.0.tar.xz
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/kde4 -Wdev --trace --debug-output -DKDE_DEFAULT_HOME=Library/Preferences/KDE -DCMAKE_PREFIX_P
Last 15 lines from /Users/afshar/Library/Logs/Homebrew/kdevelop/01.cmake:
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/FindKDE4.cmake:71 (message):
ERROR: Could not find KDE4 kde4-config
Call Stack (most recent call first):
CMakeLists.txt:17 (find_package)

kdevelop-php

Any chance I could get you to add kdevelop-php, kdevelop-python libraries? Thanks for your work here.

Can't install attica

See screenshot:

Terminal output

brew --config

dant3@Dant3-MacBook:~> brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/mxcl/homebrew.git
HEAD: 318fb3b8902ee4e7c7ae1466cf20f2268598f028
HOMEBREW_PREFIX: /Users/dant3/.homebrew
HOMEBREW_CELLAR: /Users/dant3/.homebrew/Cellar
CPU: 8-core 64-bit ivybridge
OS X: 10.9.1-x86_64
Xcode: 5.0.2
CLT: 5.0.1.0.1.1382131676
Clang: 5.0 build 500
X11: 2.7.5 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby

kdelibs `Error: Failed to download resource "kdelibs--patch"`

Ran into the following error while following the kdevelop install instructions:

curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "kdelibs--patch"
Download failed: http://svn.macports.org/repository/macports/trunk/dports/kde/kdelibs4/files/patch-cmake-modules-FindPhonon.cmake.diff

A little digging reveals that the file patch-cmake-modules-FindPhonon.cmake.diff has been removed from svn as of a few hours ago:
https://trac.macports.org/changeset/122038

calligra build failure

brew install calligra:

==> Installing calligra
==> Cloning git://anongit.kde.org/calligra.git
Updating /Library/Caches/Homebrew/calligra--git
==> Checking out branch calligra/2.8
==> Downloading http://bitbucket.org/eigen/eigen/get/2.0.17.tar.bz2
Already downloaded: /Library/Caches/Homebrew/2.0.17.tar.bz2
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/calligra/2.8 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DCMAKE_BUILD_TYPE=Release -Dpkg_confi
==> make install
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/kde4 -Wdev --trace --debug-output -DKDE_DEFAULT_HOME=Library/Preferences/KDE -DCMAKE_PREFIX_PATH=/usr/local/Cellar/gettext/0.18.3.2 -DDOCBOOKXML
==> make install
[ 28%] Building CXX object plugins/musicshape/CMakeFiles/calligra_shape_music.dir/core/MusicXmlWriter.cpp.o
[ 28%] Building CXX object plugins/musicshape/CMakeFiles/calligra_shape_music.dir/core/MusicXmlReader.cpp.o
Linking CXX shared module ../../lib/calligra_shape_music.so
[ 28%] Built target calligra_shape_music
make: *** [all] Error 2

brew doctor:

Error: Failed to import: base_kde_formula
formulae require at least a URL

brew -config:

HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: d588f39d93cc6b3e3adcc53a77ad1a79be260032
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit core2
OS X: 10.9.2-x86_64
Xcode: 5.1
CLT: 5.1.0.0.1.1393561416
Clang: 5.1 build 503
X11: 2.7.5 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby

Cannot install kate

Following the instructions do not seem to work. Here's the error. The ftp site is down?

brew install kate
==> Installing kate from adymo/homebrew-kde
==> Installing dependencies for kate: automoc4, giflib, clucene, raptor, rasqal, unixodbc, redland, soprano, shared-desktop-ontologies, intltool, shared-mime-info, attica, strigi, docbook, docbook-xsl, doxygen, qjson, libdbusmenu-q
==> Installing kate dependency: automoc4
==> Downloading ftp://ftp.kde.org/pub/kde/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2

curl: (6) Could not resolve host: ftp.kde.org
Error: Failed to download resource "automoc4"
Download failed: ftp://ftp.kde.org/pub/kde/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2

Error: Failed to download resource "attica"

I am unsure how to fix this problem, this is the error I get if I try to install kate. Does anyone know the solution?

I saw a similar problem on here and OP was told to edit the automoc4 ftp address, but there doesn't appear to be an ftp address in automoc4.

$ brew install kate
==> Installing kate from adymo/homebrew-kde
==> Installing dependencies for adymo/kde/kate: attica, strigi, docbook, docbook-xsl, doxygen, qjson, libdbusmenu-qt, kdelibs, oxygen-icons, kde-phonon
==> Installing adymo/kde/kate dependency: attica
==> Downloading ftp://ftp.kde.org/pub/kde/stable/attica/attica-0.4.2.tar.bz2

curl: (6) Could not resolve host: ftp.kde.org
Error: Failed to download resource "attica"
Download failed: ftp://ftp.kde.org/pub/kde/stable/attica/attica-0.4.2.tar.bz2

Unable to install kde-phonon

I have tried absolutely everything i can possibly think of...but i cannot get the phonon dependency to install.

Hoping you can assist, this is the log i receive every time:

==> cmake -DCMAKE_INSTALL_PREFIX='/usr/local/Cellar/kde-phonon/4.7.1' -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWO
CMake Error: Qt4::moc target not found phononwidgets_automoc
CMake Error: Qt4::moc target not found phonon_automoc
CMake Error: Qt4::moc target not found phononexperimental_automoc
-- Generating done
-- Build files have been written to: /tmp/kde-phonon-ifcx/phonon-4.7.1

Thanks

kdelibs fails

Hello,

I have tried to install kate, but the retrieval of kdelibs fails, due to a patch which has disappeared:

==> Downloading http://svn.macports.org/repository/macports/trunk/dports/kde/kdelibs4/files/patch-cmake-modules-FindPhonon.cmake.diff

curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "kdelibs--patch"
Download failed: http://svn.macports.org/repository/macports/trunk/dports/kde/kdelibs4/files/patch-cmake-modules-FindPhonon.cmake.diff

soprano does not build

Linking CXX shared module libsoprano_raptorserializer.so
/tmp/soprano-TN7r/soprano-2.9.3/server/servercore.cpp:44:10: fatal error: 'QtDBus/QtDBus' file not found
#include <QtDBus/QtDBus>
         ^

I installed everything from a from-scratch fresh homebrew.

Error while installing kdelibs

==> Checking out http://svn.macports.org/repository/macports/trunk/dports/kde/kdelibs4/files/add-bun svn: E200007: URL 'http://svn.macports.org/repository/macports/trunk/dports/kde/kdelibs4/files/add-bundles-to-path.patch' refers to a file, not a directory Error: Failed to download resource "kdelibs--patch" Failure while executing: svn checkout -q --force http://svn.macports.org/repository/macports/trunk/dports/kde/kdelibs4/files/add-bundles-to-path.patch /Library/Caches/Homebrew/kdelibs--patch--svn

kate compiler error

Today I installed kdevelop (successfully), but after start it tells me kate is required.
Unfortunately kate doesn't build:

brew install -vd kate:

Linking CXX executable kwrite.app/Contents/MacOS/kwrite
[ 16%] Undefined symbols for architecture x86_64:
  "KWrite::staticMetaObject", referenced from:
      KWriteApp::activeView() in kwriteapp.o
Building CXX object kate/app/CMakeFiles/kateinterfaces.dir/katepluginmanager.o
  "KWrite::loadURL(KUrl const&)", referenced from:
      KWriteApp::init() in kwriteapp.o
  "KWrite::restore()", referenced from:
      KWriteApp::init() in kwriteapp.o
  "KWrite::winList", referenced from:
      KWriteApp::init() in kwriteapp.o
  "KWrite::KWrite(KTextEditor::Document*)", referenced from:
      KWriteApp::init() in kwriteapp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [kwrite/kwrite.app/Contents/MacOS/kwrite] Error 1
make[1]: *** [kwrite/CMakeFiles/kwrite.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

[....]

make: *** [all] Error 2
/usr/local/Library/Homebrew/formula.rb:611:in `system'
BuildError: Failed executing: make 

brew doctor (probably unrelated):

Warning: Setting DYLD_* vars can break dynamic linking.
Set variables:
    DYLD_LIBRARY_PATH

Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.

Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:

    /usr/local/kde4/bin/kde4-config

Error: Failed to import: base_kde_formula
formulae require at least a URL

brew --config:

HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: c6fc4e5b6d9b0952209d91946f77bee8d6ed3aaa
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge
OS X: 10.9.2-x86_64
Xcode: 5.1
CLT: 5.1.0.0.1.1393561416
GCC-4.2: build 5666
Clang: 5.1 build 503
X11: 2.7.5 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby

cmake output: https://gist.github.com/andihit/9748041

Any idea why it doesn't compile on my machine?

Error installing kate

I initially had an error message about the ftp where attica is. I fixed if following the comments in #60, but then I run into this other error I don't know how to fix:

==> make
Last 15 lines from /Users/raquelalegre/Library/Logs/Homebrew/strigi/02.make:
[ 19%] Building CXX object libstreams/lib/CMakeFiles/streams.dir/strigiconfig.cpp.o
[ 20%] Building CXX object libstreams/lib/CMakeFiles/streams.dir/processinputstream.cpp.o
[ 20%] Building CXX object libstreams/lib/CMakeFiles/streamsstatic.dir/strigiconfig.cpp.o
[ 20%] Building CXX object libstreams/lib/CMakeFiles/streams.dir/mmapfileinputstream.cpp.o
[ 20%] Building CXX object libstreams/lib/CMakeFiles/streams.dir/compat.cpp.o
[ 20%] Building CXX object libstreams/lib/CMakeFiles/streamsstatic.dir/processinputstream.cpp.o
[ 20%] Building CXX object libstreams/lib/CMakeFiles/streamsstatic.dir/mmapfileinputstream.cpp.o
[ 21%] Building CXX object libstreams/lib/CMakeFiles/streamsstatic.dir/compat.cpp.o
[ 21%] Linking CXX shared library libstreams.dylib
[ 21%] Built target streams
[ 21%] Linking CXX static library libstreamsstatic.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstreamsstatic.a(compat.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libstreamsstatic.a(compat.cpp.o) has no symbols
[ 21%] Built target streamsstatic
make: *** [all] Error 2

Bad SHA1 for grantlee

Here's what I get when brew install kdevelop :

==> Downloading https://gitorious.org/grantlee/grantlee/archive/v0.5.1.tar.gz
######################################################################## 100,0%
Error: SHA1 mismatch
Expected: 4da30724c5330fe0612ea2ebcfabbe11a036c019
Actual: 4a7d42263a56b2d8c41a5cb4ae61de2f389aa234
Archive: /Library/Caches/Homebrew/grantlee-0.5.1.tar.gz
To retry an incomplete download, remove the file above.

Gantlee : SHA1 key

Hi adymo,

I am trying to install kdevelop on my Mac, and I just had this issue :

==> Installing dependencies for kdevelop: grantlee, kdevplatform
==> Installing kdevelop dependency: grantlee
==> Downloading http://gitorious.org/grantlee/grantlee/archive-tarball/master
######################################################################## 100.0%
Error: SHA1 mismatch
Expected: 19763bc1dafb8aa6843660b1dd75fcc7fa67c0f4
Actual: 9f64b3d5579ae32085fa459e44581f21b08469d6
Archive: /Library/Caches/Homebrew/grantlee-0.3.0
To retry an incomplete download, remove the file above.

I think you should update gantlee.rb with the actual key.

Have a good day,

-S-

SHA1 mismatch when installing calligra

Installing calligra from adymo/homebrew-kde
==> Installing dependencies for calligra: qca, gsl, glew, fftw, exiv2
==> Installing calligra dependency: qca
==> Downloading http://delta.affinix.com/download/qca/2.0/qca-2.0.3.tar.bz2

################################################################## 100.0%

==> Downloading http://quickgit.kde.org/?p=qca.git&a=commitdiff&h=312b69&o=plain

################################################################## 100.0%

Error: SHA1 mismatch
Expected: f3b1f645e35f46919d9bf9ed6f790619c7d03631
Actual: 0c5e5349de083c1a35d9163d935f388d9742a597
Archive: /Library/Caches/Homebrew/qca--patch-f3b1f645e35f46919d9bf9ed6f790619c7d03631.git&a=commitdiff&h=312b69&o=plain
To retry an incomplete download, remove the file above.

When trying to install on OS X Yosemite 10.10.1

SHA1 Mismatch for grantlee dependency

Hi adymo, I've encountered an issue when trying to brew install kdevelop:

==> Installing grantlee from adymo/homebrew-kde
==> Downloading https://gitorious.org/grantlee/grantlee/archive/v0.5.1.tar.gz
######################################################################## 100.0%
Error: SHA1 mismatch
Expected: 0c89a65397e1e8402e12f586ca5f63309b5e041c
Actual: eea5ef705f6dc04c658e0cd73d30a9c3caf6f070
Archive: /Library/Caches/Homebrew/grantlee-0.5.1.tar.gz
To retry an incomplete download, remove the file above.

It seems like this error is occuring again. Would you be able to update the SHA1 for this dependency? Thanks

README.md Missing kate.app Install Instruction

I followed your excellent instructions for getting the kate.app environment installed and setup on OSX, but noticed that the kate.app itself did not appear as an install instruction.

I manually installed afterwards via brew install kate and re-ran brew linkapps.

Thanks for putting this all together, great stuff!

Cannot build kate

Thanks for the great work in porting kde on brew. Unfortunately I have an issue with kate, which fails to build, getting the following error. Can it be fixed?
Thanks again, let me know if I can help you in any way.

[ 48%] Building CXX object part/CMakeFiles/katepartinterfaces.dir/kte5/documentcursor.o
Linking CXX shared library ../lib/libkatepartinterfaces.dylib
[ 48%] Built target katepartinterfaces
make: *** [all] Error 2
==> Formula
Tap: adymo/kde
Path: /usr/local/Library/Taps/adymo-kde/kate.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 60e4d1bbb37b05d3da889fe1f7dfcd39f7c2a5b5
CPU: 8-core 64-bit sandybridge
OS X: 10.9.2-x86_64
Xcode: 5.1
CLT: 5.1.0.0.1.1393561416
X11: 2.7.5 => /opt/X11
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local/opt/libffi:/usr/local/opt/kde-phonon:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /usr/local/opt/qt/Frameworks:/usr/local/opt/python/Frameworks
PKG_CONFIG_PATH: /usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/qt/lib/pkgconfig:/usr/local/opt/raptor/lib/pkgconfig:/usr/local/opt/rasqal/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/redland/lib/pkgconfig:/usr/local/opt/soprano/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/attica/lib/pkgconfig:/usr/local/opt/d-bus/lib/pkgconfig:/usr/local/opt/qjson/lib/pkgconfig:/usr/local/opt/libdbusmenu-qt/lib/pkgconfig:/usr/local/opt/kde-phonon/lib/pkgconfig:/usr/local/opt/libical/lib/pkgconfig:/usr/local/opt/shared-desktop-ontologies/share/pkgconfig:/usr/local/opt/shared-mime-info/share/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS:/usr/local/Library/ENV/4.3:/usr/local/opt/xz/bin:/usr/local/opt/gettext/bin:/usr/local/opt/pcre/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/giflib/bin:/usr/local/opt/libpng/bin:/usr/local/opt/qt/bin:/usr/local/opt/raptor/bin:/usr/local/opt/rasqal/bin:/usr/local/opt/unixodbc/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/redland/bin:/usr/local/opt/soprano/bin:/usr/local/opt/glib/bin:/usr/local/opt/shared-mime-info/bin:/usr/local/opt/d-bus/bin:/usr/local/opt/docbook-xsl/bin:/usr/local/opt/doxygen/bin:/usr/local/opt/kdelibs/bin:/usr/local/opt/nepomuk-core/bin:/usr/local/opt/gnupg/bin:/usr/local/opt/libgpg-error/bin:/usr/local/opt/libassuan/bin:/usr/local/opt/pth/bin:/usr/local/opt/gpgme/bin:/usr/local/opt/mysql/bin:/usr/local/opt/kdepimlibs/bin:/usr/local/opt/kde-runtime/bin:/usr/local/opt/cmake/bin:/usr/local/opt/automoc4/bin:/usr/local/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin

Error: kate did not build
Logs:
~/Library/Logs/Homebrew/kate/01.cmake
~/Library/Logs/Homebrew/kate/01.cmake.cc
~/Library/Logs/Homebrew/kate/02.make
~/Library/Logs/Homebrew/kate/02.make.cc
~/Library/Logs/Homebrew/kate/CMakeCache.txt

KDevCMakeManager error

I managed to install Kdevelop just fine using the instructions, however once I start it up and try to open an existing project using the old .kdev4 file or the CMakeLists.txt file I get the following errors:
"Could not load project management plugin KDevCMakeManager."
followed by
"project importing plugin (KDevCMakeManager) does not support the IProjectFileManager interface."

After some looking through forum posts online I found that this error appears in regular Linux installations when cmake is not installed. For my case however I can easily verify that I have cmake by:
$ which cmake
/usr/local/bin/cmake

I tried looking through the settings in Kdevelop to see maybe some path is set badly for cmake but could not find anything.

Otherwise Kdevelop works fine, I can open individual files and work on them.

Thanks for the help!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.