------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=144680 Summary: qmake_qt4guiapp.tar.bz2 is a .tar.gz file Product: kdevelop Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: yjsss75 gmail com Version: 3.9.0 (using KDE 3.80.3 (>= 20070220), Gentoo) Compiler: gcc OS: Linux (i686) release 2.6.20-gentoo-r6 project->new project,will show message as below: kdevelop (appwizard): processing template /usr/kde/svn/share/apps/kdevappwizard/templates/qmake_qt4guiapp.tar.bz2 KTar: KTar::createDevice creating TempFile: /tmp/kde-root/ktar-ZK9059.tar KTar: KTar::openArchive: filling tmpFile of mimetype 'application/x-bzip' kio (Filter): WARNING: KFilterDev: Error when uncompressing data kdevelop (appwizard): template /usr/kde/svn/share/apps/kdevappwizard/templates/qmake_qt4guiapp.tar.bz2 does not contain .kdevtemplate file I can't find error in svn sources,but in my build dir ,I find it: root# cd ./languages/cpp/app_templates/CMakeFiles/qmake_qt4guiapp.dir qmake_qt4guiapp.dir # cat build.make languages/cpp/app_templates/qmake_qt4guiapp.tar.bz2: $(CMAKE_COMMAND) -E cmake_progress_report /root/test/CMakeFiles $(CMAKE_PROGRESS_1) $(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating qmake_qt4guiapp.tar.bz2" cd /root/test/languages/cpp/app_templates && tar -c -C /usr/portage/distfiles/svn-src/kdevelop/kdevelop/languages/cpp/app_templates/qmake_qt4guiapp --exclude .kdev_ignore --exclude .svn -z -f /root/test/languages/cpp/app_templates/qmake_qt4guiapp.tar.bz2 . this "-z" is error, "-j" is ok.