Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905832 - [guru] app-office/lotus123r3-1.0.0_rc4 calls objdump directly
Summary: [guru] app-office/lotus123r3-1.0.0_rc4 calls objdump directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Joe Kappus
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2023-05-06 15:34 UTC by Agostino Sarubbo
Modified: 2023-06-10 10:56 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,58.22 KB, text/plain)
2023-05-06 15:34 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 2023-05-06 15:34:38 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-office/lotus123r3-1.0.0_rc4 calls objdump directly.
Discovered on: amd64 (internal ref: guru_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 OBJDUMP implementation (like llvm-objdump). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-06 15:34:40 UTC
Created attachment 861236 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-06 15:34:42 UTC
Error(s) that match a know pattern:


/bin/sh: line 1: objdump: command not found
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lncurses: No such file or directory
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ltinfo: No such file or directory
make: objcopy: No such file or directory
collect2: error: ld returned 1 exit status
Comment 3 Larry the Git Cow gentoo-dev 2023-06-10 10:56:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b4d32d1c303961f61b9ad35f846bc333f10d865

commit 2b4d32d1c303961f61b9ad35f846bc333f10d865
Author:     Joe Kappus <joe@wt.gd>
AuthorDate: 2023-06-07 08:58:55 +0000
Commit:     Joe Kappus <joe@wt.gd>
CommitDate: 2023-06-07 08:58:55 +0000

    app-office/lotus123r3: QA fixups
    
    - No need to call objdump
    - Respect cflags in other Makefiles
    
    Closes: https://bugs.gentoo.org/905832
    Signed-off-by: Joe Kappus <joe@wt.gd>

 app-office/lotus123r3/lotus123r3-1.0.0_rc4.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)