Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

C++ project creation does not finish. #408

Open
ghost opened this issue Jun 22, 2016 · 1 comment
Open

C++ project creation does not finish. #408

ghost opened this issue Jun 22, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 22, 2016

Hello everyone. I've been trying to use devassistant for a while with C++. I've always been having the same issue. When trying to create a C++ project, I'm having the following issue.
DEBUG: YUMPackageManager not operational - can't import yum.
INFO: Checking for presence of gcc-c++...
DEBUG: rpm -q --whatprovides "gcc-c++"
DEBUG: gcc-c++-6.1.1-2.fc24.i686
DEBUG: 0
INFO: Found gcc-c++-6.1.1-2.fc24.i686
INFO: Checking for presence of glibc-devel...
DEBUG: rpm -q --whatprovides "glibc-devel"
DEBUG: glibc-devel-2.23.1-8.fc24.x86_64
DEBUG: 0
INFO: Found glibc-devel-2.23.1-8.fc24.x86_64
INFO: Checking for presence of automake...
DEBUG: rpm -q --whatprovides "automake"
DEBUG: automake-1.15-6.fc24.noarch
DEBUG: 0
INFO: Found automake-1.15-6.fc24.noarch
INFO: Checking for presence of autoconf...
DEBUG: rpm -q --whatprovides "autoconf"
DEBUG: autoconf-2.69-22.fc24.noarch
DEBUG: 0
INFO: Found autoconf-2.69-22.fc24.noarch
INFO: Checking for presence of valgrind...
DEBUG: rpm -q --whatprovides "valgrind"
DEBUG: valgrind-3.11.0-21.fc24.i686
DEBUG: 0
INFO: Found valgrind-3.11.0-21.fc24.i686
INFO: Checking for presence of gdb...
DEBUG: rpm -q --whatprovides "gdb"
DEBUG: gdb-7.11.1-75.fc24.x86_64
DEBUG: 0
INFO: Found gdb-7.11.1-75.fc24.x86_64
INFO: Checking for presence of strace...
DEBUG: rpm -q --whatprovides "strace"
DEBUG: strace-4.12-1.fc24.x86_64
DEBUG: 0
INFO: Found strace-4.12-1.fc24.x86_64
DEBUG: dirname "/home/shtajiryan/DevAssistant/test"
DEBUG: /home/shtajiryan/DevAssistant
DEBUG: 0
DEBUG: basename "/home/shtajiryan/DevAssistant/test" | tr '[A-Z]' '[a-z]'
DEBUG: test
DEBUG: 0
INFO: Project name will be converted to lowercase letters (test)
DEBUG: ls "/home/shtajiryan/DevAssistant/test"
DEBUG: ls: cannot access '/home/shtajiryan/DevAssistant/test': No such file or directory
DEBUG: 2
INFO: Copying c++ source tree to project destination
INFO: cp -r /usr/share/devassistant/files/crt/cpp/. "/home/shtajiryan/DevAssistant/test"
DEBUG: 0
DEBUG: cd "/home/shtajiryan/DevAssistant/test"
DEBUG: sed -i "s|CDevelopmentTool|test|" configure.ac
DEBUG: 0
DEBUG: mv cdevelopmenttool.spec "test.spec"
DEBUG: 0
DEBUG: sed -i "s|cdevelopmenttool|test|" "test.spec"
DEBUG: 0
DEBUG: LC_ALL=C date '+%a %b %d %Y'
DEBUG: Wed Jun 22 2016
DEBUG: 0
DEBUG: git config user.name
DEBUG: 1
DEBUG: python -c 'import pwd,posix; print pwd.getpwuid(posix.getuid()).pw_gecos'
DEBUG: Shahe Tajiryan
DEBUG: 0
DEBUG: git config user.email
DEBUG: 1
DEBUG: id -un
DEBUG: shtajiryan
DEBUG: 0
DEBUG: uname -n
DEBUG: Y70
DEBUG: 0

Nothing happens afterwards. Any suggestions?
PS. I know my username is visible

@hroncok
Copy link
Member

hroncok commented Jun 22, 2016

I'm sorry, we quite don't have the manpower to handle such issues, If you'd like, you can read http://docs.devassistant.org/en/latest/developer_documentation.html and try to debug the issue yourself. I'd be happy to help with direct questions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant