Hi Stuart, At 2002/6/18 15:43-0400 [EMAIL PROTECTED] writes: > > All of these warnings are on symbols recently added. In most cases, > I have not had an opportunity to build/run this on all of the > architectures to set the DB correctly. I had intended to do this > before a new release was produced.
Ok, I've been trying to get all of the test suites frozen this week before heading off to OLS. The following db patch fixes all of the reported problems (I wasn't sure if you had uncommited db changes so didn't commit it myself). Thanks everyone for the quick feedback! diff -u -u -r1.14 ArchInt.init --- ArchInt.init 14 Jun 2002 19:45:01 -0000 1.14 +++ ArchInt.init 19 Jun 2002 08:02:54 -0000 @@ -875,7 +875,7 @@ INSERT INTO ArchInt VALUES (1,851,1); INSERT INTO ArchInt VALUES (2,852,1); INSERT INTO ArchInt VALUES (2,853,1); -INSERT INTO ArchInt VALUES (1,854,0); +INSERT INTO ArchInt VALUES (2,1154,1); INSERT INTO ArchInt VALUES (2,855,1); INSERT INTO ArchInt VALUES (2,856,1); INSERT INTO ArchInt VALUES (1,857,1); @@ -1175,7 +1175,7 @@ INSERT INTO ArchInt VALUES (2,1151,1); INSERT INTO ArchInt VALUES (1,1152,0); INSERT INTO ArchInt VALUES (1,1153,0); -INSERT INTO ArchInt VALUES (1,1154,1); +INSERT INTO ArchInt VALUES (2,2653,1); INSERT INTO ArchInt VALUES (1,1155,0); INSERT INTO ArchInt VALUES (1,1156,0); INSERT INTO ArchInt VALUES (1,1157,0); @@ -2597,7 +2597,6 @@ INSERT INTO ArchInt VALUES (1,2648,0); INSERT INTO ArchInt VALUES (1,2651,1); INSERT INTO ArchInt VALUES (1,2652,1); -INSERT INTO ArchInt VALUES (1,2653,1); INSERT INTO ArchInt VALUES (2,2654,1); INSERT INTO ArchInt VALUES (2,2655,1); INSERT INTO ArchInt VALUES (1,2656,1); @@ -4244,7 +4243,7 @@ INSERT INTO ArchInt VALUES (1,4514,0); INSERT INTO ArchInt VALUES (1,4515,0); INSERT INTO ArchInt VALUES (1,4516,0); -INSERT INTO ArchInt VALUES (1,4517,1); +INSERT INTO ArchInt VALUES (1,4517,0); INSERT INTO ArchInt VALUES (1,4518,0); INSERT INTO ArchInt VALUES (1,4519,0); INSERT INTO ArchInt VALUES (1,4520,0); @@ -23268,3 +23267,7 @@ INSERT INTO ArchInt VALUES (3,584,6); INSERT INTO ArchInt VALUES (6,584,1); INSERT INTO ArchInt VALUES (2,584,1); +INSERT INTO ArchInt VALUES (3,1154,6); +INSERT INTO ArchInt VALUES (6,1154,1); +INSERT INTO ArchInt VALUES (6,2653,5); +INSERT INTO ArchInt VALUES (3,2653,6); Chris -- [EMAIL PROTECTED] IBM OzLabs Linux Development Group Canberra, Australia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with subject of "unsubscribe". Trouble? Email [EMAIL PROTECTED]
