From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 16:50:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B2491065675 for ; Sat, 31 May 2008 16:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 67C328FC16 for ; Sat, 31 May 2008 16:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4VGo498021283 for ; Sat, 31 May 2008 16:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4VGo4p9021282; Sat, 31 May 2008 16:50:04 GMT (envelope-from gnats) Date: Sat, 31 May 2008 16:50:04 GMT Message-Id: <200805311650.m4VGo4p9021282@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Anton Cc: Subject: Re: ports/124082: [UPDATE]: audio/qmpdclient Update to new release, 1.0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 16:50:04 -0000 The following reply was made to PR ports/124082; it has been noted by GNATS. From: Anton To: bug-followup@FreeBSD.org Cc: Edwin Groothuis , Maxim Samsonov Subject: Re: ports/124082: [UPDATE]: audio/qmpdclient Update to new release, 1.0.9 Date: Sat, 31 May 2008 20:13:11 +0400 On Wed, 28 May 2008 22:30:15 UT Edwin Groothuis wrote: > Maintainer of audio/qmpdclient, > > Please note that PR ports/124082 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124082 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org I have compiled QMPDClient 1.0.9 and it crashes at start (segmentation fault). Output from gdb: --------------------------------------------------- % gdb /usr/local/bin/qmpdclient qmpdclient.core ... Starting program: /usr/local/bin/qmpdclient ... Program received signal SIGSEGV, Segmentation fault. 0x08082a9f in QList::append () --------------------------------------------------- % pkg_info | grep qt4 qt4-corelib-4.3.4 Qt core library qt4-designer-4.3.4 Qt ui editor qt4-gui-4.3.4_1 Qt graphical user interface library qt4-libQtAssistantClient-4.3.4 Qt documentation browser integration library qt4-linguist-4.3.4 Qt localisation tool qt4-moc-4.3.4 Qt meta object compiler qt4-network-4.3.4 Qt network library qt4-qmake-4.3.4 The build utility of the Qt project qt4-qt3support-4.3.4_1 Qt3 compatibility library qt4-rcc-4.3.4 Qt resource compiler qt4-script-4.3.4 Qt script qt4-sql-4.3.4 Qt SQL library qt4-uic-4.3.4 Qt user interface compiler qt4-xml-4.3.4 Qt XML library % uname -a FreeBSD xxx 6.3-STABLE FreeBSD 6.3-STABLE #9: Thu May 22 22:32:12 MSD 2008 xxx@xxx:/usr/obj/usr/src/sys/CURRENT i386 Any ideas? -- Best regards, Anton