Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613842 - x11-misc/trayer-1.0-r3 : main.c:5:29: fatal error: X11/.../WinUtil.h: No such file or directory
Summary: x11-misc/trayer-1.0-r3 : main.c:5:29: fatal error: X11/.../WinUtil.h: No such...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-25 21:02 UTC by Toralf Förster
Modified: 2017-04-01 10:27 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,5.11 KB, text/plain)
2017-03-25 21:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,37.47 KB, text/plain)
2017-03-25 21:02 UTC, Toralf Förster
Details
environment (environment,41.74 KB, text/plain)
2017-03-25 21:02 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.93 KB, application/x-bzip)
2017-03-25 21:02 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,12.57 KB, application/x-bzip)
2017-03-25 21:02 UTC, Toralf Förster
Details
x11-misc:trayer-1.0-r3:20170325-185659.log (x11-misc:trayer-1.0-r3:20170325-185659.log,8.15 KB, text/plain)
2017-03-25 21:02 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-03-25 21:02:05 UTC
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../ -c fixedtip.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../ -c main.c
main.c:5:29: fatal error: X11/Xmu/WinUtil.h: No such file or directory
compilation terminated.
make[1]: *** [Makefile:18: main.o] Error 1
make[1]: Leaving directory '/var/tmp/portage/x11-misc/trayer-1.0-r3/work/trayer-1.0/systray'

  -----------------------------------------------------------------

  This is an unstable amd64 chroot image (named 13.0-no-multilib-libressl_20170324-213923) at a hardened host acting as a tinderbox.

  -----------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
Comment 1 Toralf Förster gentoo-dev 2017-03-25 21:02:10 UTC
Created attachment 468266 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-03-25 21:02:13 UTC
Created attachment 468268 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-03-25 21:02:17 UTC
Created attachment 468270 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-03-25 21:02:20 UTC
Created attachment 468272 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-03-25 21:02:23 UTC
Created attachment 468274 [details]
temp.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-03-25 21:02:26 UTC
Created attachment 468276 [details]
x11-misc:trayer-1.0-r3:20170325-185659.log
Comment 7 Harri Nieminen (Moiman) 2017-04-01 10:27:01 UTC
Fixed. Thanks for reporting.

commit f87a7939f464757daef7cdd5559a9639129fcbbc
Author: Harri Nieminen <moikkis@gmail.com>
Date:   Sun Mar 26 10:31:06 2017 +0300

    x11-misc/trayer: Dont include libXmu
    
    Gentoo-Bug: https://bugs.gentoo.org/613842
    Package-Manager: Portage-2.3.5, Repoman-2.3.2
    Closes: https://github.com/gentoo/gentoo/pull/4302