Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611246 - net-misc/putty-0.68 : ./.../gtkcomm.c:41:22: fatal error: gdk/gdkx.h: No such file or directory
Summary: net-misc/putty-0.68 : ./.../gtkcomm.c:41:22: fatal error: gdk/gdkx.h: No such...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 534330
  Show dependency tree
 
Reported: 2017-02-28 18:44 UTC by Toralf Förster
Modified: 2020-11-11 10:54 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,5.50 KB, text/plain)
2017-02-28 18:44 UTC, Toralf Förster
Details
config.log.tbz2 (config.log.tbz2,5.24 KB, application/x-bzip)
2017-02-28 18:44 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,261.32 KB, text/plain)
2017-02-28 18:44 UTC, Toralf Förster
Details
environment (environment,113.62 KB, text/plain)
2017-02-28 18:44 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,23.97 KB, application/x-bzip)
2017-02-28 18:44 UTC, Toralf Förster
Details
net-misc:putty-0.68:20170228-183427.log (net-misc:putty-0.68:20170228-183427.log,63.03 KB, text/plain)
2017-02-28 18:44 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-02-28 18:44:30 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./..  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/  -pthread -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -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   -Wall  -O2 -pipe -march=native -Wall -c -o unix/gtkcols.o ./../unix/gtkcols.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./..  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/  -pthread -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -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   -Wall  -O2 -pipe -march=native -Wall -c -o unix/gtkcomm.o ./../unix/gtkcomm.c
./../unix/gtkcomm.c:41:22: fatal error: gdk/gdkx.h: No such file or directory
compilation terminated.
make[1]: *** [Makefile:1452: unix/gtkcomm.o] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-misc/putty-0.68/work/putty-0.68/unix'

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

  This is an unstable amd64 chroot image (named 13.0_20170224-122708) at a hardened host acting as a tinderbox.

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *
llvm-config:
3.9.1
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
Comment 1 Toralf Förster gentoo-dev 2017-02-28 18:44:33 UTC
Created attachment 465582 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-02-28 18:44:36 UTC
Created attachment 465584 [details]
config.log.tbz2
Comment 3 Toralf Förster gentoo-dev 2017-02-28 18:44:39 UTC
Created attachment 465586 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-02-28 18:44:42 UTC
Created attachment 465588 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-02-28 18:44:45 UTC
Created attachment 465590 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-02-28 18:44:49 UTC
Created attachment 465592 [details]
net-misc:putty-0.68:20170228-183427.log
Comment 7 Jeroen Roovers (RETIRED) gentoo-dev 2017-03-01 06:10:06 UTC
Fixed without revision bump. Thanks.
Comment 8 Mart Raudsepp gentoo-dev 2017-03-01 09:43:03 UTC
This fix is incorrect.
gdk/gdkx.h comes from gtk+:3, not gdk-pixbuf. gdk-pixbuf[X] does what its local metadata.xml says it does - almost never needed for gtk+ using things.
Comment 9 Mart Raudsepp gentoo-dev 2017-03-01 10:03:36 UTC
I meant it comes from gtk+[X], either :2 or :3, but messed up fixing initial typing of [3] to :3 instead of [X] that I meant here before posting previous comment.