From owner-freebsd-questions@FreeBSD.ORG Sun Dec 28 09:36:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D38B106567B for ; Sun, 28 Dec 2008 09:36:51 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from nelson.telenet-ops.be (nelson.telenet-ops.be [195.130.133.66]) by mx1.freebsd.org (Postfix) with ESMTP id E24EE8FC14 for ; Sun, 28 Dec 2008 09:36:50 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by nelson.telenet-ops.be (Postfix) with SMTP id 4C61750065 for ; Sun, 28 Dec 2008 10:36:49 +0100 (CET) Received: from localhost (d54C06E75.access.telenet.be [84.192.110.117]) by nelson.telenet-ops.be (Postfix) with ESMTP id 3C87950051 for ; Sun, 28 Dec 2008 10:36:49 +0100 (CET) Date: Sun, 28 Dec 2008 10:35:56 +0100 From: "Alain G. Fabry" To: freebsd-questions@freebsd.org Message-ID: <20081228093556.GA99170@desmo.3rdrock.kicks-ass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: amarok install failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2008 09:36:51 -0000 During the installation of amarok, I get the following error, what is going wrong here. gmake[5]: Entering directory `/usr/ports/audio/amarok/work/amarok-1.4.10/amarok/src/mediadevice/mtp' /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../amarok/src -I../../../../amarok/src -I../../../../amarok/src/amarokcore -I../../../../amarok/src/amarokcore -I../../../../amarok/src/engine -I../../../../amarok/src/engine -I../../../../amarok/src/mediadevice -I/usr/local/include/taglib -I/usr/local/include -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT mtpmediadevice.lo -MD -MP -MF .deps/mtpmediadevice.Tpo -c -o mtpmediadevice.lo mtpmediadevice.cpp /usr/local/include/libmtp.h: In member function 'virtual MediaItem* MtpMediaDevice::copyTrackToDevice(const MetaBundle&)': /usr/local/include/libmtp.h:489: error: too many arguments to function 'int LIBMTP_Send_Track_From_File(LIBMTP_mtpdevice_t*, const char*, LIBMTP_track_t*, int (*)(uint64_t, uint64_t, const void*), const void*)' mtpmediadevice.cpp:302: error: at this point in file mtpmediadevice.cpp: In member function 'uint32_t MtpMediaDevice::getDefaultParentId()': mtpmediadevice.cpp:383: warning: deprecated conversion from string constant to 'char*' /usr/local/include/libmtp.h: In member function 'LIBMTP_album_t* MtpMediaDevice::getOrCreateAlbum(QPtrList*)': /usr/local/include/libmtp.h:533: error: too many arguments to function 'int LIBMTP_Create_New_Album(LIBMTP_mtpdevice_t*, LIBMTP_album_t*)' mtpmediadevice.cpp:532: error: at this point in file /usr/local/include/libmtp.h: In member function 'uint32_t MtpMediaDevice::createFolder(const char*, uint32_t)': /usr/local/include/libmtp.h:508: error: too few arguments to function 'uint32_t LIBMTP_Create_Folder(LIBMTP_mtpdevice_t*, char*, uint32_t, uint32_t)' mtpmediadevice.cpp:611: error: at this point in file /usr/local/include/libmtp.h: In member function 'void MtpMediaDevice::playlistFromItem(MtpMediaItem*)': /usr/local/include/libmtp.h:521: error: too many arguments to function 'int LIBMTP_Create_New_Playlist(LIBMTP_mtpdevice_t*, LIBMTP_playlist_t*)' mtpmediadevice.cpp:916: error: at this point in file gmake[5]: *** [mtpmediadevice.lo] Error 1 gmake[5]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.10/amarok/src/mediadevice/mtp' gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.10/amarok/src/mediadevice' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.10/amarok/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.10/amarok' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.10' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/audio/amarok. *** Error code 1 Stop in /usr/ports/audio/amarok. *** Error code 1 Stop in /usr/ports/audio/amarok. Thanks in advance, Best wishes, Alain