Bruce Dubbs wrote these words on 04/08/07 13:06 CST:
> Randy McMurchy wrote:
>> 3. Use the larger patch (706998 bytes) and call it 'upstream_fixes'
>>    or something.
>>
>> Which way should we go?
> 
> I understand that the tests fail due to test suite problems, but does
> the program itself fail in normal use?

Dunno. Never tried it. I typically won't install a package that has
a myriad of test failures, when all the tests in prior versions
*never* failed.


> It sounds like #2 would be a temporary workaround until 1.2.11 comes out
> (#1).  Perhaps that is the best way to go.

Well, after thinking about it some more, I feel a new version
will be released soon. So, I used the large patch which takes the
package to a version which may end up being the next production
version. And that's the one I want to install on my test system,
and test all the other packages against.

So, since I cannot vouch for the 1.2.10 (unpatched) as working,
I'll leave the update for someone else, or we'll just move to
1.2.11 when it is released.

Attached is the small patch if anyone's interested in updating CUPS
to 1.2.10.

-- 
Randy

rmlscsi: [bogomips 1003.23] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3]
[GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686]
14:07:00 up 3 days, 19:04, 1 user, load average: 0.17, 0.04, 0.02
diff -Naur cups-1.2.10/test/4.2-cups-printer-ops.test cups-1.2.11/test/4.2-cups-printer-ops.test
--- cups-1.2.10/test/4.2-cups-printer-ops.test	2006-08-16 15:05:58.000000000 -0500
+++ cups-1.2.11/test/4.2-cups-printer-ops.test	2007-04-08 11:35:22.000000000 -0500
@@ -1,5 +1,5 @@
 #
-# "$Id: 4.2-cups-printer-ops.test 5833 2006-08-16 20:05:58Z mike $"
+# "$Id: 4.2-cups-printer-ops.test 6381 2007-03-21 15:19:02Z mike $"
 #
 #   Verify that the CUPS printer operations work.
 #
@@ -105,7 +105,7 @@
 	ATTR name requesting-user-name $user
 
         GROUP subscription
-	ATTR uri notify-recipient testnotify://
+	ATTR uri notify-recipient-uri testnotify://
 	ATTR keyword notify-events printer-added,printer-modified,printer-deleted
 
 	# What statuses are OK?
@@ -258,5 +258,5 @@
 }
 
 #
-# End of "$Id: 4.2-cups-printer-ops.test 5833 2006-08-16 20:05:58Z mike $"
+# End of "$Id: 4.2-cups-printer-ops.test 6381 2007-03-21 15:19:02Z mike $"
 #
diff -Naur cups-1.2.10/test/4.3-job-ops.test cups-1.2.11/test/4.3-job-ops.test
--- cups-1.2.10/test/4.3-job-ops.test	2006-05-05 11:33:57.000000000 -0500
+++ cups-1.2.11/test/4.3-job-ops.test	2007-04-08 11:35:22.000000000 -0500
@@ -1,5 +1,5 @@
 #
-# "$Id: 4.3-job-ops.test 5493 2006-05-05 16:33:57Z mike $"
+# "$Id: 4.3-job-ops.test 6381 2007-03-21 15:19:02Z mike $"
 #
 #   Verify that the IPP job operations work.
 #
@@ -69,7 +69,7 @@
 	ATTR name requesting-user-name $user
 
         GROUP subscription
-	ATTR uri notify-recipient testnotify
+	ATTR uri notify-recipient-uri testnotify
 
 	FILE testfile.jpg
 
@@ -297,5 +297,5 @@
 }
 
 #
-# End of "$Id: 4.3-job-ops.test 5493 2006-05-05 16:33:57Z mike $"
+# End of "$Id: 4.3-job-ops.test 6381 2007-03-21 15:19:02Z mike $"
 #
diff -Naur cups-1.2.10/test/4.4-subscription-ops.test cups-1.2.11/test/4.4-subscription-ops.test
--- cups-1.2.10/test/4.4-subscription-ops.test	2006-08-16 15:05:58.000000000 -0500
+++ cups-1.2.11/test/4.4-subscription-ops.test	2007-04-08 11:35:22.000000000 -0500
@@ -1,5 +1,5 @@
 #
-# "$Id: 4.4-subscription-ops.test 5833 2006-08-16 20:05:58Z mike $"
+# "$Id: 4.4-subscription-ops.test 6381 2007-03-21 15:19:02Z mike $"
 #
 #   Verify that the CUPS subscription operations work.
 #
@@ -18,7 +18,7 @@
 	ATTR uri printer-uri $method://$hostname:$port/printers/Test1
 
         GROUP subscription
-	ATTR uri notify-recipient testnotify://
+	ATTR uri notify-recipient-uri testnotify://
 	ATTR keyword notify-events printer-state-changed
 	ATTR integer notify-lease-duration 5
 
@@ -71,12 +71,12 @@
 	ATTR uri printer-uri $method://$hostname:$port/printers/Test1
 
         GROUP subscription
-	ATTR uri notify-recipient testnotify://
+	ATTR uri notify-recipient-uri testnotify://
 	ATTR keyword notify-events printer-state-changed
 	ATTR integer notify-lease-duration 5
 
         GROUP subscription
-	ATTR uri notify-recipient testnotify://
+	ATTR uri notify-recipient-uri testnotify://
 	ATTR keyword notify-events printer-config-changed
 	ATTR integer notify-lease-duration 5
 
@@ -118,5 +118,5 @@
 }
 
 #
-# End of "$Id: 4.4-subscription-ops.test 5833 2006-08-16 20:05:58Z mike $"
+# End of "$Id: 4.4-subscription-ops.test 6381 2007-03-21 15:19:02Z mike $"
 #
diff -Naur cups-1.2.10/test/run-stp-tests.sh cups-1.2.11/test/run-stp-tests.sh
--- cups-1.2.10/test/run-stp-tests.sh	2006-11-15 14:37:45.000000000 -0600
+++ cups-1.2.11/test/run-stp-tests.sh	2007-04-08 11:35:22.000000000 -0500
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# "$Id: run-stp-tests.sh 6113 2006-11-15 20:37:45Z mike $"
+# "$Id: run-stp-tests.sh 6393 2007-03-24 14:37:13Z mike $"
 #
 #   Perform the complete set of IPP compliance tests specified in the
 #   CUPS Software Test Plan.
@@ -405,6 +405,13 @@
 export HOME
 
 #
+# Force POSIX locale for tests...
+#
+
+LANG=C
+export LANG
+
+#
 # Start the server; run as foreground daemon in the background...
 #
 
@@ -584,5 +591,5 @@
 echo ""
 
 #
-# End of "$Id: run-stp-tests.sh 6113 2006-11-15 20:37:45Z mike $"
+# End of "$Id: run-stp-tests.sh 6393 2007-03-24 14:37:13Z mike $"
 #
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to