Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 641810

Summary: net-libs/pjproject-2.6 w/ speex-1.2.0-r1: Missing DEPEND on media-libs/speexdsp
Product: Gentoo Linux Reporter: Daniel M. Weeks <dan>
Component: Current packagesAssignee: Tony Vroon (RETIRED) <chainsaw>
Status: RESOLVED FIXED    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 641504    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
net-libs:pjproject-2.7.1:20180206-161459.log
temp.tbz2

Description Daniel M. Weeks 2017-12-20 13:45:47 UTC
After updating to 1.2.0-r1 and attempting to rebuild pjproject, this error occurs during configure:

checking if external Speex devkit is installed... aconfigure: error: Unable to use external Speex library. If Speex development files are not available in the default locations, use CFLAGS and LDFLAGS env var to set the include/lib paths

This appears similar to the error presented in bug # 601026.

Reproducible: Always
Comment 1 Jonas Stein gentoo-dev 2017-12-20 16:31:11 UTC
Thank you for the report. Please *attach* the logfiles,
https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
and reopen this ticket (Status:unconfirmed).
Comment 2 Daniel M. Weeks 2017-12-20 16:59:44 UTC
Please disregard my comment about the similarity to bug # 601026...

Relavent portion of config.log:

aconfigure:5889: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DPJ_HAS_IPV6=1 -DNDEBUG=1 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -fPIC  conftest.c 
>&5
conftest.c:76:41: fatal error: speex/speex_echo.h: No such file or directory
            #include <speex/speex_echo.h>

speex/speex_echo.h is gone from speex 1.2.0-r1 and is found in media-libs/speexdsp instead.
Comment 3 Toralf Förster gentoo-dev 2018-02-06 18:02:04 UTC
appeared recently at the tinderbox image 17.0_20180130-192241
Comment 4 Toralf Förster gentoo-dev 2018-02-06 18:02:07 UTC
Created attachment 518196 [details]
emerge-info.txt
Comment 5 Toralf Förster gentoo-dev 2018-02-06 18:02:10 UTC
Created attachment 518198 [details]
emerge-history.txt
Comment 6 Toralf Förster gentoo-dev 2018-02-06 18:02:15 UTC
Created attachment 518200 [details]
environment
Comment 7 Toralf Förster gentoo-dev 2018-02-06 18:02:18 UTC
Created attachment 518202 [details]
etc.portage.tbz2
Comment 8 Toralf Förster gentoo-dev 2018-02-06 18:02:22 UTC
Created attachment 518204 [details]
logs.tbz2
Comment 9 Toralf Förster gentoo-dev 2018-02-06 18:02:25 UTC
Created attachment 518206 [details]
net-libs:pjproject-2.7.1:20180206-161459.log
Comment 10 Toralf Förster gentoo-dev 2018-02-06 18:02:28 UTC
Created attachment 518208 [details]
temp.tbz2
Comment 11 Larry the Git Cow gentoo-dev 2018-02-07 09:17:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a2081df6f82c07aa8c90391bee03a234327d18

commit c1a2081df6f82c07aa8c90391bee03a234327d18
Author:     Tony Vroon <chainsaw@gentoo.org>
AuthorDate: 2018-02-07 09:17:01 +0000
Commit:     Tony Vroon <chainsaw@gentoo.org>
CommitDate: 2018-02-07 09:17:01 +0000

    net-libs/pjproject: Deal with Speex moving goalposts
    
    Apparently we now want speexdsp instead, but this is a recent
    development. Also remove older releases which do not have the
    SSL configure logic override, as they will break with Asterisk.
    
    Closes: https://bugs.gentoo.org/641810
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/pjproject/Manifest               |   2 -
 net-libs/pjproject/pjproject-2.5.1.ebuild | 101 ------------------------------
 net-libs/pjproject/pjproject-2.6.ebuild   | 101 ------------------------------
 net-libs/pjproject/pjproject-2.7.1.ebuild |   2 +-
 4 files changed, 1 insertion(+), 205 deletions(-)
Comment 12 Andreas Sturmlechner gentoo-dev 2018-02-09 22:38:19 UTC
@chainsaw: Usually you want speexdsp *in addition*, not instead of speex.