<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://ffdiaporama.tuxfamily.org/Forum/extern.php?action=feed&amp;tid=724&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[ffDiaporama Forum / opensuse 13.1: Install script doesn't work]]></title>
		<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?id=724</link>
		<description><![CDATA[The most recent posts in opensuse 13.1: Install script doesn't work.]]></description>
		<lastBuildDate>Thu, 17 Apr 2014 18:57:41 +0000</lastBuildDate>
		<generator>FluxBB 1.4.7</generator>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3371#p3371</link>
			<description><![CDATA[<p>Hi,</p><p>sorry, I took the wrong file ...</p><p>I just found the reason for the errors.<br />There was another version of libffmpeg-devel on my system (20010101-1.1 from KDE:KDE3), I switched to 2.2-1.3 from packman and the script works.</p><p> ffDiaporama starts with my existing profile and I can open my old files. I will test other functions the next days.</p><p>Thank you very much for your help!</p><p>Jürgen</p>]]></description>
			<author><![CDATA[dummy@example.com (juergen61)]]></author>
			<pubDate>Thu, 17 Apr 2014 18:57:41 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3371#p3371</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3360#p3360</link>
			<description><![CDATA[<p>Hi,</p><p>I edited the source as recommended. No change.<br />I added a log message just before screen.show(). This is the last message before the dump.</p><p>I saw that ffDiaporama is now also in the packman repository, I tried it and the last stable version has no problem.</p><p>Heiner</p>]]></description>
			<author><![CDATA[dummy@example.com (heiner)]]></author>
			<pubDate>Wed, 16 Apr 2014 18:17:29 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3360#p3360</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3359#p3359</link>
			<description><![CDATA[<p>Hi Jürgen</p><p>This file is libAVresample, not libSWresample.</p><p>Are you sure you have libSWresample ?</p>]]></description>
			<author><![CDATA[dummy@example.com (domledom)]]></author>
			<pubDate>Wed, 16 Apr 2014 12:23:08 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3359#p3359</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3356#p3356</link>
			<description><![CDATA[<p>Hi domledom,</p><p>here is the content of /usr/include/libswresample/version.h:<br />----<br />*<br /> * This file is part of Libav.<br /> *<br /> * Libav is free software; you can redistribute it and/or<br /> * modify it under the terms of the GNU Lesser General Public<br /> * License as published by the Free Software Foundation; either<br /> * version 2.1 of the License, or (at your option) any later version.<br /> *<br /> * Libav is distributed in the hope that it will be useful,<br /> * but WITHOUT ANY WARRANTY; without even the implied warranty of<br /> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&#160; See the GNU<br /> * Lesser General Public License for more details.<br /> *<br /> * You should have received a copy of the GNU Lesser General Public<br /> * License along with Libav; if not, write to the Free Software<br /> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA<br /> */</p><p>#ifndef AVRESAMPLE_VERSION_H<br />#define AVRESAMPLE_VERSION_H</p><p>#define LIBAVRESAMPLE_VERSION_MAJOR&#160; 0<br />#define LIBAVRESAMPLE_VERSION_MINOR&#160; 0<br />#define LIBAVRESAMPLE_VERSION_MICRO&#160; 3</p><p>#define LIBAVRESAMPLE_VERSION_INT&#160; AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; LIBAVRESAMPLE_VERSION_MINOR, \<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; LIBAVRESAMPLE_VERSION_MICRO)<br />#define LIBAVRESAMPLE_VERSION&#160; &#160; &#160; &#160; &#160; AV_VERSION(LIBAVRESAMPLE_VERSION_MAJOR, \<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; LIBAVRESAMPLE_VERSION_MINOR, \<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; LIBAVRESAMPLE_VERSION_MICRO)<br />#define LIBAVRESAMPLE_BUILD&#160; &#160; &#160; &#160; LIBAVRESAMPLE_VERSION_INT</p><p>#define LIBAVRESAMPLE_IDENT&#160; &#160; &#160; &#160; &quot;Lavr&quot; AV_STRINGIFY(LIBAVRESAMPLE_VERSION)</p><p>/**<br /> * FF_API_* defines may be placed below to indicate public API that will be<br /> * dropped at a future version bump. The defines themselves are not part of<br /> * the public API and may change, break or disappear at any time.<br /> */</p><p>#endif /* AVRESAMPLE_VERSION_H */<br />----</p><p>Jürgen</p>]]></description>
			<author><![CDATA[dummy@example.com (juergen61)]]></author>
			<pubDate>Wed, 16 Apr 2014 07:18:04 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3356#p3356</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3350#p3350</link>
			<description><![CDATA[<p>Hi Heiner</p><p>What is really strange is the location where the application stops<br />Between the &quot;Start ...&quot; message and the &quot;Init home user database...&quot; message, the only thing it should do is to open the SplashScreen</p><p>Maybe the problem is there.</p><p>Could you test this :</p><p>Edit the line 91 of src/ffDiaporama/MainWindow/mainwindow.cpp<br />Replace : QSplashScreen screen(QPixmap(&quot;:/img/splash.png&quot;));<br />With : QSplashScreen screen;</p><p>And compile the application again</p>]]></description>
			<author><![CDATA[dummy@example.com (domledom)]]></author>
			<pubDate>Tue, 15 Apr 2014 06:15:21 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3350#p3350</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3342#p3342</link>
			<description><![CDATA[<p>Hi domledom,</p><p>I posted already the full log (and a part of the output of &quot;strace -e all&quot; in post #10.<br />heiner@linux-0e5c:~/tmp&gt; ffDiaporama -loglevel=1<br />[11:40:45.686:INFO]&#160; &#160; &#160;QT Version:5.1.1<br />[11:40:45.686:INFO]&#160; &#160; &#160;StartupDir /home/heiner/tmp<br />[11:40:45.687:INFO]&#160; &#160; &#160;Application not found in directory /home/heiner/tmp/BUILDVERSION.txt<br />[11:40:45.687:INFO]&#160; &#160; &#160;Application not found in directory /../ffDiaporama/BUILDVERSION.txt<br />[11:40:45.687:INFO]&#160; &#160; &#160;Application not found in directory /ffDiaporama/BUILDVERSION.txt<br />[11:40:45.687:INFO]&#160; &#160; &#160;Application not found in directory /opt/share/ffDiaporama/BUILDVERSION.txt<br />[11:40:45.687:INFO]&#160; &#160; &#160;Application found in directory /usr/share/ffDiaporama/BUILDVERSION.txt<br />[11:40:45.687:INFO]&#160; &#160; &#160;Set working path to /usr/share/ffDiaporama<br />[11:40:45.687:INFO]&#160; &#160; &#160;Start ffDiaporama 2.2 devel (20140412) ...<br />[11:40:45.844:INFO]&#160; &#160; &#160;Parse command line ...<br />[11:40:45.844:INFO]&#160; &#160; &#160;Set LogLevel to DEBUGTRACE<br />[11:40:45.844:INFO]&#160; &#160; &#160;Start GUI ...<br />[11:40:45.845:INFO]&#160; &#160; &#160;Start ...<br />libpng warning: iCCP: known incorrect sRGB profile<br />Speicherzugriffsfehler</p><p>Heiner</p>]]></description>
			<author><![CDATA[dummy@example.com (heiner)]]></author>
			<pubDate>Mon, 14 Apr 2014 07:59:32 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3342#p3342</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3339#p3339</link>
			<description><![CDATA[<p>Hi Jürgen</p><p>Could you check that you have file /usr/include/libswresample/swresample.h ?<br />If yes, please, post here the content of /usr/include/libswresample/version.h</p><p>Hi Heiner</p><p>Could you post here the full log when you start ffDiaporama -loglevel=1</p>]]></description>
			<author><![CDATA[dummy@example.com (domledom)]]></author>
			<pubDate>Mon, 14 Apr 2014 06:24:59 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3339#p3339</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3333#p3333</link>
			<description><![CDATA[<p>Hi,<br />my online update doesn&#039;t show anything to update. Here my ffmpeg versions (looks exactly like Jürgens):</p><p>heiner@linux-0e5c:~&gt; ffmpeg -version<br />ffmpeg version 2.2<br />built on Mar 24 2014 17:15:07 with gcc 4.8 (SUSE Linux)<br />configuration: --shlibdir=/usr/lib64 --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib64 --enable-shared --disable-static --enable-debug --disable-stripping --extra-cflags=&#039;-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -fPIC -I/usr/include/gsm&#039; --enable-gpl --enable-x11grab --enable-version3 --enable-pthreads --enable-avfilter --enable-libpulse --enable-libvpx --enable-libopus --enable-libass --enable-libx265 --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libxvid --enable-libx264 --enable-libschroedinger --enable-libgsm --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-postproc --enable-libdc1394 --enable-librtmp --enable-libfreetype --enable-avresample --enable-libtwolame --enable-libvo-aacenc --enable-gnutls<br />libavutil&#160; &#160; &#160; 52. 66.100 / 52. 66.100<br />libavcodec&#160; &#160; &#160;55. 52.102 / 55. 52.102<br />libavformat&#160; &#160; 55. 33.100 / 55. 33.100<br />libavdevice&#160; &#160; 55. 10.100 / 55. 10.100<br />libavfilter&#160; &#160; &#160;4.&#160; 2.100 /&#160; 4.&#160; 2.100<br />libavresample&#160; &#160;1.&#160; 2.&#160; 0 /&#160; 1.&#160; 2.&#160; 0<br />libswscale&#160; &#160; &#160; 2.&#160; 5.102 /&#160; 2.&#160; 5.102<br />libswresample&#160; &#160;0. 18.100 /&#160; 0. 18.100<br />libpostproc&#160; &#160; 52.&#160; 3.100 / 52.&#160; 3.100</p><p>Heiner</p>]]></description>
			<author><![CDATA[dummy@example.com (heiner)]]></author>
			<pubDate>Sun, 13 Apr 2014 11:12:33 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3333#p3333</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3332#p3332</link>
			<description><![CDATA[<p>Hi,</p><p>on my system (opensuse 13.1/64 bit,&#160; &#160;automatic updated with apper, FFMPEG 2.2-1.3 64 bit from packman) the new script doesn&#039;t work. It&#039;s always the same error&#160; message. Are there some needed programs wich are not in the standard installation?<br />-----<br />(...)<br />g++ -c -pipe -O2 -D_REENTRANT -Wall -W -fPIE -DSHARE_DIR=\&quot;/usr\&quot; -DQ_OS_LINUX64 -DUSELIBSWRESAMPLE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_HELP_LIB -DQT_WIDGETS_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/include -I/usr/lib64/qt5/mkspecs/linux-g++ -I. -I../ffDiaporama_lib -I/usr/include -I/usr/include/qt5 -I/usr/include/qt5/QtSvg -I/usr/include/qt5/QtHelp -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtSql -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtXml -I/usr/include/qt5/QtConcurrent -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I. -I. -o DlgffDPjrProperties.o DlgffDPjrProperties/DlgffDPjrProperties.cpp<br />DlgCheckConfig/DlgCheckConfig.cpp: In member function &#039;virtual void DlgCheckConfig::DoInitDialog()&#039;:<br />DlgCheckConfig/DlgCheckConfig.cpp:126:49: error: &#039;FFMPEGVERSION&#039; was not declared in this scope<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;FFMPEGVERSION<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;^<br />make[1]: *** [DlgCheckConfig.o] Error 1<br />make[1]: *** Waiting for unfinished jobs....<br />make[1]: Leaving directory `/tmp/rpmbuild/BUILD/ffDiaporama_bin-2.2.devel.2014.0412/src/ffDiaporama&#039;<br />make: *** [sub-src-ffDiaporama-make_first] Error 2<br />error: Bad exit status from /var/tmp/rpm-tmp.8QGO7T (%build)</p><br /><p>RPM build errors:<br />&#160; &#160; Bad exit status from /var/tmp/rpm-tmp.8QGO7T (%build)<br />mv: der Aufruf von stat für „/tmp/rpmbuild/RPMS/x86_64/ffDiaporama_bin-2.2.devel.2014.0412-openSUSE_13.1.x86_64.rpm“ ist nicht möglich: Datei oder Verzeichnis nicht gefunden<br />Der angegebene lokale Pfad existiert nicht oder ist nicht zugänglich.<br />Problem beim Abrufen der angegebenen RPM-Datei:<br />Fehlgebildete URI: </p><p>Bitte überprüfen Sie, ob die Datei zugänglich ist.<br />Problem mit der als &#039;/opt/ffDiaporama/ffDiaporama_bin-2.2.devel.2014.0412-openSUSE_13.1.x86_64.rpm&#039; festgelegten RPM-Datei, übersprungen.<br />Keine gültigen Argumente angegeben.<br />(...)<br />-----</p><p>Jürgen</p>]]></description>
			<author><![CDATA[dummy@example.com (juergen61)]]></author>
			<pubDate>Sun, 13 Apr 2014 10:49:52 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3332#p3332</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3331#p3331</link>
			<description><![CDATA[<p>Hi,</p><p>Are you sure you system is up to date ?</p><p>Which ffmpeg version have you ?</p><p>Could you post here a ffmpeg -version</p>]]></description>
			<author><![CDATA[dummy@example.com (domledom)]]></author>
			<pubDate>Sun, 13 Apr 2014 09:47:42 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3331#p3331</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3330#p3330</link>
			<description><![CDATA[<p>Hi,</p><p>thanks for your feedback.<br />I retested the installation with the new script after uninstalling ffDiaporama and libSDL_mixer-devel. The script now installs perfectly.</p><p>But ffDiaporama still doesn&#039;t start. ~/.ffDiaporama didn&#039;t exist and is not created during the try.</p><p>Heiner</p>]]></description>
			<author><![CDATA[dummy@example.com (heiner)]]></author>
			<pubDate>Sun, 13 Apr 2014 08:58:06 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3330#p3330</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3328#p3328</link>
			<description><![CDATA[<p>Hi all</p><p>I&#039;ve update the script to :<br />-fix the missing dependency<br />-fix a bug when preparing compilation of bin package</p><p>Could-you test again ?</p><p>I test it on a opensuse 13.1/64 bits system and all seems to work</p><p>To heiner: Could you also remove your ~/.ffDiaporama</p>]]></description>
			<author><![CDATA[dummy@example.com (domledom)]]></author>
			<pubDate>Sun, 13 Apr 2014 07:29:38 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3328#p3328</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3327#p3327</link>
			<description><![CDATA[<p>Hi,<br />I also had some difficulties with the script, but with the new version from today I could install with the instructions of domledom<br />uninstall all ffdiaporama package with yast<br />sudo rm -R /opt/ffDiaporama<br />Restart the script<br />and additionaly installing libSDL_mixer-devel via Yast.</p><p>But ffDiaporama didn&#039;t work:<br />heiner@linux-0e5c:~/tmp&gt; ffDiaporama -loglevel=1<br />[11:40:45.686:INFO]&#160; &#160; &#160;QT Version:5.1.1<br />[11:40:45.686:INFO]&#160; &#160; &#160;StartupDir /home/heiner/tmp<br />[11:40:45.687:INFO]&#160; &#160; &#160;Application not found in directory /home/heiner/tmp/BUILDVERSION.txt<br />[11:40:45.687:INFO]&#160; &#160; &#160;Application not found in directory /../ffDiaporama/BUILDVERSION.txt<br />[11:40:45.687:INFO]&#160; &#160; &#160;Application not found in directory /ffDiaporama/BUILDVERSION.txt<br />[11:40:45.687:INFO]&#160; &#160; &#160;Application not found in directory /opt/share/ffDiaporama/BUILDVERSION.txt<br />[11:40:45.687:INFO]&#160; &#160; &#160;Application found in directory /usr/share/ffDiaporama/BUILDVERSION.txt<br />[11:40:45.687:INFO]&#160; &#160; &#160;Set working path to /usr/share/ffDiaporama<br />[11:40:45.687:INFO]&#160; &#160; &#160;Start ffDiaporama 2.2 devel (20140412) ...<br />[11:40:45.844:INFO]&#160; &#160; &#160;Parse command line ...<br />[11:40:45.844:INFO]&#160; &#160; &#160;Set LogLevel to DEBUGTRACE<br />[11:40:45.844:INFO]&#160; &#160; &#160;Start GUI ...<br />[11:40:45.845:INFO]&#160; &#160; &#160;Start ...<br />libpng warning: iCCP: known incorrect sRGB profile<br />Speicherzugriffsfehler</p><br /><p>The last few lines of strace -e all:<br />write(2, &quot;libpng warning: iCCP: known inco&quot;..., 51libpng warning: iCCP: known incorrect sRGB profile<br />) = 51<br />mmap(NULL, 311296, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6378112000<br />mmap(NULL, 311296, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f63780c6000<br />munmap(0x7f6378112000, 311296)&#160; &#160; &#160; &#160; &#160; = 0<br />write(3, &quot;\1\0\0\0\0\0\0\0&quot;, 8)&#160; &#160; &#160; &#160; &#160;= 8<br />write(3, &quot;\1\0\0\0\0\0\0\0&quot;, 8)&#160; &#160; &#160; &#160; &#160;= 8<br />write(3, &quot;\1\0\0\0\0\0\0\0&quot;, 8)&#160; &#160; &#160; &#160; &#160;= 8<br />poll([{fd=4, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=4, revents=POLLOUT}])<br />writev(4, [{&quot;\22\0\v\0b\0\0\0&lt;\1\0\0f\1\0\0\10\0\0\0\24\0\0\0ffDiapor&quot;..., 88}], 1) = 88<br />poll([{fd=4, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=4, revents=POLLOUT}])<br />writev(4, [{&quot;b0\3\0\3\0\2\0&quot;, 8}, {&quot;GLX&quot;, 3}, {&quot;\0&quot;, 1}], 3) = 12<br />futex(0x7fff0c05d224, FUTEX_WAIT_PRIVATE, 1, NULL) = 0<br />futex(0x16d1fb8, FUTEX_WAKE_PRIVATE, 1) = 0<br />poll([{fd=4, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=4, revents=POLLOUT}])<br />writev(4, [{&quot;\232\7\3\0\1\0\0\0\4\0\0\0&quot;, 12}], 1) = 12<br />futex(0x16d1fb8, FUTEX_WAKE_PRIVATE, 1) = 1<br />futex(0x7fff0c05d430, FUTEX_WAKE_PRIVATE, 1) = 1<br />futex(0x7fff0c05d434, FUTEX_WAIT_PRIVATE, 1, NULL) = -1 EAGAIN (Resource temporarily unavailable)<br />futex(0x16d1fb8, FUTEX_WAKE_PRIVATE, 1) = 0<br />poll([{fd=4, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=4, revents=POLLOUT}])<br />writev(4, [{&quot;b0\3\0\4\0\2\0&quot;, 8}, {&quot;DRI2&quot;, 4}, {&quot;&quot;, 0}], 3) = 12<br />futex(0x7fff0c05d184, FUTEX_WAIT_PRIVATE, 1, NULL) = 0<br />futex(0x16d1fb8, FUTEX_WAKE_PRIVATE, 1) = 0<br />poll([{fd=4, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=4, revents=POLLOUT}])<br />writev(4, [{&quot;\231\0\3\0\1\0\0\0\4\0\0\0&quot;, 12}, {NULL, 0}, {&quot;&quot;, 0}], 3) = 12<br />futex(0x16d1fb8, FUTEX_WAKE_PRIVATE, 1) = 1<br />poll([{fd=4, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=4, revents=POLLOUT}])<br />writev(4, [{&quot;b\0\5\0\v\0\0\0&quot;, 8}, {&quot;XFree86-DRI&quot;, 11}, {&quot;\0&quot;, 1}], 3) = 20<br />futex(0x7fff0c05d184, FUTEX_WAIT_PRIVATE, 1, NULL) = 0<br />futex(0x16d1fb8, FUTEX_WAKE_PRIVATE, 1) = 0<br />poll([{fd=4, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=4, revents=POLLOUT}])<br />writev(4, [{&quot;\232\23\3\0\0\0\0\0\2\0\0\0&quot;, 12}], 1) = 12<br />futex(0x7fff0c05d414, FUTEX_WAIT_PRIVATE, 1, NULL) = 0<br />futex(0x16d1fb8, FUTEX_WAKE_PRIVATE, 1) = 0<br />--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0xc} ---<br />+++ killed by SIGSEGV +++<br />Speicherzugriffsfehler</p><p>Heiner</p>]]></description>
			<author><![CDATA[dummy@example.com (heiner)]]></author>
			<pubDate>Sat, 12 Apr 2014 09:51:38 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3327#p3327</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3325#p3325</link>
			<description><![CDATA[<p>Hi,</p><p>thank you for your quick response!</p><p>I tried the skript again, but it doesn&#039;t work. Hope, I used the newest version. <br />It seems to be the same error:</p><p>----<br />ffDiaporama for openSUSE 13.1 x86_64</p><p>Check dependencies ...<br />=== libqt5-qtbase already installed in 64 bits version<br />=== libQt5Gui5 already installed in 64 bits version<br />=== libQt5Widgets5 already installed in 64 bits version<br />=== libQt5Svg5 already installed in 64 bits version<br />=== libQt5Sql5 already installed in 64 bits version<br />=== libqt5-qttools already installed in 64 bits version<br />=== libqt5-sql-sqlite already installed in 64 bits version<br />=== libqt5-qtimageformats already installed in 64 bits version<br />=== libqt5-qtbase-devel already installed<br />=== libqt5-qttools-devel already installed<br />=== libffmpeg-devel already installed<br />=== libSDL-devel already installed<br />=== libexiv2-devel already installed<br />=== rpmlint already installed<br />=== rpmrebuild already installed<br />=== rpm-devel already installed in 64 bits version<br />Check versions<br />=== Latest ffDiaporama ressources version available on Web site: 2.2-devel 2014.0310<br />=== Latest ffDiaporama bin version available on Web site: 2.2-devel 2014.0412<br />=== Latest ffDiaporama texturemate version available on Web site: 1.0 2014.0125<br />=== Latest ffDiaporama openclipart version available on Web site: 0.18 2014.0205<br />=== Installed ffDiaporama ressources version: 2.2-devel 2014.0310 === up to date<br />=== Installed ffDiaporama bin version: not installed === to be installed<br />ffDiaporama-texturemate is not installed. Do you want to install it (y/n)?n<br />ffDiaporama-openclipart is not installed. Do you want to install it (y/n)?n<br />Download ffdiaporama_bin_2.2.devel.2014.0412.tar.gz from Website</p><p>Create RPM package for ffDiaporama bin version 2.2-devel 2014.0412<br />Download logo.xpm from Website</p><p>Download ffDiaporama_bin_openSUSE131_2.2.devel.SPEC from Website<br /> (...)<br />DlgCheckConfig/DlgCheckConfig.cpp: In member function &#039;virtual void DlgCheckConfig::DoInitDialog()&#039;:<br />DlgCheckConfig/DlgCheckConfig.cpp:126:49: error: &#039;FFMPEGVERSION&#039; was not declared in this scope<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;FFMPEGVERSION<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;^<br />make[1]: *** [DlgCheckConfig.o] Error 1<br />make[1]: *** Waiting for unfinished jobs....<br />make[1]: Leaving directory `/tmp/rpmbuild/BUILD/ffDiaporama_bin-2.2.devel.2014.0412/src/ffDiaporama&#039;<br />make: *** [sub-src-ffDiaporama-make_first] Error 2<br />error: Bad exit status from /var/tmp/rpm-tmp.G2I5KF (%build)</p><br /><p>RPM build errors:<br />&#160; &#160; Bad exit status from /var/tmp/rpm-tmp.G2I5KF (%build)<br />mv: der Aufruf von stat für „/tmp/rpmbuild/RPMS/x86_64/ffDiaporama_bin-2.2.devel.2014.0412-openSUSE_13.1.x86_64.rpm“ ist nicht möglich: Datei oder Verzeichnis nicht gefunden<br />Der angegebene lokale Pfad existiert nicht oder ist nicht zugänglich.<br />Problem beim Abrufen der angegebenen RPM-Datei:<br />Fehlgebildete URI: </p><p>Bitte überprüfen Sie, ob die Datei zugänglich ist.<br />Problem mit der als &#039;/opt/ffDiaporama/ffDiaporama_bin-2.2.devel.2014.0412-openSUSE_13.1.x86_64.rpm&#039; festgelegten RPM-Datei, übersprungen.<br />Keine gültigen Argumente angegeben.<br />----</p>]]></description>
			<author><![CDATA[dummy@example.com (juergen61)]]></author>
			<pubDate>Sat, 12 Apr 2014 08:08:36 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3325#p3325</guid>
		</item>
		<item>
			<title><![CDATA[Re: opensuse 13.1: Install script doesn't work]]></title>
			<link>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3323#p3323</link>
			<description><![CDATA[<p>Hi</p><p>I made some modifications to the source code to improve the use of ffmpeg 2.2<br />Could you test with the latest devel ?</p>]]></description>
			<author><![CDATA[dummy@example.com (domledom)]]></author>
			<pubDate>Sat, 12 Apr 2014 07:22:18 +0000</pubDate>
			<guid>https://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?pid=3323#p3323</guid>
		</item>
	</channel>
</rss>
