This one time, at band camp, Stephen Gran said:
> This one time, at band camp, [EMAIL PROTECTED] said:
> > Hi,
> > 
> > building the package dssi in a clean sid build environment
> > (with pbuilder) on i386 results in:
> > 
> > cp: cannot stat `debian/tmp//usr/bin/jack-dssi-host': No such file or 
> > directory
> 
> The important part of the build log is further up:
> 
> * ======== DSSI 0.9.1 configured ========
> * building jack-dssi-host:            no (missing liblo)
> * building DSSI OSC tools:            no (missing liblo)
> * building trivial_synth plugin:      yes
> * building less_trivial_synth plugin: yes
> * building trivial_sampler plugin:    yes
> * building less_trivial_synth GUI:    no (missing liblo)
> * building trivial_sampler GUI:       no (missing liblo)
> 
> It appears that liblo is being looked for (pkg-config --exists) as
> liblo0, and since the .pc is named liblo.pc, it's not found.  I am not
> sure if liblo is correct in this change of behavior or not, so I am not
> yet sure who's at fault here.

Further investigation shows that my first guess was wrong.  It looks
like liblo lost the Version string in it's .pc file, which makes the
versioned test fail.  Manually editing /usr/lib/pkgconfig/liblo.pc and
adding '0.23' as a Version string makes the build succeed.

I suggest reassigning to liblo.  It appears to be an autotools change,
that no longer fills in VERSION from the AC_INIT statement, but I am
no autotools guru, so I am not going to try to debug further, unless
you need more help.
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to