From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 17 09:00:12 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D66FF16A46B for ; Sat, 17 Feb 2007 09:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A2B9013C441 for ; Sat, 17 Feb 2007 09:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1H90Cpk011613 for ; Sat, 17 Feb 2007 09:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1H90CxX011612; Sat, 17 Feb 2007 09:00:12 GMT (envelope-from gnats) Resent-Date: Sat, 17 Feb 2007 09:00:12 GMT Resent-Message-Id: <200702170900.l1H90CxX011612@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rechistov Grigory Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BC5016A402 for ; Sat, 17 Feb 2007 08:52:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 80FFF13C467 for ; Sat, 17 Feb 2007 08:52:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l1H8qTI0009141 for ; Sat, 17 Feb 2007 08:52:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l1H8qTUV009140; Sat, 17 Feb 2007 08:52:29 GMT (envelope-from nobody) Message-Id: <200702170852.l1H8qTUV009140@www.freebsd.org> Date: Sat, 17 Feb 2007 08:52:29 GMT From: Rechistov Grigory To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/109253: Amarok 1.4.5 doesn't compile when configured with MTP option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Feb 2007 09:00:12 -0000 >Number: 109253 >Category: ports >Synopsis: Amarok 1.4.5 doesn't compile when configured with MTP option >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 09:00:11 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Rechistov Grigory >Release: 6.2-STABLE >Organization: >Environment: FreeBSD ipv82-180.rt.private.mipt.ru 6.2-STABLE FreeBSD 6.2-STABLE #3: Thu Jan 25 15:50:36 MSK 2007 GGG@ipv82-180.rt.private.mipt.ru:/usr/obj/usr/src/sys/DELL_v4 i386 >Description: The recent version of amarok (1.4.5) produces an error when compiling if it was configured to support MTP mediadevices (first lines of output of make): In file included from mtpmediadevice.cpp:28: mtpmediadevice.h:78: error: expected `)' before '*' token mtpmediadevice.h:188: error: ISO C++ forbids declaration of `LIBMTP_album_t' with no type As I suppose, this is due to very old version of libmtp in ports collection - 0.0.21, when the current version is 0.1.3. My attempt to compile libmtp 0.1.x from sources was also unsuccesful albumart.c: In function `main': albumart.c:96: error: `LIBMTP_filesampledata_t' undeclared (first use in this function) It's strange, because LIBMTP_filesampledata_t is defined in sources but I haven't yet figured out why there is an error. So MTP support is broken at present. >How-To-Repeat: # cd /usr/ports/audio/amarok # make rmconfig # make config Enable MTP support # make A compile error happens. >Fix: >Release-Note: >Audit-Trail: >Unformatted: