Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 20
Hi I would like to install a package called kmetronome. Unfortunately, this software is not available under Debian, but I've found rpm package. I tried to convert this file with ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    72

    Alien

    Hi

    I would like to install a package called kmetronome. Unfortunately, this software is not available under Debian, but I've found rpm package. I tried to convert this file with the 'alien' program. This happened in the konsole:

    mike@mike-desktop:~$ sudo alien kmetronome-0.9.0-2.29.i586.rpm
    [sudo] password for mike:
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    error: incorrect format: unknown tag
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    warning: kmetronome-0.9.0-2.29.i586.rpm: Header V3 DSA signature: NOKEY, key ID e3f4290b
    Unpacking of 'kmetronome-0.9.0-2.29.i586.rpm' failed at /usr/share/perl5/Alien/Package/Rpm.pm line 155.


    I know that there is a program called gtick, but I prefer this.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,975
    I'd get the sources and build/install it directly on your system if there is no .deb file available.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Feb 2008
    Posts
    72
    I downloaded the kmetronome-0.9.0.tar.bz2, then extracted, and opened the konsole.

    mike@mike-desktop:~$ cd /home/mike/Letöltések/kmetronome-0.9.0/
    mike@mike-desktop:~/Letöltések/kmetronome-0.9.0$ cmake .
    -- The C compiler identification is GNU
    -- The CXX compiler identification is GNU
    -- Check for working C compiler: /usr/bin/gcc
    -- Check for working C compiler: /usr/bin/gcc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    CMake Error at /usr/share/cmake-2.6/Modules/FindQt4.cmake:1432 (MESSAGE):
    Qt qmake not found!
    Call Stack (most recent call first):
    CMakeLists.txt:35 (FIND_PACKAGE)


    CMake Warning (dev) in CMakeLists.txt:
    No cmake_minimum_required command is present. A line of code such as

    cmake_minimum_required(VERSION 2.6)

    should be added at the top of the file. The version specified may be lower
    if you wish to support older CMake versions for this project. For more
    information run "cmake --help-policy CMP0000".
    This warning is for project developers. Use -Wno-dev to suppress it.

    -- Configuring incomplete, errors occurred!
    mike@mike-desktop:~/Letöltések/kmetronome-0.9.0$ make
    make: *** No targets specified and no makefile found. Stop.

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,975
    You need to install the Qt development tools on your system. That is the GUI framework used by KDE and a lot of applications (it doesn't require KDE). You should be able to find it in your Synaptic package manager.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  5. #5
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    If you don't have kde installed, you'll need to get the kdelibs as well.

  6. #6
    Just Joined!
    Join Date
    Feb 2008
    Posts
    72
    I did install the qt packages

    Now the konsole message is:
    mike@mike-desktop:~/Letöltések/kmetronome-0.9.0$ cmake .
    -- Looking for Q_WS_X11
    -- Looking for Q_WS_X11 - found
    -- Looking for Q_WS_WIN
    -- Looking for Q_WS_WIN - not found.
    -- Looking for Q_WS_QWS
    -- Looking for Q_WS_QWS - not found.
    -- Looking for Q_WS_MAC
    -- Looking for Q_WS_MAC - not found.
    -- Found Qt-Version 4.5.2
    CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
    ERROR: cmake/modules/FindKDE4Internal.cmake not found in
    /home/mike/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
    Call Stack (most recent call first):
    CMakeLists.txt:36 (FIND_PACKAGE)


    CMake Warning (dev) in CMakeLists.txt:
    No cmake_minimum_required command is present. A line of code such as

    cmake_minimum_required(VERSION 2.6)

    should be added at the top of the file. The version specified may be lower
    if you wish to support older CMake versions for this project. For more
    information run "cmake --help-policy CMP0000".
    This warning is for project developers. Use -Wno-dev to suppress it.

    -- Configuring incomplete, errors occurred!

  7. #7
    Just Joined!
    Join Date
    Feb 2008
    Posts
    72
    I use Kubuntu, so I have KDE

  8. #8
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    kmetronome has not been ported to qt4. You need the qt3 dev files.

  9. #9
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Ah, you said Debian in your first post, so I was assuming Debian packages, not Ubuntu.

    Since you're using KDE4 it looks like, you'll probably still need to install the kde3 libraries.

  10. #10
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,975
    If you run "./configure --help" it should provide you with a number of options, including disabling some requirements that are causing it to fail. Without trying this myself I cannot say what they would be. Sometimes building/installing from source is relatively painless. Sometimes it is a real PITA, going so far as to require source code changes to get to build and run. At this point, consider it a learning experience...
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...