Nothing jumps out at me other to to verify you reran autoreconf since I
notice you've shown verbose output and now you have to go out of your way
with 'make V=1' to see that libtool line.

lsx_error is referenced by that flac.lo and symbol should be in libsox.la
(from format_i.o) that is listed right after it... so sounds like a badly
generated libsox.

The only new compiler option I recall is that -fstack-protector but that
should affect symbols references.

Chris

On Thu, Feb 26, 2015 at 10:34 PM, Pascal Giard <evily...@gmail.com> wrote:

> Wanting to test the timestamp removal pushing committing the changes,
> I first tried to build the master branch.
>
> However, it fails with the following:
> $ /bin/sh ../libtool --silent  --tag=CC  --silent --mode=link gcc
> -Wtraditional-conversion  -g -O2 -fstack-protector -Wall -W
> -Wmissing-prototypes -Wstrict-prototypes -pedantic -fopenmp
> -avoid-version -module -Wl,-z,defs -o libsox_fmt_flac.la -rpath
> /usr/local/lib/sox flac.lo libsox.la -lFLAC  -lvorbisenc -lvorbisfile
> -lvorbis  -logg -lm
> .libs/flac.o: In function `decoder_read_callback':
> /some/path/sox/src/flac.c:63: undefined reference to `lsx_error'
>
> Same occurs for libsox_fmt_mp3.la.
>
> A quick glance at the changes introduced in configure.ac recently-ish
> does not being anything obvious to me. Before I try to further
> investigate what's happening, do you guys have an idea? How come it's
> only showing up now and in master. The debian branch compiles fine.
>
> -Pascal
> --
> Homepage (http://organact.mine.nu)
> Debian GNU/Linux (http://www.debian.org)
> COMunité/LACIME: École de technologie supérieure (http://www.comunite.ca)
> ISIP Laboratory: McGill (http://www.isip.ece.mcgill.ca)
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> SoX-devel mailing list
> SoX-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sox-devel
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

Reply via email to