Anything wrong with the latest amarok package?

Hi,
after the latest update amarok refuses to start. This is what the error message says:
$ cd /pfad/zu/Amarok/Quellcode/
$ su -c "make uninstall"
$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` && su -c "make install"
$ kbuildsycoca4 --noincremental
$ amarok
Is there something wrong the the package itself?

Ok,
with this PKGBUILD:
pkgname=amarok
replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
pkgver=2.4.1
pkgrel=2
pkgdesc="The powerful music player for KDE"
arch=("i686" "x86_64")
url="http://amarok.kde.org"
license=('GPL2' 'LGPL2.1' 'FDL')
depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
'liblastfm' 'ffmpeg' 'libofa' 'qjson')
makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
'libmygpo-qt')
optdepends=("libgpod: support for Apple iPod audio devices"
"libmtp: support for portable media devices"
"loudmouth: backend needed by mp3tunes for syncing"
"ifuse: support for Apple iPod Touch and iPhone"
"libmygpo-qt: gpodder.net Internet Service")
install="${pkgname}.install"
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
md5sums=('4c65c5cd4d7bd267bdbef8e912fd6cb6')
build() {
cd ${srcdir}
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr\
-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
package(){
cd ${srcdir}/build
make DESTDIR=${pkgdir} install
and this amarok.install
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
kbuildsycoca4 --noincremental
post_upgrade() {
post_install
post_remove() {
post_install
I was able to build a working package.
Maybe I should have tried it without a new amarok.install but I just made everything that was suggested in the error message

Similar Messages

  • "The file 'Acknowledgements.rtf' cannot be installed because the file cannot be found in the cabinet file 'iTunes.cab'.  Is there something wrong with the latest installer? (11.3.1)

    Getting error message as shown: "The file 'Acknowledgements.rtf' cannot be installed because the file cannot be found in the cabinet file 'iTunes.cab'.  Is there something wrong with the latest installer? (11.3.1)

    Installs fine for me, so I'd guess you got an incomplete or corrupt download. See the Further Information area of Troubleshooting issues with iTunes for Windows updates for direct links and download a fresh copy of the installer.
    tt2

  • Kdenlive doesn't start with the latest mlt package?

    Since mlt updated to 0.8.2 kdenlive starts with the error message:
    mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltxml.so
    (/usr/lib/mlt/libmltxml.so: undefined symbol: mlt_playlist_new)
    mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltcore.so
    (/usr/lib/mlt/libmltcore.so: undefined symbol: mlt_playlist_new)
    Even when the latest update specifies that kdenlive 0.9.2-5 requires mlt 0.8.2-3 the same error messages occur. What is wrong with my settings?

    hm.... this error message popped up... I think I accidentally forced installed mlt last time:
    error: failed to commit transaction (conflicting files)
    mlt: /usr/lib/libmlt.so.5 exists in filesystem

  • Anything wrong with the iPhone

    im thinking about getting an iphone, maybe around christmas but not now, but does anyone have any problems with it? bad internet connections? bad service from AT&T? is the phone lacking anything that would make it better? should i wait until a second iphone comes out or should i go ahead and get this one? any problems you have would help with my decision.

    Yes Nicole, that is right.... there are many Web 2.0 apps popping up on the internet, and daily. Some of them are useful (IM apps that allow iChat functionality), some are wacky and amusing, some are fun (games).
    I also don't send MMS picture txt messages. I'd rather email, personally
    It's difficult to say exactly how Apple will handle software updates, but yes, they will be free (they don't charge for these).
    Software updates may (i say 'may') bring functionality to the iPhone such as iChat or a new widget....or perhaps add featuers like cut/copy/paste or file storage or editing.
    3G is the latest FAST wireless network used by most cell carriers (or starting to be used by most carriers) for cell phones. The reason why Apple choose not to use 3G right now (Smart move, by the way), is because of power drain on the batter, design issues and the lack of 3G everywhere.
    Right now, the slower (yet perfectly usable) EDGE network, (sometimes referred to as 2.5G) is available just about anywhere you have AT&T (Cingular) coverage.
    I live in a big city and i have perfect coverage just about everwhere i go. If i'm stuck in traffic, i can pull up Google Maps/Traffic or open Safari and go to: sigalert.com and find a new route.
    If i need to lookup a business, i can use google maps and get the phone, address, web info and connect the phone call very easily.
    These are just a couple of the nice features
    Remember, do some homework and find out if you have good AT&T coverage in the areas you'll be using the iPhone, such as work, home, school, friends, public, highways, towns, etc.

  • [solved] Problem building krusader2 with the latest qt package

    Well, I've built krusader2 a lot of times before, now I got stucked on this, any idea of what changed in QT to cause this problem? Thanks in advance.
    /usr/include/QtCore/qobject.h:308: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const
    /home/bullgates/pkgbuilds/krusader2/src/krusader-2.0.0-beta1/krusader/VFS/virt_vfs.cpp: In member function 'virtual void virt_vfs::vfs_mkdir(const QString&)':
    /home/bullgates/pkgbuilds/krusader2/src/krusader-2.0.0-beta1/krusader/VFS/virt_vfs.cpp:180: error: no matching function for call to 'KMessageBox::error(Krusader*&, QString, QString)'
    /usr/include/kmessagebox.h:616: note: candidates are: static void KMessageBox::error(QWidget*, const QString&, const QString&, QFlags<KMessageBox::Option>)
    /home/bullgates/pkgbuilds/krusader2/src/krusader-2.0.0-beta1/krusader/VFS/virt_vfs.cpp: In member function 'vfile* virt_vfs::stat(const KUrl&)':
    /home/bullgates/pkgbuilds/krusader2/src/krusader-2.0.0-beta1/krusader/VFS/virt_vfs.cpp:240: warning: suggest a space before ';' or explicit braces around empty body in 'while' statement
    make[2]: *** [krusader/VFS/CMakeFiles/VFS.dir/virt_vfs.o] Error 1
    make[2]: Leaving directory `/home/bullgates/pkgbuilds/krusader2/src/krusader-2.0.0-beta1'
    make[1]: *** [krusader/VFS/CMakeFiles/VFS.dir/all] Error 2
    make[1]: Leaving directory `/home/bullgates/pkgbuilds/krusader2/src/krusader-2.0.0-beta1'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Last edited by pfreire (2008-08-31 20:48:07)

    With the new build of QT (4.4.1-4) it seems to build ok again.

  • Anything wrong with the app wedict-pro 2.0.1 ?

    I just purchased that app. It supposed to have the Eng-Viet Viet-Eng dict and it does. But when I typed the word it only tranlated into Chinese and English. I also checked the setting and dictionaries and nothing wrong. I marked all the dictionnaries include the Eng-Viet Viet-Eng, so I don't know what's going on with that app , please help

    Either the app will give a website or other information about the developer (typically in settings for that app) or go to the App Store and it will give a website. If you go to your purchase history/receipt for that purchase it has instruction of who to contact abut problems.

  • Anything wrong with the code to call method of an external class ??

    I have written this code to invoke metod1 in MethodList.java. :
    import java.io.File;
    import java.lang.reflect.Method;
    import java.net.MalformedURLException;
    import java.net.URL;
    import java.net.URLClassLoader;
    import com.sun.org.apache.bcel.internal.util.ClassLoader;
    public class RunMthdRef
    public static void main(String[] args)
    URLClassLoader loader = null;
         File file = new File("C:\\Documents and Settings\\227951\\workspace\\Methodcaller\\");
         String classpath = System.getProperty("java.class.path") + System.getProperty("path.separator") + file.getPath();
         System.setProperty("java.class.path",classpath);
         try
    loader = new URLClassLoader(new URL[]{file.toURL()});
         catch (MalformedURLException e)
    // TODO Auto-generated catch block
    e.printStackTrace();
         Thread.currentThread().setContextClassLoader(loader);
         try
              Class B=loader.loadClass("MethodCaller.MethodList");
              Object objectInstance = B.newInstance();
              Method startup =B.getMethod("Method1", null);
    startup.invoke(objectInstance,null);
         catch (Exception e)
              e.printStackTrace();
    I want to invoke the Method1 in this class present in the same project :
    public class MethodList {
         // declaring method 1
         public void Method1()
              Method2();
              Method4();
         // declaring method 2
         public void Method2()
              Method3();
    //     declaring method 2
         public void Method3()
              System.out.println("End of method list");
         // declaring method 4
         public void Method4()
              Method3();
         * @param args
    }

    I have written this code to invoke metod1 in MethodList.java. :Why?
    import com.sun.org.apache.bcel.internal.util.ClassLoader;Why?
         System.setProperty("java.class.path",classpath);That won't work. It's read-only, and too late to set it anyway.
              Class B=loader.loadClass("MethodCaller.MethodList");If 'MethodCaller' is the name of a package you need to study the standard Java coding conventions. Google will find them.
              Object objectInstance = B.newInstance();
              Method startup =B.getMethod("Method1", null);
    startup.invoke(objectInstance,null);Do you really have to do all this reflectively?
    I want to invoke the Method1 in this class present in the same project :If it's in the same project why do you need reflection? and dynamic class-loading?

  • My iPhone 5 charges very slow last night before i went to sleep it was 40% I woke up this morning and its 67% is there anything wrong with the phone ?

    This has just happened 2 days ago I would put my phone on charge then id take it off and my iPhone would turn off and say its not charged so I connected my iPhone to my laptop and reset it to a new iPhone ever sins I've done that its not turned off but now it's not charging went to bed with it at 40% now wake up and it's 60% , is there a problem with my phone 

    Daniellecannon wrote:
    ... so I connected my iPhone to my laptop
    Use the power adapter that came with your iPhone.

  • What's wrong with the audio in .avi exports?

    I've been trying to export a 30-second flash animation to an .avi format, but it seems like regardless of the settings I choose, the audio comes out crackly.
    It's not even consistent.  If I export it again with the exact same settings, it's crackly in a different place, though usually on the same two clips (one's a .wav and one's an mp3).  But sometimes everything's crackly.  I can't find anything wrong with the raw audio clips.
    What am I missing here?  Thanks in advance for your responses.

    if you want the peaks to stay, right click on the audio meter and choose static peaks.
    Todd recorded a great video about the audio meter and mixer here:
    http://www.video2brain.com/en/lessons/changes-to-the-audio-mixer-and-audio-meters-panels
    this migh help.
    as for the meter not moving the first few frames, i think, i can't help you.
    and keep smiling

  • Hi! I can't upgrade my iTunes 10.3.1.55 on my Windows XP 2002 SP3 to the latest version of iTunes. Got the message: "A problem has occured with the Windows Installer-package. A program needed for this installation could not be run." What to do?

    Hi! I can't upgrade my iTunes 10.3.1.55 on my Windows XP 2002 SP3 to the latest version of iTunes. Got the message: "A problem has occured with the Windows Installer-package. A program needed for this installation could not be run." What to do?

    Perhaps let's first try updating your Apple Software Update.
    Launch Apple Software Update ("Start > All Programs > Apple Software Update"). Does it launch and offer you a newer version of Apple Software Update? If so, choose to install just that update to Apple Software Update. (Deselect any other software offered at the same time.)
    If the ASU update goes through okay, try another iTunes install. Does it go through without the errors this time?

  • With the latest IOS 7.0.3 for my iPhone, it no longer syncs with iTunes. I've run the diagnostics for syncing and it says everything is working, which it clearly isn't. Is there anything to be done without restoring iPhone? Thanks

    with the latest IOS 7.0.3 for my iPhone, it no longer syncs with iTunes. I've run the diagnostics for syncing and it says everything is working, which it clearly isn't. Is there anything to be done without restoring iPhone? Thanks

    update : so after reading numerous posts, I tried unchecking entire playlist and just tried one of my playlists. That sync seemed to work, so I rechecked entire playlist and did the sync. It worked. Then I went in to my "walk to work" playlist and added some songs to see if it would sync now, and it did!!! so happy now. will see what happens tomorrow.

  • I use an external hard drive as a Time Machine back up, but I want to use another external hard drive to save movies, photos on it, but it won't give me the option to save anything on the new external hard drive. Nothing is wrong with the external hard.

    I use an external hard drive as a Time Machine back up, but I want to use another external hard drive to save movies, photos on it, but it won't give me the option to save anything on the new external hard drive. Nothing is wrong with the external hard. 

    Hi Clarkett99,
    To use an external hard drive for your iTunes library, see the steps in this article -
    iTunes: Back up your iTunes library by copying to an external hard drive
    http://support.apple.com/kb/HT1751
    iPhoto can be used in a similar way, follow the steps in this previous discussion -
    how do I save photos and their albums...: Apple Support Communities
    https://discussions.apple.com/thread/3744259
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • What is wrong with the idl code generated by packager.exe?

    Hello everybody,
    I am trying to figure out what is wrong with the idl code generated by packager.exe. In the evaluation for the bug posted at http://developer.java.sun.com/developer/bugParade/bugs/4964563.html it says that the IDispatch interface is not exposed correctly and thus early binding of java objects is not possible using the current activex bridge implementation.
    As I am no idl expert I have no idea what that means. However, I managed to dig out the idl code generated by packager.exe for the following example bean:
    package test;
    public class MyBean
         protected int value;
         public MyBean()
         public void setMyValue(int _value)
              value = _value;
         public int getMyValue()
              return value;
         public MyBean getSelfReference()
              return this;
    }The corresponding idl code generated by packager.exe is
    uuid(81B0BF63-2A55-11D8-A73E-000475EBF021),
    version(1.0)
    library MyBean
    importlib("Stdole2.tlb");
    dispinterface MyBeanSource;
    dispinterface MyBeanDispatch;
    uuid(81B0BF64-2A55-11D8-A73E-000475EBF021),
    version(1.0)
    dispinterface MyBeanSource {
    properties:
    methods:
    uuid(81B0BF65-2A55-11D8-A73E-000475EBF021),
    version(1.0)
    dispinterface MyBeanDispatch {
    properties:
    [id(4097)]
    int myValue;
    methods:
    [id(32768)]
    VARIANT_BOOL equals(IDispatch* arg0);
    [id(32769)]
    IDispatch* getClass();
    [id(32770)]
    int getMyValue();
    [id(32771)]
    IDispatch* getSelfReference();
    [id(32772)]
    int hashCode();
    [id(32773)]
    void notify();
    [id(32774)]
    void notifyAll();
    [id(32775)]
    void setMyValue(int arg0);
    [id(32776)]
    BSTR toString();
    [id(32779)]
    VARIANT wait([optional] VARIANT var0, [optional] VARIANT var1);
    uuid(81B0BF62-2A55-11D8-A73E-000475EBF021),
    version(1.0)
    coclass MyBean {
    [default, source] dispinterface MyBeanSource;
    [default] dispinterface MyBeanDispatch;
    };Does anyone know what is wrong with this code and maybe how to fix the idl code? Generating the dll should then be easy (I already tried several variations of the idl code but as my idl knowledge is limited it didn't really do what I wanted).

    Then the question is why it does work with visual controls (even if you set them to non-visible)?

  • Time Capsule error 22 - My time capsule was working fine and didn't notice anything wrong with it until it stopped backing up about two weeks ago. I never changed anything like computer names or the Airport settings. All I get is the following: The backup

    Time Capsule error 22 - My time capsule was working fine and didn't notice anything wrong with it until it stopped backing up about two weeks ago. I never changed anything like computer names or the Airport settings. All I get is the following:
    The backup disk image "/Volumes/Data/Linda's Computer 1.sparsebundle" could not be created (error 22).
    I tried resetting the Time Capsule and connecting with an ethernet cable, although the Ariport Utility says everything is working fine through WiFi.

    If the light will not turn on the TC is dead. No matter that the hard disk is running.. it should only run at start up or when it is accessed not constantly.. that means the board in the TC has failed. Apple do not repair them.. They will replace it under warranty or applecare.
    If you have gone over the 12month warranty it will still be covered if you have applecare on any computer or an Apple TV. In fact the cost of the apple TV plus apple care is still cheaper than buying a new TC.. so it is a route some people are taking.. certainly depends.. in some places like Europe or Australia now, there is a recognition that statutory warranty must be longer on a product that is premium to the market. 12months is not good enough. Apple will sometimes listen.
    They might be fixable but I do not know how.

  • What has gone wrong with the equalizer on the latest update, every single one is all distorted

    what has gone wrong with the equalizer on the latest update, every single one is all distorted

    I had a similar-sounding problem with version 11.1.2.31 x64.  Every song I played sounded as if the speakers were being over-driven.  
    This problem was fixed after I installed the new verion: 11.1.2.32 x64.  I am using Windows 7, too.

Maybe you are looking for