Hmmm, the five syslog failures don't appear to have anything to do with syslog, they appear to be a problem with sprintf.
Each test tries to feed a complex format string to syslog and check it with the result of sending the same format string to sprintf. When I repeat this stuff manually on the native system and against the glibc in the LSB-si, the sprintf's get it wrong under the SI, while the "Received" results from the test suite (syslog's output) match the "good" values. Talk about false accusations... > /tset/LSB.os/genuts/syslog_L/T.syslog_L 89 Failed > > Test Information: > syslog() failed to format argument correctly > Received: "Jul 23 09:22:12 tintin test-syslog-89: 1074147385 75535 0 > 7654 ca9 CA9 > " > Expected: "1074147385 1074931471 0 7654 ca9 CA9" ........................^^^^^^^^^^ that's a mistake by sprintf. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with subject of "unsubscribe". Trouble? Email [EMAIL PROTECTED]
