Package Details: qtcreator-prerelease 13.0.0beta2-1

Git Clone URL: https://aur.archlinux.org/qtcreator-prerelease.git (read-only, click to copy)
Package Base: qtcreator-prerelease
Description: Qt Creator prerelease/latest
Upstream URL: http://qt.io/ide
Licenses: GPL
Conflicts: litehtml, qtcreator
Provides: qtcreator
Submitter: sirspudd
Maintainer: sirspudd (jakepetroules)
Last Packager: sirspudd
Votes: 4
Popularity: 0.29
First Submitted: 2016-03-25 23:15 (UTC)
Last Updated: 2024-03-01 00:16 (UTC)

Dependencies (19)

Required by (34)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

arojas commented on 2019-07-11 18:24 (UTC)

Why is this called 4.10.0 when it is actually 4.10.0-beta2?

sirspudd commented on 2019-06-20 22:47 (UTC)

@txtsd: My apologies for responding so later, I was oblivious to this comment.

If you want to get Qt Creator compiling against clang-svn, we can share maintenance and you can patch it accordingly; that said, this is currently just a build of the packaged qt-creator source packages, so this would be quite a departure for this recipe

txtsd commented on 2018-07-27 20:59 (UTC) (edited on 2018-07-27 21:39 (UTC) by txtsd)

@sirspudd is there a way to get this working with clang-svn?

source/clangtranslationunitupdater.cpp:185:12: error: use of undeclared identifier 'CXTranslationUnit_IgnoreNonErrorsFromIncludedFiles'
         | CXTranslationUnit_IgnoreNonErrorsFromIncludedFiles
           ^
1 error generated.

sirspudd commented on 2017-07-24 18:43 (UTC)

@Hazzl It looks like your qbs is ill configured. I will reintroduce the qmake configuration path as a configurable option, as qmake either works or does not (does not require configuration)

Hazzl commented on 2017-07-24 17:51 (UTC) (edited on 2017-07-24 17:51 (UTC) by Hazzl)

Package seems to be broken. I get No build graph exists yet for this configuration. Resolving project for configuration release ERROR: /home/hazzl/tmp/qtcreator-prerelease/src/qt-creator-opensource-src-4.4.0-beta1/src/shared/qbs/src/app/qbs-setup-android/qbs-setup-android.qbs:3:1 Errors in product 'qbs-setup-android': /home/hazzl/tmp/qtcreator-prerelease/src/qt-creator-opensource-src-4.4.0-beta1/src/shared/qbs/qbs-resources/imports/QbsProduct.qbs:6:5 Dependency 'Qt.core' not found for product 'qbs-setup-android'.

jmarch commented on 2017-05-09 14:18 (UTC)

Missing dependency: llvm for /usr/bin/llvm-config

sirspudd commented on 2016-05-20 07:33 (UTC)

@mage: I have added the debug args to the pkgbuild, just uncomment the _qmake_args line to get a debug build. Needless to say I do not see this locally. The illegal instruction failing does not give me much hope of you seeing much in the way of a meaningful stack trace. You can see the instruction in question and manually research why it is making your machine barf, but I have primarily seen this kind of thing on ARM devices which are infinitely more heterogeneous. Are you running the package on the machine you are building on? And if so, are you setting any env specific compiler flags which might build for a different target?

mage commented on 2016-05-20 04:12 (UTC)

Yep, now i can build a pkg. I've posted this bug https://bugs.archlinux.org/task/49348. I hoped that if i build from aur things will be different. But it's still the same. `--> qtcreator zsh: illegal hardware instruction (core dumped) qtcreator `--> coredumpctl dump qtcreator PID: 15066 (qtcreator) UID: 1000 (mage) GID: 100 (users) Signal: 4 (ILL) Timestamp: Пт 2016-05-20 07:09:30 MSK (2min 9s ago) Command Line: qtcreator Executable: /usr/bin/qtcreator Control Group: /user.slice/user-1000.slice/session-c1.scope Unit: session-c1.scope Slice: user-1000.slice Session: c1 Owner UID: 1000 (mage) Boot ID: bfe6ea6b86ab4569ab3e68fadd43b21c Machine ID: f52380f7ac7f46d8994a71a079492d43 Hostname: x120e Coredump: /var/lib/systemd/coredump/core.qtcreator.1000.bfe6ea6b86ab4569ab3e68fadd43b21c.15066.1463717370000000000000.lz4 Message: Process 15066 (qtcreator) of user 1000 dumped core. Stack trace of thread 15066: #0 0x00007feb342620d1 n/a (n/a) Refusing to dump core to tty. How can I build qtcreator with debug symbols?

sirspudd commented on 2016-05-19 13:58 (UTC) (edited on 2016-05-19 13:58 (UTC) by sirspudd)

Just updated to final 4.0.0 Qt creator release, build appears to succeed so hopefully the reported issue is no longer manifest. Let me know accordingly.

mage commented on 2016-05-19 05:30 (UTC)

Trying to build this, i've got In file included from cmbendmessage.cpp:26:0: cmbendmessage.h:42:48: error: 'std::ostream' has not been declared void PrintTo(const EndMessage &message, ::std::ostream* os); ^~~~~~~ Makefile:635: recipe for target '.obj/release-shared/cmbendmessage.o' failed make[3]: *** [.obj/release-shared/cmbendmessage.o] Error 1 make[3]: Leaving directory '/home/mage/aur/qtcreator-prerelease/src/qt-creator-opensource-src-4.0.0-rc1/src/libs/clangbackendipc' Makefile:386: recipe for target 'sub-clangbackendipc-make_first' failed make[2]: *** [sub-clangbackendipc-make_first] Error 2 make[2]: Leaving directory '/home/mage/aur/qtcreator-prerelease/src/qt-creator-opensource-src-4.0.0-rc1/src/libs' Makefile:311: recipe for target 'sub-libs-make_first-ordered' failed make[1]: *** [sub-libs-make_first-ordered] Error 2 make[1]: Leaving directory '/home/mage/aur/qtcreator-prerelease/src/qt-creator-opensource-src-4.0.0-rc1/src' Makefile:43: recipe for target 'sub-src-make_first-ordered' failed make: *** [sub-src-make_first-ordered] Error 2 ==> ERROR: A failure occurred in build(). Anyone have similar problems?