Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383287 - media-libs/libmediainfo-0.7.45(and other(~amd64)) don't compile
Summary: media-libs/libmediainfo-0.7.45(and other(~amd64)) don't compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://pastebin.com/mCjYfvTR
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-16 22:57 UTC by guileone
Modified: 2011-09-17 10:33 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 guileone 2011-09-16 22:57:30 UTC
library don't compile(were the use-flag "doc" manipulation) 

Reproducible: Always

Steps to Reproduce:
i use way: 
ebuild ${PORTAGE}/media-libs/libmediainfo-0.7.45.ebuild unpack
cd ${PORTAGE_TPMDIR}/portage/media-libs/libmediainfo-0.7.45/work
./configure
make



Actual Results:  
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -I../../../Source -I../../../../ZenLib/Source    -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC  -MT File_Dxw.lo -MD -MP -MF .deps/File_Dxw.Tpo -c -o File_Dxw.lo `test -f '../../../Source/MediaInfo/Multiple/File_Dxw.cpp' || echo './'`../../../Source/MediaInfo/Multiple/File_Dxw.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -I. -I../../../Source -I../../../../ZenLib/Source -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -MT File_Dxw.lo -MD -MP -MF .deps/File_Dxw.Tpo -c ../../../Source/MediaInfo/Multiple/File_Dxw.cpp -o File_Dxw.o
../../../Source/MediaInfo/Multiple/File_Dxw.cpp:39:36: error: ZenLib/TinyXml/tinyxml.h: No such file or directory
../../../Source/MediaInfo/Multiple/File_Dxw.cpp: In member function ‘virtual bool MediaInfoLib::File_Dxw::FileHeader_Begin()’:
../../../Source/MediaInfo/Multiple/File_Dxw.cpp:116: error: ‘TiXmlDocument’ was not declared in this scope
../../../Source/MediaInfo/Multiple/File_Dxw.cpp:116: error: expected `;' before ‘document’
../../../Source/MediaInfo/Multiple/File_Dxw.cpp:117: error: ‘document’ was not declared in this scope
../../../Source/MediaInfo/Multiple/File_Dxw.cpp:119: error: ‘TiXmlElement’ was not declared in this scope
../../../Source/MediaInfo/Multiple/File_Dxw.cpp:119: error: ‘Root’ was not declared in this scope
../../../Source/MediaInfo/Multiple/File_Dxw.cpp:132: error: ‘Track’ was not declared in this scope
../../../Source/MediaInfo/Multiple/File_Dxw.cpp:177: error: ‘Frame’ was not declared in this scope
make: *** [File_Dxw.lo] Error 1
Comment 1 guileone 2011-09-16 22:59:54 UTC
./configure output ---  http://pastebin.com/mCjYfvTR
Comment 2 Tim Harder gentoo-dev 2011-09-16 23:44:02 UTC
Don't mix ~arch libzen and stable libmediainfo.
Comment 3 guileone 2011-09-17 08:59:08 UTC
thanks previous post helped me