From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 701A413838B for ; Sat, 4 Oct 2014 17:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C560E08D0; Sat, 4 Oct 2014 17:33:02 +0000 (UTC) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 655C9E0843 for ; Sat, 4 Oct 2014 17:33:00 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id q1so2522778lam.22 for ; Sat, 04 Oct 2014 10:32:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=x23+l+tEiCaRrtp3tGWLPxZjnwgf5LGKAE7rM5jSoOk=; b=xqrNsvpFT+OCEhe7N7qOz5uQUzFQ2tAyWnqs9V+aJ7GA6m3En4fKNB2Y5JHRBl1iDZ pbuHA0Qbalg5+InwByQKk263lK9BF5RTJLr8VnJwiDWoSbeU/Dew3hYzp3CtJURgYgDI rwgLwpFz4xg+Hq1PirfYXLfiGw8FRHeRXh+B05uyl01ppkDjtcSotT8yODipF/yDkZXY gbXOzydOR8vMNlQSVh1m0wWQKK+F1JDVSp53rl2ai82/loCcN/TlQIvvi7zTBd9ZTzdV BOjl2XWPUikq5DjYr6qdmNp0DU1KaFnJ30Yyh7rCExVb9klDI6kemH7vdcDVvKvH3s4L BuaQ== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.112.63.104 with SMTP id f8mr3722544lbs.91.1412443978583; Sat, 04 Oct 2014 10:32:58 -0700 (PDT) Received: by 10.112.148.167 with HTTP; Sat, 4 Oct 2014 10:32:58 -0700 (PDT) In-Reply-To: <20141004123315.GD3827@solfire> References: <20141004025526.GA9848@solfire> <542FE627.6030409@googlemail.com> <20141004123315.GD3827@solfire> Date: Sat, 4 Oct 2014 20:32:58 +0300 Message-ID: Subject: Re: [gentoo-user] Problems with update of smplayer (needs mplayer2?) From: Alexander Kapshuk To: Gentoo mailing list Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: eeac331f-95d4-423a-8cd7-bf588f169651 X-Archives-Hash: 0f9a90bf94a3279cb593bfeceb0e3787 On Sat, Oct 4, 2014 at 3:33 PM, wrote: > Volker Armin Hemmann [14-10-04 14:24]: >> Am 04.10.2014 um 04:55 schrieb meino.cramer@gmx.de: >> > Hi, >> > >> > While updateing my world ;) an update of smplayer was announced. >> > >> > The update failed with: >> > >> > ... >> > ... >> > x86_64-pc-linux-gnu-gcc -MD -MP -Wundef -Wall -Wno-switch -Wno-parenth= eses -Wpointer-arith -Wredundant-decls -Werror-implicit-function-declaratio= n -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-poi= nter-sign -std=3Dgnu99 -O2 -march=3Dnative -mtune=3Dnative -pipe -ffast-= math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -D_L= ARGEFILE64_SOURCE -I. -march=3Dnative -O2 -pipe -msse3 -ggdb -D_REENTRANT = -I/usr/include/alsa -I/usr/include -I/usr/include/harfbuzz -I/usr/inc= lude/fribidi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/i= nclude/freetype2 -I/usr/include -I/usr/include/libdvdread -c -o libmpd= emux/aviheader.o libmpdemux/aviheader.c >> > libmpdemux/aviheader.c: In function 'read_avi_header': >> > libmpdemux/aviheader.c:600:8: warning: ignoring return value of 'fread= ', declared with attribute warn_unused_result [-Wunused-result] >> > fread(&magic, 6, 1, fp); >> > ^ >> > libmpdemux/aviheader.c:605:8: warning: ignoring return value of 'fread= ', declared with attribute warn_unused_result [-Wunused-result] >> > fread(&priv->idx_size, sizeof(priv->idx_size), 1, fp); >> > ^ >> > libmpdemux/aviheader.c:616:10: warning: ignoring return value of 'frea= d', declared with attribute warn_unused_result [-Wunused-result] >> > fread(idx, sizeof(AVIINDEXENTRY), 1, fp); >> > ^ >> > x86_64-pc-linux-gnu-gcc -MD -MP -Wundef -Wall -Wno-switch -Wno-parenth= eses -Wpointer-arith -Wredundant-decls -Werror-implicit-function-declaratio= n -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-poi= nter-sign -std=3Dgnu99 -O2 -march=3Dnative -mtune=3Dnative -pipe -ffast-= math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -D_L= ARGEFILE64_SOURCE -I. -march=3Dnative -O2 -pipe -msse3 -ggdb -D_REENTRANT = -I/usr/include/alsa -I/usr/include -I/usr/include/harfbuzz -I/usr/inc= lude/fribidi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/i= nclude/freetype2 -I/usr/include -I/usr/include/libdvdread -c -o libmpd= emux/aviprint.o libmpdemux/aviprint.c >> > x86_64-pc-linux-gnu-gcc -MD -MP -Wundef -Wall -Wno-switch -Wno-parenth= eses -Wpointer-arith -Wredundant-decls -Werror-implicit-function-declaratio= n -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-poi= nter-sign -std=3Dgnu99 -O2 -march=3Dnative -mtune=3Dnative -pipe -ffast-= math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -D_L= ARGEFILE64_SOURCE -I. -march=3Dnative -O2 -pipe -msse3 -ggdb -D_REENTRANT = -I/usr/include/alsa -I/usr/include -I/usr/include/harfbuzz -I/usr/inc= lude/fribidi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/i= nclude/freetype2 -I/usr/include -I/usr/include/libdvdread -c -o libmpd= emux/demuxer.o libmpdemux/demuxer.c >> > libmpdemux/demuxer.c:48:2: error: #error MP_INPUT_BUFFER_PADDING_SIZE = is too small! >> > #error MP_INPUT_BUFFER_PADDING_SIZE is too small! >> > ^ >> > make: *** [libmpdemux/demuxer.o] Error 1 >> > * ERROR: media-video/mplayer2-2.0_p20130428-r1::gentoo failed (compil= e phase): >> > * emake failed >> > * >> > * If you need support, post the output of `emerge --info '=3Dmedia-vi= deo/mplayer2-2.0_p20130428-r1::gentoo'`, >> > * the complete build log and the output of `emerge -pqv '=3Dmedia-vid= eo/mplayer2-2.0_p20130428-r1::gentoo'`. >> > * The complete build log is located at '/var/tmp/portage/media-video/= mplayer2-2.0_p20130428-r1/temp/build.log'. >> > * The ebuild environment file is located at '/var/tmp/portage/media-v= ideo/mplayer2-2.0_p20130428-r1/temp/environment'. >> > * Working directory: '/var/tmp/portage/media-video/mplayer2-2.0_p2013= 0428-r1/work/mplayer2-2.0_p20130428' >> > * S: '/var/tmp/portage/media-video/mplayer2-2.0_p20130428-r1/work/mpl= ayer2-2.0_p20130428' >> > >> >>>> Failed to emerge media-video/mplayer2-2.0_p20130428-r1, Log file: >> > >> > I am confused...why does smplayer pulls mplayer2? >> > >> > solfire:>eix mplayer2 >> > * media-video/mplayer2 >> > Available versions: 2.0_p20130126 2.0_p20130428-r1 ~2.0_p2013100= 9 **9999 {3dnow 3dnowext +X +a52 +alsa altivec aqua bluray bs2b cddb +cdio = cpudetection debug directfb doc +dts +dv dvb +dvd +dvdnav +enca +faad fbcon= ftp gif +iconv ipv6 jack joystick jpeg ladspa lcms +libass libcaca lirc ma= d md5sum +mmx mmxext mng +mp3 +network nut +opengl oss png pnm portaudio +p= ostproc pulseaudio pvr (+)quvi radio +rar +rtc samba sdl selinux +shm +spee= x sse sse2 ssse3 symlink tga +theora +threads +unicode v4l vcd vdpau +vorbi= s xanim xinerama +xscreensaver +xv xvid yuv4mpeg KERNEL=3D"linux"} >> > Homepage: http://www.mplayer2.org/ >> > Description: Media Player for Linux >> > >> > >> > I will mail any other logfile if wanted...I dont want to pollute the >> > mailing list in beforehand... :) >> > >> > Thank you very much in advance for any help! >> > >> > Best regards, >> > mcc >> > >> > >> > >> > >> have a look at the ebuilds. Probably caused by some useflag interaction. >> Btw, is that smplayer or smplayer2? >> > > > From above: >> > While updateing my world ;) an update of smplayer was announced. > > > /root>emerge --update --newuse --deep --with-bdeps=3Dy @world --tree --ke= ep-going -va > > > These are the packages that would be merged, in reverse order: > > Calculating dependencies... done! > [ebuild U ] media-video/smplayer-14.3.0 [0.8.5] USE=3D"-debug" LINGU= AS=3D"-ar_SY -bg -ca -cs -da -de -el_GR -en_US -es -et -eu -fi -fr -gl -he_= IL -hr -hu -it -ja -ka -ko -ku -lt -mk -ms_MY -nl -pl -pt -pt_BR -ro_RO -ru= _RU -sk -sl_SI -sr -sv -th -tr -uk_UA -vi_VN -zh_CN -zh_TW" 0 kB > [ebuild N ] media-video/mplayer2-2.0_p20130428-r1 USE=3D"X alsa cd= io dvb dvd dvdnav enca gif iconv ipv6 jack jpeg ladspa libass mmx mp3 netwo= rk opengl png postproc quvi shm sse sse2 threads unicode v4l vdpau xscreens= aver xv -3dnow -3dnowext (-altivec) (-aqua) -bluray -bs2b -cddb -cpudetecti= on -debug -directfb -doc -ftp -joystick -lcms -libcaca -lirc -md5sum -mmxex= t -mng -oss -pnm -portaudio -pulseaudio -pvr -radio -samba (-selinux) -ssse= 3 -symlink -tga -vcd -xinerama -yuv4mpeg" 0 kB > > Total: 2 packages (1 upgrade, 1 new), Size of downloads: 0 kB > > Going by what is said about mplayer2 in this Gentoo forum post dated July 2014, https://forums.gentoo.org/viewtopic-t-996386.html?sid=3D501b6e84= ba5ae3bd7296efd193a166c5, mplayer2 has not seen active development for about 12 months at least. As I found myself having to decide if I wanted mplayer2 installed on my system when updating the world set the other day, I decided against it. I just removed smplayer from my system altogether, which reduced the amount of packages wanting to be updated or installed as new slots, which was the case with mplayer2. There may be other viable avenues available as well. I opted for the one that seemed the easiest for me.