Your message dated Thu, 10 Apr 2008 17:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#474847: fixed in nxcomp 3.1.0-6-3
has caused the Debian Bug report #474847,
regarding nxcomp: FTBFS: Loop.cpp:32:21: error: fstream.h: No such file or 
directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
474847: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474847
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: nxcomp
Version: 3.1.0-6-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080407 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> g++ -c -O3 -fno-rtti -fno-exceptions -Wmissing-declarations -Wnested-externs 
> -fPIC -DIN_ADDR_T=in_addr_t -DVERSION=\"3.1.0\"  -DPACKAGE_NAME=\"\" 
> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
> -DPACKAGE_BUGREPORT=\"\" -DX_DISPLAY_MISSING=1 -Wall -Wpointer-arith   
> Loop.cpp
> cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC 
> but not for C++
> Loop.cpp:32:21: error: fstream.h: No such file or directory
> In file included from Loop.cpp:79:
> Misc.h:21:22: error: iostream.h: No such file or directory
> In file included from Loop.cpp:79:
> Misc.h:115: error: expected initializer before '*' token
> Misc.h:244: error: 'istream' was not declared in this scope
> Misc.h:244: error: 'fs' was not declared in this scope
> Misc.h:245: error: redefinition of 'int CheckData'
> Misc.h:244: error: 'int CheckData' previously defined here
> Misc.h:245: error: 'ostream' was not declared in this scope
> Misc.h:245: error: 'fs' was not declared in this scope
> Misc.h:246: error: 'ostream' was not declared in this scope
> Misc.h:246: error: 'fs' was not declared in this scope
> Misc.h:246: error: expected primary-expression before 'const'
> Misc.h:246: error: expected primary-expression before 'int'
> Misc.h:246: error: initializer expression list treated as compound expression
> Misc.h:247: error: 'istream' was not declared in this scope
> Misc.h:247: error: 'fs' was not declared in this scope
> Misc.h:247: error: expected primary-expression before 'unsigned'
> Misc.h:247: error: expected primary-expression before 'int'
> Misc.h:247: error: initializer expression list treated as compound expression
> Misc.h:248: error: 'ostream' was not declared in this scope
> Misc.h:248: error: 'fs' was not declared in this scope
> In file included from ClientStore.h:21,
>                  from Channel.h:27,
>                  from Proxy.h:31,
>                  from Agent.h:29,
>                  from Loop.cpp:85:
> Message.h:956: error: 'ostream' has not been declared
> Message.h:960: error: 'istream' has not been declared
> Message.h: In member function 'void MessageStore::validateSize(int)':
> Message.h:406: error: 'logofs' was not declared in this scope
> Message.h:409: error: 'cerr' was not declared in this scope
> Message.h: In member function 'void MessageStore::validateSize(int, int)':
> Message.h:422: error: 'logofs' was not declared in this scope
> Message.h:427: error: 'cerr' was not declared in this scope
> Message.h: In member function 'Message* MessageStore::get(int) const':
> Message.h:723: error: 'logofs' was not declared in this scope
> Message.h:728: error: 'cerr' was not declared in this scope
> Message.h:737: error: 'logofs' was not declared in this scope
> Message.h:742: error: 'cerr' was not declared in this scope
> Message.h: In member function 'md5_byte_t* const 
> MessageStore::getChecksum(const Message*) const':
> Message.h:839: error: 'logofs' was not declared in this scope
> Message.h:844: error: 'cerr' was not declared in this scope
> In file included from Channel.h:27,
>                  from Proxy.h:31,
>                  from Agent.h:29,
>                  from Loop.cpp:85:
> ClientStore.h: At global scope:
> ClientStore.h:101: error: 'ostream' has not been declared
> ClientStore.h:105: error: 'istream' has not been declared
> In file included from Channel.h:28,
>                  from Proxy.h:31,
>                  from Agent.h:29,
>                  from Loop.cpp:85:
> ServerStore.h:50: error: 'ostream' has not been declared
> ServerStore.h:54: error: 'ostream' has not been declared
> ServerStore.h:59: error: 'istream' has not been declared
> ServerStore.h:62: error: 'istream' has not been declared
> In file included from Proxy.h:31,
>                  from Agent.h:29,
>                  from Loop.cpp:85:
> Channel.h: In member function 'int Channel::canCleanStore(MessageStore*)':
> Channel.h:505: warning: suggest parentheses around && within ||
> Channel.h: In member function 'void Channel::validateSize(const char*, int, 
> int, int, int)':
> Channel.h:528: error: 'logofs' was not declared in this scope
> Channel.h:533: error: 'cerr' was not declared in this scope
> In file included from Agent.h:29,
>                  from Loop.cpp:85:
> Proxy.h: At global scope:
> Proxy.h:233: error: 'ostream' has not been declared
> Proxy.h:995: error: 'ostream' has not been declared
> Proxy.h:1004: error: 'istream' has not been declared
> Proxy.h:1251: error: ISO C++ forbids declaration of 'ostream' with no type
> Proxy.h:1251: error: expected ';' before '*' token
> In file included from Loop.cpp:87:
> ClientProxy.h:73: error: 'ostream' has not been declared
> ClientProxy.h:76: error: 'istream' has not been declared
> In file included from Loop.cpp:88:
> ServerProxy.h:88: error: 'ostream' has not been declared
> ServerProxy.h:91: error: 'istream' has not been declared
> Loop.cpp:264: error: expected constructor, destructor, or type conversion 
> before '*' token
> Loop.cpp:271: error: expected constructor, destructor, or type conversion 
> before '*' token
> Loop.cpp:272: error: expected constructor, destructor, or type conversion 
> before '*' token
> Loop.cpp:279: error: expected initializer before '*' token
> Loop.cpp:652: error: 'ostream' has not been declared
> Loop.cpp:653: error: 'ostream' has not been declared
> Loop.cpp: In function 'int NXTransProxy(int, int, const char*)':
> Loop.cpp:1136: error: 'logofs' was not declared in this scope
> Loop.cpp:1138: error: 'cerr' was not declared in this scope
> Loop.cpp:1202: error: 'cerr' was not declared in this scope
> Loop.cpp:1213: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void NXTransExit(int)':
> Loop.cpp:1246: error: 'logofs' was not declared in this scope
> Loop.cpp:1248: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int NXTransCreate(int, int, const char*)':
> Loop.cpp:1312: error: 'logofs' was not declared in this scope
> Loop.cpp:1314: error: 'cerr' was not declared in this scope
> Loop.cpp:1335: error: 'logofs' was not declared in this scope
> Loop.cpp:1339: error: 'cerr' was not declared in this scope
> Loop.cpp:1350: error: 'logofs' was not declared in this scope
> Loop.cpp:1354: error: 'cerr' was not declared in this scope
> Loop.cpp:1377: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int NXTransAgent(int*)':
> Loop.cpp:1428: error: 'logofs' was not declared in this scope
> Loop.cpp:1430: error: 'cerr' was not declared in this scope
> Loop.cpp:1440: error: 'cerr' was not declared in this scope
> Loop.cpp:1447: error: 'logofs' was not declared in this scope
> Loop.cpp:1451: error: 'cerr' was not declared in this scope
> Loop.cpp:1479: error: 'logofs' was not declared in this scope
> Loop.cpp:1483: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int NXTransClose(int)':
> Loop.cpp:1498: error: 'logofs' was not declared in this scope
> Loop.cpp:1500: error: 'cerr' was not declared in this scope
> Loop.cpp:1511: warning: suggest parentheses around && within ||
> Loop.cpp: In function 'int NXTransDestroy(int)':
> Loop.cpp:1541: error: 'logofs' was not declared in this scope
> Loop.cpp:1543: error: 'cerr' was not declared in this scope
> Loop.cpp:1548: warning: suggest parentheses around && within ||
> Loop.cpp: In function 'int NXTransSignal(int, int)':
> Loop.cpp:1650: error: 'logofs' was not declared in this scope
> Loop.cpp:1652: error: 'cerr' was not declared in this scope
> Loop.cpp:1712: error: 'logofs' was not declared in this scope
> Loop.cpp:1717: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int NXTransHandler(int, int, void (*)(void*, int), 
> void*)':
> Loop.cpp:1748: error: 'logofs' was not declared in this scope
> Loop.cpp:1750: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int NXTransRead(int, char*, int)':
> Loop.cpp:1799: error: 'logofs' was not declared in this scope
> Loop.cpp:1801: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int NXTransReadVector(int, iovec*, int)':
> Loop.cpp:1844: error: 'logofs' was not declared in this scope
> Loop.cpp:1846: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int NXTransReadable(int, int*)':
> Loop.cpp:1940: error: 'logofs' was not declared in this scope
> Loop.cpp:1942: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int NXTransWrite(int, char*, int)':
> Loop.cpp:2069: error: 'logofs' was not declared in this scope
> Loop.cpp:2071: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int NXTransWriteVector(int, iovec*, int)':
> Loop.cpp:2195: error: 'logofs' was not declared in this scope
> Loop.cpp:2197: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int NXTransChannel(int, int, int)':
> Loop.cpp:2532: error: 'logofs' was not declared in this scope
> Loop.cpp:2544: error: 'logofs' was not declared in this scope
> Loop.cpp: In function 'int NXTransPrepare(int*, fd_set*, fd_set*, timeval*)':
> Loop.cpp:2669: error: 'logofs' was not declared in this scope
> Loop.cpp:2671: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int NXTransSelect(int*, int*, int*, fd_set*, fd_set*, 
> timeval*)':
> Loop.cpp:2800: error: 'logofs' was not declared in this scope
> Loop.cpp:2802: error: 'cerr' was not declared in this scope
> Loop.cpp:2974: error: 'logofs' was not declared in this scope
> Loop.cpp:2979: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int NXTransExecute(int*, int*, int*, fd_set*, fd_set*, 
> timeval*)':
> Loop.cpp:2997: error: 'logofs' was not declared in this scope
> Loop.cpp:2999: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int InitBeforeNegotiation()':
> Loop.cpp:3222: error: 'cerr' was not declared in this scope
> Loop.cpp:3246: error: 'logofs' was not declared in this scope
> Loop.cpp: In function 'int SetupProxyConnection()':
> Loop.cpp:3368: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int InitAfterNegotiation()':
> Loop.cpp:3439: error: 'cerr' was not declared in this scope
> Loop.cpp:3440: error: 'logofs' was not declared in this scope
> Loop.cpp: In function 'int SetMode(int)':
> Loop.cpp:3576: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetupProxyInstance()':
> Loop.cpp:3600: error: 'logofs' was not declared in this scope
> Loop.cpp:3604: error: 'cerr' was not declared in this scope
> Loop.cpp:3618: error: 'logofs' was not declared in this scope
> Loop.cpp:3622: error: 'cerr' was not declared in this scope
> Loop.cpp:3673: error: 'logofs' was not declared in this scope
> Loop.cpp:3677: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetupAuthInstance()':
> Loop.cpp:3753: error: 'logofs' was not declared in this scope
> Loop.cpp:3757: error: 'cerr' was not declared in this scope
> Loop.cpp:3769: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetupAgentInstance()':
> Loop.cpp:3812: error: 'logofs' was not declared in this scope
> Loop.cpp:3816: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetupTcpSocket()':
> Loop.cpp:3836: error: 'logofs' was not declared in this scope
> Loop.cpp:3841: error: 'cerr' was not declared in this scope
> Loop.cpp:3862: error: 'logofs' was not declared in this scope
> Loop.cpp:3867: error: 'cerr' was not declared in this scope
> Loop.cpp:3877: error: 'logofs' was not declared in this scope
> Loop.cpp:3882: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetupUnixSocket()':
> Loop.cpp:3903: error: 'logofs' was not declared in this scope
> Loop.cpp:3908: error: 'cerr' was not declared in this scope
> Loop.cpp:3948: error: 'logofs' was not declared in this scope
> Loop.cpp:3953: error: 'cerr' was not declared in this scope
> Loop.cpp:3963: error: 'logofs' was not declared in this scope
> Loop.cpp:3968: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetupDisplaySocket(int&, sockaddr*&, unsigned 
> int&)':
> Loop.cpp:4013: error: 'logofs' was not declared in this scope
> Loop.cpp:4017: error: 'cerr' was not declared in this scope
> Loop.cpp:4026: error: 'logofs' was not declared in this scope
> Loop.cpp:4030: error: 'cerr' was not declared in this scope
> Loop.cpp:4041: error: 'logofs' was not declared in this scope
> Loop.cpp:4046: error: 'cerr' was not declared in this scope
> Loop.cpp:4060: error: 'logofs' was not declared in this scope
> Loop.cpp:4064: error: 'cerr' was not declared in this scope
> Loop.cpp:4076: error: 'logofs' was not declared in this scope
> Loop.cpp:4080: error: 'cerr' was not declared in this scope
> Loop.cpp:4142: error: 'logofs' was not declared in this scope
> Loop.cpp:4146: error: 'cerr' was not declared in this scope
> Loop.cpp:4191: error: 'logofs' was not declared in this scope
> Loop.cpp:4195: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetupServiceSockets()':
> Loop.cpp:4284: error: 'logofs' was not declared in this scope
> Loop.cpp:4288: error: 'cerr' was not declared in this scope
> Loop.cpp:4319: error: 'logofs' was not declared in this scope
> Loop.cpp:4323: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ListenConnection(int, const char*)':
> Loop.cpp:4344: error: 'logofs' was not declared in this scope
> Loop.cpp:4349: error: 'cerr' was not declared in this scope
> Loop.cpp:4367: error: 'logofs' was not declared in this scope
> Loop.cpp:4372: error: 'cerr' was not declared in this scope
> Loop.cpp:4382: error: 'logofs' was not declared in this scope
> Loop.cpp:4387: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int AcceptConnection(int, int, const char*)':
> Loop.cpp:4442: error: 'logofs' was not declared in this scope
> Loop.cpp:4447: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void HandleShutdown()':
> Loop.cpp:4460: error: 'logofs' was not declared in this scope
> Loop.cpp:4478: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int KillProcess(int, const char*, int, int)':
> Loop.cpp:4543: error: 'logofs' was not declared in this scope
> Loop.cpp:4548: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int CheckProcess(int, const char*)':
> Loop.cpp:4582: error: 'logofs' was not declared in this scope
> Loop.cpp:4587: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int StartKeeper()':
> Loop.cpp:4642: error: 'logofs' was not declared in this scope
> Loop.cpp:4646: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void CleanupStreams()':
> Loop.cpp:4805: error: 'logofs' was not declared in this scope
> Loop.cpp:4805: error: 'cerr' was not declared in this scope
> Loop.cpp:4808: error: 'flush' was not declared in this scope
> Loop.cpp:4810: error: type '<type error>' argument given to 'delete', 
> expected pointer
> Loop.cpp:4820: error: 'statofs' was not declared in this scope
> Loop.cpp:4820: error: 'cerr' was not declared in this scope
> Loop.cpp:4823: error: 'flush' was not declared in this scope
> Loop.cpp:4825: error: type '<type error>' argument given to 'delete', 
> expected pointer
> Loop.cpp:4830: error: 'errofs' was not declared in this scope
> Loop.cpp:4832: error: 'flush' was not declared in this scope
> Loop.cpp:4834: error: 'cerr' was not declared in this scope
> Loop.cpp:4838: error: 'errsbuf' was not declared in this scope
> Loop.cpp:4844: error: type '<type error>' argument given to 'delete', 
> expected pointer
> Loop.cpp: In function 'void CleanupChildren()':
> Loop.cpp:4916: error: 'logofs' was not declared in this scope
> Loop.cpp:4927: error: 'logofs' was not declared in this scope
> Loop.cpp: In function 'int CheckAbort()':
> Loop.cpp:5385: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void HandleAbort()':
> Loop.cpp:5398: error: 'logofs' was not declared in this scope
> Loop.cpp:5400: error: 'cerr' was not declared in this scope
> Loop.cpp:5403: error: 'logofs' was not declared in this scope
> Loop.cpp:5403: error: 'flush' was not declared in this scope
> Loop.cpp:5422: error: 'cerr' was not declared in this scope
> Loop.cpp:5426: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void KeeperCallback()':
> Loop.cpp:5541: error: 'logofs' was not declared in this scope
> Loop.cpp: In function 'void EnableSignals()':
> Loop.cpp:5680: error: 'logofs' was not declared in this scope
> Loop.cpp:5685: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void RestoreSignal(int)':
> Loop.cpp:5775: error: 'logofs' was not declared in this scope
> Loop.cpp:5780: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void HandleSignal(int)':
> Loop.cpp:5807: error: 'logofs' was not declared in this scope
> Loop.cpp:5809: error: 'cerr' was not declared in this scope
> Loop.cpp:5980: error: 'logofs' was not declared in this scope
> Loop.cpp: In function 'int WaitChild(int, const char*, int)':
> Loop.cpp:6122: error: 'logofs' was not declared in this scope
> Loop.cpp: In function 'int CheckChild(int, int)':
> Loop.cpp:6170: error: 'logofs' was not declared in this scope
> Loop.cpp:6176: error: 'cerr' was not declared in this scope
> Loop.cpp:6201: error: 'logofs' was not declared in this scope
> Loop.cpp:6206: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int CheckParent(char*, char*, int)':
> Loop.cpp:6258: error: 'logofs' was not declared in this scope
> Loop.cpp:6263: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void HandleTimer(int)':
> Loop.cpp:6294: error: 'logofs' was not declared in this scope
> Loop.cpp:6299: error: 'cerr' was not declared in this scope
> Loop.cpp:6306: error: 'logofs' was not declared in this scope
> Loop.cpp:6312: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void SetTimer(int)':
> Loop.cpp:6330: error: 'logofs' was not declared in this scope
> Loop.cpp:6335: error: 'cerr' was not declared in this scope
> Loop.cpp:6395: error: 'logofs' was not declared in this scope
> Loop.cpp:6400: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void ResetTimer()':
> Loop.cpp:6438: error: 'logofs' was not declared in this scope
> Loop.cpp:6443: error: 'cerr' was not declared in this scope
> Loop.cpp:6451: error: 'logofs' was not declared in this scope
> Loop.cpp:6456: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int WaitForRemote(int)':
> Loop.cpp:6494: error: 'logofs' was not declared in this scope
> Loop.cpp:6498: error: 'cerr' was not declared in this scope
> Loop.cpp:6510: error: 'logofs' was not declared in this scope
> Loop.cpp:6515: error: 'cerr' was not declared in this scope
> Loop.cpp:6556: error: 'logofs' was not declared in this scope
> Loop.cpp:6561: error: 'cerr' was not declared in this scope
> Loop.cpp:6571: error: 'logofs' was not declared in this scope
> Loop.cpp:6576: error: 'cerr' was not declared in this scope
> Loop.cpp:6600: error: 'cerr' was not declared in this scope
> Loop.cpp:6645: error: 'logofs' was not declared in this scope
> Loop.cpp:6666: error: 'logofs' was not declared in this scope
> Loop.cpp:6698: error: 'logofs' was not declared in this scope
> Loop.cpp:6720: error: 'logofs' was not declared in this scope
> Loop.cpp:6731: error: 'logofs' was not declared in this scope
> Loop.cpp: In function 'int ConnectToRemote(const char*, int)':
> Loop.cpp:6773: error: 'logofs' was not declared in this scope
> Loop.cpp:6777: error: 'cerr' was not declared in this scope
> Loop.cpp:6789: error: 'cerr' was not declared in this scope
> Loop.cpp:6791: error: 'logofs' was not declared in this scope
> Loop.cpp: In function 'int ReadProxyVersion(int)':
> Loop.cpp:7189: error: 'logofs' was not declared in this scope
> Loop.cpp:7193: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ReadProxyOptions(int)':
> Loop.cpp:7306: error: 'logofs' was not declared in this scope
> Loop.cpp:7311: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ReadProxyCaches(int)':
> Loop.cpp:7497: error: 'logofs' was not declared in this scope
> Loop.cpp:7502: error: 'cerr' was not declared in this scope
> Loop.cpp:7528: error: 'logofs' was not declared in this scope
> Loop.cpp:7533: error: 'cerr' was not declared in this scope
> Loop.cpp:7595: error: 'logofs' was not declared in this scope
> Loop.cpp:7599: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ReadForwarderVersion(int)':
> Loop.cpp:7656: error: 'logofs' was not declared in this scope
> Loop.cpp:7660: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ReadForwarderOptions(int)':
> Loop.cpp:7716: error: 'logofs' was not declared in this scope
> Loop.cpp:7721: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ReadRemoteData(int, char*, int, char)':
> Loop.cpp:7740: error: 'logofs' was not declared in this scope
> Loop.cpp:7744: error: 'cerr' was not declared in this scope
> Loop.cpp:7781: error: 'logofs' was not declared in this scope
> Loop.cpp:7785: error: 'cerr' was not declared in this scope
> Loop.cpp:7830: error: 'logofs' was not declared in this scope
> Loop.cpp:7836: error: 'cerr' was not declared in this scope
> Loop.cpp:7857: error: 'logofs' was not declared in this scope
> Loop.cpp:7863: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ParseEnvironmentOptions(const char*, int)':
> Loop.cpp:7920: error: 'logofs' was not declared in this scope
> Loop.cpp:7922: error: 'cerr' was not declared in this scope
> Loop.cpp:7993: error: 'logofs' was not declared in this scope
> Loop.cpp:7998: error: 'cerr' was not declared in this scope
> Loop.cpp:8019: error: 'logofs' was not declared in this scope
> Loop.cpp:8023: error: 'cerr' was not declared in this scope
> Loop.cpp:8076: error: 'logofs' was not declared in this scope
> Loop.cpp:8080: error: 'cerr' was not declared in this scope
> Loop.cpp:8102: error: 'logofs' was not declared in this scope
> Loop.cpp:8106: error: 'cerr' was not declared in this scope
> Loop.cpp:8149: error: 'logofs' was not declared in this scope
> Loop.cpp:8153: error: 'cerr' was not declared in this scope
> Loop.cpp:8168: error: 'logofs' was not declared in this scope
> Loop.cpp:8172: error: 'cerr' was not declared in this scope
> Loop.cpp:8206: error: 'logofs' was not declared in this scope
> Loop.cpp:8213: error: 'cerr' was not declared in this scope
> Loop.cpp:8229: error: 'logofs' was not declared in this scope
> Loop.cpp:8236: error: 'cerr' was not declared in this scope
> Loop.cpp:8252: error: 'logofs' was not declared in this scope
> Loop.cpp:8259: error: 'cerr' was not declared in this scope
> Loop.cpp:8401: error: 'logofs' was not declared in this scope
> Loop.cpp:8405: error: 'cerr' was not declared in this scope
> Loop.cpp:8420: error: 'logofs' was not declared in this scope
> Loop.cpp:8424: error: 'cerr' was not declared in this scope
> Loop.cpp:8448: error: 'logofs' was not declared in this scope
> Loop.cpp:8453: error: 'cerr' was not declared in this scope
> Loop.cpp:8520: error: 'logofs' was not declared in this scope
> Loop.cpp:8524: error: 'cerr' was not declared in this scope
> Loop.cpp:8604: error: 'logofs' was not declared in this scope
> Loop.cpp:8608: error: 'cerr' was not declared in this scope
> Loop.cpp:8639: error: 'logofs' was not declared in this scope
> Loop.cpp:8643: error: 'cerr' was not declared in this scope
> Loop.cpp:8710: error: 'logofs' was not declared in this scope
> Loop.cpp:8715: error: 'cerr' was not declared in this scope
> Loop.cpp:8745: error: 'logofs' was not declared in this scope
> Loop.cpp: In function 'int ParseCommandLineOptions(int, const char**)':
> Loop.cpp:8792: error: 'logofs' was not declared in this scope
> Loop.cpp:8794: error: 'cerr' was not declared in this scope
> Loop.cpp:8886: error: 'logofs' was not declared in this scope
> Loop.cpp:8890: error: 'cerr' was not declared in this scope
> Loop.cpp:8916: error: 'logofs' was not declared in this scope
> Loop.cpp:8920: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ParseFileOptions(const char*)':
> Loop.cpp:9019: error: 'cerr' was not declared in this scope
> Loop.cpp:9051: error: 'logofs' was not declared in this scope
> Loop.cpp:9056: error: 'cerr' was not declared in this scope
> Loop.cpp:9075: error: 'logofs' was not declared in this scope
> Loop.cpp:9080: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ParseRemoteOptions(char*)':
> Loop.cpp:9188: error: 'logofs' was not declared in this scope
> Loop.cpp:9193: error: 'cerr' was not declared in this scope
> Loop.cpp:9200: error: 'logofs' was not declared in this scope
> Loop.cpp:9205: error: 'cerr' was not declared in this scope
> Loop.cpp:9224: error: 'logofs' was not declared in this scope
> Loop.cpp:9229: error: 'cerr' was not declared in this scope
> Loop.cpp:9236: error: 'logofs' was not declared in this scope
> Loop.cpp:9241: error: 'cerr' was not declared in this scope
> Loop.cpp:9261: error: 'logofs' was not declared in this scope
> Loop.cpp:9266: error: 'cerr' was not declared in this scope
> Loop.cpp:9273: error: 'logofs' was not declared in this scope
> Loop.cpp:9278: error: 'cerr' was not declared in this scope
> Loop.cpp:9305: error: 'logofs' was not declared in this scope
> Loop.cpp:9310: error: 'cerr' was not declared in this scope
> Loop.cpp:9336: error: 'logofs' was not declared in this scope
> Loop.cpp:9341: error: 'cerr' was not declared in this scope
> Loop.cpp:9362: error: 'logofs' was not declared in this scope
> Loop.cpp:9367: error: 'cerr' was not declared in this scope
> Loop.cpp:9374: error: 'logofs' was not declared in this scope
> Loop.cpp:9379: error: 'cerr' was not declared in this scope
> Loop.cpp:9456: error: 'logofs' was not declared in this scope
> Loop.cpp:9461: error: 'cerr' was not declared in this scope
> Loop.cpp:9599: error: 'logofs' was not declared in this scope
> Loop.cpp:9604: error: 'cerr' was not declared in this scope
> Loop.cpp:9692: error: 'logofs' was not declared in this scope
> Loop.cpp:9696: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ParseForwarderOptions(char*)':
> Loop.cpp:9748: error: 'logofs' was not declared in this scope
> Loop.cpp:9753: error: 'cerr' was not declared in this scope
> Loop.cpp:9764: error: 'logofs' was not declared in this scope
> Loop.cpp:9769: error: 'cerr' was not declared in this scope
> Loop.cpp:9780: error: 'logofs' was not declared in this scope
> Loop.cpp:9784: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'char* GetLastCache(char*, const char*)':
> Loop.cpp:9857: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:9858: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:9862: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:9863: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:9903: error: 'logofs' was not declared in this scope
> Loop.cpp:9907: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'char* GetTempPath()':
> Loop.cpp:10002: error: 'logofs' was not declared in this scope
> Loop.cpp:10007: error: 'cerr' was not declared in this scope
> Loop.cpp:10027: error: 'logofs' was not declared in this scope
> Loop.cpp:10031: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'char* GetClientPath()':
> Loop.cpp:10081: error: 'logofs' was not declared in this scope
> Loop.cpp:10086: error: 'cerr' was not declared in this scope
> Loop.cpp:10106: error: 'logofs' was not declared in this scope
> Loop.cpp:10110: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'char* GetSystemPath()':
> Loop.cpp:10144: error: 'logofs' was not declared in this scope
> Loop.cpp:10149: error: 'cerr' was not declared in this scope
> Loop.cpp:10169: error: 'logofs' was not declared in this scope
> Loop.cpp:10173: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'char* GetHomePath()':
> Loop.cpp:10206: error: 'logofs' was not declared in this scope
> Loop.cpp:10210: error: 'cerr' was not declared in this scope
> Loop.cpp:10219: error: 'logofs' was not declared in this scope
> Loop.cpp:10224: error: 'cerr' was not declared in this scope
> Loop.cpp:10244: error: 'logofs' was not declared in this scope
> Loop.cpp:10248: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'char* GetRootPath()':
> Loop.cpp:10288: error: 'logofs' was not declared in this scope
> Loop.cpp:10293: error: 'cerr' was not declared in this scope
> Loop.cpp:10322: error: 'logofs' was not declared in this scope
> Loop.cpp:10327: error: 'cerr' was not declared in this scope
> Loop.cpp:10340: error: 'logofs' was not declared in this scope
> Loop.cpp:10345: error: 'cerr' was not declared in this scope
> Loop.cpp:10366: error: 'logofs' was not declared in this scope
> Loop.cpp:10370: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'char* GetCachePath()':
> Loop.cpp:10421: error: 'logofs' was not declared in this scope
> Loop.cpp:10426: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'char* GetImagesPath()':
> Loop.cpp:10462: error: 'logofs' was not declared in this scope
> Loop.cpp:10467: error: 'cerr' was not declared in this scope
> Loop.cpp:10501: error: 'logofs' was not declared in this scope
> Loop.cpp:10506: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'char* GetSessionPath()':
> Loop.cpp:10559: error: 'logofs' was not declared in this scope
> Loop.cpp:10564: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetLogs()':
> Loop.cpp:11162: error: 'statofs' was not declared in this scope
> Loop.cpp:11206: error: 'logofs' was not declared in this scope
> Loop.cpp:11227: error: 'errofs' was not declared in this scope
> Loop.cpp:11230: error: 'logofs' was not declared in this scope
> Loop.cpp:11234: error: 'cerr' was not declared in this scope
> Loop.cpp:11237: error: 'errsbuf' was not declared in this scope
> Loop.cpp:11240: error: 'logofs' was not declared in this scope
> Loop.cpp:11244: error: 'cerr' was not declared in this scope
> Loop.cpp:11247: error: 'errofs' was not declared in this scope
> Loop.cpp:11248: error: 'errsbuf' was not declared in this scope
> Loop.cpp:11259: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetPorts()':
> Loop.cpp:11364: error: 'logofs' was not declared in this scope
> Loop.cpp:11369: error: 'cerr' was not declared in this scope
> Loop.cpp:11459: error: 'logofs' was not declared in this scope
> Loop.cpp:11463: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetDescriptors()':
> Loop.cpp:11649: error: 'logofs' was not declared in this scope
> Loop.cpp:11653: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetCaches()':
> Loop.cpp:11672: error: 'logofs' was not declared in this scope
> Loop.cpp:11676: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetSession()':
> Loop.cpp:11805: error: 'logofs' was not declared in this scope
> Loop.cpp:11810: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetImages()':
> Loop.cpp:12209: error: 'logofs' was not declared in this scope
> Loop.cpp:12213: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetVersion()':
> Loop.cpp:12363: error: 'logofs' was not declared in this scope
> Loop.cpp:12370: error: 'cerr' was not declared in this scope
> Loop.cpp:12399: error: 'logofs' was not declared in this scope
> Loop.cpp:12406: error: 'cerr' was not declared in this scope
> Loop.cpp:12415: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int SetLink()':
> Loop.cpp:12630: error: 'logofs' was not declared in this scope
> Loop.cpp:12635: error: 'cerr' was not declared in this scope
> Loop.cpp:12657: error: 'logofs' was not declared in this scope
> Loop.cpp:12685: error: 'logofs' was not declared in this scope
> Loop.cpp: In function 'int ParseCacheOption(const char*)':
> Loop.cpp:13158: error: 'logofs' was not declared in this scope
> Loop.cpp:13163: error: 'cerr' was not declared in this scope
> Loop.cpp:13182: error: 'logofs' was not declared in this scope
> Loop.cpp: In function 'int ParseImagesOption(const char*)':
> Loop.cpp:13207: error: 'logofs' was not declared in this scope
> Loop.cpp:13212: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ParseShmemOption(const char*)':
> Loop.cpp:13237: error: 'logofs' was not declared in this scope
> Loop.cpp:13242: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ParseBitrateOption(const char*)':
> Loop.cpp:13269: error: 'logofs' was not declared in this scope
> Loop.cpp:13274: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ParseHostOption(const char*, char*, int&)':
> Loop.cpp:13319: error: 'logofs' was not declared in this scope
> Loop.cpp:13328: error: 'logofs' was not declared in this scope
> Loop.cpp:13412: error: 'logofs' was not declared in this scope
> Loop.cpp:13419: error: 'cerr' was not declared in this scope
> Loop.cpp:13431: error: 'logofs' was not declared in this scope
> Loop.cpp:13442: error: 'logofs' was not declared in this scope
> Loop.cpp: At global scope:
> Loop.cpp:13603: error: 'ostream' has not been declared
> Loop.cpp: In function 'int OpenLogFile(char*, int*&)':
> Loop.cpp:13614: error: 'cerr' was not declared in this scope
> Loop.cpp:13620: error: 'cerr' was not declared in this scope
> Loop.cpp:13629: error: 'logofs' was not declared in this scope
> Loop.cpp:13642: error: 'logofs' was not declared in this scope
> Loop.cpp:13675: error: expected type-specifier before 'ofstream'
> Loop.cpp:13675: error: expected `)' before 'ofstream'
> Loop.cpp:13680: error: expected `)' before 'usleep'
> Loop.cpp:13688: error: 'logofs' was not declared in this scope
> Loop.cpp: At global scope:
> Loop.cpp:13700: error: 'ostream' has not been declared
> Loop.cpp: In function 'int ReopenLogFile(char*, int*&, int)':
> Loop.cpp:13716: error: 'logofs' was not declared in this scope
> Loop.cpp:13741: error: 'flush' was not declared in this scope
> Loop.cpp:13749: error: expected type-specifier before 'ofstream'
> Loop.cpp:13749: error: expected `)' before 'ofstream'
> Loop.cpp:13754: error: expected `)' before 'usleep'
> Loop.cpp: In function 'void PrintProcessInfo()':
> Loop.cpp:13772: error: 'cerr' was not declared in this scope
> Loop.cpp:13787: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void PrintConnectionInfo()':
> Loop.cpp:13814: error: 'cerr' was not declared in this scope
> Loop.cpp:13868: error: 'logofs' was not declared in this scope
> Loop.cpp:13929: warning: suggest parentheses around && within ||
> Loop.cpp: In function 'void PrintVersionInfo()':
> Loop.cpp:14028: error: 'cerr' was not declared in this scope
> Loop.cpp:14033: error: 'endl' was not declared in this scope
> Loop.cpp: In function 'void PrintCopyrightInfo()':
> Loop.cpp:14038: error: 'cerr' was not declared in this scope
> Loop.cpp:14038: error: 'endl' was not declared in this scope
> Loop.cpp: In function 'void PrintOptionIgnored(const char*, const char*, 
> const char*)':
> Loop.cpp:14062: error: 'logofs' was not declared in this scope
> Loop.cpp:14068: error: 'cerr' was not declared in this scope
> Loop.cpp:14075: error: 'logofs' was not declared in this scope
> Loop.cpp:14081: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'const char* GetOptions(const char*)':
> Loop.cpp:14101: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int CheckArg(const char*, const char*, const char*)':
> Loop.cpp:14153: error: 'logofs' was not declared in this scope
> Loop.cpp:14158: error: 'cerr' was not declared in this scope
> Loop.cpp:14166: error: 'logofs' was not declared in this scope
> Loop.cpp:14170: error: 'cerr' was not declared in this scope
> Loop.cpp:14178: error: 'logofs' was not declared in this scope
> Loop.cpp:14184: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'int ValidateArg(const char*, const char*, const 
> char*)':
> Loop.cpp:14282: error: 'logofs' was not declared in this scope
> Loop.cpp:14287: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void PrintUsageInfo(const char*, int)':
> Loop.cpp:14367: error: 'cerr' was not declared in this scope
> Loop.cpp:14370: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void handleCheckSessionInLoop()':
> Loop.cpp:14407: error: 'cerr' was not declared in this scope
> Loop.cpp:14443: error: 'logofs' was not declared in this scope
> Loop.cpp:14484: error: 'cerr' was not declared in this scope
> Loop.cpp:14633: error: 'logofs' was not declared in this scope
> Loop.cpp:14637: error: 'cerr' was not declared in this scope
> Loop.cpp:14653: error: 'logofs' was not declared in this scope
> Loop.cpp:14658: error: 'cerr' was not declared in this scope
> Loop.cpp:14672: error: 'cerr' was not declared in this scope
> Loop.cpp:14682: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void handleCheckBitrateInLoop()':
> Loop.cpp:14741: error: 'logofs' was not declared in this scope
> Loop.cpp:14746: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void handleStatisticsInLoop()':
> Loop.cpp:15092: error: 'statofs' was not declared in this scope
> Loop.cpp:15097: error: 'statofs' was not declared in this scope
> Loop.cpp: In function 'void handleNegotiationInLoop(int&, fd_set&, fd_set&, 
> T_timestamp&)':
> Loop.cpp:15408: error: 'logofs' was not declared in this scope
> Loop.cpp:15412: error: 'cerr' was not declared in this scope
> Loop.cpp:15455: error: 'logofs' was not declared in this scope
> Loop.cpp:15459: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void handleTerminatingInLoop()':
> Loop.cpp:15488: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void handleTerminatedInLoop()':
> Loop.cpp:15505: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void handleAlertInLoop()':
> Loop.cpp:15531: error: 'logofs' was not declared in this scope
> Loop.cpp:15620: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15621: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15627: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15628: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15634: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15635: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15641: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15642: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15648: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15649: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15655: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15656: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15662: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15663: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15669: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15670: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15676: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15677: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15690: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15691: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15697: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15698: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15704: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15705: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15711: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15712: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15718: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15719: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15725: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15726: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15732: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15733: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15739: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15740: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15746: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15747: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15753: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15754: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15760: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15761: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15767: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15768: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15774: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15775: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15781: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15782: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:15791: error: 'logofs' was not declared in this scope
> Loop.cpp:15796: error: 'cerr' was not declared in this scope
> Loop.cpp:15802: error: 'logofs' was not declared in this scope
> Loop.cpp:15853: error: 'logofs' was not declared in this scope
> Loop.cpp: In function 'void handleReadableInLoop(int&, fd_set&)':
> Loop.cpp:16074: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:16084: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:16094: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:16112: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:16122: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:16132: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:16142: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:16152: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:16162: warning: deprecated conversion from string constant to 'char*'
> Loop.cpp:16178: error: 'logofs' was not declared in this scope
> Loop.cpp:16182: error: 'cerr' was not declared in this scope
> Loop.cpp: In function 'void handleLogReopenInLoop(T_timestamp&, 
> T_timestamp&)':
> Loop.cpp:16343: error: 'logofs' was not declared in this scope
> make[1]: *** [Loop.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/07

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: nxcomp
Source-Version: 3.1.0-6-3

We believe that the bug you reported is fixed in the latest version of
nxcomp, which is due to be installed in the Debian FTP archive:

libxcomp-dev_3.1.0-6-3_amd64.deb
  to pool/main/n/nxcomp/libxcomp-dev_3.1.0-6-3_amd64.deb
libxcomp3_3.1.0-6-3_amd64.deb
  to pool/main/n/nxcomp/libxcomp3_3.1.0-6-3_amd64.deb
nxcomp_3.1.0-6-3.diff.gz
  to pool/main/n/nxcomp/nxcomp_3.1.0-6-3.diff.gz
nxcomp_3.1.0-6-3.dsc
  to pool/main/n/nxcomp/nxcomp_3.1.0-6-3.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthew Johnson <[EMAIL PROTECTED]> (supplier of updated nxcomp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 10 Apr 2008 11:30:03 +0100
Source: nxcomp
Binary: libxcomp3 libxcomp-dev
Architecture: source amd64
Version: 3.1.0-6-3
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Matthew Johnson <[EMAIL PROTECTED]>
Description: 
 libxcomp-dev - NX X compression library---headers
 libxcomp3  - NX X compression library
Closes: 474847
Changes: 
 nxcomp (3.1.0-6-3) unstable; urgency=low
 .
   * Add patch gcc4.3-ftbfs (Closes: #474847)
   * Move -dev to section libdevel
Files: 
 b0134ff07981f2949b74edc7549cf458 1065 x11 optional nxcomp_3.1.0-6-3.dsc
 2046f814c6983569a9a6073a31245298 3343 x11 optional nxcomp_3.1.0-6-3.diff.gz
 51c8203044373cbfc294ad4dac4ed236 409786 x11 optional 
libxcomp3_3.1.0-6-3_amd64.deb
 d20a61188f6890a2c011591642bdbb15 544306 libdevel optional 
libxcomp-dev_3.1.0-6-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH/k95pldmHVvob7kRAsggAJ9EgODAhaCmrCuu0EqXUaMrfM25JACfWuwj
clS9C5uSXdbOQNr8MA4L5FM=
=RwR8
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to