#214: Inconsistent configure assumptions..
------------------------+---------------------------------------------------
  Reporter:  derk       |       Owner:  toots            
      Type:  Bugs       |      Status:  assigned         
  Priority:  5          |   Milestone:  0.9.0            
 Component:  ocaml-mad  |     Version:                   
Resolution:             |    Keywords:  libmad, ocaml-mad
       Mac:  1          |       Linux:  1                
    Netbsd:  1          |       Other:  1                
   Freebsd:  1          |  
------------------------+---------------------------------------------------
Old description:

> Hi,
>
> first of all, sorry. This is the only way to get noticed.
>
> I'm trying to ./configure liquidsoap but it keeps failing on libmad.
>

>
> {{{
> ****** Configuring ocaml-mad-0.3.4
>
> configuring ocaml-mad 0.3.4
> checking for ocamlc... /usr/local/bin/ocamlc
> ocaml version is 3.11.0
> ocaml library path is /usr/local/lib/ocaml
> checking for ocamlopt... /usr/local/bin/ocamlopt
> checking ocamlopt version... ok
> checking for ocamlc.opt... no
> checking for ocamlopt.opt... no
> checking for ocamldep... /usr/local/bin/ocamldep
> checking for ocamllex... /usr/local/bin/ocamllex
> checking for ocamlyacc... /usr/local/bin/ocamlyacc
> checking for ocamldoc... /usr/local/bin/ocamldoc
> checking for ocamlmktop... /usr/local/bin/ocamlmktop
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> configure: error: libmad not found
>

> }}}
>
> locate gets
>

> {{{
> /usr/lib/libmad.a
> /usr/lib/libmad.la
> /usr/lib/libmad.so
> /usr/lib/libmad.so.0
> /usr/lib/libmad.so.0.2.1
> /usr/local/lib/libmad.a
> /usr/local/lib/libmad.la
> /usr/local/lib/libmad.so
> /usr/local/lib/libmad.so.0
> /usr/local/lib/libmad.so.0.2.1
> }}}
>

>
> I realy don't understand this problem. Please help me.
>
> *running Suse 9.3
>
> Thanks, Derk

New description:

 It seems that some packages that provide pkg-config support in debian do
 not provide it when downloaded from the original source.
  Hence, in these cases we should implement alternative detection
 mechanism. This also includes xml-light, which do not provide ocamlfind
 support from latest released source.

-- 
Ticket URL: <http://savonet.rastageeks.org/ticket/214#comment:6>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !
------------------------------------------------------------------------------
_______________________________________________
Savonet-trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-trac

Reply via email to