I'm on 10.3.9, fink says: "package manager 0.24.7, Distribution version: 0.7.2.rsync". Installing libxml-pm581 worked; I didn't realize that I had to explicitly remove libxml-560 to avoid it failing on update-all. Thanks for the help. Lucas.

On Jul 10, 2005, at 8:12 AM, Alexander K. Hansen wrote:

Lucas Burke wrote:

I'm having trouble passing the t/stream test when trying to build libxml-pm560.

The output is:
t/stream............NOK 11FAILED test 11
        Failed 1/11 tests, 90.91% okay

I found a solution to a similar problem on http://www.nntp.perl.org/group/perl.beginners/29039, which said:

Line 104 of t/stream.t reads:

This, '\302\240', would be a bad character in UTF-8.

and is compared to (from line 104):

This, '\240', would be a bad character in UTF-8.

Therefore, removing \302 does the trick!


... But I didn't find the same problem in this stream.t. I tried the blunt-force approach of just removing stream.t, from the build directory, but fink seems to keep putting it back.


Yup--Fink _always_ starts from a clean source tree so this won't work.

Will someone tell me what to do? TIA. Lucas.


What OS version are you using (always a useful piece of information)?

If you're on 10.3, is there some reason that you're building this instead of libxml-pm581?

--AH




-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to