Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652114 - net-libs/libsrtp-2.1.0 - make: *** No rule to make target 'libsrtp.a'. Stop.
Summary: net-libs/libsrtp-2.1.0 - make: *** No rule to make target 'libsrtp.a'. Stop.
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:
 
Reported: 2018-04-01 03:52 UTC by OKUMURA N. Shin-ya
Modified: 2018-06-18 12:23 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,11.19 KB, text/plain)
2018-04-01 03:52 UTC, OKUMURA N. Shin-ya
Details
emerge -v --info =net-libs/libsrtp-2.1.0 (emerge-info.log,27.78 KB, text/plain)
2018-04-02 17:23 UTC, OKUMURA N. Shin-ya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description OKUMURA N. Shin-ya 2018-04-01 03:52:10 UTC
emerge-ing net-libs/libsrtp-2.1.0 fails as follows;
make: *** No rule to make target 'libsrtp.a'.  Stop.

Reproducible: Always

Steps to Reproduce:
1. USE=static-libs emerge =net-libs/libsrtp-2.1.0

Actual Results:  
emerge fails.

Expected Results:  
emerge should finish correctly.
Comment 1 OKUMURA N. Shin-ya 2018-04-01 03:52:54 UTC
Created attachment 526232 [details]
build.log
Comment 2 Jonas Stein gentoo-dev 2018-04-02 09:31:58 UTC
Thank you for the report. Please recompile and
paste the emerge info as described on
https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
Please reopen this ticket (Status:unconfirmed) afterwards.
Comment 3 OKUMURA N. Shin-ya 2018-04-02 17:23:45 UTC
Created attachment 526352 [details]
emerge -v --info =net-libs/libsrtp-2.1.0
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2018-04-03 05:26:33 UTC
(In reply to Jonas Stein from comment #2)
> Thank you for the report. Please recompile and
> paste the emerge info as described on

Why? All needed information was already there.
Comment 5 Larry the Git Cow gentoo-dev 2018-06-18 12:23:08 UTC
The bug has been closed via the following commit(s):

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

commit 78949b861d03eab6c7dbfae6f9318826f3f5335d
Author:     Tony Vroon <chainsaw@gentoo.org>
AuthorDate: 2018-06-18 12:22:41 +0000
Commit:     Tony Vroon <chainsaw@gentoo.org>
CommitDate: 2018-06-18 12:22:41 +0000

    net-libs/libsrtp: Fix static build.
    
    It is now libsrtp2.a, not just libsrtp.a
    No revision bump, if you were affected this didn't build for you.
    
    Closes: https://bugs.gentoo.org/652114
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/libsrtp/libsrtp-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)