Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 377075 - media-gfx/gimp won't compile against net-misc/curl-7.21.7-r2 (USE=curl)
Summary: media-gfx/gimp won't compile against net-misc/curl-7.21.7-r2 (USE=curl)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: curl-7.21.7
  Show dependency tree
 
Reported: 2011-07-30 15:22 UTC by Cedric Godin
Modified: 2011-07-30 16:03 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cedric Godin 2011-07-30 15:22:07 UTC
When trying to emerge gimp, i have the following error : 

x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../..  -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm   -I/usr/include  -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE  -march=athlon64 -O2 -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT uri-backend-libcurl.o -MD -MP -MF .deps/uri-backend-libcurl.Tpo -c -o uri-backend-libcurl.o uri-backend-libcurl.c
uri-backend-libcurl.c:27:24: erreur fatale: curl/types.h : Aucun fichier ou dossier de ce type

meaning that the types.h file is missing

this is related to bug 376007

Reproducible: Always
Comment 1 Christoph Mende (RETIRED) gentoo-dev 2011-07-30 16:03:33 UTC
Fixed for non-live ebuilds. Hanno, please upstream this.