Bug#614726: FFmpeg 0.6 transition
A quick update... On 04/01/2011 09:02 AM, Julien Cristau wrote: Reverse-dependencies of libavutil49 left in testing at this point: - audacious-plugins/mips (stuck behind a libmowgli SONAME bump) binNMUed in Wheezy. - mlt (bumped SONAME twice since the release) Built and migrated to Wheezy. - mrpt (g++ goes out of virtual memory on s390) Still doesn't build. I wonder if we should remove it from testing, or from s390 only, or ... Regards, -- Mehdi Dogguy مهدي الدڤي http://dogguy.org/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#614726: FFmpeg 0.6 transition
On Sun, Feb 6, 2011 at 14:29:33 +0100, Reinhard Tartler wrote: > Hi, > > First of all, congratulations on the release! > > FYI: I just accepted mehdis offer from debconf 10 to upload ffmpeg just > after the squeeze release. I've got a lot of pings and flames that this > wasn't included in squeeze, we discussed this to death in NYC, and > therefore just went ahead. > Reverse-dependencies of libavutil49 left in testing at this point: - audacious-plugins/mips (stuck behind a libmowgli SONAME bump) - mlt (bumped SONAME twice since the release) - mrpt (g++ goes out of virtual memory on s390) Cheers, Julien -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#614726: FFmpeg 0.6 transition
On Wed, Mar 2, 2011 at 12:39:19 +0100, Julien Cristau wrote: > urgent amide/0.9.2-1.1 > urgent soundtouch/1.5.0-4 > urgent portaudio19/19+svn20101113-3 > urgent pcre3/8.12-3 pcre3 now migrated on its own > urgent zoneminder/1.24.2-9 will be 10 days old tonight > urgent audacity/1.3.12-14 > urgent gst-plugins-bad0.10/0.10.19-2.1 > # link ocaml and ffmpeg transitions, not good > remove liquidsoap/0.9.2-3 ocaml-soundtouch/0.1.5-1 liq-contrib/08.11-1 > # ftbfs on armel, unmaintained (#598933) > remove ktoon/0.8.1-4.1 we can keep ktoon as long as we keep libavutil49 > # ftbfs (#615563) > remove cherokee/1.0.8-5 same > # ftbfs (#615654) > remove ihu/0.6.0-2 > # obsolete binary needs decrufting > force soundtouch/1.5.0-4 > and one I forgot: # #612473 - siretart says mplayer-gui is going away anyway force mplayer/2:1.0~rc4.dfsg1-1 > hint ffmpeg/4:0.6.1-5 soundtouch/1.5.0-4 gst-plugins-bad0.10/0.10.19-2.1 > Test run result at http://release.debian.org/~jcristau/britney/update_output.txt Cheers, Julien -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#614726: FFmpeg 0.6 transition
On Wed, Mar 02, 2011 at 12:39:19 (CET), Julien Cristau wrote: > the ffmpeg transition got entangled with soundtouch (libsoundtouch1c2 → > libsoundtouch0), vtk (5.4 → 5.6), and now with gdal (through > openscenegraph). While soundtouch is close to ready, a number of vtk's > reverse deps FTBFS, and afaik gdal has barely started, so I'm looking at > separating these out. > > So I'm thinking of temporarily keeping libavutil49 in testing, with > something like this: > > diff --git a/britney b/britney > index 3069203..1fc7d33 100755 > --- a/britney > +++ b/britney > @@ -137,6 +137,10 @@ pkg_lists () { >for di_pkg_file in > $suite_dir/{main,contrib,non-free}/debian-installer/binary-$arch/Packages.gz; > do >test -f $di_pkg_file && zcat $di_pkg_file | dedupe_pkg_list > >>$1/$suite/Packages_$arch >done > + # XXX ugly hack, close your eyes. > + if [ -f $FTP_MIRROR/dists/testing/main/binary-$arch/Packages.gz ]; > then > + zcat $FTP_MIRROR/dists/testing/main/binary-$arch/Packages.gz | > grep-dctrl -FPackage libavutil49 -a -X -FSource ffmpeg | sed -e > 's/^Source:.*/Source: ffmpeg0.5/' >>$1/$suite/Packages_$arch > + fi >done >done >$FAUXPKG_SCRIPT generate $1/testing $1/unstable Well, TBH, it doesn't look that bad to me. > I'm hoping since libavutil has versioned symbols having two versions in > testing for a little while won't be too much of a problem. In fact, I already tested this. Loading both libavutil49 and libavutil50 into the same process works fine. > A test run with the following set of hints looks like it would work, > once the missing builds for audacity and gst-plugins-bad0.10 are in: > > urgent amide/0.9.2-1.1 > urgent soundtouch/1.5.0-4 > urgent portaudio19/19+svn20101113-3 > urgent pcre3/8.12-3 > urgent zoneminder/1.24.2-9 > urgent audacity/1.3.12-14 > urgent gst-plugins-bad0.10/0.10.19-2.1 > # link ocaml and ffmpeg transitions, not good > remove liquidsoap/0.9.2-3 ocaml-soundtouch/0.1.5-1 liq-contrib/08.11-1 > # ftbfs on armel, unmaintained (#598933) > remove ktoon/0.8.1-4.1 > # ftbfs (#615563) > remove cherokee/1.0.8-5 > # ftbfs (#615654) > remove ihu/0.6.0-2 > # obsolete binary needs decrufting > force soundtouch/1.5.0-4 > > hint ffmpeg/4:0.6.1-5 soundtouch/1.5.0-4 gst-plugins-bad0.10/0.10.19-2.1 > > Thoughts? I didn't check if that is all what's required, but the approach looks very promising to me. In particular, I miss libavg in the list above. -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#614726: FFmpeg 0.6 transition
Hi, the ffmpeg transition got entangled with soundtouch (libsoundtouch1c2 → libsoundtouch0), vtk (5.4 → 5.6), and now with gdal (through openscenegraph). While soundtouch is close to ready, a number of vtk's reverse deps FTBFS, and afaik gdal has barely started, so I'm looking at separating these out. So I'm thinking of temporarily keeping libavutil49 in testing, with something like this: diff --git a/britney b/britney index 3069203..1fc7d33 100755 --- a/britney +++ b/britney @@ -137,6 +137,10 @@ pkg_lists () { for di_pkg_file in $suite_dir/{main,contrib,non-free}/debian-installer/binary-$arch/Packages.gz; do test -f $di_pkg_file && zcat $di_pkg_file | dedupe_pkg_list >>$1/$suite/Packages_$arch done + # XXX ugly hack, close your eyes. + if [ -f $FTP_MIRROR/dists/testing/main/binary-$arch/Packages.gz ]; then + zcat $FTP_MIRROR/dists/testing/main/binary-$arch/Packages.gz | grep-dctrl -FPackage libavutil49 -a -X -FSource ffmpeg | sed -e 's/^Source:.*/Source: ffmpeg0.5/' >>$1/$suite/Packages_$arch + fi done done $FAUXPKG_SCRIPT generate $1/testing $1/unstable I'm hoping since libavutil has versioned symbols having two versions in testing for a little while won't be too much of a problem. A test run with the following set of hints looks like it would work, once the missing builds for audacity and gst-plugins-bad0.10 are in: urgent amide/0.9.2-1.1 urgent soundtouch/1.5.0-4 urgent portaudio19/19+svn20101113-3 urgent pcre3/8.12-3 urgent zoneminder/1.24.2-9 urgent audacity/1.3.12-14 urgent gst-plugins-bad0.10/0.10.19-2.1 # link ocaml and ffmpeg transitions, not good remove liquidsoap/0.9.2-3 ocaml-soundtouch/0.1.5-1 liq-contrib/08.11-1 # ftbfs on armel, unmaintained (#598933) remove ktoon/0.8.1-4.1 # ftbfs (#615563) remove cherokee/1.0.8-5 # ftbfs (#615654) remove ihu/0.6.0-2 # obsolete binary needs decrufting force soundtouch/1.5.0-4 hint ffmpeg/4:0.6.1-5 soundtouch/1.5.0-4 gst-plugins-bad0.10/0.10.19-2.1 Thoughts? Cheers, Julien -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#614726: FFmpeg 0.6 transition
On Thu, 2011-02-17 at 21:12 +, Adam D. Barratt wrote: > [debian-devel dropped from Cc as it didn't seem relevant to the mail] > > On Tue, 2011-02-15 at 12:06 +0100, Reinhard Tartler wrote: > > It is here: http://release.debian.org/transitions/ffmpeg.html > > > > AFAIUI all packages marked red in the list above need to be rebuilt > > (i.e., binNMUed). > > I've scheduled an initial set of packages on most architectures (not > alpha, hppa or mips due to the size of their queues); let's see how that > goes. > > For reference, I've explicitly /not/ scheduled cherokee (#612482) or > libavg (#580678). So, a status update. We've now scheduled binNMUs for all the reverse dependencies other than those with pre-existing FTBFS issues; ignoring packages where we're just waiting for mips, the current issues are: * amide - FTBFS (no-add-needed, #614725) [ * blender, dvswitch - waiting for cmake ] * cherokee - RC-buggy and FTBFS (#612482); looking like a removal candidate * elmerfem - FTBFS (no-add-needed, #614952) * ffmpeg2theora - FTBFS (no-add-needed, #614996) * freej - FTBFS (#614458) * gdcm - FTBFS (no-add-needed, #614953) * kino - FTBFS (no-add-needed, #614954) * ktoon - FTBFS (#614446) [ * libavg - FTBFS (#580678); not in testing ] * libvalhalla - FTBFS due to build-dependency issues (#614989) * mediatomb - FTBFS (no-add-needed, #614956) * openmovieeditor - FTBFS (no-add-needed, #614957) * openscenegraph - FTBFS (#614467) * qutecom - not getting built on armel due to a dependency chain that ends up in the rasqal ickiness * smilutils - FTBFS (no-add-needed, #614958) * xine-lib - FTBFS due to X changes (#610635) Regards, Adam ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintain...@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#614726: FFmpeg 0.6 transition
Package: release.debian.org User: release.debian@packages.debian.org Usertags: transition On Sun, Feb 6, 2011 at 14:29:33 +0100, Reinhard Tartler wrote: > Hi, > > First of all, congratulations on the release! > > FYI: I just accepted mehdis offer from debconf 10 to upload ffmpeg just > after the squeeze release. I've got a lot of pings and flames that this > wasn't included in squeeze, we discussed this to death in NYC, and > therefore just went ahead. > Filing as a bug so I can mark blockers. Cheers, Julien -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org