[fluxus] building CVS on Ubuntu Feisty

I. E. Smith-Heisters public at 0x09.com
Sat Apr 28 14:42:16 PDT 2007


Hah, took another look and got it fixed.

First, noticed that /etc/ld.so.conf only include
/etc/ld.so.conf.d/*.conf, so I moved my custom file
$ mv /etc/ld.so.conf.d/home /etc/ld.so.conf.d/home.conf

Additionally ldconfig has to be run as root, so
$ sudo ldconfig

Then everything works. Except Jack crashed when I closed the fluxus
window, but that's another thread.

unknown source port in attempted connection [alsa_pcm:capture_1]
subgraph starting at xmms-jack_6556_000 timed out
(subgraph_wait_fd=12, status = 0, state = Finished)
LibFreeBoB ERR: SLAVE XMT : Buffer underrun! 512 (0 / 224) (0 / 0 )
LibFreeBoB ERR: Xrun on connection 1
Aborted (core dumped)


On 4/28/07, I. E. Smith-Heisters <public at 0x09.com> wrote:
> hm, getting closer. Here's what I did
>
> $ cd ~/sw/src
> # since there was something wrong with the www interface
> $ svn co svn checkout http://svn.plt-scheme.org/plt/trunk plt
> $ cd plt/src
> $ ./configure --prefix /home/ian/sw --enable-shared
> # the docs say 3m is the default now, so a regular make should suffice:
> $ make && make install
> $ cd ~/sw/src/fluxus
> $ vi SConstruct
> # edited to the following:
> #Prefix = "/home/ian/sw"
> #PLTPrefix = "/home/ian/sw"
> #PLTInclude = PLTPrefix+"/include/plt"
> #PLTLib = PLTPrefix+"/lib"
> #
> #CollectsLocation = PLTPrefix + "/lib/plt/collects/"
> $ scons install
>
> Everything built fine, but then when I went to run the binary:
>
> $ fluxus-0.12
> fluxus-0.12: error while loading shared libraries:
> libmzscheme3m-369.10.so: cannot open shared object file: No such file
> or directory
> $ ls -lh ~/sw/lib/*mz*
> -rwxr-xr-x 1 ian ian 4.3M 2007-04-28 09:10
> /home/ian/sw/lib/libmzscheme3m-369.10.so
> -rw-r--r-- 1 ian ian  823 2007-04-28 09:10 /home/ian/sw/lib/libmzscheme3m.la
> lrwxrwxrwx 1 ian ian   23 2007-04-28 09:10
> /home/ian/sw/lib/libmzscheme3m.so -> libmzscheme3m-369.10.so
>
> It's been a while since I've done any building, so sorry if this is
> way basic. I thought maybe it was a problem with ldconfig, so I tried
> this:
>
> $ vi /etc/ld.so.conf.d/home
> # added:
> #/home/ian/sw/lib
> $ ldconfig
>
> but that didn't change the behavior.
>
> Any ideas?
>
> Thanks much.
>
> -Ian
>
>
> On 4/25/07, nik gaffney <nik at fo.am> wrote:
> > I. E. Smith-Heisters wrote:
> > > Hi all,
> > >
> > > Trying to build CVS of Fluxus on Ubuntu Feisty, and keep getting
> > >
> > > fluxus$ scons install
> > > scons: Reading SConscript files ...
> > > --------------------------------------------------------
> > > Fluxus: Configuring Build Environment
> > > --------------------------------------------------------
> > > Checking for C library m... (cached) yes
> > > Checking for C library pthread... (cached) yes
> > > Checking for C library dl... (cached) yes
> > > Checking for C library mzscheme3m... no
> > > ERROR: 'mzscheme3m' must be installed!
> >
> > you will need a more recent version of mzscheme (at least 369 i think),
> > available here -> http://pre.plt-scheme.org/installers/
> >
> >
>



More information about the Fluxus mailing list