Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 742968 - x11-plugins/wmcoincoin-2.6.3 fails to compile
Summary: x11-plugins/wmcoincoin-2.6.3 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 757471
  Show dependency tree
 
Reported: 2020-09-16 15:26 UTC by Agostino Sarubbo
Modified: 2020-12-03 10:17 UTC (History)
0 users

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


Attachments
build.log (build.log,35.62 KB, text/plain)
2020-09-16 15:26 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-09-16 15:26:00 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-plugins/wmcoincoin-2.6.3 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-16 15:26:02 UTC
Created attachment 660615 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-16 15:26:03 UTC
Possible context of error(s):

palmipede.c:187:10: fatal error: 'X11/Xmu/Atoms.h' file not found
palmipede.c:187:10: fatal error: 'X11/Xmu/Atoms.h' file not found
Comment 3 Thomas Deutschmann (RETIRED) gentoo-dev 2020-12-02 23:58:32 UTC
Same for x86:

> i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DWMCCDATADIR="\"/usr/share/wmcoincoin\"" -DLOCALEDIR="\"/usr/share/locale\"" -I../intl -I.. -I. -I..    -I/usr/include/uuid -I/usr/include/freetype2 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -Wall -W -fsigned-char -Wno-pointer-sign  -c -o wmcoincoin-palmipede.o `test -f 'palmipede.c' || echo './'`palmipede.c
> i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DWMCCDATADIR="\"/usr/share/wmcoincoin\"" -DLOCALEDIR="\"/usr/share/locale\"" -I../intl -I.. -I. -I..    -I/usr/include/uuid -I/usr/include/freetype2 -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -Wall -W -fsigned-char -Wno-pointer-sign  -c -o wmcoincoin-dock.o `test -f 'dock.c' || echo './'`dock.c
> palmipede.c:187:10: fatal error: X11/Xmu/Atoms.h: No such file or directory
>   187 | #include <X11/Xmu/Atoms.h>
>       |          ^~~~~~~~~~~~~~~~~
> compilation terminated.
> make[2]: *** [Makefile:924: wmcoincoin-palmipede.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
Comment 4 Bernard Cafarelli gentoo-dev 2020-12-03 10:16:39 UTC
Sorry I had somehow missed that one. Interesting this missing dep was never spotted before, fixing
Comment 5 Larry the Git Cow gentoo-dev 2020-12-03 10:17:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1484ccd49b8f8b09052cc218ba28040944e52f

commit 9b1484ccd49b8f8b09052cc218ba28040944e52f
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2020-12-03 10:17:28 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2020-12-03 10:17:41 +0000

    x11-plugins/wmcoincoin: add missing x11-libs/libXmu dep
    
    Closes: https://bugs.gentoo.org/742968
    Package-Manager: Portage-3.0.11, Repoman-3.0.2
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 x11-plugins/wmcoincoin/wmcoincoin-2.6.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)