Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target ppc --nodeps builddir/build/SPECS/blahtexml.spec'], False, '/var/lib/mock/dist-f10-build-401613-67918/root/', None, 86400, True, 0, 101, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target ppc --nodeps builddir/build/SPECS/blahtexml.spec'] warning: Could not canonicalize hostname: ppc2.fedora.redhat.com Building target platforms: ppc Building for target ppc Wrote: /builddir/build/SRPMS/blahtexml-0.6-4.fc10.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target ppc --nodeps builddir/build/SPECS/blahtexml.spec'], False, '/var/lib/mock/dist-f10-build-401613-67918/root/', None, 86400, True, 0, 101, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target ppc --nodeps builddir/build/SPECS/blahtexml.spec'] Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rtMpmh + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf blahtexml-0.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/blahtexml-0.6-src.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd blahtexml-0.6 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Kvp8io + umask 022 + cd /builddir/build/BUILD + cd blahtexml-0.6 + LANG=C + export LANG + unset DISPLAY + make -j4 blahtexml-linux 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32' mkdir -p bin-blahtexml g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/main.cpp -o bin-blahtexml/main.o g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/mainPng.cpp -o bin-blahtexml/mainPng.o cc -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/md5.c -o bin-blahtexml/md5.o g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/md5Wrapper.cpp -o bin-blahtexml/md5Wrapper.o g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/Messages.cpp -o bin-blahtexml/Messages.o In file included from source/BlahtexCore/Manager.h:30, from source/BlahtexCore/Interface.h:30, from source/main.cpp:24: source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Node::Node(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour)': source/BlahtexCore/LayoutTree.h:94: warning: 'blahtex::LayoutTree::Node::mStyle' will be initialized after source/BlahtexCore/LayoutTree.h:67: warning: 'blahtex::LayoutTree::Node::Flavour blahtex::LayoutTree::Node::mFlavour' source/BlahtexCore/LayoutTree.h:109: warning: when initialized here source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Scripts::Scripts(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour, bool, std::auto_ptr, std::auto_ptr, std::auto_ptr)': source/BlahtexCore/LayoutTree.h:403: warning: 'blahtex::LayoutTree::Scripts::mIsSideset' will be initialized after source/BlahtexCore/LayoutTree.h:397: warning: 'std::auto_ptr blahtex::LayoutTree::Scripts::mBase' source/BlahtexCore/LayoutTree.h:414: warning: when initialized here In file included from source/BlahtexCore/Manager.h:31, from source/BlahtexCore/Interface.h:30, from source/main.cpp:24: source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathDelimited::MathDelimited(std::auto_ptr, const std::wstring&, const std::wstring&)': source/BlahtexCore/ParseTree.h:545: warning: 'blahtex::ParseTree::MathDelimited::mChild' will be initialized after source/BlahtexCore/ParseTree.h:542: warning: 'std::wstring blahtex::ParseTree::MathDelimited::mLeftDelimiter' source/BlahtexCore/ParseTree.h:551: warning: when initialized here source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathEnvironment::MathEnvironment(const std::wstring&, std::auto_ptr, bool)': source/BlahtexCore/ParseTree.h:642: warning: 'blahtex::ParseTree::MathEnvironment::mTable' will be initialized after source/BlahtexCore/ParseTree.h:639: warning: 'bool blahtex::ParseTree::MathEnvironment::mIsShort' source/BlahtexCore/ParseTree.h:648: warning: when initialized here source/Messages.cpp: In function 'std::wstring GetErrorMessage(const blahtex::Exception&)': source/Messages.cpp:299: warning: comparison between signed and unsigned integer expressions g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/UnicodeConverter.cpp -o bin-blahtexml/UnicodeConverter.o g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexCore/InputSymbolTranslation.cpp -o bin-blahtexml/InputSymbolTranslation.o source/UnicodeConverter.cpp: In member function 'std::wstring UnicodeConverter::ConvertIn(const std::string&)': source/UnicodeConverter.cpp:150: warning: comparison between signed and unsigned integer expressions source/UnicodeConverter.cpp: In member function 'std::string UnicodeConverter::ConvertOut(const std::wstring&)': source/UnicodeConverter.cpp:202: warning: comparison between signed and unsigned integer expressions g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexCore/Interface.cpp -o bin-blahtexml/Interface.o g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexCore/LayoutTree.cpp -o bin-blahtexml/LayoutTree.o In file included from source/BlahtexCore/Manager.h:30, from source/BlahtexCore/Interface.h:30, from source/BlahtexCore/Interface.cpp:25: source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Node::Node(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour)': source/BlahtexCore/LayoutTree.h:94: warning: 'blahtex::LayoutTree::Node::mStyle' will be initialized after source/BlahtexCore/LayoutTree.h:67: warning: 'blahtex::LayoutTree::Node::Flavour blahtex::LayoutTree::Node::mFlavour' source/BlahtexCore/LayoutTree.h:109: warning: when initialized here source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Scripts::Scripts(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour, bool, std::auto_ptr, std::auto_ptr, std::auto_ptr)': source/BlahtexCore/LayoutTree.h:403: warning: 'blahtex::LayoutTree::Scripts::mIsSideset' will be initialized after source/BlahtexCore/LayoutTree.h:397: warning: 'std::auto_ptr blahtex::LayoutTree::Scripts::mBase' source/BlahtexCore/LayoutTree.h:414: warning: when initialized here In file included from source/BlahtexCore/Manager.h:31, from source/BlahtexCore/Interface.h:30, from source/BlahtexCore/Interface.cpp:25: source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathDelimited::MathDelimited(std::auto_ptr, const std::wstring&, const std::wstring&)': source/BlahtexCore/ParseTree.h:545: warning: 'blahtex::ParseTree::MathDelimited::mChild' will be initialized after source/BlahtexCore/ParseTree.h:542: warning: 'std::wstring blahtex::ParseTree::MathDelimited::mLeftDelimiter' source/BlahtexCore/ParseTree.h:551: warning: when initialized here source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathEnvironment::MathEnvironment(const std::wstring&, std::auto_ptr, bool)': source/BlahtexCore/ParseTree.h:642: warning: 'blahtex::ParseTree::MathEnvironment::mTable' will be initialized after source/BlahtexCore/ParseTree.h:639: warning: 'bool blahtex::ParseTree::MathEnvironment::mIsShort' source/BlahtexCore/ParseTree.h:648: warning: when initialized here g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexCore/MacroProcessor.cpp -o bin-blahtexml/MacroProcessor.o In file included from source/BlahtexCore/LayoutTree.cpp:31: source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Node::Node(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour)': source/BlahtexCore/LayoutTree.h:94: warning: 'blahtex::LayoutTree::Node::mStyle' will be initialized after source/BlahtexCore/LayoutTree.h:67: warning: 'blahtex::LayoutTree::Node::Flavour blahtex::LayoutTree::Node::mFlavour' source/BlahtexCore/LayoutTree.h:109: warning: when initialized here source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Scripts::Scripts(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour, bool, std::auto_ptr, std::auto_ptr, std::auto_ptr)': source/BlahtexCore/LayoutTree.h:403: warning: 'blahtex::LayoutTree::Scripts::mIsSideset' will be initialized after source/BlahtexCore/LayoutTree.h:397: warning: 'std::auto_ptr blahtex::LayoutTree::Scripts::mBase' source/BlahtexCore/LayoutTree.h:414: warning: when initialized here source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::SymbolIdentifier::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': source/BlahtexCore/LayoutTree.cpp:569: warning: enumeration value 'cMathmlFontNormal' not handled in switch source/BlahtexCore/LayoutTree.cpp:569: warning: enumeration value 'cMathmlFontBold' not handled in switch source/BlahtexCore/LayoutTree.cpp:569: warning: enumeration value 'cMathmlFontItalic' not handled in switch source/BlahtexCore/LayoutTree.cpp:569: warning: enumeration value 'cMathmlFontBoldItalic' not handled in switch source/BlahtexCore/LayoutTree.cpp:569: warning: enumeration value 'cMathmlFontSansSerif' not handled in switch source/BlahtexCore/LayoutTree.cpp:569: warning: enumeration value 'cMathmlFontBoldSansSerif' not handled in switch source/BlahtexCore/LayoutTree.cpp:569: warning: enumeration value 'cMathmlFontSansSerifItalic' not handled in switch source/BlahtexCore/LayoutTree.cpp:569: warning: enumeration value 'cMathmlFontSansSerifBoldItalic' not handled in switch source/BlahtexCore/LayoutTree.cpp:569: warning: enumeration value 'cMathmlFontMonospace' not handled in switch source/BlahtexCore/LayoutTree.cpp: In member function 'virtual std::auto_ptr blahtex::LayoutTree::Table::BuildMathmlTree(const blahtex::MathmlOptions&, const blahtex::MathmlEnvironment&, unsigned int&) const': source/BlahtexCore/LayoutTree.cpp:1103: warning: comparison between signed and unsigned integer expressions g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexCore/Manager.cpp -o bin-blahtexml/Manager.o g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexCore/Parser.cpp -o bin-blahtexml/Parser.o In file included from source/BlahtexCore/Manager.h:30, from source/BlahtexCore/Manager.cpp:26: source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Node::Node(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour)': source/BlahtexCore/LayoutTree.h:94: warning: 'blahtex::LayoutTree::Node::mStyle' will be initialized after source/BlahtexCore/LayoutTree.h:67: warning: 'blahtex::LayoutTree::Node::Flavour blahtex::LayoutTree::Node::mFlavour' source/BlahtexCore/LayoutTree.h:109: warning: when initialized here source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Scripts::Scripts(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour, bool, std::auto_ptr, std::auto_ptr, std::auto_ptr)': source/BlahtexCore/LayoutTree.h:403: warning: 'blahtex::LayoutTree::Scripts::mIsSideset' will be initialized after source/BlahtexCore/LayoutTree.h:397: warning: 'std::auto_ptr blahtex::LayoutTree::Scripts::mBase' source/BlahtexCore/LayoutTree.h:414: warning: when initialized here In file included from source/BlahtexCore/Manager.h:31, from source/BlahtexCore/Manager.cpp:26: source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathDelimited::MathDelimited(std::auto_ptr, const std::wstring&, const std::wstring&)': source/BlahtexCore/ParseTree.h:545: warning: 'blahtex::ParseTree::MathDelimited::mChild' will be initialized after source/BlahtexCore/ParseTree.h:542: warning: 'std::wstring blahtex::ParseTree::MathDelimited::mLeftDelimiter' source/BlahtexCore/ParseTree.h:551: warning: when initialized here source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathEnvironment::MathEnvironment(const std::wstring&, std::auto_ptr, bool)': source/BlahtexCore/ParseTree.h:642: warning: 'blahtex::ParseTree::MathEnvironment::mTable' will be initialized after source/BlahtexCore/ParseTree.h:639: warning: 'bool blahtex::ParseTree::MathEnvironment::mIsShort' source/BlahtexCore/ParseTree.h:648: warning: when initialized here In file included from source/BlahtexCore/ParseTree.h:28, from source/BlahtexCore/Parser.h:25, from source/BlahtexCore/Parser.cpp:26: source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Node::Node(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour)': source/BlahtexCore/LayoutTree.h:94: warning: 'blahtex::LayoutTree::Node::mStyle' will be initialized after source/BlahtexCore/LayoutTree.h:67: warning: 'blahtex::LayoutTree::Node::Flavour blahtex::LayoutTree::Node::mFlavour' source/BlahtexCore/LayoutTree.h:109: warning: when initialized here source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Scripts::Scripts(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour, bool, std::auto_ptr, std::auto_ptr, std::auto_ptr)': source/BlahtexCore/LayoutTree.h:403: warning: 'blahtex::LayoutTree::Scripts::mIsSideset' will be initialized after source/BlahtexCore/LayoutTree.h:397: warning: 'std::auto_ptr blahtex::LayoutTree::Scripts::mBase' source/BlahtexCore/LayoutTree.h:414: warning: when initialized here In file included from source/BlahtexCore/Parser.h:25, from source/BlahtexCore/Parser.cpp:26: source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathDelimited::MathDelimited(std::auto_ptr, const std::wstring&, const std::wstring&)': source/BlahtexCore/ParseTree.h:545: warning: 'blahtex::ParseTree::MathDelimited::mChild' will be initialized after source/BlahtexCore/ParseTree.h:542: warning: 'std::wstring blahtex::ParseTree::MathDelimited::mLeftDelimiter' source/BlahtexCore/ParseTree.h:551: warning: when initialized here source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathEnvironment::MathEnvironment(const std::wstring&, std::auto_ptr, bool)': source/BlahtexCore/ParseTree.h:642: warning: 'blahtex::ParseTree::MathEnvironment::mTable' will be initialized after source/BlahtexCore/ParseTree.h:639: warning: 'bool blahtex::ParseTree::MathEnvironment::mIsShort' source/BlahtexCore/ParseTree.h:648: warning: when initialized here source/BlahtexCore/Parser.cpp: In member function 'std::auto_ptr blahtex::Parser::DoParse(const std::vector, std::allocator >, std::allocator, std::allocator > > >&)': source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cWhitespace' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cNewcommand' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cIllegal' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cBeginGroup' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cSuperscript' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cSubscript' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cPrime' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cCommand1Arg' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cCommand2Args' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cCommandInfix' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cLeft' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cBig' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cLimits' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cBeginEnvironment' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cShortEnvironment' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cEnterTextMode' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cStateChange' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cSymbol' not handled in switch source/BlahtexCore/Parser.cpp:955: warning: enumeration value 'cSymbolUnsafe' not handled in switch source/BlahtexCore/Parser.cpp: In member function 'std::auto_ptr blahtex::Parser::ParseMathField()': source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cWhitespace' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cNewcommand' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cIllegal' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cEndGroup' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cNextCell' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cNextRow' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cSuperscript' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cSubscript' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cPrime' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cCommand1Arg' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cCommand2Args' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cCommandInfix' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cLeft' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cRight' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cBig' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cLimits' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cBeginEnvironment' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cEndEnvironment' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cShortEnvironment' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cEnterTextMode' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cStateChange' not handled in switch source/BlahtexCore/Parser.cpp:973: warning: enumeration value 'cSymbolUnsafe' not handled in switch source/BlahtexCore/Parser.cpp: In member function 'std::auto_ptr blahtex::Parser::ParseTextField()': source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cWhitespace' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cNewcommand' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cIllegal' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cEndGroup' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cNextCell' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cNextRow' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cSuperscript' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cSubscript' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cPrime' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cCommand1Arg' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cCommand2Args' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cCommandInfix' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cLeft' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cRight' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cBig' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cLimits' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cBeginEnvironment' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cEndEnvironment' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cShortEnvironment' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cEnterTextMode' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cStateChange' not handled in switch source/BlahtexCore/Parser.cpp:1527: warning: enumeration value 'cSymbolUnsafe' not handled in switch g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexCore/ParseTree1.cpp -o bin-blahtexml/ParseTree1.o In file included from source/BlahtexCore/ParseTree.h:28, from source/BlahtexCore/ParseTree1.cpp:22: source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Node::Node(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour)': source/BlahtexCore/LayoutTree.h:94: warning: 'blahtex::LayoutTree::Node::mStyle' will be initialized after source/BlahtexCore/LayoutTree.h:67: warning: 'blahtex::LayoutTree::Node::Flavour blahtex::LayoutTree::Node::mFlavour' source/BlahtexCore/LayoutTree.h:109: warning: when initialized here source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Scripts::Scripts(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour, bool, std::auto_ptr, std::auto_ptr, std::auto_ptr)': source/BlahtexCore/LayoutTree.h:403: warning: 'blahtex::LayoutTree::Scripts::mIsSideset' will be initialized after source/BlahtexCore/LayoutTree.h:397: warning: 'std::auto_ptr blahtex::LayoutTree::Scripts::mBase' source/BlahtexCore/LayoutTree.h:414: warning: when initialized here In file included from source/BlahtexCore/ParseTree1.cpp:22: source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathDelimited::MathDelimited(std::auto_ptr, const std::wstring&, const std::wstring&)': source/BlahtexCore/ParseTree.h:545: warning: 'blahtex::ParseTree::MathDelimited::mChild' will be initialized after source/BlahtexCore/ParseTree.h:542: warning: 'std::wstring blahtex::ParseTree::MathDelimited::mLeftDelimiter' source/BlahtexCore/ParseTree.h:551: warning: when initialized here source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathEnvironment::MathEnvironment(const std::wstring&, std::auto_ptr, bool)': source/BlahtexCore/ParseTree.h:642: warning: 'blahtex::ParseTree::MathEnvironment::mTable' will be initialized after source/BlahtexCore/ParseTree.h:639: warning: 'bool blahtex::ParseTree::MathEnvironment::mIsShort' source/BlahtexCore/ParseTree.h:648: warning: when initialized here source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathList::BuildLayoutTree(const blahtex::TexProcessingState&) const': source/BlahtexCore/ParseTree1.cpp:124: warning: enumeration value 'cFlavourOrd' not handled in switch source/BlahtexCore/ParseTree1.cpp:124: warning: enumeration value 'cFlavourClose' not handled in switch source/BlahtexCore/ParseTree1.cpp:124: warning: enumeration value 'cFlavourInner' not handled in switch source/BlahtexCore/ParseTree1.cpp:114: warning: enumeration value 'cFlavourOrd' not handled in switch source/BlahtexCore/ParseTree1.cpp:114: warning: enumeration value 'cFlavourOp' not handled in switch source/BlahtexCore/ParseTree1.cpp:114: warning: enumeration value 'cFlavourOpen' not handled in switch source/BlahtexCore/ParseTree1.cpp:114: warning: enumeration value 'cFlavourInner' not handled in switch g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexCore/ParseTree2.cpp -o bin-blahtexml/ParseTree2.o source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathCommand2Args::BuildLayoutTree(const blahtex::TexProcessingState&) const': source/BlahtexCore/ParseTree1.cpp:636: warning: enumeration value 'cStyleScriptScript' not handled in switch In file included from source/BlahtexCore/ParseTree.h:28, from source/BlahtexCore/ParseTree2.cpp:22: source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Node::Node(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour)': source/BlahtexCore/LayoutTree.h:94: warning: 'blahtex::LayoutTree::Node::mStyle' will be initialized after source/BlahtexCore/LayoutTree.h:67: warning: 'blahtex::LayoutTree::Node::Flavour blahtex::LayoutTree::Node::mFlavour' source/BlahtexCore/LayoutTree.h:109: warning: when initialized here source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Scripts::Scripts(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour, bool, std::auto_ptr, std::auto_ptr, std::auto_ptr)': source/BlahtexCore/LayoutTree.h:403: warning: 'blahtex::LayoutTree::Scripts::mIsSideset' will be initialized after source/BlahtexCore/LayoutTree.h:397: warning: 'std::auto_ptr blahtex::LayoutTree::Scripts::mBase' source/BlahtexCore/LayoutTree.h:414: warning: when initialized here In file included from source/BlahtexCore/ParseTree2.cpp:22: source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathDelimited::MathDelimited(std::auto_ptr, const std::wstring&, const std::wstring&)': source/BlahtexCore/ParseTree.h:545: warning: 'blahtex::ParseTree::MathDelimited::mChild' will be initialized after source/BlahtexCore/ParseTree.h:542: warning: 'std::wstring blahtex::ParseTree::MathDelimited::mLeftDelimiter' source/BlahtexCore/ParseTree.h:551: warning: when initialized here source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathEnvironment::MathEnvironment(const std::wstring&, std::auto_ptr, bool)': source/BlahtexCore/ParseTree.h:642: warning: 'blahtex::ParseTree::MathEnvironment::mTable' will be initialized after source/BlahtexCore/ParseTree.h:639: warning: 'bool blahtex::ParseTree::MathEnvironment::mIsShort' source/BlahtexCore/ParseTree.h:648: warning: when initialized here g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexCore/ParseTree3.cpp -o bin-blahtexml/ParseTree3.o In file included from source/BlahtexCore/ParseTree.h:28, from source/BlahtexCore/ParseTree3.cpp:25: source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Node::Node(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour)': source/BlahtexCore/LayoutTree.h:94: warning: 'blahtex::LayoutTree::Node::mStyle' will be initialized after source/BlahtexCore/LayoutTree.h:67: warning: 'blahtex::LayoutTree::Node::Flavour blahtex::LayoutTree::Node::mFlavour' source/BlahtexCore/LayoutTree.h:109: warning: when initialized here source/BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Scripts::Scripts(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour, bool, std::auto_ptr, std::auto_ptr, std::auto_ptr)': source/BlahtexCore/LayoutTree.h:403: warning: 'blahtex::LayoutTree::Scripts::mIsSideset' will be initialized after source/BlahtexCore/LayoutTree.h:397: warning: 'std::auto_ptr blahtex::LayoutTree::Scripts::mBase' source/BlahtexCore/LayoutTree.h:414: warning: when initialized here In file included from source/BlahtexCore/ParseTree3.cpp:25: source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathDelimited::MathDelimited(std::auto_ptr, const std::wstring&, const std::wstring&)': source/BlahtexCore/ParseTree.h:545: warning: 'blahtex::ParseTree::MathDelimited::mChild' will be initialized after source/BlahtexCore/ParseTree.h:542: warning: 'std::wstring blahtex::ParseTree::MathDelimited::mLeftDelimiter' source/BlahtexCore/ParseTree.h:551: warning: when initialized here source/BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathEnvironment::MathEnvironment(const std::wstring&, std::auto_ptr, bool)': source/BlahtexCore/ParseTree.h:642: warning: 'blahtex::ParseTree::MathEnvironment::mTable' will be initialized after source/BlahtexCore/ParseTree.h:639: warning: 'bool blahtex::ParseTree::MathEnvironment::mIsShort' source/BlahtexCore/ParseTree.h:648: warning: when initialized here source/BlahtexCore/ParseTree3.cpp: In member function 'blahtex::MathmlFont blahtex::TexMathFont::GetMathmlApproximation() const': source/BlahtexCore/ParseTree3.cpp:123: warning: enumeration value 'cFamilyDefault' not handled in switch source/BlahtexCore/ParseTree3.cpp:137: warning: enumeration value 'cFamilyDefault' not handled in switch source/BlahtexCore/ParseTree1.cpp: In member function 'virtual std::auto_ptr blahtex::ParseTree::MathEnvironment::BuildLayoutTree(const blahtex::TexProcessingState&) const': source/BlahtexCore/ParseTree1.cpp:1046: warning: 'fencedStyle' may be used uninitialized in this function g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexCore/MathmlNode.cpp -o bin-blahtexml/MathmlNode.o g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexCore/XmlEncode.cpp -o bin-blahtexml/XmlEncode.o source/BlahtexCore/MathmlNode.cpp: In member function 'void blahtex::MathmlNode::PrintType(std::wostream&) const': source/BlahtexCore/MathmlNode.cpp:193: warning: comparison between signed and unsigned integer expressions source/BlahtexCore/MathmlNode.cpp: In member function 'void blahtex::MathmlNode::PrintAttributes(std::wostream&) const': source/BlahtexCore/MathmlNode.cpp:232: warning: comparison between signed and unsigned integer expressions source/BlahtexCore/MathmlNode.cpp: In member function 'void blahtex::MathmlNode::PrintAsSAX2(xercesc_2_8::ContentHandler&, const std::wstring&, bool) const': source/BlahtexCore/MathmlNode.cpp:293: warning: comparison between signed and unsigned integer expressions source/BlahtexCore/MathmlNode.cpp:306: warning: comparison between signed and unsigned integer expressions g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexXMLin/AttributesImpl.cpp -o bin-blahtexml/AttributesImpl.o g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexXMLin/BlahtexFilter.cpp -o bin-blahtexml/BlahtexFilter.o In file included from source/BlahtexXMLin/../BlahtexCore/Manager.h:30, from source/BlahtexXMLin/../BlahtexCore/Interface.h:30, from source/BlahtexXMLin/BlahtexFilter.h:24, from source/BlahtexXMLin/BlahtexFilter.cpp:21: source/BlahtexXMLin/../BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Node::Node(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour)': source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:94: warning: 'blahtex::LayoutTree::Node::mStyle' will be initialized after source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:67: warning: 'blahtex::LayoutTree::Node::Flavour blahtex::LayoutTree::Node::mFlavour' source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:109: warning: when initialized here source/BlahtexXMLin/../BlahtexCore/LayoutTree.h: In constructor 'blahtex::LayoutTree::Scripts::Scripts(blahtex::LayoutTree::Node::Style, blahtex::LayoutTree::Node::Flavour, blahtex::LayoutTree::Node::Limits, blahtex::RGBColour, bool, std::auto_ptr, std::auto_ptr, std::auto_ptr)': source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:403: warning: 'blahtex::LayoutTree::Scripts::mIsSideset' will be initialized after source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:397: warning: 'std::auto_ptr blahtex::LayoutTree::Scripts::mBase' source/BlahtexXMLin/../BlahtexCore/LayoutTree.h:414: warning: when initialized here In file included from source/BlahtexXMLin/../BlahtexCore/Manager.h:31, from source/BlahtexXMLin/../BlahtexCore/Interface.h:30, from source/BlahtexXMLin/BlahtexFilter.h:24, from source/BlahtexXMLin/BlahtexFilter.cpp:21: source/BlahtexXMLin/../BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathDelimited::MathDelimited(std::auto_ptr, const std::wstring&, const std::wstring&)': source/BlahtexXMLin/../BlahtexCore/ParseTree.h:545: warning: 'blahtex::ParseTree::MathDelimited::mChild' will be initialized after source/BlahtexXMLin/../BlahtexCore/ParseTree.h:542: warning: 'std::wstring blahtex::ParseTree::MathDelimited::mLeftDelimiter' source/BlahtexXMLin/../BlahtexCore/ParseTree.h:551: warning: when initialized here source/BlahtexXMLin/../BlahtexCore/ParseTree.h: In constructor 'blahtex::ParseTree::MathEnvironment::MathEnvironment(const std::wstring&, std::auto_ptr, bool)': source/BlahtexXMLin/../BlahtexCore/ParseTree.h:642: warning: 'blahtex::ParseTree::MathEnvironment::mTable' will be initialized after source/BlahtexXMLin/../BlahtexCore/ParseTree.h:639: warning: 'bool blahtex::ParseTree::MathEnvironment::mIsShort' source/BlahtexXMLin/../BlahtexCore/ParseTree.h:648: warning: when initialized here g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexXMLin/SAX2Output.cpp -o bin-blahtexml/SAX2Output.o g++ -I. -Isource -Isource/BlahtexCore -Isource/BlahtexXMLin -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -DBLAHTEXML_USING_XERCES -c source/BlahtexXMLin/XercesString.cpp -o bin-blahtexml/XercesString.o source/BlahtexXMLin/XercesString.cpp: In constructor 'XercesString::XercesString(const std::wstring&)': source/BlahtexXMLin/XercesString.cpp:46: warning: comparison between signed and unsigned integer expressions source/BlahtexXMLin/XercesString.cpp: In member function 'std::wstring XercesString::convertTowstring()': source/BlahtexXMLin/XercesString.cpp:58: warning: 'ucs4' may be used uninitialized in this function g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -o blahtexml bin-blahtexml/main.o bin-blahtexml/mainPng.o bin-blahtexml/md5.o bin-blahtexml/md5Wrapper.o bin-blahtexml/Messages.o bin-blahtexml/UnicodeConverter.o bin-blahtexml/InputSymbolTranslation.o bin-blahtexml/Interface.o bin-blahtexml/LayoutTree.o bin-blahtexml/MacroProcessor.o bin-blahtexml/Manager.o bin-blahtexml/Parser.o bin-blahtexml/ParseTree1.o bin-blahtexml/ParseTree2.o bin-blahtexml/ParseTree3.o bin-blahtexml/MathmlNode.o bin-blahtexml/XmlEncode.o bin-blahtexml/AttributesImpl.o bin-blahtexml/BlahtexFilter.o bin-blahtexml/SAX2Output.o bin-blahtexml/XercesString.o -lxerces-c + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.r5W2rT + umask 022 + cd /builddir/build/BUILD + cd blahtexml-0.6 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/blahtexml-0.6-4.fc10.ppc + install -p -D -m0755 blahtexml /builddir/build/BUILDROOT/blahtexml-0.6-4.fc10.ppc/usr/bin/blahtexml + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/blahtexml-0.6 extracting debug info from /builddir/build/BUILDROOT/blahtexml-0.6-4.fc10.ppc/usr/bin/blahtexml cpio: gcc-4.3.2-20081105/obj-ppc64-redhat-linux/ppc64-redhat-linux/libgcc: Cannot stat: No such file or directory cpio: gcc-4.3.2-20081105/obj-ppc64-redhat-linux/ppc64-redhat-linux/libgcc/crtsavres.S: Cannot stat: No such file or directory 1030 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: blahtexml-0.6-4.fc10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TpweKz + umask 022 + cd /builddir/build/BUILD + cd blahtexml-0.6 + DOCDIR=/builddir/build/BUILDROOT/blahtexml-0.6-4.fc10.ppc/usr/share/doc/blahtexml-0.6 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/blahtexml-0.6-4.fc10.ppc/usr/share/doc/blahtexml-0.6 + /bin/mkdir -p /builddir/build/BUILDROOT/blahtexml-0.6-4.fc10.ppc/usr/share/doc/blahtexml-0.6 + cp -pr README GNU-GPL example1.xml example2.xml example3.xml /builddir/build/BUILDROOT/blahtexml-0.6-4.fc10.ppc/usr/share/doc/blahtexml-0.6 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libm.so.6 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.9) libxerces-c.so.28 rtld(GNU_HASH) Processing files: blahtexml-debuginfo-0.6-4.fc10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/blahtexml-0.6-4.fc10.ppc warning: Could not canonicalize hostname: ppc2.fedora.redhat.com Wrote: /builddir/build/RPMS/blahtexml-0.6-4.fc10.ppc.rpm Wrote: /builddir/build/RPMS/blahtexml-debuginfo-0.6-4.fc10.ppc.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ThXFU2 + umask 022 + cd /builddir/build/BUILD + cd blahtexml-0.6 + rm -rf /builddir/build/BUILDROOT/blahtexml-0.6-4.fc10.ppc + exit 0 Child returncode was: 0 LEAVE do -->