Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720966 - media-libs/portaudio calls ar directly
Summary: media-libs/portaudio calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-05-04 16:53 UTC by Agostino Sarubbo
Modified: 2020-05-26 18:20 UTC (History)
0 users

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


Attachments
build.log (build.log,14.18 KB, text/plain)
2020-05-04 16:53 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-05-04 16:53:35 UTC
This is an auto-filled bug because media-libs/portaudio calls ar directly.
The issue was originally discovered on arm64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you think it doesn't make sense fix these type of issues, I'd like to point out that won't be possible use a different AR implementation (like llvm-ar) by setting the AR variable. So this issue has been reproduced by setting the AR variable to aarch64-unknown-linux-gnu-ar and by removing the /usr/bin/ar binary.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-04 16:53:48 UTC
Created attachment 636000 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-05-26 18:20:10 UTC
The bug has been closed via the following commit(s):

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

commit 102546f0b95e6de750d0ddb05f1d4bf2f3ac3016
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-05-26 18:17:56 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-05-26 18:20:05 +0000

    media-libs/portaudio: respect AR setting, bug #720966
    
    AC_PATH_PROG only accepts absolute paths.
    AC_CHECK_PROG is a correct way to detect binary names.
    
    Reported-by: Agostino Sarubbo
    Closes: https://bugs.gentoo.org/720966
    Package-Manager: Portage-2.3.100, Repoman-2.3.22
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 .../portaudio/files/portaudio-19.06.00-AR.patch    | 14 +++++
 media-libs/portaudio/portaudio-19.06.00-r3.ebuild  | 72 ++++++++++++++++++++++
 2 files changed, 86 insertions(+)