Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103924 - cinepaint 0.19 wont find lcms.h
Summary: cinepaint 0.19 wont find lcms.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-27 08:43 UTC by Pierre AUSSAGUEL
Modified: 2005-09-02 16:11 UTC (History)
0 users

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


Attachments
config file from failed emerge (config.log,48.03 KB, text/plain)
2005-08-27 08:45 UTC, Pierre AUSSAGUEL
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre AUSSAGUEL 2005-08-27 08:43:27 UTC
cinepaint ebuild does not search for lcms.h in the right dir. It expexts it to
be in /usr/include while it is in /usr/include/lcms

Reproducible: Always
Steps to Reproduce:
1. emerge cinepaint-0.19

Actual Results:  
dont find lcms.h

Expected Results:  
compiling

Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.5-r1, 2.6.12-gentoo-r9 i686)
=================================================================
System uname: 2.6.12-gentoo-r9 i686 AMD Athlon(tm) XP 1600+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mir.zyrianes.net/gentoo/
ftp://130.59.10.34/mirror/gentoo/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
ftp://194.117.143.69/mirrors/gentoo http://194.117.143.71"
LANG="fr_FR@euro"
LC_ALL="fr_FR.UTF-8"
LINGUAS="fr"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X acpi alsa apm arts avi berkdb bitmap-fonts cdr crypt
cups curl divx4linux dvd eds emboss encode esd fam flac foomaticdb fortran gd
gdbm gif gimpprint gphoto2 gpm gstreamer gtk gtk2 hal imagemagick imlib ipv6
java jpeg junit kde libg++ libwww mad mikmod mmx mmxext motif mp3 mpeg nas
ncurses nls nptl nvidia ogg oggvorbis opengl oss pam pdflib perl pic png pps
python qt quicktime readline scanner sdl slang speex spell sse ssl svga tcltk
tcpd tetex tiff truetype truetype-fonts trutype type1-fonts usb vorbis
win32codecs wmf xine xinerama xml2 xmms xv zlib linguas_fr userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS
Comment 1 Pierre AUSSAGUEL 2005-08-27 08:45:10 UTC
Created attachment 66981 [details]
config file from failed emerge
Comment 2 Pierre AUSSAGUEL 2005-08-27 08:47:03 UTC
found a workaround (dirty...) by symlinking the content of /usr/include/lcms in
usr/include/
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-09-02 16:11:04 UTC
Missing inherit line, should be fixed now.