Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63946 - xorg 6.8.0 compilation fails at xc/lib/font/FreeType (no rule to make includes)
Summary: xorg 6.8.0 compilation fails at xc/lib/font/FreeType (no rule to make includes)
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High critical (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-13 15:51 UTC by Guillaume Destuynder (RETIRED)
Modified: 2004-12-19 13:22 UTC (History)
0 users

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 Guillaume Destuynder (RETIRED) gentoo-dev 2004-09-13 15:51:41 UTC
Error message:
---

make[4]: Entering directory `/var/tmp/portage/xorg-x11-6.8.0/work/xc/lib/font/Type1'
+ mkdir unshared
make[4]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0/work/xc/lib/font/Type1'
including in lib/font/FreeType...
make[4]: Entering directory `/var/tmp/portage/xorg-x11-6.8.0/work/xc/lib/font/FreeType'
make[4]: *** No rule to make target `includes'.  Stop.
make[4]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0/work/xc/lib/font/FreeType'
make[3]: *** [includes] Error 2
make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0/work/xc/lib/font'
make[2]: *** [includes] Error 2
make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0/work/xc/lib'
make[1]: *** [includes] Error 2
make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0/work/xc'
make: *** [World] Error 2


emerge info:
---
Portage 2.0.50-r11 (2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r0, 2.6.9-rc1-mm1)
=================================================================
System uname: 2.6.9-rc1-mm1 i686 AMD Athlon(tm) XP 3200+
Gentoo Base System version 1.5.3
distcc 2.17 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe -mfpmath=sse,387 -mmmx -msse -m3dnow -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe -mfpmath=sse,387 -mmmx -msse -m3dnow -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox sfperms"
GENTOO_MIRRORS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/bmg-over /usr/local/portage"
SYNC="rsync://192.168.0.1/gentoo-portage"
USE="3dnow X aalib acpi aim alsa amd avi bonobo cdr crypt curl directfb dvd encode faad foomaticdb gdbm gif gmttria gnome gpm gstreamer gtk gtk2 gtkhtml imlib java joystick jpeg kde libg++ libwww mad mikmod mozilla mpeg ncurses nls oggvorbis opengl oss pam pcap pdflib perl png python qt quicktime readline samba sdl slang socks5 spell sse ssl svga tcltk tcpd tiff truetype vim-with-x x86 xml2 xmms xv zlib"
Comment 1 Martin Mokrejš 2004-09-17 13:01:54 UTC
I got similar problem and response from X from X developers was I have too old freetype library. Yes, the stable marked on gentoo is 2.1.5. Try manually emerging 2.1.9 and report back. ;)
Comment 2 Guillaume Destuynder (RETIRED) gentoo-dev 2004-09-18 07:03:45 UTC
oki, emerged the hardmasked freeptype 2.1.9 (will it break stuff ? :D)

and hm now we're at 6.8.0-r1
I tried first to emerge it and got another new error:


make[4]: Entering directory `/var/tmp/portage/xorg-x11-6.8.0-r1/work/xc/programs/xkbcomp/compiled'
make[4]: Nothing to be done for `includes'.
make[4]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0-r1/work/xc/programs/xkbcomp/compiled'
including in programs/xkbcomp/rules...
make[4]: Entering directory `/var/tmp/portage/xorg-x11-6.8.0-r1/work/xc/programs/xkbcomp/rules'
make[4]: *** No rule to make target `includes'.  Stop.
make[4]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0-r1/work/xc/programs/xkbcomp/rules'
make[3]: *** [includes] Error 2
make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0-r1/work/xc/programs/xkbcomp'
make[2]: *** [includes] Error 2
make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0-r1/work/xc/programs'make[1]: *** [includes] Error 2


I then emerged freetype 2.1.9 (which was hardmasked)
and have the same xorg compilation error.

Comment 3 Guillaume Destuynder (RETIRED) gentoo-dev 2004-12-19 06:51:47 UTC
I now sold the machine i had this problem on, and do not encounter it on the new one.
I suggest marking the bug as wontfix/cantfix/invalid or something:)
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2004-12-19 13:22:18 UTC
Thanks for the update. Please reopen if the problem resurfaces.