Invalid package manifest of qt-ros when invoking catkin_make [closed]
On my PC where I was 'always' able to build my workspace I recently (maybe since some update) ran into the following problem when invoking catkin_make
Invalid package manifest
/opt/ros/hydro/lib/python2.7/dist-packages/qt_create/templates/qt-ros/package.xml":
Package name "%(package)s does not follow naming conventions
I use ros hydro on ubuntu 12.04 64 Bit. Full catkin_make log:
user@pc:~/workspace/ros_hydro/catkin$ catkin_make
Base path: /home/user/workspace/ros_hydro/catkin
Source space: /home/user/workspace/ros_hydro/catkin/src
Build space: /home/user/workspace/ros_hydro/catkin/build
Devel space: /home/user/workspace/ros_hydro/catkin/devel
Install space: /home/user/workspace/ros_hydro/catkin/install
####
#### Running command: "cmake /home/user/workspace/ros_hydro/catkin/src -DCATKIN_DEVEL_PREFIX=/home/user/workspace/ros_hydro/catkin/devel -DCMAKE_INSTALL_PREFIX=/home/user/workspace/ros_hydro/catkin/install" in "/home/user/workspace/ros_hydro/catkin/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/user/workspace/ros_hydro/catkin/devel
-- Using CMAKE_PREFIX_PATH: /home/user/workspace/ros_hydro/catkin/devel;/opt/ros/hydro
-- This workspace overlays: /home/user/workspace/ros_hydro/catkin/devel;/opt/ros/hydro
-- Using PYTHON_EXECUTABLE: /usr/bin/python
-- Python version: 2.7
-- Using Debian Python package layout
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/user/workspace/ros_hydro/catkin/build/test_results
-- Found gtest sources under '/usr/src/gtest': gtests will be built
-- catkin 0.5.88
-- BUILD_SHARED_LIBS is on
CMake Error at /home/user/workspace/ros_hydro/catkin/build/catkin_generated/order_packages.cmake:2 (message):
Invalid package manifest
/opt/ros/hydro/lib/python2.7/dist-packages/qt_create/templates/qt-ros/package.xml":
Package name "%(package)s does not follow naming conventions
Invalid email %(author)s@gmail.com" for person "%(author)s""
Call Stack (most recent call first):
/opt/ros/hydro/share/catkin/cmake/catkin_workspace.cmake:36 (include)
CMakeLists.txt:63 (catkin_workspace)
Same issue: http://answers.ros.org/question/174736/since-updating-ros-a-few-hours-ago-roscatkin-is-broken/