While updating gstreamer package, I hit the following error during the postinstall script:
$ fink update-all /usr/bin/sudo /sw/bin/fink update-all Password: Information about 2400 packages read in 1 seconds.
WARNING: The package gstreamer Depends on atk1,
but atk1 only allows things to BuildDepend on it.The following 3 packages will be installed or updated:
gst-plugins gst-plugins-shlibs gstreamer
The following additional package will be installed:
gstreamer-dev
Do you want to continue? [Y/n]
dpkg -i /sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/gstreamer- dev_0.6.4-3_darwin-powerpc.deb /sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/ gstreamer_0.6.4-3_darwin-powerpc.deb
(Reading database ... 79963 files and directories currently installed.)
Preparing to replace gstreamer-dev 0.6.4-3 (using .../gstreamer-dev_0.6.4-3_darwin-powerpc.deb) ...
Unpacking replacement gstreamer-dev ...
Preparing to replace gstreamer 0.6.4-2 (using .../gstreamer_0.6.4-3_darwin-powerpc.deb) ...
Unpacking replacement gstreamer ...
Setting up gstreamer (0.6.4-3) ...
/sw/var/lib/dpkg/info/gstreamer.postinst: line 9: 28481 Trace/BPT trap (core dumped) gst-register --gst-mask=0 >/dev/null 2>&1
dpkg: error processing gstreamer (--install):
subprocess post-installation script returned error exit status 133
dpkg: dependency problems prevent configuration of gstreamer-dev:
gstreamer-dev depends on gstreamer (>= 0.6.4-3); however:
Package gstreamer is not configured yet.
dpkg: error processing gstreamer-dev (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
gstreamer
gstreamer-dev
### execution of dpkg failed, exit code 1
Failed: can't batch-install packages: /sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/gstreamer- dev_0.6.4-3_darwin-powerpc.deb /sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/ gstreamer_0.6.4-3_darwin-powerpc.deb
If I run the failing command by hand, I get:
$ gst-register --gst-mask=0
trying to load global_registry
error loading global_registry
added path /sw/lib/gstreamer-0.6 to user_registry
rebuilding user_registry
added plugin lavenc with 1 feature(s)
added plugin wavparse with 2 feature(s)
added plugin wavenc with 1 feature(s)
added plugin vumeter with 1 feature(s)
added plugin volume with 1 feature(s)
added plugin volenv with 1 feature(s)
added plugin videotestsrc with 1 feature(s)
added plugin videoscale with 1 feature(s)
added plugin videocrop with 1 feature(s)
added plugin gstvideo with 0 feature(s)
added plugin vbidec with 1 feature(s)
added plugin udp with 2 feature(s)
added plugin gsttypes with 2 feature(s)
added plugin synaesthesia with 1 feature(s)
added plugin stereosplit with 1 feature(s)
added plugin stereo2mono with 1 feature(s)
added plugin stereo with 1 feature(s)
added plugin gststaticautoplugrender with 1 feature(s)
added plugin gststaticautoplug with 1 feature(s)
added plugin gstspider with 2 feature(s)
added plugin speed with 1 feature(s)
added plugin spectrum with 1 feature(s)
added plugin snapshot with 1 feature(s)
added plugin smpte with 1 feature(s)
added plugin smooth with 1 feature(s)
added plugin sinesrc with 1 feature(s)
added plugin silence with 1 feature(s)
added plugin rtjpeg with 2 feature(s)
added plugin gstriff with 0 feature(s)
added plugin gstputbits with 0 feature(s)
added plugin passthrough with 1 feature(s)
added plugin gstoptwingoscheduler with 1 feature(s)
added plugin gstoptscheduler with 1 feature(s)
added plugin gstoptomegascheduler with 1 feature(s)
added plugin gstoptgthreadscheduler with 1 feature(s)
added plugin oneton with 1 feature(s)
added plugin mulaw with 2 feature(s)
added plugin mp3parse with 1 feature(s)
added plugin mpegaudio with 1 feature(s)
added plugin mpeg2types with 2 feature(s)
added plugin mpeg2subt with 1 feature(s)
added plugin mpeg1types with 2 feature(s)
added plugin mpeg1enc with 1 feature(s)
added plugin mp3types with 2 feature(s)
added plugin mp1videoparse with 1 feature(s)
added plugin monoscope with 1 feature(s)
added plugin mono2stereo with 1 feature(s)
added plugin median with 1 feature(s)
added plugin fameenc with 1 feature(s)
added plugin level with 1 feature(s)
added plugin lame with 1 feature(s)
gst-register: can't map file: /sw/lib/ladspa/. ((os/kern) invalid argument)
gst-register: can't map file: /sw/lib/ladspa/.. ((os/kern) invalid argument)
added plugin jpeg with 2 feature(s)
added plugin gstindexers with 2 feature(s)
added plugin gstidct with 0 feature(s)
added plugin goom with 1 feature(s)
added plugin gnomevfssrc with 1 feature(s)
added plugin gnomevfssink with 1 feature(s)
added plugin gstgetbits with 0 feature(s)
added plugin filter with 3 feature(s)
dyld: gst-register Undefined symbols:
_avcodec_init
I played a bit around installing/removing libavcodec1-shlibs and -dev, but no chance.
Do you have any idea what is going wrong?
TIA,
Remi---------------------------------------------------------------------
"Sometimes I think the surest sign that intelligent life exists else-
where in the universe is that none of it has tried to contact us."
Calvin (Bill Watterson)********************************************************************* Remigius K. Mommsen e-mail: [EMAIL PROTECTED] University of California, Irvine URL: http://cern.ch/mommsen c/o SLAC voice: ++1 (650) 926-3595 2575 Sand Hill Road #35 fax: ++1 (650) 926-3882 Menlo Park, CA 94025, US home: ++1 (650) 233-9041 *********************************************************************
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
