Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59293 - jamin - Cannot find plugin 'lookahead_limiter_const_1906.so'
Summary: jamin - Cannot find plugin 'lookahead_limiter_const_1906.so'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-03 10:36 UTC by Mark Knecht
Modified: 2004-08-18 16:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Knecht 2004-08-03 10:36:03 UTC
Jamin builds fine but then complains when it runs in a terminal. I suspect that the swh-plugins stuff is a bit out of date.

Reproducible: Always
Steps to Reproduce:
1. Just run it
2.
3.

Actual Results:  
bash-2.05b$ jamin
jamin 0.8.0
(c) 2003 J. Depner, S. Harris, J. O'Quin, R. Parker and P. Shirkey
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details.
/home/mark/.jamin/ does not exist, creating it...
Registering as jamin
Cannot find plugin 'lookahead_limiter_const_1906.so'
Cannot find preferred limiter, looking for alternative
bash-2.05b$ 


Expected Results:  
Should find preferred liniter, I suspect.

flash root # emerge info
Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.6)
=================================================================
System uname: 2.6.6 i686 Mobile Intel(R) Pentium(R) 4     CPU 3.06GHz
Gentoo Base System version 1.5.1
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mirror.tucdemonic.org/gentoo/
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://mirror.gentoo.gr.jp
http://www.zentek-international.com/mirrors/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib alsa apm avi berkdb cdr crypt cups dvd dvdr encode esd fluidsynth
foomaticdb gdbm gif gimp gimpprint gphoto2 gpm gtk gtk2 guile imlib jack
jack-tmpfs java jpeg libg++ libwww mad mikmod mmx motif mozcalendar mozilla mpeg
ncurses nls oggvorbis opengl oss pam pdflib perl png ppds python qt quicktime
readline sdl slang spell sse ssl svga tcltk tcpd tetex truetype usb
video_cards_radeon x86 xml2 xmms xv zlib"

flash root #
Comment 1 Frank van de Pol (RETIRED) gentoo-dev 2004-08-17 16:42:30 UTC
Mark, what version of swh-plugins do you have installed? 

I noticed that different releases of the swh-plugins come with different plugins, mostly upgrades but having a different 'id'. I can think of reasons why Steve would do it this way, but on the other hand removing the old obsolete plugins seems to break applications and compositions that rely on the old plugins. I suspect that you're try to un an 'unlucky' combination of swh-plugins and jamin here.
Comment 2 Frank van de Pol (RETIRED) gentoo-dev 2004-08-17 17:10:08 UTC
Mark, perhaps it makes you feel better knowing that the 'lookahead_limiter_const_1906.so' bug did also bite the Planet CCRMA and Debian distributions. 

Downgrading to an older swh-plugins might work for you, or just wait a bit for me to complete testing on the newer swh-plugins-0.4.7 and jamin-0.9 releases (in progress).
Comment 3 Mark Knecht 2004-08-17 20:30:04 UTC
Frank - here's what's installed. If I'm not mistaken this is what was installed by me just doing an emerge of Jamin, so it looked like the Jamin ebuild wasn't correctly making sure the plugins were up to date.

root@flash ~ # emerge -pv swh-plugins

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] media-plugins/swh-plugins-0.4.3-r1   0 kB 

Total size of downloads: 0 kB

root@flash ~ # 


I'm in absolutely no rush. I was only reporting this to get the ball rolling and an update out one of these days so others don't run into the same problem later.

Thanks for looking after this!
Comment 4 Frank van de Pol (RETIRED) gentoo-dev 2004-08-18 14:05:18 UTC
Mark,

I committed an update to both jamin and swh-plugins to portage. Since the new ebuilds are keyworded as testing they won't immediately show up for your (stable) system.

If you feel lucky you might want to install the new ebuild:
ACCEPT_KEYWORDS="~x86" emerge --pretend jamin

and run without the --pretend option if you're happy with the selected set of ebuilds to-be-installed.
Comment 5 Mark Knecht 2004-08-18 16:26:29 UTC
Frank,
   The ebuilds were fine and the problem is gone. no error messages.

thanks!

- Mark