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

Bug 766692

Summary: app-backup/amanda-3.5.4-r1 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal CC: dustin, proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/39839
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-01-23 16:48:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-backup/amanda-3.5.1-r3 calls ar directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different AR implementation (like llvm-ar). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks] and set the AR variable to x86_64-pc-linux-gnu-ar.
Comment 1 Agostino Sarubbo gentoo-dev 2021-01-23 16:48:19 UTC
Created attachment 684222 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-01-23 16:48:22 UTC
Possible context of error(s):

../libtool: line 1774: cru: command not found
Comment 3 Agostino Sarubbo gentoo-dev 2023-04-15 07:27:03 UTC
ci has reproduced this issue with version 3.5.1-r4 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2023-05-12 06:15:24 UTC
ci has reproduced this issue with version 3.5.1-r5 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2024-06-07 14:19:39 UTC
ci has reproduced this issue with version 3.5.4 - Updating summary.
Comment 6 Agostino Sarubbo gentoo-dev 2024-12-05 08:08:01 UTC
ci has reproduced this issue with version 3.5.4-r1 - Updating summary.
Comment 7 Larry the Git Cow gentoo-dev 2025-01-21 13:53:09 UTC
The bug has been closed via the following commit(s):

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

commit 16b2299812a6c1def6ec187cad49e6e27116edaf
Author:     Doug Nazar <nazard@nazar.ca>
AuthorDate: 2024-12-23 21:23:44 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2025-01-21 13:53:04 +0000

    app-backup/amanda: Misc fixes
    
    - Fix calling `ar` directly
    - Fix installing amandahosts file and symlink
    - Fix issues with S3 & libcurl
      (compile tested only, however comments from
      https://github.com/zmanda/amanda/pull/244 indicate success)
    
    Closes: https://bugs.gentoo.org/766692
    Closes: https://bugs.gentoo.org/766698
    Closes: https://bugs.gentoo.org/907685
    Signed-off-by: Doug Nazar <nazard@nazar.ca>
    Closes: https://github.com/gentoo/gentoo/pull/39839
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 ...anda-3.5.4-r1.ebuild => amanda-3.5.4-r2.ebuild} |  24 +-
 app-backup/amanda/amanda-3.5.4.ebuild              | 523 ---------------------
 ...a-3.5.4-fix-curl-usage-for-newer-versions.patch |  54 +++
 .../amanda/files/amanda-3.5.4-use-host-ar.patch    |  12 +
 4 files changed, 87 insertions(+), 526 deletions(-)