Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641810 - net-libs/pjproject-2.6 w/ speex-1.2.0-r1: Missing DEPEND on media-libs/speexdsp
Summary: net-libs/pjproject-2.6 w/ speex-1.2.0-r1: Missing DEPEND on media-libs/speexdsp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 641504
  Show dependency tree
 
Reported: 2017-12-20 13:45 UTC by Daniel M. Weeks
Modified: 2018-02-09 22:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.12 KB, text/plain)
2018-02-06 18:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,299.25 KB, text/plain)
2018-02-06 18:02 UTC, Toralf Förster
Details
environment (environment,101.01 KB, text/plain)
2018-02-06 18:02 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.57 KB, application/x-bzip)
2018-02-06 18:02 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.09 KB, application/x-bzip)
2018-02-06 18:02 UTC, Toralf Förster
Details
net-libs:pjproject-2.7.1:20180206-161459.log (net-libs:pjproject-2.7.1:20180206-161459.log,10.25 KB, text/plain)
2018-02-06 18:02 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.95 KB, application/x-bzip)
2018-02-06 18:02 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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.