Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933184 - [guru] net-dialup/syncterm-1.1 calls ar directly
Summary: [guru] net-dialup/syncterm-1.1 calls ar directly
Status: RESOLVED TEST-REQUEST
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Seth M. Price
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2024-05-30 10:22 UTC by Agostino Sarubbo
Modified: 2024-11-29 17:27 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,258.84 KB, text/plain)
2024-05-30 10:22 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 2024-05-30 10:22:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-dialup/syncterm-1.1 calls ar directly.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-05-30 10:22:38 UTC
Created attachment 894648 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-05-30 10:22:40 UTC
Error(s) that match a know pattern:


./tools/buildlib.sh: line 34: ar: command not found
./tools/ccopts.sh: line 51: strip: command not found
Comment 3 Seth M. Price 2024-07-08 21:11:06 UTC
Just to clarify: I’m still working on this, on and off.  I’m trying to figure out how to reasonably patch this whole thing, and it’s quite a challenge for me.
Comment 4 Larry the Git Cow gentoo-dev 2024-11-27 23:25:12 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b84c0f56ba3b8aa9010d5978890d07f086e6d8d

commit 5b84c0f56ba3b8aa9010d5978890d07f086e6d8d
Author:     Seth M. Price <sprice623@aol.com>
AuthorDate: 2024-11-27 22:32:09 +0000
Commit:     Seth M. Price <sprice623@aol.com>
CommitDate: 2024-11-27 22:34:40 +0000

    net-dialup/syncterm: fix various QA issues
    
    cryptlib’s build system is awful.  Hopefully this is the last
    of what I need to do to avoid QA issues on the automated testing
    box thingy; I’ll just wait and see.
    
    No revision bump since nothing changed for users who successfully
    built it before.
    
    Bug: https://bugs.gentoo.org/933185
    Bug: https://bugs.gentoo.org/933184
    Signed-off-by: Seth M. Price <sprice623@aol.com>

 .../syncterm-1.1_do-not-strip-3rdp-test.patch      | 40 ++++++++++
 .../syncterm-1.1_respect-toolchain-variables.patch | 89 ++++++++++++++++++++++
 net-dialup/syncterm/syncterm-1.1.ebuild            |  5 +-
 3 files changed, 133 insertions(+), 1 deletion(-)