Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140933 - xorg-server-1.0.2-r7 does not compile, with at least 2 problems: font.h not found, ShapeInput not defined
Summary: xorg-server-1.0.2-r7 does not compile, with at least 2 problems: font.h not f...
Status: RESOLVED DUPLICATE of bug 133671
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-18 09:19 UTC by mehrunes
Modified: 2006-07-18 09:55 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 mehrunes 2006-07-18 09:19:03 UTC
************************emerge --info start ************************************

Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.4.20041102-r1, 2.6.14-mm_patched-take1 i686)
=================================================================
System uname: 2.6.14-mm_patched-take1 i686 Intel(R) Xeon(TM) CPU 3.06GHz
Unknown Host Operating System
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
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.5
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O9 -march=pentium4 -pipe -fomit-frame-pointer -fexpensive-optimizations"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf"
CXXFLAGS="-O9 -march=pentium4 -pipe -fomit-frame-pointer -fexpensive-optimizations"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirror.aiya.ru/pub/gentoo/"
LANG="ru_RU.KOI8-R"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/vlos"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm arts avi berkdb bitmap-fonts cli crypt cups dlloader dri eds emboss encode esd foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 imlib isdnlog jpeg kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls nptl ogg opengl oss pam pcre pdflib perl png pppd python qt qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd truetype truetype-fonts type1-fonts udev vorbis xml xmms xorg xv zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS

************************ emerge --info start ***********************************

problem 1) /usr/include/X11/extensions/xf86bigfont.h refers to font.h which is not in search path.

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I../include -I../include -I../include -I../Xprint -DHAVE_DIX_CONFIG_H -DXFree86Server -DXFree86LOADER "-DVENDOR_STRING=\"The X.Org Foundation\"" "-DVENDOR_RELEASE=(((7) * 10000000) + ((0) * 100000) + ((0) * 1000) + 0)" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../lbx <...my CFLAGS here...> -MT dixfonts.lo -MD -MP -MF .deps/dixfonts.Tpo -c dixfonts.c  -fPIC -DPIC -o .libs/dixfonts.o
In file included from dixfonts.c:85:
/usr/include/X11/extensions/xf86bigfont.h:27:18: font.h: No such file or directory

problem 2) After symlinkin /usr/include/font.h -> /usr/include/X11/fonts/font.h, xorg-server-1.0.2-r7 still does not compile, reason: 

shape.c: In function `ProcShapeRectangles':
shape.c:340: error: `ShapeInput' undeclared (first use in this function)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-18 09:55:57 UTC
Re-emerge xf86bigfontproto - don't symlink anything, that's completely wrong.


*** This bug has been marked as a duplicate of 133671 ***