[asterisk-bugs] [JIRA] (ASTERISK-26148) Cannot compile 13.10.0-rc1: "libasteriskpj.so: undefined reference to..."
Hans van Eijsden (JIRA)
noreply at issues.asterisk.org
Sat Jun 25 07:51:57 CDT 2016
Hans van Eijsden created ASTERISK-26148:
-------------------------------------------
Summary: Cannot compile 13.10.0-rc1: "libasteriskpj.so: undefined reference to..."
Key: ASTERISK-26148
URL: https://issues.asterisk.org/jira/browse/ASTERISK-26148
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: General
Affects Versions: 13.10.0-rc1
Environment: Debian Jessie:
$ uname -a
Linux vps 4.6.0-0.bpo.1-amd64 #1 SMP Debian 4.6.1-1~bpo8+1 (2016-06-14) x86_64 GNU/Linux
$ gcc -v
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc-4.9.real
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.9.2 (Debian 4.9.2-10)
Reporter: Hans van Eijsden
Attachments: asterisk.txt
I cannot compile Asterisk, it halts on this error:
./libasteriskpj.so: undefined reference to `opus_decode'
./libasteriskpj.so: undefined reference to `opus_repacketizer_cat'
./libasteriskpj.so: undefined reference to `opus_repacketizer_init'
./libasteriskpj.so: undefined reference to `opus_repacketizer_get_size'
./libasteriskpj.so: undefined reference to `opus_encoder_get_size'
./libasteriskpj.so: undefined reference to `opus_repacketizer_out'
./libasteriskpj.so: undefined reference to `opus_repacketizer_out_range'
./libasteriskpj.so: undefined reference to `opus_decoder_get_size'
./libasteriskpj.so: undefined reference to `opus_encode'
./libasteriskpj.so: undefined reference to `opus_decoder_init'
./libasteriskpj.so: undefined reference to `opus_repacketizer_get_nb_frames'
./libasteriskpj.so: undefined reference to `opus_encoder_init'
./libasteriskpj.so: undefined reference to `opus_encoder_ctl'
collect2: error: ld returned 1 exit status
I will attach the complete log.
The problem occurs with -flto and also without -flto.
Previous version compiles fine.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list