Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113597 - emerge vtk fails with compilation error
Summary: emerge vtk fails with compilation error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Patrick Dawson (RETIRED)
URL:
Whiteboard:
Keywords:
: 115891 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-25 17:04 UTC by Michael Dudalev
Modified: 2005-12-18 10:14 UTC (History)
2 users (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 Michael Dudalev 2005-11-25 17:04:45 UTC
emerge vtk
...
Building CXX object Rendering/CMakeFiles/vtkRendering.dir/vtkVolumeTextureMapper.o
Building CXX object Rendering/CMakeFiles/vtkRendering.dir/vtkVolumeTextureMapper2D.o
Building CXX object Rendering/CMakeFiles/vtkRendering.dir/vtkWindowToImageFilter.o
Building CXX object Rendering/CMakeFiles/vtkRendering.dir/vtkWorldPointPicker.o
Building CXX object Rendering/CMakeFiles/vtkRendering.dir/vtkFreeTypeFontCache.o
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:24:31:
vtkfreetypeConfig.h: No such file or directory
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:25:27:
vtkftglConfig.h: No such file or directory
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:26:23:
FTLibrary.h: No such file or directory
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:27:65:
FTGLPixmapFont.h: No such file or directory
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:28:79:
FTGLBitmapFont.h: No such file or directory
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx: In
constructor `vtkFreeTypeFontCacheCleanup::vtkFreeTypeFontCacheCleanup()':
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:78:
error: `FTLibraryCleanup' has not been declared
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:78:
error: `AddDependency' undeclared (first use this function)
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:78:
error: (Each undeclared identifier is reported only once for each function it
appears in.)
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx: In
member function `void vtkFreeTypeFontCache::PrintEntry(int, char*)':
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:183:
error: invalid use of undefined type `struct FTFont'
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.h:60: error:
forward declaration of `struct FTFont'
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx: In
member function `void vtkFreeTypeFontCache::ReleaseEntry(int)':
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:206:
warning: possible problem detected in invocation of delete operator:
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:206:
warning: invalid use of undefined type `struct FTFont'
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.h:60:
warning: forward declaration of `struct FTFont'
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:206:
note: neither the destructor nor the class-specific operator delete will be
called, even if they are declared when the class is defined.
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx: In
member function `vtkFreeTypeFontCache::Entry*
vtkFreeTypeFontCache::GetFont(vtkTextProperty*, int, unsigned char, unsigned
char, unsigned char)':
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:346:
error: `FTGLPixmapFont' has not been declared
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:350:
error: `FTGLBitmapFont' has not been declared
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:358:
error: invalid use of undefined type `struct FTFont'
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.h:60: error:
forward declaration of `struct FTFont'
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:361:
warning: possible problem detected in invocation of delete operator:
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:343:
warning: `font' has incomplete type
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.h:60:
warning: forward declaration of `struct FTFont'
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:361:
note: neither the destructor nor the class-specific operator delete will be
called, even if they are declared when the class is defined.
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:376:
error: invalid use of undefined type `struct FTFont'
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.h:60: error:
forward declaration of `struct FTFont'
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:448:
error: invalid use of undefined type `struct FTFont'
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.h:60: error:
forward declaration of `struct FTFont'
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:451:
warning: possible problem detected in invocation of delete operator:
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:343:
warning: `font' has incomplete type
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.h:60:
warning: forward declaration of `struct FTFont'
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:451:
note: neither the destructor nor the class-specific operator delete will be
called, even if they are declared when the class is defined.
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.cxx:458:
error: invalid use of undefined type `struct FTFont'
/var/tmp/portage/vtk-4.2.6/work/VTK/Rendering/vtkFreeTypeFontCache.h:60: error:
forward declaration of `struct FTFont'
make[2]: *** [Rendering/CMakeFiles/vtkRendering.dir/vtkFreeTypeFontCache.o] Error 1
make[1]: *** [Rendering/CMakeFiles/vtkRendering.dir/all] Error 2
make: *** [all] Error 2

!!! ERROR: sci-libs/vtk-4.2.6 failed.
!!! Function src_compile, Line 80, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1. emerge vtk
2.
3.

Actual Results:  
error

Expected Results:  
successful compilation and installation

emerge info
Portage 2.0.53_rc7 (hardened/x86/2.6, gcc-3.4.4, glibc-2.3.5-r3,
2.6.14-gentoo-r2 i686)
=================================================================
System uname: 2.6.14-gentoo-r2 i686 Intel(R) Celeron(R) CPU 2.40GHz
Gentoo Base System version 1.12.0_pre10
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /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 /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/init.d /etc/terminfo /etc/texmf/web2c
/etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://baz.zuzino.mipt.ru/ http://baz.zuzino.mipt.ru/gentoo/odin/
 ftp://ftp.citkit.ru/pub/Linux/gentoo/ http://distfiles.gentoo.org/"
LANG="ru_RU.UTF-8"
LINGUAS="ru"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://baz.zuzino.mipt.ru/gentoo-portage"
USE="16bit 7zip X X509 a52 aac aalib abook acl acpi aio alsa apache2 arts
artswrappersuid async atlas audiofile bash-completion berkdb blas bluetooth
browserplugin bzip2 caps cdr crypt cscope css csv cups curl directfb djbfft djvu
dlloader doc dvd dvdr dvdread ecc emoticon encode erandom ethereal examples exif
expat extras fam ffmpeg firefox fits flac fortran fpx gdbm gif glep glibc-omitfp
glitz glut glx gmail gmailtimestamps gmp gmtfull gmthigh gmtsuppl gmttria gnutls
gpgme gpm gs gssapi gtk gtk2 hal hardened haskell hdf hdf5 i8x0 icq idea idl idn
imagemagick imap imlib iproute2 jabber java jpeg jpeg2k kde kdepim keyscrub
kig-scripting kipi ladspa lame lapack latex lcms ldap libg++ libwww
linuxthreads-tls mad mikmod mime ming mjpeg mmap mmx mmxext mng mozsvg
mozxmlterm mp3 mpeg ncurses nfs nls nptl numarray numeric ogg openal openexr
opengl openssh openssl oscar pam patented pcre pda pdf pdflib pic png posix
postgres povray python qt quicktime rar readline real ruby samba sasl sdl
sharedmem shorten silc simplexml slang slp smartcard smtp speex spell sql sse
sse2 ssl subtitles subversion svg svgz swat sysfs tetex threads tidy tiff
truetype truetype-fonts type1 type1-fonts ucs2 ucs4 udev unicode usb
visualization vorbis web win32codecs wmf wxwindows x86 xface xine xml2 xmlrpc
xscreensaver xv xvid xvmc zlib linguas_ru userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, MAKEOPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-18 01:24:04 UTC
*** Bug 115891 has been marked as a duplicate of this bug. ***
Comment 2 Markus Dittrich (RETIRED) gentoo-dev 2005-12-18 10:14:11 UTC
This has been fixed in portage cvs. Thanks for reporting!