Package Details: kdevelop-git 24.01.80.r6.g362094770a-1

Git Clone URL: https://aur.archlinux.org/kdevelop-git.git (read-only, click to copy)
Package Base: kdevelop-git
Description: A C/C++ development environment for KDE. (Git version)
Upstream URL: http://www.kdevelop.org
Licenses: GPL
Conflicts: kdevelop, kdevplatform
Provides: kdevelop, kdevplatform, kdevplatform-git
Replaces: kdevplatform-git
Submitter: mosra
Maintainer: SolarAquarion
Last Packager: SolarAquarion
Votes: 84
Popularity: 0.000000
First Submitted: 2010-05-05 21:15 (UTC)
Last Updated: 2023-12-11 01:20 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 Next › Last »

mosra commented on 2013-09-22 22:28 (UTC)

Yep, hopefully some temporary upstream problem. Try checking out some older revision: cd src/kdevelop git checkout 66205ee72fdb4962baef015163f097769da6e7f4 Then comment-out `git pull origin` line in PKGBUILD and re-run makepkg. You can reset back to master with `git checkout master`.

walkindude commented on 2013-09-22 22:18 (UTC)

have a problem after the latest update, link error: [ 57%] [ 58%] Building CXX object languages/cpp/parser/CMakeFiles/kdev4cppparser.dir/class_compiler.o [ 58%] Building CXX object projectmanagers/cmake/CMakeFiles/kdevcmakedocumentation.dir/cmakehelpdocumentation.o [ 58%] Building CXX object projectbuilders/cmakebuilder/CMakeFiles/kdevcmakebuilder.dir/cmakebuilderconfig.o Building CXX object projectmanagers/cmake/CMakeFiles/kcm_kdevcmake_settings.dir/settings/cmakecachedelegate.o CMakeFiles/gdbtest.dir/registers/registersmanager.o: In function `GDBDebugger::ArchitectureParser::parseArchitecture()': registersmanager.cpp:(.text+0x458): undefined reference to `GDBDebugger::ArchitectureParser::architectureParsed(GDBDebugger::(anonymous namespace)::Architecture)' CMakeFiles/gdbtest.dir/gdbtest_automoc.o: In function `GDBDebugger::RegistersManager::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)': gdbtest_automoc.cpp:(.text+0x337): undefined reference to `GDBDebugger::RegistersManager::architectureParsedSlot(GDBDebugger::(anonymous namespace)::Architecture)' collect2: error: ld returned 1 exit status make[2]: *** [debuggers/gdb/gdbtest] Error 1 make[2]: Target `debuggers/gdb/CMakeFiles/gdbtest.dir/build' not remade because of errors. make[1]: *** [debuggers/gdb/CMakeFiles/gdbtest.dir/all] Error 2

mosra commented on 2013-09-22 14:07 (UTC)

Added patch which calls qdbus-qt4 instead of qdbus in kdevelop! utility. See my comment in https://aur.archlinux.org/packages/kdevplatform-git/ for more information.

mosra commented on 2013-09-22 14:06 (UTC)

Added patch which calls qdbus-qt4 instead of qdbus in kdevelop! utility. It seems that qt4 package added /usr/lib/qt4/bin to PATH at some time, but it is not doing that anymore, which causes kdevelop! utility complaining about missing qdbus utility on new installations.

mosra commented on 2013-06-25 13:42 (UTC)

scarpino: With source=(git://) it's not possible to have incremental builds. I'm rebuilding the package every day (and I'm sure many other users do frequent rebuilds too) and incremental building saves _a lot_ time. See https://bugs.archlinux.org/task/35050 , I will update the package (and others) when this issue is resolved.

ilpianista commented on 2013-06-19 15:33 (UTC)

Could you use source(git://....)?

mosra commented on 2013-05-17 20:13 (UTC)

Oh. We don't. I added it long time ago because the compilation failed on GCC 4.6 and never bothered to test again with 4.7 or 4.8. Thanks!

ilpianista commented on 2013-05-17 19:33 (UTC)

why do we need template.patch?

mosra commented on 2013-05-17 12:30 (UTC)

Updated to work with pacman 4.1 package version bumping. However I'm still using the old way of handling Git repositories -- see reasoning in https://aur.archlinux.org/packages/kdevelop-git/ .

mosra commented on 2013-05-17 11:08 (UTC)

stativ: Awesome, thanks. I'm on it, I have a few more packages to update :-)