Date: Mon, 21 May 2007 23:28:56 -0400 (EDT) From: parv@pair.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/112845: multimedia/vlc-devel - build fails when Qt UI is chosen Message-ID: <20070522032856.8EAFAB520@default.chvlva.adelphia.net> Resent-Message-ID: <200705220420.l4M4K4VP058931@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112845 >Category: ports >Synopsis: multimedia/vlc-devel - build fails when Qt UI is chosen >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 22 04:20:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Parv >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD holestein.holy.cow 6.2-STABLE FreeBSD 6.2-STABLE #1: Thu Apr 19 20:06:02 EDT 2007 root@holestein.holy.cow:/work/obj/misc/src-6/sys/BOVINE-T42.6.Debug i386 Ports are up to date as of 2007.05.21.23.24.22 UTC. vlc-devel version ... # $FreeBSD: ports/multimedia/vlc-devel/Makefile,v 1.179 2007/05/20 00:03:58 ahze Exp $ # $MCom: ports/multimedia/vlc-devel/Makefile,v 1.21 2006/10/01 18:16:43 ahze Exp $ # $Id: Makefile 6 2006-09-27 14:05:34Z buhnux $ .. installed qt* ports ... qt4-corelib-4.2.3_2 qt4-gui-4.2.3_1 qt4-moc-4.2.3_1 qt4-rcc-4.2.3 qt4-uic-4.2.3_1 ... and finally OPTIONS for vlc-devel ... # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for vlc-devel-0.9.0.20070501_1,2 _OPTIONS_READ=vlc-devel-0.9.0.20070501_1,2 WITH_A52=true WITHOUT_AALIB=true WITHOUT_AVAHI=true WITHOUT_CACA=true WITHOUT_ARTS=true WITHOUT_CORBA=true WITHOUT_DAAP=true WITHOUT_DEBUG=true WITH_DTS=true WITHOUT_ESOUND=true WITH_FAAC=true WITH_FAAD=true WITH_FLAC=true WITH_HTTPD=true WITH_LAME=true WITH_LIVEMEDIA=true WITH_MAD=true WITH_MATROSKA=true WITH_MPEG2=true WITH_NCURSES=true WITH_OGG=true WITH_QT4=true WITH_REALAUDIO=true WITHOUT_SAMBA=true WITH_SDL=true WITH_SVG=true WITH_SVGALIB=true WITHOUT_SHOUT=true WITHOUT_SKINS=true WITH_SPEEX=true WITH_THEORA=true WITH_TWOLAME=true WITH_VORBIS=true WITH_WIN32_CODECS=true WITHOUT_WXGTK=true WITH_X264=true >Description: vlc-devel builds/works without problem when wx UI is used. Trying to use Qt UI, build fails ... c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/misc/local/include/speex -I/usr/local/include -DSYS_FREEBSD6_2 -I../../../include -I/misc/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -DLOCALEDIR=\"/misc/local/share/locale\" -DDATA_PATH=\"/misc/local/share/vlc\" -DPLUGIN_PATH=\"/misc/local/lib/vlc\" -DHAVE_RELEASE -O3 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=qt4 -DMODULE_NAME_IS_qt4 -DQT_SHARED -I/misc/local/include -I/misc/local/include/QtCore -I/misc/local/include/QtGui -O2 -fno-strict-aliasing -pipe -march=pentiumpro -O2 -ffast-math -fomit-frame-pointer -MT components/libqt4_plugin_la-complete_preferences.lo -MD -MP -MF components/.deps/libqt4_plugin_la-complete_preferences.Tpo -c components/complete_preferences.cpp -fPIC -DPIC -o components/.libs/libqt4_plugin_la-complete_preferences.o In file included from components/complete_preferences.cpp:44: ../../../include/vlc_config_cat.h: In function `char* config_CategoryNameGet(int)': ../../../include/vlc_config_cat.h:305: error: invalid conversion from `const char*' to `char*' ../../../include/vlc_config_cat.h: In function `char* config_CategoryHelpGet(int)': ../../../include/vlc_config_cat.h:319: error: invalid conversion from `const char*' to `char*' gmake[6]: *** [components/libqt4_plugin_la-complete_preferences.lo] Error 1 gmake[6]: Leaving directory `/work/ports/misc/ports/multimedia/vlc-devel/work/vlc-0.9.0-svn/modules/gui/qt4' gmake[5]: *** [all-modules] Error 1 gmake[5]: Leaving directory `/work/ports/misc/ports/multimedia/vlc-devel/work/vlc-0.9.0-svn/modules/gui/qt4' gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory `/work/ports/misc/ports/multimedia/vlc-devel/work/vlc-0.9.0-svn/modules/gui' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/work/ports/misc/ports/multimedia/vlc-devel/work/vlc-0.9.0-svn/modules/gui' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/work/ports/misc/ports/multimedia/vlc-devel/work/vlc-0.9.0-svn/modules' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/ports/misc/ports/multimedia/vlc-devel/work/vlc-0.9.0-svn' gmake: *** [all] Error 2 *** Error code 2 Stop in /misc/ports/multimedia/vlc-devel. >How-To-Repeat: Try to build vlc-devel port with above options. >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070522032856.8EAFAB520>