|
Hi,
The daily build of audacity trunk on Ubuntu 10.04 (natty), which ships FFmpeg 4:0.5.1-1ubuntu1 fails: g++ -c -g -O2 -I../lib-src/portmixer/include -g -O2 -Wall -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../lib-src/FileDialog -I/build/buildd/audacity-1.3.12+svn20110403 +r6711/lib-src/lib-widget-extra -I../lib-src/sbsms/include -I/usr/include/soundtouch -I../lib-src/libnyquist -I../lib-src/portsmf -I../lib-src/portaudio-v19/include -fno-strict-aliasing -I./include -I. -DLIBDIR=\"/usr/lib\" -D__STDC_CONSTANT_MACROS -Wall -pthread -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 AudacityApp.cpp -o AudacityApp.o In file included from AudacityApp.cpp:70: FFmpeg.h: In function 'void av_free_packet(AVPacket*)': FFmpeg.h:764: error: redefinition of 'void av_free_packet(AVPacket*)' /usr/include/libavformat/avformat.h:211: error: 'void av_free_packet(AVPacket*)' previously defined here FFmpeg.h: In function 'int av_fifo_generic_read(AVFifoBuffer*, void*, int, void (*)(void*, void*, int))': FFmpeg.h:775: error: declaration of C function 'int av_fifo_generic_read(AVFifoBuffer*, void*, int, void (*)(void*, void*, int))' conflicts with /usr/include/libavutil/fifo.h:73: error: previous declaration 'int av_fifo_generic_read(AVFifoBuffer*, int, void (*)(void*, void*, int), void*)' here make[2]: *** [AudacityApp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/build/buildd/audacity-1.3.12+svn20110403 +r6711/src' Full build log: https://launchpadlibrarian.net/68119144/buildlog_ubuntu-lucid-amd64.audacity_1.3.12%2Bsvn20110403%2Br6711-0~lucid1_FAILEDTOBUILD.txt.gz -- Benjamin Drung Debian & Ubuntu Developer ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
|
On 4/3/11 11:17 AM, Benjamin Drung wrote:
> Hi, > > The daily build of audacity trunk on Ubuntu 10.04 (natty), which ships > FFmpeg 4:0.5.1-1ubuntu1 fails: > I guess this means that all of that FFMPEG_STABLE stuff goes back in then. :-( Or maybe if people are going to upgrade to Audacity 1.13 on Ubuntu 10.04, then the also upgrade ffmpeg to at least 0.5.1. Is it Ubuntu's practice to upgrade package versions on previous versions of the OS? I know that with Suse Linux Enterprise Server, if package ABC is at say v3.4 for release 10 of the operating system, then package ABC will ALWAYS be v3.4 for release 10 and will usually be v3.4 for subsequent service packs as well. Leland ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
|
In reply to this post by Benjamin Drung-2
Cool thing about this though is that the new compile time checking
actually works! Leland On 4/3/11 11:17 AM, Benjamin Drung wrote: > Hi, > > The daily build of audacity trunk on Ubuntu 10.04 (natty), which ships > FFmpeg 4:0.5.1-1ubuntu1 fails: > > g++ -c -g -O2 -I../lib-src/portmixer/include -g -O2 -Wall > -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 > -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread > -I../lib-src/FileDialog -I/build/buildd/audacity-1.3.12+svn20110403 > +r6711/lib-src/lib-widget-extra -I../lib-src/sbsms/include > -I/usr/include/soundtouch -I../lib-src/libnyquist > -I../lib-src/portsmf -I../lib-src/portaudio-v19/include > -fno-strict-aliasing -I./include -I. -DLIBDIR=\"/usr/lib\" > -D__STDC_CONSTANT_MACROS -Wall -pthread -D_REENTRANT > -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 > -I/usr/include/cairo -I/usr/include/pango-1.0 > -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 > -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 > AudacityApp.cpp -o AudacityApp.o > In file included from AudacityApp.cpp:70: > FFmpeg.h: In function 'void av_free_packet(AVPacket*)': > FFmpeg.h:764: error: redefinition of 'void av_free_packet(AVPacket*)' > /usr/include/libavformat/avformat.h:211: error: 'void > av_free_packet(AVPacket*)' previously defined here > FFmpeg.h: In function 'int av_fifo_generic_read(AVFifoBuffer*, void*, > int, void (*)(void*, void*, int))': > FFmpeg.h:775: error: declaration of C function 'int > av_fifo_generic_read(AVFifoBuffer*, void*, int, void (*)(void*, void*, > int))' conflicts with > /usr/include/libavutil/fifo.h:73: error: previous declaration 'int > av_fifo_generic_read(AVFifoBuffer*, int, void (*)(void*, void*, int), > void*)' here > make[2]: *** [AudacityApp.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[2]: Leaving directory `/build/buildd/audacity-1.3.12+svn20110403 > +r6711/src' > > Full build log: https://launchpadlibrarian.net/68119144/buildlog_ubuntu-lucid-amd64.audacity_1.3.12%2Bsvn20110403%2Br6711-0~lucid1_FAILEDTOBUILD.txt.gz > > > > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > > > > _______________________________________________ > audacity-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/audacity-devel ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
|
In reply to this post by Leland (Audacity Team)
Am Sonntag, den 03.04.2011, 17:45 -0500 schrieb Leland:
> On 4/3/11 11:17 AM, Benjamin Drung wrote: > > Hi, > > > > The daily build of audacity trunk on Ubuntu 10.04 (natty), which ships > > FFmpeg 4:0.5.1-1ubuntu1 fails: > > > I guess this means that all of that FFMPEG_STABLE stuff goes back in > then. :-( > > Or maybe if people are going to upgrade to Audacity 1.13 on Ubuntu > 10.04, then the also upgrade ffmpeg to at least 0.5.1. > Is it Ubuntu's practice to upgrade package versions on previous versions > of the OS? No. Just cherry-picked bug fixes and security fixes (with a few exceptions where you need to upgrade packages for security reasons like Firefox). -- Benjamin Drung Debian & Ubuntu Developer ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
|
In reply to this post by Leland (Audacity Team)
Does this affect our up-coming release?
Martyn On 03/04/2011 23:49, Leland wrote: > Cool thing about this though is that the new compile time checking > actually works! > > Leland > > > On 4/3/11 11:17 AM, Benjamin Drung wrote: >> Hi, >> >> The daily build of audacity trunk on Ubuntu 10.04 (natty), which ships >> FFmpeg 4:0.5.1-1ubuntu1 fails: >> >> g++ -c -g -O2 -I../lib-src/portmixer/include -g -O2 -Wall >> -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 >> -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread >> -I../lib-src/FileDialog -I/build/buildd/audacity-1.3.12+svn20110403 >> +r6711/lib-src/lib-widget-extra -I../lib-src/sbsms/include >> -I/usr/include/soundtouch -I../lib-src/libnyquist >> -I../lib-src/portsmf -I../lib-src/portaudio-v19/include >> -fno-strict-aliasing -I./include -I. -DLIBDIR=\"/usr/lib\" >> -D__STDC_CONSTANT_MACROS -Wall -pthread -D_REENTRANT >> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 >> -I/usr/include/cairo -I/usr/include/pango-1.0 >> -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 >> -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 >> -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 >> AudacityApp.cpp -o AudacityApp.o >> In file included from AudacityApp.cpp:70: >> FFmpeg.h: In function 'void av_free_packet(AVPacket*)': >> FFmpeg.h:764: error: redefinition of 'void av_free_packet(AVPacket*)' >> /usr/include/libavformat/avformat.h:211: error: 'void >> av_free_packet(AVPacket*)' previously defined here >> FFmpeg.h: In function 'int av_fifo_generic_read(AVFifoBuffer*, void*, >> int, void (*)(void*, void*, int))': >> FFmpeg.h:775: error: declaration of C function 'int >> av_fifo_generic_read(AVFifoBuffer*, void*, int, void (*)(void*, void*, >> int))' conflicts with >> /usr/include/libavutil/fifo.h:73: error: previous declaration 'int >> av_fifo_generic_read(AVFifoBuffer*, int, void (*)(void*, void*, int), >> void*)' here >> make[2]: *** [AudacityApp.o] Error 1 >> make[2]: *** Waiting for unfinished jobs.... >> make[2]: Leaving directory `/build/buildd/audacity-1.3.12+svn20110403 >> +r6711/src' >> >> Full build log: https://launchpadlibrarian.net/68119144/buildlog_ubuntu-lucid-amd64.audacity_1.3.12%2Bsvn20110403%2Br6711-0~lucid1_FAILEDTOBUILD.txt.gz >> >> >> >> >> ------------------------------------------------------------------------------ >> Create and publish websites with WebMatrix >> Use the most popular FREE web apps or write code yourself; >> WebMatrix provides all the features you need to develop and >> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf >> >> >> >> _______________________________________________ >> audacity-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/audacity-devel > > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > _______________________________________________ > audacity-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/audacity-devel ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
|
In reply to this post by Benjamin Drung-2
On 4/3/11 5:51 PM, Benjamin Drung wrote:
>> >> Or maybe if people are going to upgrade to Audacity 1.13 on Ubuntu >> 10.04, then the also upgrade ffmpeg to at least 0.5.1. > > That version is already 0.5.1 > Oops, sorry. Yep, so it is. I've almost have all of the old STABLE stuff back in. Should be finished shortly. Leland ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
|
In reply to this post by MartynShaw
On 4/3/11 5:59 PM, Martyn Shaw wrote:
> Does this affect our up-coming release? > It "should" not. I'm going to make the "older" ffmpeg release the special case as much as possible, so if there's a problem it will be there. But, if I feel that it's too rushed, I will wait. Leland ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
|
In reply to this post by Benjamin Drung-2
On 4/3/11 11:17 AM, Benjamin Drung wrote:
> Hi, > > The daily build of audacity trunk on Ubuntu 10.04 (natty), which ships > FFmpeg 4:0.5.1-1ubuntu1 fails: > Wanna give the attached patch a try? I doubt it'll make it into rc2 though. Leland ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
|
Am Montag, den 04.04.2011, 01:10 -0500 schrieb Leland:
> On 4/3/11 11:17 AM, Benjamin Drung wrote: > > Hi, > > > > The daily build of audacity trunk on Ubuntu 10.04 (natty), which ships > > FFmpeg 4:0.5.1-1ubuntu1 fails: > > > Wanna give the attached patch a try? I doubt it'll make it into rc2 though. Yes, this patch let's audacity build again. -- Benjamin Drung Debian & Ubuntu Developer ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
|
In reply to this post by Leland (Audacity Team)
Am Montag, den 04.04.2011, 01:10 -0500 schrieb Leland:
> On 4/3/11 11:17 AM, Benjamin Drung wrote: > > Hi, > > > > The daily build of audacity trunk on Ubuntu 10.04 (natty), which ships > > FFmpeg 4:0.5.1-1ubuntu1 fails: > > > Wanna give the attached patch a try? I doubt it'll make it into rc2 though. Audacity 1.3.13 is release. Can you apply the patch to trunk? -- Benjamin Drung Debian & Ubuntu Developer ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
|
On 4/16/11 1:38 PM, Benjamin Drung wrote:
> Am Montag, den 04.04.2011, 01:10 -0500 schrieb Leland: >> On 4/3/11 11:17 AM, Benjamin Drung wrote: >>> Hi, >>> >>> The daily build of audacity trunk on Ubuntu 10.04 (natty), which ships >>> FFmpeg 4:0.5.1-1ubuntu1 fails: >>> >> Wanna give the attached patch a try? I doubt it'll make it into rc2 though. > > Audacity 1.3.13 is release. Can you apply the patch to trunk? > gonna bring it up. :-) I'll need to rework it since there has been some changes since the patch was created. Leland ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
| Free forum by Nabble | Edit this page |
