[Bug 658579] Banshee crashes during BPM detection on an ogg file

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Sep 10 07:30:38 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=658579
  GStreamer | gst-plugins-bad | 0.10.x

--- Comment #12 from Joaquín Aramendía <samsagax at gmail.com> 2011-09-10 14:30:32 UTC ---
Ok... Building again with '-d' option attached to 'make'

The makedepends (In case some library is missing)

  makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'xvidcore' 'libdca'
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio'
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa'
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme'
'rtmpdump' 'libsndfile' 'librsvg')

Here is the steps I followed (basically the build function of the PKGBUILD):

  cd "${srcdir}/gst-plugins-bad-${pkgver}"
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
    --disable-static --enable-experimental \
    --with-package-name="GStreamer Bad Plugins (Archlinux)" \
    --with-package-origin="http://www.archlinux.org/" || return 1

  make -d || return 1
  sed -e 's/gst sys ext/gst/' -i Makefile

Fails in make. The output is huge. I'll try to attach it but the last 15 lines
are:

Reaping winning child 0x1ea8a30 PID 16748 
Removing child 0x1ea8a30 PID 16748 from chain.
Considering target file `all'.
File `all' was considered already.
make[3]: Leaving directory
`/home/joaquin/abs/gstreamer0.10-bad/src/gst-plugins-bad-0.10.22/ext/cog'
Reaping winning child 0x1738e40 PID 16688 
Removing child 0x1738e40 PID 16688 from chain.
make[2]: Leaving directory
`/home/joaquin/abs/gstreamer0.10-bad/src/gst-plugins-bad-0.10.22/ext'
Reaping losing child 0x239f710 PID 6179 
make[1]: *** [all-recursive] Error 1
Removing child 0x239f710 PID 6179 from chain.
make[1]: Leaving directory
`/home/joaquin/abs/gstreamer0.10-bad/src/gst-plugins-bad-0.10.22'
Reaping losing child 0xf48d00 PID 6177 
make: *** [all] Error 2
Removing child 0xf48d00 PID 6177 from chain.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list