Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 91479 Details for
Bug 140003
p7zip 4.20 fails to emerge with gcc 4.1.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Output of make in the /var/tmp/portage/p7zip_4.20/work/p7zip_4.20
make.err (text/plain), 11.21 KB, created by
John Whitlock
on 2006-07-11 09:15:10 UTC
(
hide
)
Description:
Output of make in the /var/tmp/portage/p7zip_4.20/work/p7zip_4.20
Filename:
MIME Type:
Creator:
John Whitlock
Created:
2006-07-11 09:15:10 UTC
Size:
11.21 KB
patch
obsolete
>mkdir -p bin >cd Common ; make all >make[1]: Entering directory `/var/tmp/portage/p7zip-4.20/work/p7zip_4.20/Common' >make[1]: Nothing to be done for `all'. >make[1]: Leaving directory `/var/tmp/portage/p7zip-4.20/work/p7zip_4.20/Common' >cd myWindows ; make all >make[1]: Entering directory `/var/tmp/portage/p7zip-4.20/work/p7zip_4.20/myWindows' >make[1]: Nothing to be done for `all'. >make[1]: Leaving directory `/var/tmp/portage/p7zip-4.20/work/p7zip_4.20/myWindows' >cd 7zip/Bundles/Alone ; make all >make[1]: Entering directory `/var/tmp/portage/p7zip-4.20/work/p7zip_4.20/7zip/Bundles/Alone' >x86_64-pc-linux-gnu-g++ -Wall -march=athlon64 -O2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNDEBUG -D_REENTRANT -DENV_UNIX -DEXCLUDE_COM -DNO_REGISTRY -DFORMAT_7Z -DFORMAT_BZIP2 -DFORMAT_ZIP -DFORMAT_TAR -DFORMAT_GZIP -DCOMPRESS_LZMA -DCOMPRESS_BCJ_X86 -DFORMAT_SPLIT -DFORMAT_Z -DCOMPRESS_BCJ2 -DCOMPRESS_COPY -DCOMPRESS_MF_MT -DCOMPRESS_PPMD -DCOMPRESS_DEFLATE -DCOMPRESS_DEFLATE64 -DCOMPRESS_IMPLODE -DCOMPRESS_BZIP2 -DCRYPTO_ZIP -DCRYPTO_7ZAES -DCRYPTO_AES -c -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zDecode.cpp >../../../Common/MyWindows.h:99: warning: 'struct IUnknown' has virtual functions but non-virtual destructor >../../../include_windows/windows.h:137: warning: 'struct ISequentialStream' has virtual functions but non-virtual destructor >../../Archive/7z/../../IStream.h:14: warning: 'struct ISequentialInStream' has virtual functions but non-virtual destructor >../../Archive/7z/../../IStream.h:32: warning: 'struct ISequentialOutStream' has virtual functions but non-virtual destructor >../../Archive/7z/../../IStream.h:43: warning: 'struct IInStream' has virtual functions but non-virtual destructor >../../Archive/7z/../../IStream.h:53: warning: 'struct IOutStream' has virtual functions but non-virtual destructor >../../Archive/7z/../../IStream.h:64: warning: 'struct IStreamGetSize' has virtual functions but non-virtual destructor >../../Archive/7z/../../IStream.h:74: warning: 'struct IOutStreamFlush' has virtual functions but non-virtual destructor >../../Archive/7z/../../IPassword.h:14: warning: 'struct ICryptoSetPassword' has virtual functions but non-virtual destructor >../../Archive/7z/../../IPassword.h:23: warning: 'struct ICryptoSetCRC' has virtual functions but non-virtual destructor >../../Archive/7z/../../IPassword.h:32: warning: 'struct ICryptoGetTextPassword' has virtual functions but non-virtual destructor >../../Archive/7z/../../IPassword.h:41: warning: 'struct ICryptoGetTextPassword2' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:13: warning: 'struct ICompressProgressInfo' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:22: warning: 'struct ICompressCoder' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:35: warning: 'struct ICompressCoder2' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:69: warning: 'struct ICompressSetCoderProperties' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:90: warning: 'struct ICompressSetDecoderProperties2' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:99: warning: 'struct ICompressWriteCoderProperties' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:108: warning: 'struct ICompressGetInStreamProcessedSize' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:117: warning: 'struct ICompressGetSubStreamSize' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:126: warning: 'struct ICompressSetInStream' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:136: warning: 'struct ICompressSetOutStream' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:146: warning: 'struct ICompressSetInStreamSize' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:155: warning: 'struct ICompressSetOutStreamSize' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:164: warning: 'struct ICompressFilter' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../ICoder.h:179: warning: 'struct ICryptoProperties' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/CoderMixer2.h:159: warning: 'class NCoderMixer2::CCoderMixer2' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/../../Common/StreamBinder.h:10: warning: 'class CStreamBinder' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/CoderMixer2MT.h:66: warning: 'class NCoderMixer2::CCoderMixer2MT' has virtual functions but non-virtual destructor >../../Archive/7z/../../Common/LockedStream.h:24: warning: 'class CLockedSequentialInStreamImp' has virtual functions but non-virtual destructor >../../Archive/7z/../../Common/StreamObjects.h:51: warning: 'class CSequentialInStreamImp' has virtual functions but non-virtual destructor >../../Archive/7z/../../Common/StreamObjects.h:94: warning: 'class CSequentialOutStreamImp' has virtual functions but non-virtual destructor >../../Archive/7z/../../Common/StreamObjects.h:120: warning: 'class CSequentialOutStreamImp2' has virtual functions but non-virtual destructor >../../Archive/7z/../../Common/StreamObjects.h:142: warning: 'class CSequentialInStreamSizeCount' has virtual functions but non-virtual destructor >../../Archive/7z/../../Common/StreamObjects.h:162: warning: 'class CSequentialInStreamRollback' has virtual functions but non-virtual destructor >../../Archive/7z/../../Common/StreamObjects.h: In constructor 'CSequentialInStreamRollback::CSequentialInStreamRollback(size_t)': >../../Archive/7z/../../Common/StreamObjects.h:165: warning: 'CSequentialInStreamRollback::_bufferSize' will be initialized after >../../Archive/7z/../../Common/StreamObjects.h:164: warning: 'Byte* CSequentialInStreamRollback::_buffer' >../../Archive/7z/../../Common/StreamObjects.h:171: warning: when initialized here >../../Archive/7z/../../Common/StreamObjects.h: At global scope: >../../Archive/7z/../../Common/StreamObjects.h:201: warning: 'class CSequentialOutStreamSizeCount' has virtual functions but non-virtual destructor >../../Archive/7z/../../Common/../IProgress.h:14: warning: 'struct IProgress' has virtual functions but non-virtual destructor >../../Archive/7z/../../Common/ProgressUtils.h:14: warning: 'class CLocalCompressProgressInfo' has virtual functions but non-virtual destructor >../../Archive/7z/../../Common/ProgressUtils.h:32: warning: 'class CLocalProgress' has virtual functions but non-virtual destructor >../../Archive/7z/../../Common/LimitedStreams.h:12: warning: 'class CLimitedSequentialInStream' has virtual functions but non-virtual destructor >../../Archive/7z/../Common/FilterCoder.h:32: warning: 'class CFilterCoder' has virtual functions but non-virtual destructor >../../Archive/7z/../../Compress/PPMD/PPMDSubAlloc.h: In member function 'void CSubAllocator::InitSubAllocator()': >../../Archive/7z/../../Compress/PPMD/PPMDSubAlloc.h:125: warning: comparison between signed and unsigned integer expressions >../../Archive/7z/../../Compress/PPMD/PPMDSubAlloc.h:126: warning: comparison between signed and unsigned integer expressions >../../Archive/7z/../../Compress/PPMD/PPMDSubAlloc.h:127: warning: comparison between signed and unsigned integer expressions >../../Archive/7z/../../Compress/PPMD/PPMDSubAlloc.h:128: warning: comparison between signed and unsigned integer expressions >../../Archive/7z/../../Compress/PPMD/PPMDSubAlloc.h: In member function 'void CSubAllocator::GlueFreeBlocks()': >../../Archive/7z/../../Compress/PPMD/PPMDSubAlloc.h:142: warning: comparison between signed and unsigned integer expressions >../../Archive/7z/../../Compress/PPMD/PPMDSubAlloc.h: In member function 'void* CSubAllocator::AllocUnitsRare(int)': >../../Archive/7z/../../Compress/PPMD/PPMDSubAlloc.h:180: warning: comparison between signed and unsigned integer expressions >../../Archive/7z/../../Compress/PPMD/PPMDContext.h: At global scope: >../../Archive/7z/../../Compress/PPMD/PPMDContext.h:71: warning: 'packed' attribute ignored for field of type 'NCompress::NPPMD::SEE2_CONTEXT [25][16]' >../../Archive/7z/../../Compress/PPMD/PPMDContext.h:71: warning: 'packed' attribute ignored for field of type 'NCompress::NPPMD::SEE2_CONTEXT' >../../Archive/7z/../../Compress/PPMD/PPMDDecoder.h:21: warning: 'class NCompress::NPPMD::CDecoder' has virtual functions but non-virtual destructor >../../Archive/7z/../../Compress/Branch/BranchCoder.h:15: warning: 'class CBranchConverter' has virtual functions but non-virtual destructor >../../Archive/7z/../../Compress/Branch/x86.h:16: warning: 'class CBCJ_x86_Encoder' has virtual functions but non-virtual destructor >../../Archive/7z/../../Compress/Branch/x86.h:16: warning: 'class CBCJ_x86_Decoder' has virtual functions but non-virtual destructor >../../Archive/7z/../../Compress/Branch/x86_2.h:28: warning: 'class CBCJ2_x86_Encoder' has virtual functions but non-virtual destructor >../../Archive/7z/../../Compress/Branch/x86_2.h:85: warning: 'class CBCJ2_x86_Decoder' has virtual functions but non-virtual destructor >../../Archive/7z/../../Compress/Deflate/DeflateDecoder.h:50: error: extra qualification 'NCompress::NDeflate::NDecoder::CCoder::' on member 'ReleaseStreams' >../../Archive/7z/../../Compress/Deflate/DeflateDecoder.h:90: warning: 'class NCompress::NDeflate::NDecoder::CCOMCoder' has virtual functions but non-virtual destructor >../../Archive/7z/../../Compress/Deflate/DeflateDecoder.h:110: warning: 'class NCompress::NDeflate::NDecoder::CCOMCoder64' has virtual functions but non-virtual destructor >../../Archive/7z/../../Compress/BZip2/BZip2Decoder.h:39: warning: 'class NCompress::NBZip2::CDecoder' has virtual functions but non-virtual destructor >../../Archive/7z/../../Compress/Copy/CopyCoder.h:14: warning: 'class NCompress::CCopyCoder' has virtual functions but non-virtual destructor >../../Archive/7z/../../Compress/Copy/CopyCoder.h: In constructor 'NCompress::CCopyCoder::CCopyCoder()': >../../Archive/7z/../../Compress/Copy/CopyCoder.h:17: warning: 'NCompress::CCopyCoder::TotalSize' will be initialized after >../../Archive/7z/../../Compress/Copy/CopyCoder.h:15: warning: 'Byte* NCompress::CCopyCoder::_buffer' >../../Archive/7z/../../Compress/Copy/CopyCoder.h:18: warning: when initialized here >../../Archive/7z/../../Crypto/7zAES/7zAES.h: In member function 'void NCrypto::NSevenZ::CKeyInfo::Init()': >../../Archive/7z/../../Crypto/7zAES/7zAES.h:48: warning: comparison between signed and unsigned integer expressions >../../Archive/7z/../../Crypto/7zAES/7zAES.h: At global scope: >../../Archive/7z/../../Crypto/7zAES/7zAES.h:80: warning: 'class NCrypto::NSevenZ::CBaseCoder' has virtual functions but non-virtual destructor >../../Archive/7z/../../Crypto/7zAES/7zAES.h:101: warning: 'class NCrypto::NSevenZ::CEncoder' has virtual functions but non-virtual destructor >../../Archive/7z/../../Crypto/7zAES/7zAES.h:113: warning: 'class NCrypto::NSevenZ::CDecoder' has virtual functions but non-virtual destructor >make[1]: *** [7zDecode.o] Error 1 >make[1]: Leaving directory `/var/tmp/portage/p7zip-4.20/work/p7zip_4.20/7zip/Bundles/Alone' >make: *** [7za] Error 2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 140003
: 91479 |
91480