Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 806258 - [guru] x11-misc/xbanish-1.7 fails to compile
Summary: [guru] x11-misc/xbanish-1.7 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: NRK
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-03 09:20 UTC by Agostino Sarubbo
Modified: 2021-08-07 17:47 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,37.38 KB, text/plain)
2021-08-03 09:20 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 2021-08-03 09:20:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-misc/xbanish-1.7 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Comment 1 Agostino Sarubbo gentoo-dev 2021-08-03 09:20:33 UTC
Created attachment 729854 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-08-03 09:20:34 UTC
Possible context of error(s):

xbanish.c:37:10: fatal error: X11/Intrinsic.h: No such file or directory
xbanish.c:37:10: fatal error: X11/Intrinsic.h: No such file or directory
Comment 3 NRK 2021-08-04 17:30:46 UTC
X11/Intrinsic.h is part of x11-libs/libXt but it doesn't seem to link to it dynamically (checked via `scanelf -n` and `ldd`.)

I've added x11-libs/libXt to "$DEPEND", that should fix this hopefully.
Comment 4 Larry the Git Cow gentoo-dev 2021-08-07 17:47:58 UTC
The bug has been closed via the following commit(s):

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

commit 5ddd25398395acef8b4d35fe470de3c053e6369b
Author:     Nickolas Raymond Kaczynski <nrk@disroot.org>
AuthorDate: 2021-08-04 04:08:53 +0000
Commit:     Nickolas Raymond Kaczynski <nrk@disroot.org>
CommitDate: 2021-08-04 04:08:53 +0000

    x11-misc/xbanish: add x11-libs/libXt as DEPEND
    
    Closes: https://bugs.gentoo.org/806258
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Nickolas Raymond Kaczynski <nrk@disroot.org>

 x11-misc/xbanish/xbanish-1.7.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)